/*
Theme Name: Vista Trans
Author: BFG
Description: A blank WordPress theme
Version: 1.0
*/

/*=============================================
=            Normalize            =
=============================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  vertical-align: baseline;
}

hr {
  margin: 0;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #fff;
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  text-decoration: none;
}

b,
strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

mark {
  background: unset;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul,
ol {
  margin-bottom: 25px;
  margin-left: 20px;
  padding-left: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.6rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.6rem 1.6rem;
}

/* Box sizing.
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

p {
  word-break: break-word;
}

code {
  background-color: #e0f2fe;
  padding: 0.125em 0.25em;
}

pre {
  background-color: #f4f4f5;
  padding: 20px;
}

blockquote,
.wp-block-quote {
  padding: 16px;
  margin-top: 34px;
  margin-bottom: 34px;
  border-left: 4px solid #027abb;
  color: #27272a;
  font-style: italic;
}

blockquote.has-text-align-right,
blockquote.is-style-large,
blockquote.is-style-plain,
.wp-block-quote.has-text-align-right,
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-plain {
  border: unset;
  border-left: 4px solid #027abb;
}

.wp-block-pullquote.has-border-color {
  border: unset !important;
  border-top: 4px solid #027abb !important;
  border-bottom: 4px solid #027abb !important;
}

a {
  text-decoration: none;
}

/* fonts */

@font-face {
  font-family: "General Sans";
  src: url("fonts/GeneralSans-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("fonts/GeneralSans-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* standartization */

:root {
  --font-family: "Urbanist", sans-serif;
  --second-family: "General Sans", sans-serif;

  --main-text-color: #000;
  --second-text-color: #888;

  --main-title-color: #1c1c1c;

  --white: #fff;
}

#page,
#primary {
  overflow: hidden;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.circle {
  position: absolute;
  border-radius: 135.1875rem;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(214, 0, 0, 0.67) 0%,
    rgba(221, 14, 14, 0.6) 17.5%,
    rgba(231, 87, 34, 0.46) 48.67%,
    rgba(240, 142, 51, 0.19) 73.59%,
    rgba(255, 232, 81, 0) 100%
  );
  z-index: -2;
}

@media screen and (min-width: 961px) {
  .circle.mobile {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .circle.desktop {
    display: none;
  }
}

body .select2-container--open .select2-dropdown {
  top: -1px;
}

.background.dark {
  mix-blend-mode: multiply;
}

.first-screen .circle.desktop {
  width: 1515px;
  height: 1515px;
  top: -612px;
  right: -871px;
}

.first-screen .circle.desktop.dark {
  width: 969px;
  height: 411px;
  top: -152px;
  left: 50%;
  transform: translateX(-50%);
}

.first-screen .circle.mobile {
  width: 474px;
  height: 474px;
  top: -51px;
  right: -300px;
}

.tab__wrapper .circle.desktop {
  width: 834px;
  height: 834px;
  bottom: -417px;
  right: -417px;
}

.choose-us .circle.desktop {
  width: 1281px;
  height: 1281px;
  top: -408px;
  left: -818px;
}

.choose-us .circle.mobile {
  width: 543px;
  height: 543px;
  top: -180px;
  left: -369px;
}

.charity .circle.desktop {
  width: 1281px;
  height: 1281px;
  left: -626px;
  bottom: -246px;
}

.charity .circle.mobile {
  width: 416px;
  height: 416px;
  top: 60px;
  left: -270px;
}

#primary section {
  padding-top: clamp(50px, 6.6vw, 128px);
  padding-bottom: clamp(50px, 6.6vw, 128px);
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(14px, 1.11vw, 22.4px);
  line-height: 120%;
  color: var(--main-text-color);
  transition: all 0.5s;
}

.body1 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(16px, 1.25vw, 25.6px);
  line-height: 120%;
  color: var(--main-text-color);
}

.body3 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(13px, 1vw, 20.8px);
  line-height: 120%;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (min-width: 2601px) {
  .container {
    max-width: 2560px;
  }
}

@media screen and (min-width: 1601px) {
  .container {
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* images */

@media screen and (min-width: 769px) {
  .mobile-background {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .desktop-background {
    display: none !important;
  }
}

/* h1 - h5 */

h1,
.h1 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: clamp(40px, 5.7vw, 115.2px);
  line-height: 100%;
  letter-spacing: -0.05em;
  color: var(--main-title-color);
}

h2,
.h2 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: clamp(24px, 2.8vw, 56px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: var(--main-title-color);
}

h3,
.h3 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: clamp(16px, 1.3vw, 28.8px);
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--main-title-color);
}

h4,
.h4 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: clamp(16px, 1.4vw, 28.8px);
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--main-title-color);
}

h5,
.h5 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: clamp(13px, 1.1vw, 22.4px);
  line-height: 100%;
  letter-spacing: -0.05em;
  color: var(--main-title-color);
}

/* buttons */
.btn {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: clamp(14px, 1.1vw, 22.4px);
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--white);
  border-radius: 58px;
  background: #211d1d;
  padding: clamp(13px, 1.2vw, 24px) clamp(30px, 2.2vw, 44.8px);
  max-width: fit-content;
  max-height: fit-content;
  width: 100%;
  display: flex;
  align-items: center;
  gap: clamp(8px, 2.13vw, 11.2px);
  transition: background 0.5s;
  cursor: pointer;
  position: relative;
}

.btn a {
  color: var(--white);
}

.btn * {
  transition: transform 0.5s;
}

.btn:hover {
  background: #ee2725;
}

.btn svg {
  min-width: clamp(12px, 0.8vw, 16.8px);
  min-height: clamp(12px, 0.8vw, 16.8px);
}

.btn:hover svg {
  transform: rotate(45deg);
}

.background-wrap {
  position: relative;
}

.background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.btn::after {
  position: absolute;
  content: "";
  background: center / cover no-repeat
    url("/wp-content/uploads/2025/03/Ellipse-13-1.svg");
  width: clamp(6px, 0.6vw, 11.2px);
  height: clamp(22px, 2vw, 40px);
  right: clamp(5px, 0.4vw, 9.6px);
}

.btn::before {
  position: absolute;
  content: "";
  background: center / cover no-repeat
    url("/wp-content/uploads/2025/03/Ellipse-10.svg");
  width: clamp(6px, 0.6vw, 11.2px);
  height: clamp(22px, 2vw, 40px);
  left: clamp(5px, 0.4vw, 9.6px);
}

a.full-width__btn,
.full-width__btn {
  padding-left: clamp(32px, 6.7vw, 134.4px);
  padding-right: clamp(32px, 6.7vw, 134.4px);
}

@media screen and (max-width: 768px) {
  .btn::after {
    background: center / cover no-repeat
      url("/wp-content/uploads/2025/03/Ellipse-13.svg");
    width: 6px;
    height: 22px;
    right: 5px;
  }

  .btn::before {
    background: center / cover no-repeat
      url("/wp-content/uploads/2025/03/Ellipse-14.svg");
    width: 6px;
    height: 22px;
    left: 5px;
  }
}

/* choose us */

.choose-us__image {
  background-size: 200% !important;
}

@media screen and (max-width: 960px) {
  .choose-us__image {
    background-size: cover !important;
  }
}

@media screen and (min-width: 501px) and (max-width: 960px) {
  body .choose-us__image {
    min-height: 500px;
  }
}

.choose-us {
  position: relative;
}

.choose-us__circle.desktop {
  position: absolute;
  top: -1161px;
  left: -1571px;
  z-index: -2;
}

