:root {
    --sb-track-color: #ffffff;
    --sb-thumb-color: #00D9A5;
    --sb-size: 8px;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
    background: var(--gray)
}

::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 4px;
}

@supports(-ms-ime-align:auto) or (-moz-appearance: none) {
    * {
        scrollbar-width: thin;
        scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
        -ms-overflow-style: var(--sb-thumb-color) var(--sb-track-color);
    }
}

* {
    box-sizing: border-box;
}

.btn,
html,
input,
select {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
}

.faq__question,
.section__title,
.title,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Geologica', Arial, Helvetica, sans-serif;
}

html {
    scroll-padding: 4.75rem;
}

body:after {
    content: '';
    position: fixed;
    z-index: 100000;
    inset: 0.5rem;
    border-radius: 0.5rem;
    outline: 0.5rem solid;
    box-shadow: 0 0 0 20px #ffffff;
    pointer-events: none;
}

body {
    background: #000000;
    color: #ffffff;
}

.section {
    padding: 5rem 0;
}

.container {
    max-width: 1208px;
    margin: 0 auto;
    padding: 0 1.5rem;
    box-sizing: border-box;
}

.btn {
    white-space: nowrap;
    padding: 0.75rem 1.25rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0.625rem;
    background: linear-gradient(92.18deg, #00D9A5 0%, #0069E4 100%);
    transition: opacity 0.3s ease;
}

.btn:hover {
    opacity: 0.8;
}

h1.section__title {
    font-size: 6rem;
    line-height: 1;
    letter-spacing: -0.64px;
}

.section__top {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

h2.section__title {
    font-size: 2.75rem;
    line-height: 1.1;
    letter-spacing: -0.64px;
    font-weight: 500;
    text-transform: uppercase;
}

h3 {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.12px;
}

.section__descr {
    text-transform: uppercase;
}

.descr {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
}

.gtc-3 {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    grid-auto-rows: 1fr;
}

.gtc-2 {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
}

.header .container,
.header__menu,
.header__menu ul {
    display: flex
}

.header__burger {
    display: none
}

.header__burger {
    flex-direction: column
}

.header .container,
.header__burger {
    justify-content: space-between
}

.header__menu ul {
    justify-content: flex-end;
}

.header nav {
    position: fixed;
    background: linear-gradient(to bottom, black, transparent);
}

.header__menu ul {
    gap: 0.75rem 2rem
}

.header .container {
    gap: 1.25rem
}

.header__menu {
    gap: 2rem;
}

.header nav,
.header__burger span,
.header__menu,
.header__menu ul {
    width: 100%
}

.header__burger {
    width: 1.5625rem
}

.header__burger {
    padding: 0
}

.header__menu ul {
    flex-wrap: wrap
}

.header__burger {
    border: none
}

.header__burger span {
    border-radius: 0.125rem
}

.header__burger {
    border-radius: unset
}

.header__burger {
    cursor: pointer
}

.header .container,
.header__menu {
    align-items: center
}

.header__burger span {
    height: 0.1875rem
}

.header__burger {
    height: 1.125rem
}

.header__burger span {
    transition: transform 0.3s ease
}

.header__burger {
    background: none
}

.header__burger span {
    background: #ffffff
}

.header__burger,
.header__burger span {
    flex-shrink: 0
}

.header,
.header .container {
    min-height: 4.25rem;
}

.header {
    margin-top: 0.5rem;
}

.header nav {
    left: 0
}

.header nav {
    top: 0.5rem;
}

.header nav {
    z-index: 1000
}

.header__menu-link {
    text-align: center;
    font-size: 0.875rem;
}

.logo {
    display: flex;
    gap: 0.5rem;
}

.logo__item {
    display: flex;
    align-items: center;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    border-radius: 0.625rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(44px);
    -webkit-backdrop-filter: blur(44px);
}

.header__menu-btns {
    display: flex;
    gap: 0.625rem;
}

.header__menu-btns .btn {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
    height: 2.25rem;
}

.section.section_hero {
    padding: 6.25rem 0 8.125rem;
}

.footer__copyright-text,
.footer__menu-docs {
    font-size: 0.75rem
}

.footer__copyright-text {
    line-height: 1.1
}

.footer__copyright-text,
.footer__menu-docs {
    color: #959595
}

.footer .container {
    display: grid
}

.footer__contacts-item,
.footer__menu,
.footer__menu-docs,
.footer__menu-items,
.footer__right,
.footer__top-social ul,
.footer__top-social ul li a {
    display: flex
}

.footer .container {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem 2rem;
}

.footer__contacts-item.gc-s,
.footer__right {
    grid-column: span 2
}

.footer__menu,
.footer__right {
    grid-row: span 2
}

.footer__contacts-item.gc-s {
    grid-row: 2
}

.footer__contacts-item,
.footer__menu,
.footer__menu-docs,
.footer__menu-items,
.footer__right {
    flex-direction: column
}

.footer__contacts-item.gc-s {
    justify-content: flex-end
}

.footer__right,
.footer__top-social ul {
    gap: 0.625rem
}

.footer__menu-docs,
.footer__menu-items {
    gap: 1rem
}

.footer__contacts-item,
.footer__menu {
    gap: 1.25rem
}

.footer__top-social ul li a {
    width: 2rem
}

.footer {
    padding: 3.25rem 0
}

.footer__contacts {
    padding: 1.875rem
}

.footer__menu-docs {
    margin-top: auto
}

.footer__top-social {
    margin-top: 1.25rem
}

.footer__top-social ul {
    flex-wrap: wrap
}

.footer__contacts {
    border-radius: 1.25rem
}

.footer__top-social ul li a {
    height: 2rem
}

.footer__contacts {
    background: #131416;
    min-height: 250px;
    position: relative;
    overflow: hidden;
}

.footer__contacts:after {
    content: '';
    background: url('../assets/img/footer_card_bg.svg');
    position: absolute;
    width: 61%;
    aspect-ratio: 1/1;
    right: -22%;
    bottom: -58%;
    background-size: contain;
}

.footer__menu-docs a {
    text-decoration: underline
}

.footer__contacts {
    flex: 1
}

.footer__copyright {
    align-self: end
}

.footer__menu-docs a {
    -webkit-text-decoration-skip-ink: none
}

.footer__menu-docs a {
    text-decoration-skip-ink: none
}

.footer__menu-docs a {
    text-underline-offset: 0.125rem
}

.footer__contacts-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer__title {
    font-size: 1.25rem;
    font-weight: 500;
}

.section_hero .section__bottom .descr {
    margin-top: 1.375rem;
    font-size: 0.875rem;
    max-width: 44rem;
}

.section_hero__cards-item {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 0 1.25rem;
    border-radius: 1rem;
    background: #131416;
    width: 100%;
}

.section_hero__cards-item img {
    width: 5rem;
}

.section_hero__cards-item-title {
    font-size: 1.25rem;
    padding: 1rem 0;
    font-family: 'Inter', Arial, 'sans-serif';
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -0.12px;
}

.section__bottom.section_hero__cards {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 720px;
    gap: 0.5rem;
}

.section__bottom.section_hero__cards .btn {
    margin-top: 1.25rem;
}

.section.section_hero .section__top {
    gap: 1.5rem;
}

.section .container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.section.section_hero .container {
    gap: 3.25rem;
}

.section_hero .section__uptitle {
    font-size: 2.25rem;
    font-weight: 500;
    letter-spacing: -0.64px;
}

.section.section_hero {
    position: relative;
    isolation: isolate;
}

.section.section_hero:after {
    content: '';
    background: url('../assets/img/main_bg.svg') no-repeat center / contain;
    position: absolute;
    z-index: -1;
    right: calc((max(1200px, 100vw)/2 - 580px));
    top: 50%;
    transform: translateY(-50%);
    height: 81%;
    width: 61%;
    background-position: right center;
    aspect-ratio: 1/1;
}

.section_cards .section__bottom {
    display: flex;
    gap: 0.625rem;
}

.section_cards .section__card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    border-radius: 1.25rem;
    padding: 2rem;
    background-color: #131416;
}

.section_audience.section_cards .section__card {
    padding-bottom: 4.5rem;
    min-height: 556px;
    gap: 1.5rem;
}

.section_audience.section_cards .section__card img {
    margin: auto auto 0;
    max-width: 20rem;
}

.section_audience.section_cards .section__card .descr {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.section_benefits .section__card {
    background-image: url('../assets/img/why_card_bg.svg');
    background-repeat: repeat;
}

.section_about h2.section__title {
    max-width: 50rem;
}

h4.uptitle {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.12px;
}

.uppercase {
    text-transform: uppercase;
}

.gradient-text {
    color: transparent;
    background: linear-gradient(92.18deg, #00D9A5 0%, #00cde4 100%);
    background-clip: text;
}

.section_how .section__descr {
    max-width: 30rem;
}

.section_how .section__descr span {
    font-weight: 500;
}

.section_how .section__card .descr {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.section_how .section__card .btn {
    margin-top: auto;
}

.section_faq__question {
    font-family: 'Geologica', Arial, Helvetica, sans-serif
}

.section_faq__question {
    font-size: 1.25rem
}

.section_faq__icon {
    color: #ffffff
}

.section_faq__question {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -0.12px;
}

.section_faq__question {
    display: flex
}

.section_faq__question {
    justify-content: space-between
}

.section_faq__question {
    gap: 1.25rem
}

.section_faq__question {
    width: 100%
}

.section_faq__question {
    padding: 1.5rem
}

.section_faq__answer {
    padding: 0 6rem 1.5rem 1.5rem
}

.section_faq__content {
    margin-top: 0
}

.section_faq__item.active .section_faq__content {
    margin-top: -1rem
}

.section_faq__question {
    border: none
}

.section_faq__item {
    border-radius: 1.25rem
}

.section_faq__icon {
    border-radius: 50%
}

.section_faq__question {
    cursor: pointer
}

.section_faq__question {
    align-items: center
}

.section_faq__content {
    height: 0
}

.section_faq__icon {
    transition: transform 0.3s ease
}

.section_faq__content {
    transition: height 0.3s ease, margin 0.3s ease
}

.section_faq__question {
    background: none
}

.section_faq__item {
    background: #131416;
}

.section_faq__icon {
    flex-shrink: 0
}

.section_faq__question {
    text-align: left;
    color: #ffffff;
}

.section_faq__content {
    overflow: hidden
}

.section_faq__item.active .section_faq__icon {
    transform: rotate(45deg)
}

.section_faq__question {
    outline: none
}

.section_faq__items {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.section_banner__item {
    display: flex;
    gap: 1.25rem;
    justify-content: space-between;
    background: url('../assets/img/banner_bg.svg') repeat center / contain, #131416;
    border-radius: 1.25rem;
}

.footer__menu-items {
    font-size: 0.875rem;
}

.section_banner .section__top {
    padding: 2.625rem 2.25rem;
    align-items: flex-start;
    flex: 1;
}

.section_banner .section__bottom {
    max-width: 540px;
    flex: 1;
}

.section_banner .section__bottom img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right center;
}

.section_banner .section__descr {
    text-transform: unset;
}

.section.section_faq:before,
.section.section_hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 1rem;
    right: 1rem;
    border: 1px solid #ffffff;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 0.25rem;
}

.section.section_faq {
    position: relative;
}

.section.section_faq:before {
    border-top: 1px solid #ffffff;
    border-bottom: 0px;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.form__items .wpcf7-not-valid-tip {
    font-size: 0.75rem
}

.popup .section__descr,
.section_form__group input[type="email"],
.section_form__group input[type="tel"],
.section_form__group input[type="text"],
.section_form__group select {
    font-size: 1rem
}

.popup__close {
    font-size: 2rem
}

.section_form__group input[type="email"],
.section_form__group input[type="tel"],
.section_form__group input[type="text"],
.section_form__group select {
    line-height: 1.25rem
}

.section_form__group select {
    color: #000000
}

.checkbox-group a {
    color: #05d9a5;
}

.popup__close {
    color: #ffffff
}

.section_form__group input[type="email"],
.section_form__group input[type="tel"],
.section_form__group input[type="text"],
.section_form__group select {
    font-weight: 400
}

.checkbox-group label,
.popup,
.popup__close,
.popup__container {
    display: flex
}

.checkbox-group label span {
    display: block
}

.popup__close,
.section_form .submit {
    justify-content: center
}

.checkbox-group input[type="checkbox"],
.checkbox-group label span:before,
.popup__close,
.section_form .submit:after,
.section_form__select:after {
    position: absolute
}

.popup {
    position: fixed
}

.checkbox-group label span,
.popup__content,
.section_form__select {
    position: relative
}

.checkbox-group label {
    gap: 0.625rem
}

.popup,
.popup__container,
.section_form .submit,
.section_form__group input[type="email"],
.section_form__group input[type="tel"],
.section_form__group input[type="text"],
.section_form__group select {
    width: 100%
}

.checkbox-group label span:before,
.section_form__select:after {
    width: 1rem
}

.checkbox-group input[type="checkbox"] {
    width: 0
}

.popup__close {
    width: 2.5rem
}

.popup__container {
    padding: 1.25rem
}

.section_form__group input[type="email"],
.section_form__group input[type="tel"],
.section_form__group input[type="text"],
.section_form__group select {
    padding: 0 0.75rem
}

.popup__inner {
    padding: 2rem 2rem;
}

.checkbox-group,
.section_form__group {
    margin-bottom: 1.25rem
}

.form__items .wpcf7-not-valid-tip {
    margin-top: 0.5rem
}

.popup__container {
    max-width: 37.5rem
}

.popup__close {
    border: none
}

.section_form__group input[type="email"],
.section_form__group input[type="tel"],
.section_form__group input[type="text"],
.section_form__group select {
    border: 0.0625rem solid #3e3e3e;
}

.checkbox-group label span:before {
    border: 0.125rem solid #696969
}

.checkbox-group label span:before {
    border-radius: 0.25rem
}

.section_form__group input[type="email"],
.section_form__group input[type="tel"],
.section_form__group input[type="text"],
.section_form__group select {
    border-radius: 0.375rem
}

.popup__content {
    border-radius: 1.25rem
}

.popup__close {
    border-radius: 50%
}

.popup__close {
    cursor: pointer
}

.checkbox-group label,
.popup__close {
    align-items: center
}

.section_form__group input[type="email"],
.section_form__group input[type="tel"],
.section_form__group input[type="text"],
.section_form__group select,
.section_form__select:after {
    height: 2.75rem
}

.popup,
.popup__inner {
    height: 100%
}

.checkbox-group input[type="checkbox"] {
    height: 0
}

.checkbox-group label span:before {
    height: 1rem
}

.popup__close {
    height: 2.5rem
}

.popup,
.popup__container {
    transition: all 0.3s ease
}

.form__items .wpcf7-list-item,
.popup .section__descr {
    margin: 0
}

.popup__container {
    margin: auto
}

.section_form__group input[type="email"],
.section_form__group input[type="tel"],
.section_form__group input[type="text"],
.section_form__group select {
    background: #212121;
}

.section_form__group input[type="email"],
.section_form__group input[type="tel"],
.section_form__group input[type="text"],
.section_form__group select,
.section_form__group input[type="email"]::placeholder,
.section_form__group input[type="tel"]::placeholder,
.section_form__group input[type="text"]::placeholder,
.section_form__group select::placeholder {
    color: #ffffff;
}

.section_form__select:after {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDE4IDEwIiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTguMTIxMDkgOS40NzQ2MUwwLjMwODU5NCAxLjY2MjExQy0wLjA4MjAzMTIgMS4zMTA1NSAtMC4wODIwMzEyIDAuNzI0NjA5IDAuMzA4NTk0IDAuMzMzOTg0QzAuNjYwMTU2IC0wLjAxNzU3ODEgMS4yNDYwOSAtMC4wMTc1NzgxIDEuNjM2NzIgMC4zMzM5ODRMOC43ODUxNiA3LjQ4MjQyTDE1LjkzMzYgMC4zMzM5ODRDMTYuMjg1MiAtMC4wMTc1NzgxIDE2Ljg3MTEgLTAuMDE3NTc4MSAxNy4yMjI3IDAuMzMzOTg0QzE3LjYxMzMgMC42ODU1NDcgMTcuNjEzMyAxLjMxMDU1IDE3LjIyMjcgMS42NjIxMUw5LjQxMDE2IDkuNDc0NjFDOS4wNTg1OSA5LjgyNjE3IDguNDcyNjYgOS44MjYxNyA4LjEyMTA5IDkuNDc0NjFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=') no-repeat center / 1rem
}

.checkbox-group label input:checked~span:before {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTAgOSIgZmlsbD0ibm9uZSI+CjxwYXRoIGQ9Ik05LjcxMjI0IDAuMTI3MzhDMTAuMDI0OCAwLjM2NTMzNyAxMC4wOTE4IDAuNzk3OTg3IDkuODY4NTMgMS4xMDA4NEw0LjE1MjgyIDguNzE1NDdDNC4wMTg4NiA4Ljg2Njg5IDMuODQwMjQgOC45NzUwNSAzLjYzOTMgOC45OTY2OUMzLjQxNjAzIDkuMDE4MzIgMy4yMTUwOSA4LjkzMTc5IDMuMDU4OCA4LjgwMTk5TDAuMjAwOTQzIDYuMDMzMDRDLTAuMDY2OTgxIDUuNzUxODIgLTAuMDY2OTgxIDUuMzE5MTcgMC4yMDA5NDMgNS4wMzc5NUMwLjQ5MTE5NCA0Ljc3ODM2IDAuOTM3NzM0IDQuNzc4MzYgMS4yMjc5OCA1LjAzNzk1TDMuNDgzMDEgNy4yNDQ0Nkw4LjcwNzUzIDAuMjc4ODA4QzguOTUzMTIgLTAuMDI0MDQ2OCA5LjM5OTY2IC0wLjA4ODk0NDIgOS43MTIyNCAwLjEyNzM4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+') no-repeat center / 0.625rem
}

.popup {
    background: rgb(0 0 0 / 40%)
}

.popup__content {
    background: #212121;
}

.checkbox-group label span:before,
.popup {
    left: 0
}

.popup,
.section_form__select:after {
    top: 0
}

.checkbox-group label span:before,
.section_form .submit:after {
    top: 50%
}

.popup__close {
    top: 1.5rem;
}

.popup__close {
    z-index: 1
}

.popup {
    z-index: 10000
}

.section_form .submit {
    text-align: center
}

.popup__content {
    overflow: hidden
}

.checkbox-group label span:before,
.section_form__select:after {
    content: ''
}

.section_form .submit:after {
    right: 0.5rem
}

.section_form__select:after {
    right: 0.75rem
}

.popup__close {
    right: 1.5rem;
    border-radius: 50%;
    background: linear-gradient(92.18deg, #00D9A5 0%, #0069E4 100%);
}

.checkbox-group label span:before,
.section_form .submit:after {
    transform: translateY(-50%)
}

.section_form .submit:hover:after {
    transform: scale(30) translateY(-50%)
}

.popup__container {
    transform: scale(1.2)
}

.popup[data-visible="true"] .popup__container {
    transform: scale(1)
}

.popup,
.section_form__select:after {
    pointer-events: none
}

.popup[data-visible="true"] {
    pointer-events: auto
}

.popup__content {
    max-height: 100%
}

.popup__container {
    max-height: 80vh
}

.checkbox-group a {
    text-decoration: underline
}

.section_form .submit {
    padding-right: 3.25rem
}

.section_form__group input[type="email"],
.section_form__group input[type="tel"],
.section_form__group input[type="text"],
.section_form__group select {
    -moz-appearance: none
}

.section_form__group input[type="email"],
.section_form__group input[type="tel"],
.section_form__group input[type="text"],
.section_form__group select {
    -webkit-appearance: none
}

.section_form__group input[type="email"],
.section_form__group input[type="tel"],
.section_form__group input[type="text"],
.section_form__group select {
    appearance: none
}

.section_form__group input[type="email"]:focus,
.section_form__group input[type="tel"]:focus,
.section_form__group input[type="text"]:focus,
.section_form__group select:focus {
    outline: 0.0625rem solid #00D9A5
}

.section_form .submit:after {
    transform-origin: top
}

.checkbox-group input[type="checkbox"] {
    visibility: hidden
}

.checkbox-group label span {
    padding-left: 2rem
}

.popup {
    opacity: 0
}

.popup[data-visible="true"],
.popup[data-visible="true"] .popup__container {
    opacity: 1
}

.popup__inner {
    overflow-y: auto;
}

.popup__top {
    margin-bottom: 1.25rem;
}

.popup .wpcf7-spinner {
    display: none;
}

.popup .btn {
    border: none;
    font-size: 0.875rem;
    cursor: pointer;
}

.cf7-combobox {
    position: relative;
}

.cf7-combobox__dropdown {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    border: 0.0625rem solid #3e3e3e;
    border-radius: 0.375rem;
    background: #242424;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    display: none;
    z-index: 30;
}

.cf7-combobox__item {
    padding: 10px 12px;
    cursor: pointer;
}

.cf7-combobox__item:hover,
.cf7-combobox__item--active {
    background: #2a2a2a;
}

.wpcf7-submit.cf7-btn--loading {
    position: relative;
    pointer-events: none;
    opacity: 0.8;
    padding-right: 2.5em;
}

.wpcf7-submit.cf7-btn--loading::after {
    content: '';
    position: absolute;
    right: 0.8em;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    border: 2px solid transparent;
    border-top-color: currentColor;
    border-radius: 50%;
    animation: cf7-spin 0.6s linear infinite;
}

@keyframes cf7-spin {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

@media screen and (max-width: 1200px) {
    h1.section__title {
        font-size: 5rem;
    }
}

@media screen and (max-width: 960px) {
    .section_cards .section__card {
        padding: 1.25rem;
    }

    .header.header--blog .container,
    .not_found_404 .header .container {
        padding: 0 1.25rem
    }

    .gtc-3 {
        grid-template-columns: 1fr 1fr;
    }

    .header .container {
        padding: 1rem 1.25rem 0;
    }

    .header__burger {
        display: flex
    }

    .header__menu::-webkit-scrollbar {
        display: none
    }

    .header__menu-link {
        font-size: 1rem;
    }

    .header__menu,
    .header__menu ul {
        flex-direction: column
    }

    .header .container,
    .header.header--blog .container,
    .not_found_404 .header .container {
        align-items: center
    }

    .header__menu,
    .header__menu ul {
        align-items: flex-start
    }

    .header__menu {
        height: calc(100% - 3.5rem)
    }

    .header .container {
        height: 100%
    }

    .header nav {
        height: 5rem
    }

    .header[data-opened="true"] nav {
        height: 100vh
    }

    .header__menu {
        gap: 2rem
    }

    .header__menu ul {
        gap: 1.25rem
    }

    .header__menu,
    .header[data-opened="true"] .header__burger span:nth-child(2) {
        opacity: 0
    }

    .header[data-opened="true"] .header__menu {
        opacity: 1
    }

    .header__menu {
        transition: opacity 0.3s ease
    }

    .header nav {
        transition: height 0.3s ease
    }

    .header__menu {
        max-height: 100%
    }

    .header__menu {
        overflow-y: auto
    }

    .header__menu {
        scrollbar-width: none
    }

    .header__menu {
        padding-bottom: 1.625rem
    }

    .header .container {
        flex-wrap: wrap
    }

    .header nav {
        overflow: hidden
    }

    .header[data-opened="true"] .header__burger span:nth-child(1) {
        transform: translateY(0.4688rem) rotate(45deg)
    }

    .header[data-opened="true"] .header__burger span:nth-child(3) {
        transform: translateY(-0.4688rem) rotate(-45deg)
    }

    .footer__contacts {
        display: flex
    }

    .footer__contacts {
        flex-direction: column
    }

    .footer .container {
        grid-template-columns: 1fr 1fr
    }

    .footer__copyright {
        grid-column: span 2
    }

    .footer__right {
        grid-column: 2
    }

    .footer__menu {
        grid-column: 1
    }

    .footer__menu {
        grid-row: 2
    }

    .footer__copyright {
        margin-top: 1.25rem
    }

    .footer__contacts-item.gc-s {
        margin-top: auto
    }
}

@media screen and (max-width: 768px) {
    h1.section__title {
        font-size: 4rem;
    }

    h2.section__title {
        font-size: 2.5rem;
    }

    .section_cards .section__bottom {
        flex-direction: column;
    }

    .section_audience.section_cards .section__card {
        min-height: unset;
        padding-bottom: 3rem;
    }

    .section_audience.section_cards .section__card img {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 640px) {
    .footer__contacts {
        padding: 1.25rem
    }

    .footer .container {
        grid-template-columns: 1fr
    }

    .footer__copyright,
    .footer__right {
        grid-column: 1
    }

    .footer__right {
        grid-row: 3
    }

    h1.section__title {
        font-size: 3rem;
    }

    h2.section__title {
        font-size: 2.25rem;
    }

    .section_hero .section__uptitle {
        font-size: 1.75rem;
    }

    .section {
        padding: 3rem 0;
    }

    .section.section_hero {
        padding: 4.25rem 0 6rem;
    }

    .section_cards .gtc-2 {
        display: flex !important;
    }

    .section_banner__item {
        flex-direction: column;
        padding: 2rem;
    }

    .section_banner .section__top {
        padding: 0;
    }

    .section_banner__item .btn {
        margin-top: 1rem;
    }

    .section_cards .gtc-3 {
        display: flex !important;
    }
}

@media screen and (max-width: 480px) {
    .section_hero__cards-item {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 1.25rem;
        padding-top: 0.5rem;
    }

    .section_hero__cards-item-title {
        padding: 0;
    }

    .section_faq__answer {
        padding-right: 1.5rem
    }

    .section_faq__item.active .section_faq__content {
        margin-top: 0
    }

    .footer__contacts:after {
        bottom: -30%;
    }

    h2.section__title {
        font-size: 2rem;
    }

    .section_hero .section__uptitle {
        font-size: 1.5rem;
    }

    .logo__item {
        padding: 0.5rem;
        height: 2rem;
    }

    .logo__item svg {
        height: 100%;
        width: unset;
    }

    .popup__container {
        padding: 0
    }

    .popup__inner {
        padding: 1.5rem
    }

    .popup__container {
        height: 100%
    }

    .popup__close {
        right: 1.5rem
    }

    .popup__close {
        top: 1.5rem
    }

    .popup__container {
        max-height: unset
    }

    .popup__content {
        border-radius: unset
    }
}