body {
    scroll-behavior: smooth;
}
.first_section {
    position: relative;
    display: flex;
}
.first_section-inner {
    background: linear-gradient(90deg, #00569C 0%, #3EBC08 100%);
    box-shadow: 0px 10px 12px 0px #12737226;
    border-radius: 30px;
    padding: 100px;
    position: relative;
    width: 100%;
}
.first_section img {
    position: absolute;
    right: 0;
}
.first_section img.bg_mob {
    display: none;
}
/* .first_section::after {
    content: url("/wp-content/uploads/2025/10/bg_hero.png");
    position: absolute;
    bottom: -300px;
    right: 0;
    width: auto;
} */
.first_content {
    width: 747px;
    max-width: 100%;
}
.first_content h1 {
    font-weight: 600;
    font-size: 56px;
    line-height: 100%;
    color: var(--Light);
    margin: 0 0 15px;
}
.first_content h1 span {
    font-weight: 700;
}
.first_content p {
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    color: var(--Light);
    margin: 0 0 60px;
}
.first_content p.under_btn {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: var(--Light);
    margin: 0 0 32px;
}
.button_container {
    display: flex;
    gap: 25px;
    margin: 0 0 10px;
}
.btn_hero {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--Blue);
    padding: 20px;
    border-radius: 10px;
    background: var(--Light);
    box-shadow: 1px 1px 4px 0px #208B4F1A,
    4px 6px 7px 0px #208B4F17,
    8px 13px 9px 0px #208B4F0D,
    15px 23px 11px 0px #208B4F03,
    23px 36px 12px 0px #208B4F00;

}
.btn_hero_transparent {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--Light);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--Light);
    background: transparent;
    box-shadow: 1px 1px 4px 0px #208B4F1A,
    4px 6px 7px 0px #208B4F17,
    8px 13px 9px 0px #208B4F0D,
    15px 23px 11px 0px #208B4F03,
    23px 36px 12px 0px #208B4F00;
}

.repeater1 {
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--Light);
    padding: 15px 57.5px;
    border-radius: 15px;
    margin: 0 0 26px;
}
.repeater1>div {
    flex: 0 1 33%;
}
.repeater1>div h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: var(--Light);
    margin: 0 0 5px;
}
.repeater1>div:nth-child(2) {
    border-width: 0 1px 0;
    border-style: solid;
    border-color: var(--Light);
}
.repeater1>div p {
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    color: var(--Light);
    margin: 0;
}
.repeater2 {
    display: flex;
    gap: 29px;
    justify-content: space-between;
    padding-inline-start: 20px;
    list-style: url("data:image/svg+xml,%3csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='10' height='10' rx='2' fill='%23F7FFF4'/%3e%3c/svg%3e");
}
.repeater2 li {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--Light);
}
section.second.container {
    padding-top: 110px;
}
section.second.container h2 {
    font-weight: 900;
    font-size: 46px;
    line-height: 100%;
    color: var(--Blue);
    margin: 0 0 50px;
}
.funktioniers {
    display: flex;
    gap: 20px;
}
.funktioniers>div {
    flex: 0 1 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 30px;
    padding: 55.5px 82px;
    background: linear-gradient(90deg, rgba(0, 86, 156, 0.2) 0%, rgba(62, 188, 8, 0.2) 100%),
    #FFFFFF;
    box-shadow:
    0px 4px 12px 0px #12737226,
    0px 2px 12px 0px #12737214;
}
.funktioniers>div:nth-child(2),
.funktioniers>div:last-child {
    background: linear-gradient(180deg, rgba(0, 86, 156, 0.2) 0%, rgba(62, 188, 8, 0.2) 100%),
    #FFFFFF;
}
.funktioniers>div span {
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: var(--Light);
    padding: 20px;
    background: var(--Blue);
    border-radius: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 40px;
}
.funktioniers>div h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    margin: 0 0 5px;
    color: var(--Blue);
    text-align: center;
}
.funktioniers>div p {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    margin: 0;
    color: var(--Blue);
    text-align: center;
}