@media screen and (max-width: 768px) {
  .choose-us__circle.desktop {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .choose-us__circle.mobile {
    display: none;
  }
}

.choose-us__circle.mobile {
  top: -450px;
  position: absolute;
  left: -689px;
  z-index: -2;
}

.choose-us__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.choose-us__left-column {
  display: flex;
  flex-direction: column;
  gap: 50px;
  flex-basis: clamp(345px, 46.5vw, 1174px);
}

.choose-us__image {
  margin-top: 8px;
  width: 100%;
  max-width: clamp(345px, 30.5vw, 616px);
  height: clamp(180px, 23.9vw, 574.4px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.choose-us__btn {
  margin-top: auto;
}

.choose-us__right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  flex-basis: clamp(345px, 46.5vw, 1174px);
}

.choose-us__article {
  margin-top: 12px;
}

.choose-us__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 50px;
  column-gap: 20px;
}

.choose-us__tag-content:last-child:nth-child(odd) {
  grid-column: span 2;
}

.choose-us__tag-content {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  border-top: 1px solid var(--main-text-color);
}

.choose-us__tag-number {
  color: var(--second-text-color);
}

.choose-us__tag-title {
  margin-top: 30px;
  margin-bottom: 10px;
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
  .choose-us__left-column {
    gap: 40px;
  }

  .choose-us__right-column {
    gap: 35px;
  }

  .choose-us__tag-title {
    margin-top: 25px;
  }

  .choose-us__tag-content {
    padding-top: 15px;
  }

  .choose-us__columns {
    row-gap: 40px;
    column-gap: 15px;
  }
}

@media screen and (max-width: 960px) {
  .choose-us__article {
    margin-top: unset;
  }

  .choose-us__wrapper {
    flex-direction: column;
    gap: 50px;
  }

  .choose-us__left-column {
    gap: 30px;
  }

  .choose-us__right-column {
    gap: unset;
  }

  .choose-us__desc {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .choose-us__left-column,
  .choose-us__right-column {
    flex-basis: unset;
  }

  .choose-us__btn {
    display: none;
  }

  .choose-us__tag-content {
    padding-top: 10px;
  }

  .choose-us__columns {
    row-gap: 30px;
    column-gap: 10px;
  }

  .choose-us__tag-title {
    margin-top: 20px;
  }

  .choose-us__image {
    margin-top: unset;
    max-width: unset;
    background-position-y: 25%;
  }
}

@media screen and (min-width: 480px) and (max-width: 1200px) {
  .choose-us__title br {
    display: none;
  }
}

/* blog */

.blog-slide__head {
  min-height: clamp(160px, 18.95vw, 382.4px);
}

body .blog-slider {
  overflow: visible;
}

.blog__wrapper {
  gap: clamp(30px, 3.45vw, 70.4px);
  display: flex;
  flex-direction: column;
}

.blog__head {
  position: relative;
}

.blog__article {
  position: absolute;
  top: 20px;
}

.blog__head-content {
  display: flex;
  align-items: flex-end;
}

.blog__head-content > div:nth-child(1) {
  order: 2;
}

.blog__head-content > div:nth-child(2) {
  order: 1;
}

.blog__head-content > div:nth-child(3) {
  order: 3;
}

.blog__title {
  text-align: right;
  width: 100%;
  max-width: clamp(333px, 44vw, 1110px);
  display: flex;
  flex-direction: column;
}

.blog__desc {
  max-width: clamp(256px, 19.2vw, 376px);
  margin-right: 72px;
}

.blog__title .blog__title-second-line {
  margin-right: auto;
}

.blog__title .blog__title-thirt-line {
  margin-right: 18px;
}

.blog__btn {
  margin-left: auto;
}

.blog-slide__title {
  margin-top: clamp(10px, 1.4vw, 28px);
  margin-bottom: clamp(6px, 0.7vw, 14.4px);
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
  .blog__desc {
    margin-right: 36px;
  }
}

@media screen and (max-width: 960px) {
  .blog__head-content {
    flex-direction: column;
    max-width: clamp(345px, 50vw, 672px);
    margin-right: auto;
    margin-left: auto;
    gap: unset;
  }

  .blog__head-content > div:nth-child(1) {
    order: 1;
  }

  .blog__head-content > div:nth-child(2) {
    order: 2;
  }

  .blog__title {
    max-width: unset;
  }

  .blog__title .blog__title-thirt-line {
    margin-right: auto;
    margin-left: auto;
  }

  .blog__title-thirt-line,
  .blog__desc {
    width: calc(((100% - 167px) / 2) + 167px);
    max-width: unset;
    margin-right: 0 !important;
    text-align: left;
  }

  .blog__desc {
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: unset;
  }

  .blog__btn {
    width: calc(((100% - 167px) / 2) + 167px);
    margin-left: auto;
  }

  .blog__article {
    top: 0;
  }
}

/* first screen */

.first-screen {
  position: relative;
}

.first-screen__circle-desktop,
.first-screen__circle-mobile {
  display: none;
}

@media screen and (min-width: 961px) {
  .first-screen__circle-desktop {
    position: absolute;
    top: -1503px;
    right: -1763px;
    z-index: -1;
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .first-screen__circle-mobile {
    position: absolute;
    top: -330px;
    right: -649px;
    z-index: -1;
    display: block;
  }
}

.first-screen__wrapper {
  display: flex;
  flex-direction: column;
}

.first-screen__head {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: clamp(30px, 2.1vw, 43.2px);
  margin-bottom: clamp(30px, 2.1vw, 43.2px);
}

.first-screen__head::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.2;
  left: 0;
  bottom: 0;
}

.first-screen__title img {
  max-width: clamp(34px, 4.2vw, 84.8px);
  max-height: clamp(34px, 4.2vw, 84.8px);
}

.first-screen__content {
  max-width: clamp(345px, 30.6vw, 635px);
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 1.39vw, 28px);
}

.first-screen__btns-wrapper {
  display: flex;
  background: transparent;
  width: 100%;
}

.first-screen__btn {
  border: clamp(2px, 0.23vw, 4.8px) solid #211d1d;
  padding: clamp(15px, 1.6vw, 36.8px) 10px;
  transition: all 0.5s ease;
  max-width: 50%;
  width: 100%;
  text-align: center;
}

.first-screen__btn:hover {
  background: #000;
  color: #fff;
}

.first-screen__btn:first-child {
  border-radius: 100px 0 0 100px;
  border-right: none;
  position: relative;
}

.first-screen__btn:first-child::after {
  content: "";
  width: clamp(2px, 0.23vw, 4.8px);
  right: clamp(-1px, -0.11vw, -3px);
  height: 100%;
  position: absolute;
  top: 0;
  background: #211d1d;
}

.first-screen__btn:last-child {
  border-radius: 0 100px 100px 0;
  border-left: none;
}

.first-screen__bottom {
  display: flex;
  justify-content: space-between;
  gap: clamp(20px, 1.39vw, 28px);
  margin-bottom: clamp(30px, 2.78vw, 56px);
}

.first-screen__bottom .first-screen__tab:last-child {
  min-width: clamp(345px, 30.6vw, 616px);
}

.first-screen__tab {
  flex-basis: calc(100% / 3);
  display: flex;
  gap: clamp(10px, 0.7vw, 14.4px);
}

.first-screen__tab svg {
  width: auto;
  height: auto;
  min-width: clamp(26px, 2.8vw, 56px);
  max-height: clamp(26px, 2.8vw, 56px);
}

.tab__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.first-screen__wrapper-image {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: clamp(166px, 41vw, 884px);
}

.first-screen__wrapper-image-button {
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #fff;
  font-size: clamp(13px, 1.11vw, 22.4px);
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.42vw, 9px);
  position: absolute;
  bottom: clamp(14px, 2.78vw, 56px);
  left: clamp(14px, 2.78vw, 56px);
}

@media screen and (min-width: 961px) {
  .first-screen__title {
    margin-top: clamp(17px, 1.2vw, 24px);
  }
}

@media screen and (max-width: 960px) {
  body #primary section.first-screen {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .first-screen__head,
  .first-screen__bottom {
    flex-direction: column;
  }

  .first-screen__head {
    gap: 20px;
  }

  .first-screen__title {
    margin-top: 0;
  }

  .first-screen__content {
    max-width: unset;
    gap: 30px;
  }

  .first-screen__bottom {
    gap: 20px;
  }

  .first-screen__title {
    align-items: center;

    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .first-screen__title img {
    margin-top: -9px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
  .first-screen__title img {
    margin-top: -12px;
  }
}

@media screen and (min-width: 1601px) {
  .first-screen__title img {
    margin-top: -17px;
  }
}

/* header */

[data-theme="light"] .header-section.fixed {
  background: #fff;
  border-bottom: 1px solid #000;
}

.header-section {
  padding-top: clamp(8px, 0.69vw, 12px);
  padding-bottom: clamp(8px, 0.69vw, 12px);
  position: fixed;
  top: 0;
  transition: all 0.3s;
  left: 0;
  width: 100%;
  z-index: 999999;
}

.header-section__descktop-menu {
  display: flex;
  align-items: center;
}

.header-section__choose-color {
  display: flex;
  gap: clamp(15px, 1.39vw, 28px);
}

.header-section__choose-color svg {
  min-width: clamp(20px, 1.39vw, 28px);
  min-height: clamp(20px, 1.39vw, 28px);
}

.header-section__call-to-action {
  align-items: center;
  display: flex;
  gap: clamp(20px, 2.08vw, 42.4px);
}

.custom-logo-link img {
  width: clamp(112px, 13.6vw, 274.4px);
  height: clamp(30px, 3.47vw, 70.4px);
  display: block;
}

.header-section__wrapper {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.primary-header-menu {
  display: flex;
  gap: clamp(20px, 1.39vw, 28px);
}

.primary-header-menu li {
  text-transform: uppercase;
}

.header-section__right-content {
  display: flex;
  gap: clamp(50px, 5.7vw, 98.4px);
}

.header-section__choose-color-item {
  display: flex;
  align-items: center;
  gap: clamp(3px, 0.2vw, 3.6px);
}

@media screen and (max-width: 1100px) {
  .header-section__descktop-menu,
  .header-overlay {
    display: none;
  }

  .header-section.mobile-menu-open .header-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.4);
    display: block;
  }

  .header-section_mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    left: 0;
    top: 0;
    width: 100vw;
    position: absolute;
    background: #fff;
    padding-top: 120px;
    padding-bottom: 50px;
    transform: translateY(-100%);
    transition: all 0.5s;
  }

  .header-section.mobile-menu-open .header-section_mobile-menu {
    transform: none;
  }

  .header-section_mobile-menu .primary-header-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .header-section_mobile-menu::before {
    content: "";
    background: url("/wp-content/uploads/2025/03/mobile_before.png");
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
  }

  .header-section__mobile-wrap {
    justify-content: flex-end;
    gap: unset;
  }

  .header-section_mobile-menu > div,
  .header-section_mobile-menu > a {
    position: relative;
    z-index: 2;
  }

  .header-section__choose-color.mobile-choose-color,
  .header-section__left-content,
  .header-section_burder-menu {
    z-index: 2;
  }

  .header-section__left-content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .header-section_burder-menu,
  .header-section__mobile-wrap {
    display: flex;
    align-items: center;
  }

  .header-section__choose-color > .header-section__choose-color-item.active {
    display: none;
  }

  .header-section__right-content {
    display: none;
  }

  .header-section__choose-color-item svg {
    margin-top: -2px;
    max-width: 18px;
    max-height: 18px;
  }

  body .header-section__choose-color-item {
    gap: 6px;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 1101px) {
  .mobile-choose-color,
  .header-section__mobile-wrap {
    display: none;
  }
}

/* footer */

.bottom-footer-logo svg {
  width: 100%;
  height: auto;
}

.footer__link ul li {
  display: flex;
  align-items: center;
}

.footer__link ul li:not(:last-child)::after {
  content: "";
  background: #888888;
  width: clamp(1px, 0.07vw, 1.6px);
  height: clamp(12px, 0.83vw, 16.8px);
  display: block;
  margin-left: clamp(10px, 0.7vw, 14.4px);
  margin-right: clamp(10px, 0.7vw, 14.4px);
}

.footer__wrapper {
  display: flex;
  flex-direction: column;
  padding-top: clamp(50px, 7vw, 140px);
  padding-bottom: clamp(12px, 2.4vw, 49.6px);
}

.footer__bottom {
  position: relative;
  height: clamp(80px, 21.3vw, 369.6px);
}

.footer__head {
  display: flex;
  position: relative;
  padding-bottom: clamp(30px, 5.6vw, 112px);
  margin-bottom: clamp(20px, 4.58vw, 102px);
}

.footer__head::after {
  position: absolute;
  content: "";
  background: center / contain repeat
    url("/wp-content/uploads/2025/03/dashed-line.svg");
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
}

.footer__first-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(10px, 0.7vw, 14.4px);
}

