@font-face {
    font-family: 'Wix Madefor Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/wp-content/themes/astra/fonts/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYFhYmtntfz3QA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: 'Wix Madefor Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/wp-content/themes/astra/fonts/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYFhYmtjtfw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Wix Madefor Display';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/wp-content/themes/astra/fonts/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYFTYmtntfz3QA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: 'Wix Madefor Display';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/wp-content/themes/astra/fonts/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYFTYmtjtfw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Wix Madefor Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/wp-content/themes/astra/fonts/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYG_ZWtntfz3QA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: 'Wix Madefor Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/wp-content/themes/astra/fonts/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYG_ZWtjtfw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/******************************************************************************************/
/* BASIC                                                                                  */
/******************************************************************************************/
*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    scrollbar-gutter: stable;
}
body {
    color: #313132;
    font-family: "Wix Madefor Display", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}
a {
    text-decoration: none;    
}
ul,
ol {
    list-style: none;
}
h1,
h2,
h3,
h4 {
    line-height: 1.2;
    font-weight: 600;
}
b, strong {
    font-weight: 600;
}
address {
    font-style: normal;
}
h1 {
    font-size: 40px;
    margin-bottom: 24px;
}
h2 {
    font-size: 32px;
    margin-bottom: 24px;
}
h3 {
    font-size: 20px;
    margin-bottom: 12px;
}
p:not(:last-child) {
    margin-bottom: 12px;
}
.header {
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    background: white;
    box-shadow:
        0 0 30px rgba(49, 49, 50, .15);
}
.wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}
.header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-logo {
    display: block;
}
.header-logo img {
    display: block;
    width: 196px;
    height: 70px;
}
.header-contacts {
    display: grid;
    row-gap: 8px;
}
.header-contacts__phone {
    display: grid;
    row-gap: 4px;
}
.header-contacts__phone a {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #313132
}
.header-contacts__phone span {
    font-size: 12px;
    line-height: 12px;
    color: #989899
}
.header-contacts__email {
    color: #313132;
    line-height: 1;
}
.main-menu {
    display: flex;
    column-gap: 32px;
}
.main-menu li {
    position: relative;
}
.main-menu>li>a {
    display: block;
    line-height: 70px;
    color: #313132;
    transition: color 0.3s ease;
}
.main-menu a:hover {
    color: #4274d9;
}
.main-menu>.menu-item-has-children>a {
    padding-right: 20px;
    background: url(/wp-content/uploads/2026/07/chevron-down.svg) no-repeat right center/10px 6px;
}
.sub-menu>.menu-item-has-children>a {
    padding-right: 20px;
    background: url(/wp-content/uploads/2026/07/chevron-right.svg) no-repeat right center/6px 10px;
}
.main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    padding: 8px 16px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: 0.3s ease;
    z-index: 1000;
}
.main-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.main-menu .sub-menu a {
    display: block;
    font-size: .9em;
    padding: 8px 0;
    color: #313132;
    white-space: nowrap;
    position: relative;
    transition: 0.2s ease;
}
.main-menu .sub-menu a:hover {
    color: #4274d9;
}
.main-menu .sub-menu .sub-menu {
    top: 0;
    left: calc(100% + 16px);
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: 0.3s ease;
}
.main-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
main {
    padding-bottom: 60px;
}
.content {
    padding-top: 40px;
}
.hero-wrapper {
    padding: 80px 0;
    background: #F6F6F6;
    margin-bottom: 80px;
}
.hero-section {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.hero-title {
    font-size: 42px;
    margin-bottom: 24px;
}
.hero-title span {
    color: #4274d9;
}
.hero-description {
    font-size: 20px;
    margin-bottom: 32px;
}
.hero-buttons {
    display: flex;
    column-gap: 32px;
    justify-content: center;
}
.product-section {
    margin-bottom: 32px;
}
.product-section h2 {
    font-size: 28px;
    margin-bottom: 24px;
}
.product-img img {
    display: block;
    width: 100%;
    height: auto;
}
.product-h3 {
    font-size: 20px;
    margin-bottom: 12px;
}
.list-circle {
    display: grid;
    row-gap: 12px;
}
li .list-circle {
    margin-top: 12px;
}
.list-circle:not(:last-child) {
    margin-bottom: 32px;
}
.list-circle li {
    position: relative;
    padding-left: 16px;
}
.list-circle li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4274D9;
    position: absolute;
    top: 12px;
    transform: translatey(-3px);
    left: 0;
}
.faq-accordion-wrapper {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.faq-question {
    color: #4274D9;
    position: relative;
    padding-left: 32px;
    font-weight: 500;
    cursor: pointer;
    background: none;
}
.faq-item.active {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}
.faq-item.active .faq-question {
    color: #4274D9;
}
.faq-question:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 6px;
    width: 2px;
    height: 14px;
    background: #4274D9;
    border-radius: 2px;
}
.faq-question:after {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 14px;
    height: 2px;
    background: #4274D9;
    border-radius: 2px;
}
.faq-item.active .faq-question:after {
    transition: all .5s ease-out;
    transform: scale(-1, -1);
}
.faq-item.active .faq-question:before {
    content: none;
}
@media (max-width: 1199px) {
    .faq-question {
        font-size: 16px;
        line-height: 22px;
    }
}
.faq-answer {
    display: none;
    padding: 23px 32px 25px 32px;
    border-radius: 4px;
    background: #F5F5F5;
    color: #545761;
    font-size: 14px;
}
.faq-item.active .faq-answer {
    margin-bottom: 12px;
}
.pdf-link {
    display: block;
    position: relative;
    height: 32px;
    line-height: 32px;
    padding-left: 48px;
    color: #4274D9;
    margin-bottom: 12px;
}
.pdf-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background: #eef6f6 url(/wp-content/uploads/2026/07/pdf.svg) no-repeat center/13px 16px;
    border-radius: 50%;
}
.product-details {
    margin-bottom: 48px;
}
.info {
    background: #eef6f6;
    border-radius: 8px;
    padding: 28px 32px 32px;
    font-size: 14px;
}
.info a {
    color: #313132;
    font-weight: 500;
}
.text-block {
    margin-bottom: 32px;
}
.partners {
    background: #F6F6F6;
    padding: 24px 0;
}
.partners .wrapper {
    display: flex;
    align-items: center;
    column-gap: 48px;
}
.partners img {
    display: block;
    height: auto;
    width: 120px;
}
footer {
    background: #293057;
    color: #8c8c8c;
    padding-top: 48px;
    font-size: 14px;
}
footer a {
    display: block;
    color: #f2f2f2;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 48px;
}
.footer-legal {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 16px 0;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    color: #8c8c8c;
}
.footer-nav {
    display: grid;
    row-gap: 8px;
    margin-top: 16px;
}
.contact-link {
    font-size: 16px;
    margin-top: 16px;
}
.footer-col--links a:first-child{
    margin-bottom: 16px;
}
.bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 160px;
    gap: 16px;
    margin-bottom: 80px;
}
.card {
    background: #F6F6F6;
    border-radius: 8px;
    padding: 20px 24px;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.card:before {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}
.card-timbilding {
    grid-column: 1;
    grid-row: 1;
}
.card-timbilding:before {
    background-image: url(/wp-content/uploads/2026/07/triangles.svg);
}
.card-private {
    grid-column: 1;
    grid-row: 3 / span 2;
}
.card-private:before {
    background-image: url(/wp-content/uploads/2026/07/triangles-2.svg);
}
.card-conference {
    grid-column: 2;
    grid-row: 1;
}
.card-conference:before {
    background-image: url(/wp-content/uploads/2026/07/pie.svg);
}
.card-marketing {
    grid-column: 2;
    grid-row: 2 / span 2;
}
.card-marketing:before {
    background-image: url(/wp-content/uploads/2026/07/corner.svg);
}
.card-fair {
    grid-column: 2;
    grid-row: 4;
}
.card-fair:before {
    background-image: url(/wp-content/uploads/2026/07/chevron.svg);
}
.card-integration {
    grid-column: 3;
    grid-row: 1 / span 2;
}
.card-integration:before {
    background-image: url(/wp-content/uploads/2026/07/corners.svg);
}
.card-corporate {
    grid-column: 4;
    grid-row: 1;
}
.card-corporate:before {
    background-image: url(/wp-content/uploads/2026/07/double-corner.svg);
}
.card-opening {
    grid-column: 4;
    grid-row: 2;
}
.card-opening:before {
    background-image: url(/wp-content/uploads/2026/07/triangle-circle.svg);
}
.card-creative {
    grid-column: 4;
    grid-row: 3 / span 2;
}
.card-creative:before {
    background-image: url(/wp-content/uploads/2026/07/lightning.svg);
}
.card-title {
    font-size: 14px;
    font-weight: 600;
}
.card-service {
    font-size: 14px;
    margin-top: 4px;
}
.card-title+.card-service {
    margin-top: 8px;
}
.hero-grid {
    display: flex;
    column-gap: 48px;
    justify-content: center;
}
.hero-grid__item {
    display: grid;
    row-gap: 4px;
    font-size: 14px;
}
.hero-grid__item b {
    font-weight: 600;
    font-size: 32px;
    color: #4274d9;
}
.buttons-grid {
    display: flex;
    column-gap: 32px;
    margin: 40px 0;
}
.button {
    display: table;
    border-radius: 8px;
    height: 48px;
    font-weight: 500;
    transition: .2s linear;
}
.button--arrow {
    line-height: 48px;
    color: white;
    background: #4274d9 url(/wp-content/uploads/2026/07/arrow-right-white.svg) no-repeat right 32px center / 16px 12px;
    padding: 0 64px 0 32px;
}
.button--arrow:hover {
    background: #4274D9 url(/wp-content/uploads/2026/07/arrow-right-white.svg) no-repeat right 28px center / 16px 12px;
}
.button--outline {
    line-height: 44px;
    background: white;
    color: #4274d9;
    padding: 0 32px;
    border: 2px solid #4274d9;
}
.content-block {
    margin-bottom: 80px;
}
.checkmark-title {
    position: relative;
    padding-left: 36px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
    font-weight: 600;
}
.checkmark-title:before {
    content: "";
    width: 16px;
    height: 11px;
    background: url(/wp-content/uploads/2026/07/checkmark-light.svg) no-repeat center/cover;
    position: absolute;
    left: 12px;
    top: 6px;
    z-index: 2;
}
.checkmark-title:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: #4274d9;
    border-radius: 50%;
    top: 2px;
    left: 0;
}
.content-block p:not(:last-child) {
    margin-bottom: 24px;
}
.cards-grid {
    display: grid;
    column-gap: 32px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 80px;
}
.card-item {
    background: #F6F6F6 url(/wp-content/uploads/2026/07/arrow.svg) no-repeat top 16px right 16px/22px 22px;
    border-radius: 8px;
    padding: 20px 24px;
    color: #313132;
}
.card-item__title {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 18px;
}
.card-item__text {}
@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 640px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 32px 16px;
    }
}