section.third {
    padding-top: 110px;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    gap: 24px;
}
.image_abs {
    margin-top: -150px;
}
.bg_mob_vort {
    display: none;
}
.third_content {
    width: auto;
    max-width: 100%;
}
.third_content h2 {
    font-weight: 900;
    font-size: 46px;
    line-height: 100%;
    color: var(--Green);
    margin: 0 0 50px;
}
.third_content .vorteile {
    list-style: url("data:image/svg+xml,%3csvg width='28' height='34' viewBox='0 0 28 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect y='10' width='24' height='24' rx='2.4' fill='%233EBC08'/%3e%3cpath d='M4.80005 19.6L11.4217 28.259C11.9633 28.9673 13.0608 28.8584 13.4527 28.0575L26.4 1.59998' stroke='%2300569C' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e");
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.third_content .vorteile li {
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    color: var(--Blue);
}
section.faq {
    padding-top: 110px;
}
.accordion {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.accordion-item {
    border: 1px solid var(--Blue);
    background: var(--Light);
    box-shadow: 0px 2px 12px 0px #12737214;
    padding: 50px 100px;
    border-radius: 30px;
}
.accordion-item .accordion-content,
.accordion-item .icon_close {
    display: none;
}
.icon_arrow svg,
.icon_arrow {
    width: 43px;
    height: 19px;
}
.accordion-item.active .accordion-content{
    display: block;
}
.accordion-item.active .icon_close {
    display: block;
}
.accordion-item.active .icon_arrow {
    display: none;
}
.accordion-item.active {
    background: linear-gradient(270deg, #DCEFFF 0%, #E3FFD7 100%);
}
.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-header .question {
    font-weight: 900;
    font-size: 30px;
    line-height: 120%;
    color: var(--Blue);
}
.accordion-content {
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    padding-top: 5px;
    padding-right: 7%;
}
section.form {
    display: flex;
    gap: 26px;
    align-items: center;
    justify-content: space-between;
    padding-top: 110px;
}
section.form .form_left {
    flex: 0 1 38%;
}
section.form h2 {
    font-weight: 900;
    font-size: 56px;
    line-height: 120%;
    color: var(--Blue);
    margin: 0 0 15px;
}
section.form p {
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    color: var(--Blue);
    margin: 0;
}
section.form .form_right {
    background: linear-gradient(90deg, #00569C 0%, #3EBC08 100%);
    box-shadow: 0px 10px 12px 0px #12737226;
    border-radius: 30px;
    padding: 50px;
    flex: 0 1 59%;
}

.form-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin: 0 0 20px;
}
.form-inner span {
    flex: 0 1 48%;
}
.form-inner span input {
    width: 100%;
    padding: 28.5px 27px;
    border-radius: 13px;
    background: var(--Light);
    border: 1px solid var(--Light);
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
}
.form-inner span input::placeholder {
    color: #C2D4E3;
}
.form-inner span input:focus-visible {
    outline: none;
    border: 1px solid var(--Green);
}
.wpcf7-list-item {
    margin: 0 0 10px;
    display: block;
}
/* Контейнер метки */
.wpcf7-list-item label {
    position: relative;
    padding-left: 15px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    line-height: 120%;
    font-weight: 400;
    color: var(--Light);
}
/* Ховаємо стандартний checkbox */
.wpcf7-list-item input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  margin: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

/* Малюємо кастомну коробочку */
.wpcf7-list-item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border: 1px solid var(--Light);
  border-radius: 2px;
  background-color: transparent;
  transition: all 0.2s ease;
}
/* Галочка (спочатку невидима) */
.wpcf7-list-item label::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 46%;
  transform: translateY(-55%) rotate(45deg);
  width: 5px;
  height: 5px;
  border: solid white;
  border-width: 0 1px 1px 0;
  opacity: 0;
  transition: all 0.2s ease;
}

/* 🎨 Активний стан через :has() */
.wpcf7-list-item label:has(input[type="checkbox"]:checked)::before {
  background: linear-gradient(90deg, #00569C 0%, #3EBC08 100%);
}

.wpcf7-list-item label:has(input[type="checkbox"]:checked)::after {
  opacity: 1;
}

/* ✨ Ефект при наведенні
.wpcf7-list-item label:hover::before {
  border-color: #00569C;
  box-shadow: 0 0 6px rgba(0, 86, 156, 0.25);
} */

.custom-contact-form input[type="submit"] {
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    color: var(--Blue);
    padding: 20px;
    background: var(--Light);
    border-radius: 10px;
    box-shadow: 1px 1px 4px 0px #208B4F1A,
    4px 6px 7px 0px #208B4F17,
    8px 13px 9px 0px #208B4F0D,
    15px 23px 11px 0px #208B4F03,
    23px 36px 12px 0px #208B4F00;
}
.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -22px;
}

section.calculator {
    padding-top: 110px;
}
.calculator_inner {
    background: 
  url('/wp-content/uploads/2025/10/bg-min.png') center/cover no-repeat padding-box, /* картинка */
  linear-gradient(180deg, rgba(247, 255, 244, 1) 0%, rgba(247, 255, 244, 1) 100%) padding-box, /* внутренний фон */
  linear-gradient(90deg, rgba(1, 87, 155, 0.4) 0%, rgba(61, 187, 10, 0.4) 100%) border-box; /* граница */
    border: 2px solid transparent;
    border-radius: 30px;
    box-shadow: 0px 2px 12px 0px #12737214;
    padding: 100px 0 20px;
}
.calculator_inner h2 {
    font-weight: 900;
    font-size: 46px;
    line-height: 120%;
    color: var(--Blue);
    margin: 0 0 10px;
    padding: 0 100px;
}
.calculator_inner .lead {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: var(--Blue);
    margin: 0 0 50px;
    padding: 0 100px;
}
  /* ---- GRID для інпутів ---- */
.inputs{
    display: flex;
    gap: 50px;
    align-items: start;
    margin-bottom: 50px;
    padding: 0 100px
}
.field {
    flex: 0 1 33%;
}
.field label {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: var(--Blue);
    margin: 0 0 10px;
    display: block;
}
.field .example {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: var(--Blue);
    margin: 10px 0 0;
}
.control input,
div#reducedPrice {
    background: var(--Light);
    box-shadow: 1.32px 1.32px 5.3px 0px #208B4F1A,
    5.3px 7.95px 9.27px 0px #208B4F17,
    10.6px 17.22px 11.92px 0px #208B4F0D,
    19.87px 30.46px 14.57px 0px #208B4F03,
    30.46px 47.68px 15.89px 0px #208B4F00;
    border-radius: 13.25px;
    padding: 22px 27px;
    font-family: "Gantari";
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--Blue);
    width: 100%;
    border: none;
	text-align: center;
}
  /* ---- Результати та кнопки ---- */