.footer__copy-body {
  display: flex;
  gap: clamp(10px, 1.4vw, 28px);
}

.footer__link {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.1vw, 22.4px);
}

.footer-social-menu {
  display: flex;
  gap: clamp(10px, 0.7vw, 14.4px);
}

.footer-social-menu li img {
  width: clamp(40px, 3.5vw, 70.4px);
  height: clamp(40px, 3.5vw, 70.4px);
}

.footer-link-menu {
  display: flex;
}

.footer__second-column {
  display: flex;
}

.footer__menu {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 1.4vw, 28px);
  margin-left: clamp(73px, 5.8vw, 146px);
  margin-right: clamp(51px, 4vw, 102px);
}

.primary-footer-menu {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 0.7vw, 14.4px);
}

.footer__info-contact-first-column {
  margin-right: clamp(10px, 0.7vw, 18px);
  width: clamp(168px, 18.4vw, 464px);
}

.footer__info-column {
  flex-direction: column;
  display: flex;
  gap: clamp(20px, 1.4vw, 28px);
}

.footer__info-contact-second-column {
  width: clamp(168px, 25.7vw, 648px);
}

.footer__info-item {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.7vw, 14.4px);
}

.footer__link {
  color: #888;
}

.footer__link-power a {
  color: #ee2725;
}

@media screen and (min-width: 961px) and (max-width: 1104px) {
  .footer__first-column {
    flex-direction: row;
    align-items: center;
  }

  .footer__link {
    flex-direction: row;
  }
}

@media screen and (max-width: 1104px) {
  .footer__head {
    flex-direction: column-reverse;
    gap: 50px;
  }

  .footer__menu {
    margin-left: 0;
  }

  .footer__second-column {
    justify-content: space-between;
  }
}

@media screen and (max-width: 960px) {
  .footer__first-column {
    gap: 30px;
  }
}

@media screen and (max-width: 500px) {
  .footer__second-column {
    flex-wrap: wrap;
    gap: 30px;
  }

  .footer__info-contact-second-column {
    width: 100%;
  }

  .footer__link ul li:not(:last-child)::after {
    margin-top: -2px;
  }
}

/* services */

.services .container {
  position: relative;
}

.services {
  position: relative;
}

.services__circle-desktop {
  width: clamp(470px, 32.64vw, 659.2px);
  height: clamp(470px, 32.64vw, 659.2px);
  position: absolute;
  z-index: -1;
  bottom: clamp(85px, 5.9vw, 118.4px);
  left: clamp(-196px, -7.78vw, -85px);
}

.services__circle-mobile {
  display: none;
}

.services__wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 3.5vw, 70.4px);
}

.services__head {
  display: flex;
  gap: clamp(20px, 1.4vw, 28px);
  justify-content: space-between;
}

.services__article {
  flex-basis: 24%;
  margin-top: clamp(0px, 0.7vw, 14.4px);
}

.services__title {
  width: 100%;
  flex-basis: 76%;
}

.services__body {
  display: flex;
  gap: clamp(20px, 1.4vw, 28px);
}

.services__desc {
  flex-basis: 24%;
}

.services__cards {
  display: grid;
  grid-template-columns: clamp(325px, 22.6vw, 456px) 1fr;
  flex-basis: 76%;
  gap: clamp(10px, 1.4vw, 28px);
}

.services-card__head {
  display: flex;
  justify-content: space-between;
  gap: clamp(20px, 1.4vw, 28px);
  align-items: flex-end;
}

.services-card {
  justify-content: space-between;
  will-change: transform;
  position: relative;
  overflow: hidden;
  padding: clamp(20px, 1.4vw, 28px);
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.7vw, 14.4px);
  min-height: clamp(200px, 14vw, 280px);
}

.services-card__link {
  bottom: clamp(20px, 1.4vw, 28px);
  left: clamp(20px, 1.4vw, 28px);
  position: absolute;
  transform: translateY(calc(100% + clamp(20px, 1.4vw, 28px)));
  transition: all 0.5s;
  font-family: var(--second-family);
  font-weight: 600;
  line-height: 100%;
  display: flex;
  letter-spacing: -0.03em;
  color: #fff;
  align-items: flex-end;
  gap: clamp(10px, 0.7vw, 14.4px);
}

.services-card:hover .services-card__link {
  transform: none;
}

.services-card__link svg {
  margin-bottom: clamp(2px, 0.14vw, 3.2px);
  width: clamp(8px, 0.6vw, 11.2px);
  height: clamp(8px, 0.6vw, 11.2px);
}

.services-card__number {
  color: #888;
}

.services-card:nth-child(4) {
  max-width: clamp(325px, 22.6vw, 456px);
}

.services-card:nth-child(5) {
  grid-column: 2 / 3;
}

.services-card:hover {
  background: #211d1d;
  color: #fff;
}

.services-card:hover .services-card__content {
  color: #fff;
}

.services-card:hover h3 {
  color: #fff;
}

.services-card:hover .services-card__head * {
  transition: all 0.5s;
}

.services-card:hover .services-card__head svg path {
  stroke: #fff;
}

.services-card__content {
  padding-bottom: 0;
  color: #000;
}

.services-card:hover .services-card__content {
  margin-top: 0;
}

@media screen and (min-width: 961px) {
  .hide-desktop {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .services__title br {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .services__desc {
    width: 74%;
  }

  .services__title {
    flex-basis: 74%;
  }

  .services__article {
    flex-basis: 16%;
  }

  .services__circle-desktop {
    display: none;
  }

  .services__circle-mobile {
    position: absolute;
    z-index: -1;
    top: 7px;
    left: -120px;
    display: block;
  }

  .services__wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .services__body {
    flex-direction: column;
    gap: 30px;
  }

  .services__desc {
    margin-left: auto;
  }

  .services__head {
    gap: 0;
  }

  .services-card {
    padding: 16px;
    min-width: 168px;
  }

  .services__cards {
    grid-template-columns: repeat(2, 1fr);
    flex-basis: unset;
  }

  .services-card__number {
    display: none;
  }

  .services-card__head {
    align-items: unset;
  }

  .services-card__link {
    display: none !important;
  }
}

@media screen and (max-width: 374px) {
  .services-card {
    min-width: unset;
    padding: 10px;
  }

  .services-card__head {
    gap: 5px;
  }
}

/* charity */

.charity .container {
  position: relative;
}

.charity__circle-desktop {
  position: absolute;
  z-index: -2;
  left: -1180px;
  bottom: -800px;
}

.charity__circle-mobile {
  display: none;
}

.hide-desk {
  display: none;
}

.charity__wrapper {
  display: flex;
  flex-direction: column;
  width: clamp(345px, 62.5vw, 1576px);
  margin-left: auto;
}

.charity {
  position: relative;
}

.charity__image {
  position: absolute;
  width: clamp(273px, 25.35vw, 640px);
  height: clamp(196px, 30.83vw, 778px);
  left: 0;
  top: clamp(200px, 13.89vw, 280px);
}

.charity__head {
  display: flex;
  flex-direction: column;
  margin-top: clamp(30px, 2.08vw, 43.2px);
}

.charity__title img {
  margin-top: -30px;
  width: clamp(40px, 5.56vw, 112px);
  height: clamp(40px, 5.56vw, 112px);
}

.charity__title.hide-mobile > span:nth-child(2) {
  display: block;
  text-align: right;
}

.charity__content {
  margin-top: clamp(30px, 3.5vw, 70.4px);
  display: flex;
  gap: clamp(10px, 3.5vw, 70.4px);
}

.charity__desc.charity__first {
  width: clamp(168px, 19.8vw, 400px);
}

.charity__desc.charity__second {
  width: clamp(168px, 23.61vw, 476.8px);
}

.charity__body {
  margin-top: clamp(30px, 5.56vw, 112px);
}

.charity__link {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid #000;
  align-items: center;
}

.charity__link a {
  width: 100%;
  padding-top: clamp(20px, 1.39vw, 28.8px);
}

.charity__link,
.charity__link * {
  transition: all 0.5s;
}

.charity__link a {
  padding-bottom: clamp(20px, 1.39vw, 28.8px);
}

.charity__link svg {
  position: absolute;
  right: 0;
  width: clamp(12px, 0.97vw, 20.8px);
  height: clamp(12px, 0.97vw, 20.8px);
}

.charity__link:hover svg {
  transform: rotate(45deg);
}

.charity__link:hover svg path {
  stroke: #ee2725 !important;
}

@media screen and (min-width: 961px) {
  .charity__link:hover {
    padding-left: clamp(20px, 1.39vw, 28.8px);
  }
}

@media screen and (max-width: 960px) {
  .charity__wrapper {
    margin-left: unset;
  }

  .charity__title img {
    max-width: 40px;
    max-height: 40px;
    margin-top: -3px;
  }

  .charity__circle-desktop {
    display: none;
  }

  .charity__circle-mobile {
    position: absolute;
    z-index: -1;
    top: -235px;
    left: -587px;
    display: block;
  }

  .hide-mobile {
    display: none;
  }

  .hide-desk {
    display: block;
  }

  .charity__title.hide-desk > span:nth-child(2) {
    display: block;
    text-align: right;
  }

  .charity__content {
    gap: 10px;
  }

  .charity__head {
    margin-top: 213px;
  }

  .charity__image {
    left: unset;
    right: 0;
    top: 50px;
    height: 196px;
  }
}

@media screen and (max-width: 600px) {
  .charity__wrapper {
    width: 100%;
  }

  .charity__image {
    top: 0;
  }

  body .charity__content p.charity__desc {
    width: 100%;
  }

  .charity__title {
    max-width: 400px;
  }
}

/* partners */

.our-partners__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}

.our-partners_image {
  width: clamp(60px, 8.3vw, 210px);
  height: clamp(60px, 8.3vw, 210px);
}

.our-partners__left-column {
  display: flex;
  flex-direction: column;
  width: clamp(255px, 46.53vw, 1117px);
}

.our-partners__title {
  margin-top: clamp(30px, 2.8vw, 56px);
  margin-bottom: auto;
}

.our-partners__desc {
  max-width: clamp(168px, 22.6vw, 456px);
  margin-top: 30px;
}

.our-partners__btn {
  margin-top: clamp(50px, 3.5vw, 70.4px);
}

.our-partners__btn a {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.7px, 14.4px);
}