.results{
    display: flex;
    gap: 50px;
    justify-content: space-between;
    padding: 0 100px;
}
.results>div {
    flex: 0 1 50%;
}
.big-result {
    box-shadow: 1.32px 1.32px 5.3px 0px #208B4F1A,
    5.3px 7.95px 9.27px 0px #208B4F17,
    10.6px 17.22px 11.92px 0px #208B4F0D,
    19.87px 30.46px 14.57px 0px #208B4F03,
    30.46px 47.68px 15.89px 0px #208B4F00;
    background: var(--Blue);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 67px;
    border-radius: 13.25px;
}
.big-result .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    color: var(--Light);
    margin: 0 0 5px;
}
.big-result .value {
    font-weight: 700;
    font-size: 46px;
    line-height: 120%;
    text-align: center;
    color: var(--Green);
}

.cta {
    border: 1px solid var(--Green);
    background: var(--Light);
    box-shadow: 1.32px 1.32px 5.3px 0px #208B4F1A,
    5.3px 7.95px 9.27px 0px #208B4F17,
    10.6px 17.22px 11.92px 0px #208B4F0D,
    19.87px 30.46px 14.57px 0px #208B4F03,
    30.46px 47.68px 15.89px 0px #208B4F00;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 59px;
    border-radius: 13.25px;
}
.cta h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    color: var(--Blue);
    margin: 0 0 5px;
}
.cta p {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: var(--Blue);
    margin: 0 0 20px;
}
.big {
    border-radius: 10px;
    background: var(--Green);
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 46px;
    line-height: 100%;
    text-align: center;
    color: var(--Light);
    width: fit-content;
}
.green {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: var(--Green);
    text-align: center;
}
.green>span {
    font-size: 12px;
}
.bottom {
    background: url("/wp-content/uploads/2025/10/group-4-min.png");
    min-height: 530px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -105px;
    z-index: 10;
    position: relative;
}
.co2-box, .trees, .plane {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.co2-box {
    position: absolute;
    top: 308px;
    left: 320px;
}
.trees {
    position: absolute;
    top: 230px;
    left: 51%;
}
.plane {
    position: absolute;
    bottom: 135px;
    right: 200px;
}

.banner {
    min-height: 489px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    box-shadow: 0px 10px 12px 0px #12737226;
}
.policy_title {
    font-weight: 900;
    font-size: 100px;
    line-height: 120%;
    color: var(--Light);
}
.banner p.subtitle {
    font-weight: 400;
    font-size: 46px;
    line-height: 120%;
    color: var(--Light);
    margin: 0;
}
.banner p.subtitle2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    color: var(--Light);
}
.policy_content {
    margin-top: 110px;
}
.policy_content h2 {
    font-weight: 900;
    font-size: 46px;
    line-height: 120%;
    color: var(--Blue);
    margin: 50px 0 20px;
}
.policy_content p,
.policy_content ul {
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    color: var(--Blue);
    margin: 0 0 20px;
}
.policy_content p:last-child {
    margin: 0;
}
.policy_content ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.policy_content a {
    text-decoration: underline;
}
.page-id-66 .policy_content h2 {
    margin: 20px 0;
}
.page-id-66 .policy_content ul {
    list-style: none;
    padding-inline-start: 0;
    display: flex;
    gap: 10px;
    margin: 0 0 40px;
}