.our-partners__right-column {
  display: flex;
  gap: clamp(0px, 4.7vw, 94.4px);
}

.our-partners__general {
  margin-top: auto;
  margin-bottom: clamp(0px, 0.5vw, 11.2px);
}

.our-partners__general-title {
  margin-bottom: Clamp(6px, 0.7vw, 18px);
}

.our-partners__general-title strong {
  font-weight: normal;
  color: #ee2725;
}

.our-partners__logo {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: clamp(30px, 5.9vw, 120px);
  row-gap: clamp(20px, 1.4vw, 28px);
}

.our-partners_image:last-child {
  grid-column: 2 / 3;
}

@media screen and (max-width: 600px) {
  .our-partners__title br {
    display: none;
  }

  .our-partners__logo {
    row-gap: 30px;
  }

  .our-partners__title {
    margin-bottom: unset;
  }

  .our-partners__btn {
    margin-top: 123px;
    margin-bottom: 103px;
  }

  .our-partners__right-column {
    position: absolute;
    bottom: 0;
    right: 0;
    gap: 0;
    z-index: 0;
  }

  .our-partners__general {
    position: relative;
    right: -30px;
    min-width: 116px;
  }
}

/* faq */

.heading {
  cursor: pointer;
}

.contents {
  display: none;
}

.faqs__accordion-wrapper .c-accordion__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: clamp(20px, 2.08vw, 41.6px);
  left: 0;
  top: 0;
}

.c-accordion__item {
  position: relative;
}

.faqs__accordion-wrapper .c-accordion__title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: clamp(20px, 2.08vw, 41.6px);
  left: 0;
  bottom: 0;
}

.faqs.container {
  position: relative;
}

.faqs__logo {
  position: absolute;
  z-index: -1;
  left: -172px;
  top: clamp(300px, 32.01vw, 640px);
  width: clamp(400px, 35.56vw, 716.8px);
  height: clamp(400px, 35.56vw, 716.8px);
}

.faqs__wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3.47vw, 70.4px);
}

.faqs__head {
  display: flex;
  gap: clamp(10px, 1.39vw, 28px);
}

.faqs__article {
  margin-right: auto;
  margin-top: clamp(0px, 0.7vw, 14.4px);
}

.faqs__title {
  width: clamp(343px, 62.5vw, 1576px);
}

.faqs__content {
  display: flex;
  gap: clamp(10px, 1.39vw, 28px);
  justify-content: space-between;
}

.faqs__desc {
  width: clamp(290px, 20.14vw, 508px);
}

.faqs__accordion {
  width: clamp(343px, 62.5vw, 1576px);
}

.faqs__accordion-wrapper .c-accordion__title {
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faqs__accordion-wrapper .c-accordion__title svg {
  width: clamp(12px, 0.97vw, 20.8px);
  height: clamp(12px, 0.97vw, 20.8px);
}

.c-accordion__content {
  padding-top: 10px;
  max-width: clamp(343px, 30.42vw, 612.8px);
}

.c-accordion__item {
  cursor: pointer;
  border-top: 1px solid #000;
  padding-bottom: clamp(20px, 2.08vw, 41.6px);
  padding-top: clamp(20px, 2.08vw, 41.6px);
}

.faqs__accordion-wrapper .c-accordion__title svg path {
  transition: all 0.5s ease;
  transform-origin: center;
}

.faqs__accordion-wrapper .c-accordion__title svg path:first-child {
  transform: scaleY(100%);
}

.faqs__accordion-wrapper .c-accordion__title.active svg path:first-child {
  transform: scaleY(0);
}

.faqs__accordion-wrapper .c-accordion__title.active svg path:last-child {
  stroke: #ee2725;
}

.faqs.container:after {
  content: "";
  width: calc(100% - 80px);
  left: 40px;
  height: 1px;
  position: absolute;
  bottom: 0;
  opacity: 0.2;
  background: #000000;
}

@media screen and (min-width: 1601px) {
  .faqs.container:after {
    width: calc(100% - 180px);
    left: 90px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .faqs.container:after {
    width: calc(100% - 56px);
    left: 28px;
  }
}

@media screen and (max-width: 768px) {
  .faqs.container:after {
    width: calc(100% - 30px);
    left: 15px;
    background: 0;
    border-bottom: 1px dashed #000;
  }
}

@media screen and (max-width: 960px) {
  .faqs__logo {
    display: none;
  }

  .faqs__head {
    flex-direction: column;
    gap: 30px;
  }

  .faqs__article {
    margin-top: 0;
  }

  .faqs__content {
    flex-direction: column;
    gap: 50px;
  }

  .faqs__accordion {
    width: unset;
  }
}

@media screen and (max-width: 500px) {
  .faqs__desc {
    width: 100%;
  }
}

/* get a quote form */

#file-remove {
  z-index: 99999;
}

.custom-file-upload:has(input.wpcf7-not-valid) {
  border-color: #ee2725;
}

.custom-file-upload span {
  display: flex;
}

.custom-file-upload label span:first-of-type {
  order: -1;
}

.custom-file-upload input[type="file"] {
  position: absolute;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 0;
}

.custom-file-upload svg {
  width: clamp(15px, 1.32vw, 27.2px);
  height: clamp(15px, 1.32vw, 27.2px);
}

@media screen and (max-width: 768px) {
  .custom-file-upload svg {
    margin-top: -2px;
  }
}

.wpcf7-form-control.wpcf7-file {
  cursor: pointer;
}

.file-size {
  color: #888888;
  position: absolute;
  right: 0;
}

.custom-file-upload label {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}

.custom-file-upload .wpcf7-form-control-wrap {
  position: unset;
}

.custom-file-upload {
  border-bottom: 1px solid #000;
  position: relative;
}

@media screen and (min-width: 601px) and (max-width: 990px) {
  .response-and-button {
    max-width: fit-content;
  }
}

span[data-name="pick-up-date"]:after,
span[data-name="delivery-date"]:after {
  content: "";
  background: center / cover no-repeat
    url(/wp-content/uploads/2025/03/Frame-1948758290.svg);
  width: clamp(18px, 1.25vw, 25.6px) !important;
  height: clamp(18px, 1.25vw, 25.6px) !important;
  position: absolute;
  top: 1px;
  right: 1px;
}

body .select2-container--default .select2-results__option--highlighted {
  background-color: transparent !important;
  color: #17171b !important;
}

body
  .select2-container--default
  .select2-results__option--selected.select2-results__option--highlighted {
  background: #211d1d !important;
  color: #fff !important;
}

body .select2-container--default .select2-results__option--selected {
  background: #211d1d !important;
  color: #fff !important;
}

.select2-results__options::-webkit-scrollbar {
  display: none;
}

#primary section.get-a-quote {
  padding-top: clamp(80px, 7.3vw, 147.2px);
  padding-bottom: clamp(50px, 8.33vw, 168px);
}

.get-a-quote {
  position: relative;
}

.get-a-quote__circle-desktop {
  position: absolute;
  z-index: -2;
  top: -1608px;
  right: -1762px;
}

.get-a-quote__circle-mobile {
  display: none;
}

.get-a-quote .container {
  position: relative;
}

.get-a-quote__globe {
  position: absolute;
  z-index: 0;
  left: -112px;
  top: clamp(158px, 10.97vw, 222.4px);
  width: clamp(470px, 32.64vw, 659.2px);
  height: clamp(470px, 32.64vw, 659.2px);
}

.get-a-quote__wrapper {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.get-a-quote__title img {
  width: clamp(36px, 4.17vw, 84px);
  height: clamp(36px, 4.17vw, 84px);
  margin-top: -16px;
}

@media screen and (min-width: 1921px) {
  .get-a-quote__title img {
    margin-top: -25px;
  }
}

@media screen and (max-width: 768px) {
  .get-a-quote__title img {
    margin-top: -7px;
  }
}

.get-a-quote-form__wrapper {
  padding: clamp(20px, 2.78vw, 56px) clamp(20px, 3.47vw, 70.4px);
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 2.78vw, 56px);
  border: 1px solid #000;
  width: clamp(345px, 62.5vw, 1260px);
  background: #fff;
}

.get-a-quote-form__section {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.4vw, 28.8px);
}

.get-a-quote-form__content {
  display: flex;
  gap: clamp(24px, 2.08vw, 43.2px);
  flex-direction: column;
}

.get-a-quote-form__two-columns {
  display: flex;
  gap: clamp(20px, 1.4vw, 28.8px);
}

.get-a-quote-form__column {
  width: 50%;
}

.get-a-quote-form__column > div {
  padding-bottom: clamp(8px, 0.56vw, 11.2px);
}