@media(min-width: 1200px) and (max-width: 1660px) {
    .container {
        padding-left: 32px;
        padding-right: 32px;
    }
    .first_section-inner {
        padding: 60px;
    }
    .first_section img {
        width: 50%;
        bottom: -90px;
    }
    .funktioniers>div {
        padding: 55.5px 77px;
    }
    .bottom {
        background-size: contain;
    }
    .co2-box {
        top: 300px;
        left: 245px;
    }
    .trees {
        left: 50%;
    }
    .plane {
        bottom: 155px;
        right: 120px;
    }
}

@media (max-width: 1200px) {
    #primary-menu {
        display: none;
    }
    header#masthead {
        padding: 30px 0 40px;
    }
    header#masthead .site-branding img,
    header#masthead.sticky .site-branding img  {
        width: 131px;
        transition: all 0.3s ease;
    }
    a.btn_gradient {
        font-size: 16px;
    }
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .first_section img {
        display: none;
    }
    .first_section img.bg_mob {
        display: block;
        position: absolute;
        right: 0;
        top: 33%;
    }
    .first_section-inner {
        border-radius: 15px;
        padding: 15px 15px 20px;
    }
    .first_content h1 {
        font-size: 26px;
        margin: 0 0 5px;
    }
    .first_content p {
        font-size: 14px;
        margin: 0 0 20px;
    }
    .button_container {
        flex-direction: column;
        gap: 10px;
        width: 63%;
        margin: 0 0 4px;
    }
    .btn_hero,
    .btn_hero_transparent {
        font-size: 12px;
        padding: 6px;
        border-radius: 4px;
        text-align: center;
    }
    .btn_hero_transparent {
        width: 70%;
        padding: 5px;
    }
    .first_content p.under_btn {
        font-size: 10px;
        margin: 0 0 41px;
        width: 50%;
    }
    .repeater1 {
        padding: 9px 24px;
        border-radius: 6px;
        border-width: 0.5px;
        margin: 0 0 10px;
    }
    .repeater1>div h3 {
        font-size: 10px;
        margin: 0 0 2px;
    }
    .repeater1>div p {
        font-size: 14px;
    }
    .repeater2 {
        gap: 8px;
        padding-inline-start: 8px;
        list-style: url("data:image/svg+xml,%3csvg width='5' height='5' viewBox='0 0 5 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect y='0.326324' width='4.11523' height='4.11523' rx='0.823045' fill='%23F7FFF4'/%3e%3c/svg%3e");
    }
    .repeater2 li {
        font-size: 10px;
    }
    section.second.container {
        padding-top: 50px;
    }
    section.second.container h2 {
        font-size: 20px;
        margin: 0 0 20px;
    }
    .funktioniers {
        flex-direction: column;
    }
    .funktioniers>div {
        border-radius: 15px;
        padding: 31px 48px;
        box-shadow: 0px 2px 12px 0px #12737214,
        0px 4px 12px 0px #12737226;
        background: linear-gradient(90deg, rgba(0, 86, 156, 0.2) 0%, rgba(62, 188, 8, 0.2) 100%), #FFFFFF;
    }
    .funktioniers>div:nth-child(2), .funktioniers>div:last-child {
        background: linear-gradient(90deg, rgba(0, 86, 156, 0.2) 0%, rgba(62, 188, 8, 0.2) 100%), #FFFFFF;
    }
    .funktioniers>div span {
        font-size: 13px;
        padding: 13px;
        width: 40px;
        height: 40px;
        border-radius: 7px;
        margin: 0 0 20px;
    }
    .funktioniers>div h3,
    .funktioniers>div p {
        font-size: 14px;
    }
    section.third {
        padding-top: 50px;
        flex-direction: column-reverse;
        padding-left: 30px;
        padding-bottom: 100px;
    }
    .third_content h2 {
        font-size: 20px;
        margin: 0 0 20px;
    }
    .third_content .vorteile {
        gap: 10px;
        padding-inline-start: 20px;
        padding-right: 30px;
        list-style: url("data:image/svg+xml,%3csvg width='14' height='18' viewBox='0 0 14 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect y='5.5' width='12' height='12' rx='1.2' fill='%233EBC08'/%3e%3cpath d='M2.3999 10.2998L5.7107 14.6293C5.98152 14.9835 6.53029 14.929 6.72625 14.5286L13.1999 1.2998' stroke='%2300569C' stroke-linecap='round'/%3e%3c/svg%3e");
    }
    .third_content .vorteile li {
        font-size: 14px;
    }
    .image_abs {
        position: relative;
    }
    .image_abs img:first-child {
        display: none;
    }
    .image_abs .bg_mob_vort {
        display: block;
        position: absolute;
        right: -30px;
    }
    .calculator_inner {
        padding: 20px 0 0;
    }
    .calculator_inner h2 {
        font-size: 20px;
        margin: 0;
        padding: 0 15px;
    }
    .calculator_inner .lead {
        font-size: 10px;
        margin: 0 0 20px;
        padding: 0 15px;
    }
    .inputs {
        flex-direction: column;
        padding: 0 15px;
        margin: 0 0 30px;
        gap: 20px;
    }
    .field {
        flex: 0 1 100%;
        width: 100%;
    }
    .field label {
        font-size: 12px;
    }
    .control input, div#reducedPrice {
        font-size: 12px;
        border-radius: 10px;
        padding: 19px 27px;
    }
    .field .example {
        font-size: 10px;
    }
    div#reducedPrice {
        text-align: center;
    }
    .results {
        flex-direction: column;
        gap: 20px;
        padding: 0 15px;
    }
    .big-result {
        padding: 41px 20px;
    }
    .big-result .title {
        font-size: 14px;
    }
    .big-result .value {
        font-size: 30px;
    }
    .cta {
        padding: 17.5px 14px;
    }
    .cta h3 {
        font-size: 20px;
    }
    .cta p {
        font-size: 14px;
        margin: 0 0 10px;
        text-align: center;
    }
    .cta a.btn_gradient {
        display: inline-block;
        font-size: 12px;
        padding: 6px;
        border-radius: 4px;
    }
    .bottom {
        background: url("/wp-content/uploads/2025/10/mobile_calc-min.png");
        background-repeat: no-repeat;
        background-position: center;
        min-height: 350px;
        background-size: contain;
        margin-top: -75px;
    }
    .big {
        font-size: 20px;
        padding: 2px 5px;
        border-radius: 5px;
    }
    .green {
        font-size: 10px;
    }
    .co2-box {
        top: 37%;
        left: 25%;
    }
    .trees {
        top: 66%;
        left: 79%;
    }
    .plane {
        bottom: 5%;
        right: 50%;
    }
    section.faq {
        padding-top: 50px;
    }
    .accordion {
        gap: 20px;
    }
    .accordion-item {
        padding: 15px;
        border-radius: 15px;
    }
    .accordion-header .question {
        font-size: 20px;
    }
    .accordion-content {
        font-size: 14px;
        padding-right: 11%;
    }
    .icon_arrow svg, .icon_arrow {
        width: 20px;
    }
    .accordion-item.active .icon_close svg {
        width: 15px;
        height: 15px;
    }
    section.form {
        flex-direction: column;
        padding-top: 50px;
        gap: 20px;
    }
    section.form h2 {
        font-size: 26px;
        margin: 0 0 10px;
    }
    section.form p {
        font-size: 14px;
    }
    section.form .form_right {
        border-radius: 15px;
        padding: 15px 15px 0;
    }
    .form-inner {
        flex-direction: column;
        gap: 10px;
        margin: 0 0 10px;
    }
    .form-inner span input {
        font-size: 16px;
        padding: 10px 8px;
        border-radius: 4px;
    }
    .wpcf7-list-item label {
        font-size: 10px;
    }
    .wpcf7-list-item label::before {
        top: 30%;
    }
    .wpcf7-list-item label::after {
        top: 28%;
    }
    .wpcf7-not-valid-tip {
        position: absolute;
        bottom: -18px;
        font-size: 10px;
    }
    .custom-contact-form input[type="submit"] {
        width: 100%;
        border-radius: 4px;
        padding: 8px;
        font-size: 12px;
    }
    footer {
        padding: 50px 0 15px;
    }
    footer .container img {
        width: 100px;
    }
    footer .container #primary-menu {
        display: flex;
        gap: 20px;
    }
    footer .container {
        flex-direction: column;
        gap: 20px;
    }
    footer .container #primary-menu .menu-item a {
        font-size: 16px;
    }
    .banner {
        border-radius: 6px;
        min-height: 153px;
    }
    .policy_title {
        font-size: 30px;
    }
    .banner p.subtitle {
        font-size: 14px;
    }
    .banner p.subtitle2 {
        font-size: 10px;
        text-align: center;
    }
    .policy_content {
        margin-top: 50px;
    }
    .policy_content h2 {
        font-size: 20px;
        margin: 20px 0;
    }
    .page-id-66 .policy_content h2 {
        margin: 20px 0 5px;
    }
    .policy_content p, .policy_content ul {
        font-size: 14px;
        margin: 0 0 5px;
    }
    .page-id-66 .policy_content ul {
        margin: 0 0 10px;
    }
    .policy_content a {
        word-wrap: break-word;
    }
    main {
        margin-top: 0;
    }
}
@media (max-width: 1100px) {
    a.btn_gradient {
        display: none;
    }
}
@media (min-width: 767px) and (max-width: 1100px) {
    a.btn_gradient {
        display: none;
    }
    .first_section img.bg_mob {
        top: 19%;
    }
}