.get-a-quote-form__one-column .get-a-quote-form__column {
  width: 100%;
}

.get-a-quote-form__wrapper input::placeholder,
.get-a-quote-form__wrapper textarea::placeholder {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(14px, 1.11vw, 22.4px);
  line-height: 120%;
  color: #888;
}

.get-a-quote-form__wrapper input,
.get-a-quote-form__wrapper textarea {
  font-size: clamp(14px, 1.11vw, 22.4px);
  border: none;
  border-bottom: 1px solid #000;
  padding: 0;
  padding-bottom: clamp(8px, 0.56vw, 11.2px);
  outline: none;
  width: 100%;
}

.get-a-quote-form__wrapper textarea {
  height: clamp(69px, 4.8vw, 97.6px);
  resize: none;
}

.get-a-quote-form__column > div > span {
  color: #ee2725;
}

.form__agreement-container {
  cursor: pointer;
  width: clamp(274px, 38.06vw, 767.2px);
}

.form__agreement-container a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #211d1d;
}

.form__agreement-container > div:first-child {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(16px, 1.25vw, 25.6px);
  line-height: 120%;
  color: #17171b;
  margin-bottom: clamp(4px, 0.28vw, 5.6px);
}

.form__agreement-container > div:last-child {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(13px, 0.97vw, 20.8px);
  line-height: 120%;
  color: #888;
}

.form__agreement .wpcf7-list-item-label {
  display: flex;
}

.form__agreement .get-a-quote-form__one-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(20px, 1.39vw, 28.8px);
}

.form__agreement .form-button-submit {
  max-width: 100% !important;
  justify-content: center;
  margin-top: clamp(10px, 0.69vw, 14.4px);
}

.get-a-quote-form__wrapper .wpcf7-acceptance input + span::before {
  content: "";
  display: inline-block;
  min-width: clamp(20px, 1.39vw, 28.8px);
  height: clamp(20px, 1.39vw, 28.8px);
  border: 2px solid #ccc;
  background-color: #fff;
  margin-right: clamp(10px, 0.7vw, 14.4px);
  vertical-align: middle;
  transition: all 0.3s ease;
  cursor: pointer;
}

.wpcf7-file.wpcf7-not-valid + span {
  top: calc(100% + clamp(4px, 0.28vw, 5.6px));
}

.get-a-quote-form__wrapper .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  text-align: right;
  margin-top: clamp(4px, 0.28vw, 5.6px);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(13px, 1vw, 20.8px);
  line-height: 120%;
  color: #ee2725;
}

.form__agreement-container a:hover {
  color: #ee2725 !important;
}

.get-a-quote-form__wrapper input.wpcf7-not-valid,
.get-a-quote-form__wrapper textarea.wpcf7-not-valid {
  border-color: #ee2725 !important;
}

.get-a-quote-form__wrapper .wpcf7-response-output {
  display: none;
}

.get-a-quote-form__wrapper .wpcf7-list-item-label {
  position: relative;
}

.get-a-quote-form__wrapper .wpcf7-list-item {
  margin: 0;
}

.get-a-quote-form__wrapper .wpcf7-acceptance input:checked + span::before {
  background: #000;
  border-color: #000;
}

.get-a-quote-form__wrapper .wpcf7-acceptance input:checked + span::after {
  content: "";
  background: center / cover no-repeat
    url("/wp-content/uploads/2025/03/Vector-13.svg");
  width: clamp(12px, 0.83vw, 16.8px);
  height: clamp(10px, 0.7vw, 14.4px);
  position: absolute;
  top: clamp(5px, 0.35vw, 8px);
  left: clamp(4px, 0.28vw, 6.4px);
  cursor: pointer;
}

.get-a-quote-form__wrapper .wpcf7-acceptance input {
  display: none;
}

.get-a-quote-form__wrapper .select2-container {
  width: 100% !important;
}

.get-a-quote-form__wrapper .select2-container .select2-selection {
  border: none;
  border-radius: unset;
  padding-bottom: clamp(8px, 0.56vw, 11.2px);
  border-bottom: 1px solid #000;
}

.get-a-quote-form__wrapper .select2-container .select2-selection {
  height: unset;
}

body .select2-container .select2-selection .select2-selection__rendered {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(14px, 1.11vw, 22.4px);
  line-height: 120%;
  color: #17171b;
  padding-left: 0;
}

.get-a-quote-form__wrapper .select2-selection__arrow {
  background: center / cover no-repeat
    url("/wp-content/uploads/2025/03/Frame-1948758290.svg");
  width: clamp(18px, 1.25vw, 25.6px) !important;
  height: clamp(18px, 1.25vw, 25.6px) !important;
}

.get-a-quote-form__wrapper .select2-selection__arrow b {
  display: none;
}

.get-a-quote-form__wrapper .select2-container .select2-selection__arrow {
  transition: all 0.5s;
}

.get-a-quote-form__wrapper
  .select2-container.select2-container--open
  .select2-selection__arrow {
  transform: rotate(180deg);
}

.get-a-quote-form__wrapper span {
  outline: none !important;
}

body
  form.wpcf7-form.unaccepted
  .get-a-quote-form__wrapper
  .wpcf7-acceptance
  input
  + span::before {
  border-color: #ee2725;
}

body
  form.wpcf7-form.unaccepted
  .get-a-quote-form__wrapper
  .wpcf7-acceptance
  input:checked
  + span::before {
  border-color: unset;
}

body .select2-container .select2-dropdown {
  border: 1px solid #000;
  border-radius: unset;
}

body .select2-container .select2-search {
  display: none;
}

body .select2-container .select2-results__option {
  padding: clamp(8px, 0.56vw, 11.2px) clamp(10px, 0.7vw, 14.4px);
}

body .select2-container .select2-results__options li {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(14px, 1.11vw, 22.4px);
  line-height: 120%;
  color: #17171b;
  position: relative;
}

body .select2-container .select2-results__options li:not(:last-child)::after {
  position: absolute;
  width: calc(100% - clamp(20px, 1.39vw, 28.8px));
  height: 1px;
  content: "";
  border-bottom: 1px solid #000;
  bottom: 0;
  left: clamp(10px, 0.7vw, 14.4px);
}

.get-a-quote-form__wrapper
  .get-a-quote-form__section.get-a-quote-form__section-large-gap {
  gap: clamp(30px, 2.78vw, 56px);
}

.form-group-container {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 2.08vw, 43.2px);
}

.wpcf7-radio {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.wpcf7-radio .wpcf7-list-item {
  width: 100%;
  position: relative;
}

.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  padding: clamp(13px, 0.9vw, 19.2px) 10px;
  background: transparent;
  border: clamp(2px, 0.23vw, 4.8px) solid #211d1d;
  width: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: clamp(14px, 1.1vw, 22.4px);
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  transition: all 0.5s;
}

.wpcf7-radio .wpcf7-list-item.first .wpcf7-list-item-label {
  border-radius: 100px 0 0 100px;
  border-right: none;
}
.wpcf7-radio .wpcf7-list-item.last .wpcf7-list-item-label {
  border-radius: 0 100px 100px 0;
  border-left: none;
}

.wpcf7-radio input[type="radio"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 99;
}

.wpcf7-radio input[type="radio"]:checked ~ .wpcf7-list-item-label {
  background: #000;
  color: #fff;
}

.form__agreement .get-a-quote-form__one-column .form-button-submit.large-btn {
  padding-left: clamp(50px, 3.47vw, 70.4px);
  padding-right: clamp(50px, 3.47vw, 70.4px);
}

.get-a-quote__globe {
  position: absolute;
  z-index: 0;
  top: 332px;
  left: -112px;
  width: clamp(470px, 32.64vw, 659.2px);
  height: clamp(470px, 32.64vw, 659.2px);
}

.get-a-quote__compass {
  position: absolute;
  z-index: 0;
  top: clamp(200px, 18.33vw, 369.6px);
  left: clamp(-196px, -7.78vw, -112px);
  width: clamp(456px, 31.67vw, 638.4px);
  height: clamp(456px, 31.67vw, 638.4px);
}

@media screen and (max-width: 960px) {
  .get-a-quote__globe,
  .get-a-quote__compass {
    display: none;
  }
}

body .ui-datepicker {
  width: fit-content;
  padding: 0;
}

body .ui-datepicker .ui-datepicker-header {
  padding: 0;
  padding-top: clamp(12px, 1.11vw, 22.4px);
  padding-bottom: clamp(12px, 0.97vw, 20.8px);
  border-bottom: 1px solid #000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

body .ui-datepicker .ui-datepicker-prev {
  border: unset;
  border-right: 1px solid #000 !important;
  top: -1px;
  left: -1px;
  width: clamp(39px, 3.33vw, 67.2px);
  height: clamp(39px, 3.33vw, 67.2px);
}

body .ui-datepicker .ui-datepicker-prev span {
  transform: rotate(-180deg);
}

body .ui-icon-circle-triangle-e {
  background-position: unset;
}

body .ui-datepicker .ui-datepicker-next span {
  margin-top: unset !important;
  left: unset;
  top: unset !important;
  margin-left: unset;
}

body .ui-datepicker .ui-datepicker-prev span {
  margin-top: unset !important;
  left: unset;
  top: unset !important;
  margin-left: unset;
}

body .ui-icon,
.ui-widget-content .ui-icon {
  background-position: center;
}

body .ui-datepicker .ui-datepicker-next {
  border: unset;
  width: clamp(39px, 3.33vw, 67.2px);
  height: clamp(39px, 3.33vw, 67.2px);
  top: -1px;
  right: -1px;
  border-left: 1px solid #000 !important;
}

body .ui-datepicker-next,
body .ui-datepicker-prev {
  cursor: pointer;
}

body .ui-widget.ui-widget-content {
  border: 1px solid #000;
}

body .ui-datepicker .ui-datepicker-prev:hover,
body .ui-datepicker .ui-datepicker-next:hover {
  background: #000;
}

body .ui-widget-header {
  background: #fff;
}

body .ui-datepicker .ui-datepicker-title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: clamp(14px, 1.11vw, 22.4px);
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #1c1c1c;
}

body .ui-corner-all {
  border-radius: unset;
}

body .ui-datepicker td a {
  text-align: center;
  width: clamp(39px, 3.33vw, 67.2px);
  height: clamp(39px, 3.33vw, 67.2px);
  display: flex;
  justify-content: center;
  align-items: center;
}

body .ui-datepicker td {
  padding: clamp(1.5px, 0.24vw, 4.8px);
}

body .ui-datepicker tr td:first-child {
  padding-left: clamp(6px, 0.42vw, 9.6px);
}
body .ui-datepicker tr td:last-child {
  padding-right: clamp(6px, 0.42vw, 9.6px);
}

body .ui-datepicker tr:first-child td {
  padding-top: 0;
}
body .ui-datepicker tr:last-child td {
  padding-bottom: clamp(6px, 0.42vw, 9.6px);
}

body .ui-datepicker table {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(14px, 1.11vw, 22.4px);
  line-height: 120%;
  text-align: center;
  color: #1c1c1c;
  margin: 0;
}

body .ui-state-default,
.ui-widget-content a.ui-state-default {
  border: 1px solid #000;
  background: #fff;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(14px, 1.11vw, 22.4px);
  line-height: 120%;
  text-align: center;
  color: #1c1c1c;
}

body .ui-priority-secondary,
body .ui-widget-content .ui-priority-secondary,
body .ui-widget-header .ui-priority-secondary {
  opacity: 0.2;
}

body .ui-state-default,
.ui-widget-content a.ui-state-default.ui-state-highlight {
  background: #000;
  color: #fff;
}

body .ui-datepicker-calendar td a:hover {
  background: #000 !important;
  color: #fff;
}

body .ui-datepicker-calendar th {
  padding: clamp(12px, 0.97vw, 20.8px) clamp(12px, 1.04vw, 22.4px);
}

body .ui-datepicker-calendar th:first-child {
  padding-left: clamp(19px, 1.39vw, 28.8px);
}
body .ui-datepicker-calendar th:last-child {
  padding-right: clamp(19px, 1.39vw, 28.8px);
}

body .ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  background: #000;
}

@media screen and (max-width: 600px) {
  body .ui-datepicker tr td:first-child {
    padding-left: 7px;
  }
  body .ui-datepicker tr td:last-child {
    padding-right: 7px;
  }
}

/* .ui-datepicker {
  width: 100% !important;
  max-width: none !important;
}

.ui-datepicker table {
  width: 100% !important;
} */

@media screen and (max-width: 1140px) {
  .get-a-quote-form__wrapper .response-and-button .form-button-submit {
    max-width: unset;
    justify-content: center;
  }
}

@media screen and (max-width: 960px) {
  .get-a-quote__title {
    font-size: 48px;
  }

  .get-a-quote__title br {
    display: none;
  }

  .get-a-quote__circle-desktop {
    display: none;
  }

  .get-a-quote__circle-mobile {
    display: block;
    right: -622px;
    top: -551px;
    position: absolute;
    z-index: -2;
  }

  .get-a-quote__globe {
    display: none;
  }

  .get-a-quote__wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .get-a-quote-form__wrapper {
    width: unset;
  }

  .get-a-quote-form__two-columns {
    flex-direction: column;
    gap: 24px;
  }

  .get-a-quote-form__column {
    width: 100%;
  }

  .form__agreement-container {
    width: unset;
  }
}

/* growing */

.growing-block__right-items .growing-block__right-item {
  position: absolute;
}

.growing-block__right-column {
  position: relative;
}

.growing-block__right-column svg {
  min-width: 100%;
  min-height: 100%;
}

.growing-block__right-items .growing-block__right-item:nth-child(1) {
  top: clamp(35px, 9.25vw, 180px);
  left: clamp(33px, 10.49vw, 212px);
  max-width: clamp(153px, 15.69vw, 316.8px);
}

.growing-block__right-items .growing-block__right-item:nth-child(2) {
  top: clamp(86px, 15.56vw, 313.6px);
  left: clamp(210px, 35.21vw, 710.4px);
  max-width: clamp(150px, 15.07vw, 304px);
}

.growing-block__right-items .growing-block__right-item:nth-child(3) {
  top: clamp(189px, 39.58vw, 780px);
  left: clamp(16px, 1.25vw, 25.6px);
  max-width: clamp(140px, 14.58vw, 294.4px);
}

.growing-block__right-items .growing-block__right-item:nth-child(4) {
  top: clamp(255px, 32.15vw, 648.8px);
  left: clamp(190px, 30.9vw, 623.2px);
  max-width: clamp(161px, 18.82vw, 380px);
}

.growing-block__right-item-numbers {
  margin-bottom: clamp(6px, 0.69vw, 14.4px);
}

.growing-block__left-text {
  margin-bottom: clamp(30px, 3.47vw, 70.4px);
}

.growing-block__left-text {
  max-width: clamp(300px, 22.57vw, 455.2px);
}

.growing-block__left-items {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(4px, 0.28vw, 5.6px);
  max-width: clamp(300px, 22.57vw, 455.2px);
  margin-bottom: clamp(37px, 8.33vw, 168px);
}

.growing-block__left-item {
  border: 1px solid #000;
  border-radius: clamp(4px, 0.28vw, 5.6px);
  padding: clamp(4px, 0.42vw, 8.8px) clamp(6px, 0.59vw, 14.4px);
}

.growing-block__left-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: clamp(400px, 42.36vw, 1010px);
}

@media screen and (max-width: 768px) {
  .growing-block__left-column {
    flex-basis: unset;
  }
}

.growing-block__right-item {
  position: relative;
}

.growing-block__right-item > div {
  position: relative;
  display: flex;
  max-width: fit-content;
  z-index: 2;
}

.growing-block__right-items
  .growing-block__right-item:nth-child(2)
  .growing-block__right-item-numbers::before {
  content: "%";
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #ee2725;
  position: absolute;
  right: 0;
  transform: translateX(calc(100% + 4px));
  top: 7px;
}

.growing-block__right-items
  .growing-block__right-item:nth-child(4)
  .growing-block__right-item-numbers::before {
  content: "";
  background: center / contain no-repeat
    url("/wp-content/uploads/2025/03/growing-third-pseudo.svg");
  width: clamp(40px, 4.17vw, 84px);
  height: clamp(40px, 4.17vw, 84px);
  position: absolute;
  right: clamp(-65px, -2.57vw, -30px);
  top: clamp(-35px, -1.39vw, -20px);
}

.growing-block__right-column {
  margin-left: clamp(-75px, -2.98vw, -43px);
}

.growing-block__right-column svg {
  width: clamp(400px, 57.85vw, 1166.4px);
  height: clamp(400px, 57.85vw, 1166.4px);
}

.growing-block {
  position: relative;
}

.growing-block__title {
  margin-bottom: clamp(20px, 2.08vw, 42.4px);
}

.growing-block__wrapper {
  display: flex;
}

@media screen and (min-width: 961px) {
  .growing-block__container.container {
    padding-right: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .growing-block__container {
    padding-left: 28px;
  }
}

@media screen and (max-width: 768px) {
  .growing-block__left-text {
    max-width: 100%;
  }

  .growing-block__container {
    padding-left: 15px;
  }
}

@media screen and (max-width: 880px) {
  .growing-block__right-column {
    margin-left: 0;
  }

  .growing-block__right-column svg {
    width: 100%;
  }

  .growing-block__wrapper {
    flex-direction: column;
  }
}

@media screen and (min-width: 601px) and (max-width: 880px) {
  .growing-block__right-items .growing-block__right-item {
    transform: translateX(100%);
  }
}

/* about */

.about {
  position: relative;
}

.about__artile {
  position: absolute;
  top: clamp(12px, 0.83vw, 17.6px);
  left: 0;
}

.about__head {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: clamp(42px, 6.94vw, 140.8px);
}

.about__desc {
  display: flex;
  gap: clamp(10px, 1.39vw, 28.8px);
  max-width: clamp(256px, 46.53vw, 1174px);
  width: 100%;
  margin-top: clamp(20px, 2.08vw, 43.2px);
  margin-left: clamp(89px, 24.17vw, 610px);
}

.about__head-btn-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}

.about__head-title {
  display: flex;
  flex-direction: column;
  width: clamp(343px, 60.14vw, 1325px);
  text-align: right;
}

.about__head-title > span:nth-child(2) {
  text-align: left;
}

@media screen and (min-width: 1921px) {
  .about__head-title > span:nth-child(2) {
    margin-left: 105px;
  }
}

.about__head-title > span:nth-child(3) {
  margin-right: clamp(22px, 2.92vw, 59.2px);
}

.about__head-title > span:nth-child(4) {
  margin-right: clamp(50px, 6.88vw, 139.2px);
}

.about__head-desc {
  width: 50%;
}

.about__body {
  display: flex;
}

@media screen and (min-width: 1921px) {
  .about__body {
    justify-content: space-between;
  }
}

.about__body > div:nth-child(1) {
  margin-right: clamp(50px, 10.83vw, 274px);
}

.about__body > div:nth-child(2) {
  margin-right: clamp(65px, 14.37vw, 364px);
  position: relative;
}

.about__body > div:nth-child(2)::before {
  position: absolute;
  top: clamp(-46px, -1.81vw, -12px);
  left: clamp(9px, 1.18vw, 24px);
  content: "";
  background: center / cover no-repeat
    url("/wp-content/uploads/2025/03/growing-third-pseudo.svg");
  width: clamp(30px, 4.17vw, 84.8px);
  height: clamp(30px, 4.17vw, 84.8px);
}

.about__body > div:nth-child(3) {
  margin-right: clamp(40px, 9.1vw, 230px);
}

.about__statistic-wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 0.7vw, 14.4px);
}

.about__head-right-content {
  display: flex;
  gap: clamp(4px, 0.28vw, 6.4px);
  position: absolute;
  right: 0;
  top: 0;
  max-width: clamp(257px, 22.57vw, 456px);
  flex-wrap: wrap;
}

.about__head-right-item {
  padding: clamp(4px, 0.42vw, 9.6px) clamp(5px, 0.7vw, 14.4px);
  border: 1px solid #000;
  border-radius: clamp(4px, 0.28vw, 6.4px);
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  body .about__desc {
    max-width: 100%;
  }

  body .about__statistic-wrapper {
    margin-right: 0;
    flex-basis: 25%;
  }

  body .about__head-right-content {
    max-width: 100%;
  }

  body .about__head-content {
    width: 100%;
  }

  body .about__body {
    width: 100%;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 960px) {
  .about__artile {
    top: 0;
  }

  .about__desc {
    flex-direction: column;
    margin-left: unset;
  }

  .about__head-btn-wrapper {
    position: unset;
  }

  .about__head-content {
    width: 74%;
    margin-left: auto;
  }

  .about__head-right-content {
    position: unset;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .about__head-desc {
    width: unset;
  }

  .about__body {
    width: 74%;
    margin-left: auto;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  body .about__body > div.about__statistic-wrapper {
    margin-right: 0;
    width: clamp(105px, 28vw, 147.2px);
  }

  .about__head-title > span:nth-child(2) {
    margin-left: -90px;
  }

  .about__head {
    align-items: flex-end;
  }

  .about__head-right-content {
    gap: 3px;
  }

  .about__desc,
  .about__head-right-content {
    max-width: 100%;
  }

  .about__head-title {
    width: 74%;
    text-align: left;
  }

  .about__head-title > span:nth-child(3) {
    margin-right: 0;
  }

  .about__body {
    justify-content: space-between;
  }
}

/* career */

.career {
  z-index: 9;
  position: relative;
}

.career__article {
  margin-bottom: clamp(30px, 2.78vw, 56px);
}

.tabContainer {
  position: relative;
}

.tabs-mobile.hide-desktop {
  display: none;
}

.nav-item svg {
  pointer-events: none;
}

.tab_nav {
  display: flex;
}

.tab_nav {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.39vw, 28.8px);
}

.nav-item {
  border: 1px solid #000;
  background: transparent;
  position: relative;
}

.tab-cirlce {
  position: absolute;
  bottom: -473px;
  right: -473px;
  transform: scale(0);
  transition: all 0.5s;
}

.tab__wrapper:hover .tab-cirlce {
  transform: scale(100%);
}

.tab-title svg {
  position: absolute;
  top: clamp(30px, 2.78vw, 56px);
  right: clamp(30px, 2.78vw, 56px);
  width: clamp(20px, 1.67vw, 33.6px);
  height: clamp(20px, 1.67vw, 33.6px);
}

.tab__wrapper {
  overflow: hidden;
  padding: clamp(20px, 2.08vw, 43.2px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(43px, 6.94vw, 140px);
  position: relative;
}

.tab-title {
  width: clamp(156px, 22.57vw, 456px);
}

.tab-text {
  width: clamp(295px, 20.49vw, 414.4px);
  color: #000;
}

.Tabcondent.active {
  opacity: 1 !important;
  border-radius: 0px;
  z-index: 3;
  transition: all ease-in-out 0.6s;
  margin: 0 auto;
}

.Tabcondent .career__image {
  border: 1px solid #000000;
}

.tabs {
  display: flex;
  gap: clamp(23px, 1.6vw, 33.6px);
}

.tabs > div {
  flex-basis: 50%;
}

.tab_nav {
  display: flex;
  flex-direction: column;
}

.Tabcondent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: fit-content;
  color: #fff;
  text-align: center;
  line-height: 150px;
  transform-origin: 0 0;
  transition: opacity 0.4s, transform 0.4s;
  opacity: 0;
}

@media screen and (max-width: 960px) {
  .tabs.hide-mobile {
    display: none;
  }

  .tabs-mobile.hide-desktop {
    display: flex;
  }

  .tab-mobile__container {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid #000;
  }

  .tab-mobile__content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: clamp(43px, 11.47vw, 60.8px);
    padding: 20px;
  }

  .tab-mobile__image {
    height: clamp(220px, 58.67vw, 308.8px);
    width: 100%;
  }

  .tab-mobile__content-title {
    width: clamp(156px, 41.6vw, 219.2px);
  }

  .tab-mobile__content-title svg {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px;
  }

  .tabs-mobile__wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
}

/* thank you */

.thank-you__wrapper.right_position .thank-you__title span:nth-child(2) {
  text-align: right;
}

.thank-you__wrapper.right_position .thank-you__title {
  max-width: fit-content;
}

#primary section.thank-you {
  padding-top: clamp(80px, 9.38vw, 190.4px);
  padding-bottom: clamp(70px, 8.33vw, 168px);
}

.thank-you .container {
  position: relative;
}

.thank-you__circle-desktop {
  position: absolute;
  z-index: -2;
  right: -1762px;
  top: -1608px;
}

.thank-you__circle-mobile {
  display: none;
}

.thank-you__globe {
  position: absolute;
  z-index: 0;
  left: -176px;
  top: clamp(-130px, -4.5vw, -65px);
  width: clamp(470px, 32.64vw, 659.2px);
  height: clamp(470px, 32.64vw, 659.2px);
}

.thank-you__wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 3.47vw, 70.4px);
  width: clamp(345px, 46.53vw, 939.2px);
  margin: 0 auto;
}

.thank-you__head {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.08vw, 42.4px);
  padding-bottom: clamp(40px, 3.47vw, 70.4px);
  position: relative;
}

.thank-you__head::after {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}

.thank-you__title {
  display: flex;
  flex-direction: column;
}

.thank-you__title img {
  width: clamp(34px, 4.16vw, 84px);
  height: clamp(34px, 4.16vw, 84px);
  margin-top: -12px;
}

.thank-you__head-content {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
}

.thank-you__desc {
  width: clamp(325px, 22.57vw, 456px);
}

.thank-you {
  position: relative;
}

.thank-you__content {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 1.39vw, 28.8px);
}

.thank-you__btn svg {
  width: clamp(12px, 0.83vw, 17.6px);
  height: clamp(12px, 0.83vw, 17.6px);
}

.thank-you__list {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 0.83vw, 16.8px);
}

.thank-you__item {
  display: flex;
  gap: clamp(4px, 0.42vw, 9.6px);
}

.thank-you__item svg {
  min-width: clamp(16px, 1.39vw, 28.8px);
  width: clamp(16px, 1.39vw, 28.8px);
  height: clamp(16px, 1.39vw, 28.8px);
}

@media screen and (max-width: 960px) {
  .thank-you__circle-desktop {
    display: none;
  }

  .thank-you__circle-mobile {
    display: block;
    position: absolute;
    z-index: -1;
    right: -622px;
    top: -551px;
  }

  .thank-you__head-content {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .thank-you__head {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .thank-you__globe {
    display: none;
  }

  .thank-you__title img {
    margin-top: -6px;
    margin-right: 3px;
  }

  .thank-you__wrapper {
    width: 100%;
  }
}

/* dark theme */

.header-section__choose-color-item {
  cursor: pointer;
}

[data-theme="dark"] body {
  background: #161616;
  --main-text-color: #fff;
  --main-title-color: #fff;
  color: #b8b8b8;

  /* --second-text-color: #888;

  --white: #fff; */
}

[data-theme="dark"] .body1 {
  color: #b8b8b8;
}

[data-theme="dark"] .header-section.fixed {
  background: #161616;
}

[data-theme="dark"] .header-section__choose-color path {
  fill: #fff;
}

[data-theme="light"] .header-section__choose-color-item {
  color: #000;
}

[data-theme="dark"] .header-section__choose-color-item {
  color: #fff;
}

.header-section__choose-color svg *,
.header-section__choose-color,
.header-section__right-content a,
.header-section__choose-color-item,
.services-card,
.form__agreement-container a,
.footer__second-column a,
.footer__menu-title,
.footer__info-title,
.footer__link ul a,
.thank-you__item a,
body .text-page-section a,
.header-section__descktop-menu a {
  transition: all 0.5s;
}

[data-theme="dark"] .first-screen__btn:hover {
  background: #fff;
  color: #000;
}

[data-theme="dark"] .first-screen__head::after {
  background: transparent;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.4);
}

[data-theme="dark"] .first-screen__btn {
  border-color: #fff;
}

[data-theme="dark"] .btn {
  background: #ee2725;
}

[data-theme="dark"] .btn:hover {
  background: #e30200;
}

.header-section__call-to-action .header-section__button:hover,
.header-section__choose-color-item:hover,
body .header-section__descktop-menu a:hover {
  color: #ee2725;
}

.header-section__choose-color-item:hover path {
  fill: #ee2725;
}

.header-section__right-content a {
  color: #000;
}

body .header-section__right-content a:hover {
  color: #ee2725;
}

[data-theme="dark"] .header-section__right-content a {
  color: #fff;
}

[data-theme="dark"] .header-section__call-to-action > svg path,
[data-theme="dark"] .services-card__arrow svg path {
  stroke: #fff;
}

#dark-logo {
  display: none;
}

[data-theme="dark"] #light-logo {
  display: none;
}

[data-theme="dark"] #dark-logo {
  display: block;
}

[data-theme="dark"] .header-section_burder-menu svg path {
  stroke: #fff !important;
}

[data-theme="dark"] .header-section_mobile-menu {
  background: #161616;
}

[data-theme="dark"] .header-section_mobile-menu svg path,
[data-theme="dark"] .tab-title svg path {
  stroke: #fff;
}

[data-theme="dark"] .first-screen__title img:first-of-type {
  display: none;
}

[data-theme="dark"] .get-a-quote-form__wrapper .select2-selection__arrow {
  background: center / cover no-repeat
    url(/wp-content/uploads/2025/03/drop-dawn-dark.svg);
}

[data-theme="light"] .first-screen__title img:last-of-type {
  display: none;
}

[data-theme="light"] .dark {
  display: none !important;
}

[data-theme="dark"] .light {
  display: none !important;
}

[data-theme="dark"] .about__head-right-item,
[data-theme="dark"] .nav-item {
  border-color: #fff;
}

[data-theme="dark"] .about__head-right-item,
[data-theme="dark"] .charity__link a {
  color: #fff;
}

[data-theme="dark"] .services-card:hover {
  background: #ee2725;
  border-color: #ee2725;
}

[data-theme="dark"] .services-card {
  border-color: #fff;
}

[data-theme="dark"] .services-card:hover .services-card__number {
  color: #ff8785;
}

[data-theme="dark"] .growing-block__left-item {
  border-color: #fff;
  color: #fff;
}

[data-theme="dark"] .growing-block__right-item-text {
  color: #fff;
}

[data-theme="dark"] .growing-block__right-column svg path {
  fill: #282828;
}

[data-theme="dark"] .faqs__logo {
  opacity: 0.1;
}

[data-theme="dark"] .faqs__desc {
  color: #fff;
}

[data-theme="dark"] .c-accordion__item {
  border-color: #fff;
}

[data-theme="dark"] .faqs__accordion-wrapper .c-accordion__title svg path,
[data-theme="dark"] .tab-mobile__content-title svg path {
  stroke: #fff;
}

[data-theme="dark"] .our-partners__general-desc {
  color: #fff;
}

[data-theme="dark"] .primary-footer-menu a,
[data-theme="dark"] .footer__info-text {
  color: #fff;
}

[data-theme="dark"] .footer__head::after {
  background: center / contain repeat
    url("/wp-content/uploads/2025/03/dashed-line-dark.svg");
}

[data-theme="dark"] .charity__link {
  border-color: #fff;
}

[data-theme="dark"] .charity__link svg path {
  stroke: #fff;
}

[data-theme="light"] .tab-mobile__content {
  color: #000;
}

[data-theme="dark"] .tab-mobile__content {
  color: #fff;
}

[data-theme="dark"] .get-a-quote-form__wrapper {
  border-color: #fff;
  background: #161616;
}

[data-theme="dark"] .get-a-quote-form__column div.body1 {
  color: #fff;
}

[data-theme="dark"] .get-a-quote-form__column input,
[data-theme="dark"] .wpcf7-radio .wpcf7-list-item-label {
  color: #fff;
}

[data-theme="dark"]
  .get-a-quote-form__column
  input:checked
  + .wpcf7-list-item-label {
  color: #161616;
}

[data-theme="dark"] .get-a-quote-form__column input,
[data-theme="dark"] .get-a-quote-form__column textarea,
[data-theme="dark"] .select2-container--default .select2-selection--single {
  background: transparent;
  border-color: #fff;
}

[data-theme="dark"] .form__agreement-container > div:first-child,
[data-theme="dark"] .form__agreement-container > div:last-child a,
[data-theme="dark"] .header-section__descktop-menu a {
  color: #fff;
}

[data-theme="dark"] .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  border-color: #fff;
}

[data-theme="dark"]
  .wpcf7-radio
  input[type="radio"]:checked
  ~ .wpcf7-list-item-label {
  background: #fff;
  color: #000;
}

[data-theme="dark"] .custom-file-upload {
  border-color: #fff;
  color: #fff;
}

[data-theme="dark"] .custom-file-upload label #file-upload svg path {
  fill: #fff;
}

[data-theme="dark"]
  body
  .select2-container
  .select2-selection
  .select2-selection__rendered {
  color: #fff;
}

[data-theme="dark"] .get-a-quote__title img:first-of-type,
[data-theme="dark"] .thank-you__title img:first-of-type {
  display: none;
}

[data-theme="dark"] span[data-name="pick-up-date"]:after,
[data-theme="dark"] span[data-name="delivery-date"]:after {
  background: center / cover no-repeat
    url(/wp-content/uploads/2025/03/drop-dawn-dark.svg);
}

[data-theme="light"] .get-a-quote__title img:last-of-type,
[data-theme="light"] .thank-you__title img:last-of-type {
  display: none;
}

[data-theme="dark"] .thank-you__head::after {
  background: #fff;
}

[data-theme="dark"] .thank-you__item a {
  color: #fff;
}

[data-theme="dark"] .text-page p a {
  color: #fff;
}

.header-section__choose-color-item.active {
  pointer-events: none;
  opacity: 0.5;
}

[data-theme="dark"]
  .get-a-quote-form__wrapper
  .wpcf7-acceptance
  input:checked
  + span::before {
  background-color: #fff;
}

[data-theme="dark"]
  .get-a-quote-form__wrapper
  .wpcf7-acceptance
  input:checked
  + span::after {
  background: center / cover no-repeat
    url("/wp-content/uploads/2025/03/agree-white.svg");
}

[data-theme="dark"]
  .get-a-quote-form__wrapper
  .wpcf7-acceptance
  input:checked
  + span::before {
  border-color: #fff;
}

[data-theme="dark"] .faqs.container:after {
  background: transparent;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.4);
}

.blog__circle,
.choose-us__circle {
  display: none;
}

@media screen and (min-width: 961px) {
  .first-screen__circle-desktop.dark {
    position: absolute;
    top: -603px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    display: block;
  }

  .blog__circle {
    position: absolute;
    z-index: -1;
    right: -1701px;
    top: -1491px;
    display: block;
  }

  .choose-us__circle {
    position: absolute;
    z-index: -2;
    left: -1571px;
    bottom: -1232px;
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .first-screen__circle-desktop.dark {
    display: none !important;
  }
}

[data-theme="light"] .footer__second-column a,
[data-theme="light"] .footer__link ul a,
[data-theme="light"] .charity__link a,
.header-section_mobile-menu a {
  color: #000;
}

[data-theme="dark"] .footer__second-column a,
[data-theme="dark"] .footer__link ul a,
[data-theme="dark"] .header-section_mobile-menu a {
  color: #fff;
}

body .footer__second-column a:hover,
body .footer__link ul a:hover,
body .thank-you__item a:hover,
body .text-page-section a:hover {
  color: #ee2725;
}

[data-theme="dark"] .tab-text,
[data-theme="dark"] .services-card__content {
  color: #fff;
}

[data-theme="dark"] .tab-mobile__container,
[data-theme="dark"] .header-section__descktop-menu a {
  border-color: #fff;
}

[data-theme="light"] .thank-you__item a,
[data-theme="light"] .text-page-section a,
[data-theme="light"] .header-section__descktop-menu a {
  color: #000;
}

.background {
  background-size: 500px 500px !important;
}

[data-theme="dark"] .first-screen__btn:first-child::after {
  background: #fff;
}

/* data picker */

[data-theme="dark"] .ui-widget-content {
  background: #161616;
}

[data-theme="dark"] body .ui-datepicker .ui-datepicker-title {
  color: #fff;
}

[data-theme="dark"] body .ui-widget-header {
  background: #161616;
}

[data-theme="dark"] body .ui-state-default,
[data-theme="dark"] .ui-widget-content a.ui-state-default {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

[data-theme="dark"] body .ui-widget.ui-widget-content,
[data-theme="dark"] body .ui-datepicker .ui-datepicker-header {
  border-color: #fff;
}

[data-theme="dark"] body .ui-datepicker-calendar td a:hover,
[data-theme="dark"] .ui-widget-content a.ui-state-default.ui-state-highlight {
  background: #fff !important;
  color: #161616;
}

[data-theme="dark"] .ui-datepicker th {
  color: #fff;
}

[data-theme="dark"] body .ui-datepicker .ui-datepicker-prev,
[data-theme="dark"] body .ui-datepicker .ui-datepicker-next {
  border-color: #fff !important;
}

[data-theme="dark"] body .ui-datepicker .ui-datepicker-prev:hover,
[data-theme="dark"] body .ui-datepicker .ui-datepicker-next:hover {
  background: #fff !important;
}

[data-theme="dark"] .ui-widget-content .ui-state-hover .ui-icon,
[data-theme="dark"] .ui-widget-content .ui-state-focus .ui-icon,
[data-theme="dark"] .ui-widget-content .ui-button:hover .ui-icon,
[data-theme="dark"] .ui-widget-content .ui-button:focus .ui-icon {
  background-image: url(/wp-content/uploads/2025/03/Vector-2037-1.svg) !important;
}

[data-theme="dark"] .ui-icon,
[data-theme="dark"] .ui-widget-content .ui-icon {
  background-image: url(/wp-content/uploads/2025/03/Vector-2037.svg) !important;
}

/* select dark */

[data-theme="dark"] body .select2-container .select2-dropdown {
  border-color: #fff;
  background-color: #161616;
}

[data-theme="dark"]
  body
  .select2-container
  .select2-results__options
  li:not(:last-child)::after {
  border-color: #fff;
}

[data-theme="dark"] body .select2-container .select2-results__options li {
  color: #fff;
}

[data-theme="dark"]
  body
  .select2-container--default
  .select2-results__option--selected.select2-results__option--highlighted {
  background: #fff !important;
  color: #211d1d !important;
}

[data-theme="dark"]
  body
  .select2-container--default
  .select2-results__option--selected {
  background: #fff !important;
  color: #211d1d !important;
}

[data-theme="dark"]
  body
  .select2-container--default
  .select2-results__option--highlighted {
  color: #fff !important;
}

[data-theme="dark"] .circle.desktop.light {
  display: none;
}

[data-theme="light"] .circle.desktop.dark {
  display: none;
}
