.marquee {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: var(--accent-color);
    padding: 9px 0;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
}

.marquee__inner {
    display: inline-block;
    white-space: nowrap;
    padding-left: 20%;
    animation: marquee 50s linear infinite;
}

.marquee__inner span {
    display: inline-block;
    padding-right: 4rem;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.logo-block {
    font-size: 0;
    line-height: 1;
}

.logo-block img {
    max-height: 35px;
    width: auto;
}

.navcontacts {
    padding-top: 20px;
}

.navcontacts-phones {
}

.navcontacts-phones .phones-list {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.navcontacts-phones .phones-list li {
    padding-bottom: 4px;
}

.navcontacts-socials {
    padding-top: 11px;
}

.navcontacts-socials .socials-list {
    margin: 0 -7px;
}

.navcontacts-socials .socials-list li {
    padding: 7px;
}

.navcontacts-socials .socials-list a {
    width: 44px;
    height: 44px;
    border-radius: 4px;
}

.navcontacts-socials .socials-list svg {
    height: 25px;
    width: auto;
}

.languages {
    color: #676767;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    /* 187.5% */
    text-transform: uppercase;
    padding-top: 41px;
}

.languages-list {
    display: flex;
    margin: 0 -7px;
}

.languages-list li {
    padding: 7px;
}

.languages-list a {
}

.languages-list .current-lang a {
    color: #A374FF;
}

.header {
    /* min-height: 64px; */
}

.header-fix {
    /* background: #1A1D2A; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    /*max-width: 360px;*/
    /* border-bottom: 1px solid rgba(239, 239, 239, 0.22); */
    transition: all 0.3s ease 0s;
}

.scrolled-passed .header-fix {
    background: rgba(0,0,0,0.9);
}

.nav-open .header-fix {
    background: #05080C;
    height: 100%;
}

.header-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 19px 0 19px 0;
}

.header-logo {
    /* max-width: 68px; */
    display: flex;
    align-items: center;
}

.header-toogle {
}

.header-nav {
    width: 100%;
    padding: 30px 0 26px 0;
    display: none;
    height: calc(100dvh - 84px);
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
}

.header-buttons {
    margin-left: auto;
    padding-right: 18px;
}

.header-button {
    font-size: 12.171px;
    font-weight: 600;
    padding: 5px 10px 4px 11px;
    min-height: 33px;
}

.header-language {
    display: none;
}

.nav-open .header-nav {
    display: flex;
}

.menutoggle {
    font-size: 0;
    line-height: 1;
    padding: 5px 5px 5px 5px;
}

.menutoggle-close {
    display: none;
}

.nav-open .menutoggle-close {
    display: block;
}

.nav-open .menutoggle-burger {
    display: none;
}

.navigation {
    /* overflow-y: auto; */
    /* overflow-x: hidden; */
    padding: 0 4px;
    flex-grow: 1;
}

.menu {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.menu>li {
    border-bottom: 1px solid rgba(239, 239, 239, 0.22);
    padding: 7px 0 0px;
}

.menu>li:first-child {
    margin-bottom: 6px;
}

.menu>li:last-child {
    border-bottom: none;
}

.menu .sub-menu {
    display: none;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 16px 0;
    margin: 0;
}

.menu .submenu-open .sub-menu {
    display: block;
}

.menu>li a {
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
}

.menu>li a:visited {
    color: inherit;
}

.menu>li.current-menu-item a, .menu>li a:hover, .menu>li a:focus {
    color: #A373FD;
}

.thankyou {
    position: relative;
    padding-top: 259px;
    padding-bottom: 163px;
}

.thankyou-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* background: url("../img/thankyou-bg.png") center/cover no-repeat; */
    padding-top: 90px;
}

.thankyou-bg-main {
    height: 100%;
    margin: 0 0px;
    position: relative;
}

.thankyou-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.thankyou-main {
    position: relative;
    z-index: 2;
}

.thankyou-content {
}

.thankyou-chip {
    border-radius: 30px;
    border: 2px solid #3C1F6F;
    background: rgba(31, 9, 58, 0.65);
    text-align: center;
    color: #D8B5FE;
    font-family: var(--font-secondary);
    font-size: 12px;
    line-height: 1;
    padding: 10px 0 9px 0;
}

.thankyou-title {
    font-size: 37px;
    font-family: var(--font-secondary);
    text-align: center;
    line-height: 1.2;
    padding: 8px 0 0 0;
}

.thankyou-buttons {
}

.thankyou-buttons {
    margin: 0 -8px;
    padding: 43px 0 0;
}

.thankyou-buttons>div {
    padding: 8px;
}

.thankyou-button {
    font-size: 20px;
    display: block;
    padding: 19px 0 19px 0;
    max-width: 316px;
    margin: 0 auto;
}

.page-content {
    padding-top: 0;
}

.hentry {
    padding-top: 103px;
    padding-bottom: 30px;
}
@media (min-width: 1200.98px) {
    .hentry {
        padding-top: 140px;
    }
}

.entry-content {
    font-size: 15px;
    line-height: 1.55;
}

.entry-content>p>img, .entry-content>img {
}

.entry-title {
    margin: 23px auto 23px;
    max-width: 1376px;
    padding-left: 16px;
    padding-right: 16px;
}

.entry-content h2 {
    margin: 23px auto 23px;
    max-width: 1376px;
    padding-left: 16px;
    padding-right: 16px;
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 115%;
}

.entry-content>h2:first-child {
    margin-top: 0;
}

.entry-content .wp-block-image {
    margin: 15px auto;
    max-width: 1376px;
    padding-left: 16px;
    padding-right: 16px;
}

.entry-content .wp-block-image img {
    border-radius: 12px;
    border: 1px solid rgba(239, 239, 239, 0.22);
    overflow: hidden;
}

.entry-content p {
    margin: 15px auto;
    max-width: 1376px;
    padding-left: 16px;
    padding-right: 16px;
}

.entry-content p:first-child {
    margin-top: 0;
}

.entry-content p:last-child {
    margin-bottom: 0;
}

.entry-content .wp-block-columns {
    margin: 15px auto;
    max-width: 1376px;
    padding-left: 16px;
    padding-right: 16px;
    gap: 32px;
}

.entry-content .ps-content-row {
    gap: 0;
    font-size: 16px;
    line-height: 1.37;
    margin-bottom: 0;
}

.ps-image-figure {
    border-radius: 12px;
    border: 1px solid rgba(239, 239, 239, 0.22);
    background: #21010F;
    overflow: hidden;
}

.entry-content .wp-block-columns .wp-block-image {
    padding-left: 0;
    padding-right: 0;
}

.wp-block-columns .ps-image-figure {
    margin-bottom: 0;
}

.entry-content .wp-block-columns h2 {
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 18px;
}

.entry-content .wp-block-columns p {
    padding: 0;
}

.entry-content .table-layout {
    overflow-x: auto;
}

.entry-content ul, .entry-content ol {
    margin: 17px auto 15px;
    max-width: 1376px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 1.36;
}

.entry-content ul {
    list-style: none;
}

.entry-content ol {
}

.entry-content ul li, .entry-content ol li {
    margin-bottom: 13px;
    position: relative;
    padding-left: 40px;
}

.entry-content ul li:before {
    content: '';
    border-radius: 12px;
    border: 1px solid #E00434;
    background: #E00434;
    width: 20px;
    height: 20px;
    display: block;
    background-clip: content-box;
    padding: 3px;
    position: absolute;
    left: 2px;
    top: 1px;
}

.wp-block-table {
    border: 1px solid rgba(239, 239, 239, 0.22);
    border-radius: 8px;
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.38;
}

.wp-block-table th:first-child, .wp-block-table td:first-child {
    border-left: none;
}

.wp-block-table th:last-child, .wp-block-table td:last-child {
    border-right: none;
}

.wp-block-table tr:first-child th, .wp-block-table tr:first-child td {
    border-top: none;
}

.wp-block-table tr:last-child th, .wp-block-table tr:last-child td {
    border-bottom: none;
}

.wp-block-table table {
}

.wp-block-table table thead {
    border: none;
    background: #182736;
    border-bottom: 1px solid rgba(239, 239, 239, 0.22);
}

.wp-block-table table tr {
}

.wp-block-table table th, .wp-block-table table td {
    border: 1px solid rgba(239, 239, 239, 0.22);
    padding: 9px 10px;
}

.wp-block-table table th {
    font-weight: 600;
}

.wp-block-table table td {
}

.wp-block-embed-youtube {
    position: relative;
    border-radius: 18.667px;
    background: #1A1D2A;
    font-size: 0;
    line-height: 1;
    overflow: hidden;
}

.wp-block-embed-youtube:before {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='244' height='244' viewBox='0 0 244 244' fill='none'><g opacity='0.3'><path d='M100.65 0H86.925L77.775 35.075L68.625 0H53.375C56.425 9.15 59.475 16.775 62.525 25.925C67.1 38.125 70.15 48.8 70.15 54.9V91.5H83.875V54.9L100.65 0ZM137.25 68.625V45.75C137.25 38.125 135.725 33.55 132.675 28.975C129.625 24.4 125.05 22.875 118.95 22.875C112.85 22.875 108.275 25.925 105.225 30.5C102.175 33.55 100.65 38.125 100.65 45.75V70.15C100.65 77.775 102.175 82.35 105.225 85.4C108.275 89.975 112.85 91.5 118.95 91.5C125.05 91.5 129.625 88.45 132.675 83.875C135.725 82.35 137.25 76.25 137.25 68.625ZM125.05 71.675C125.05 77.775 123.525 80.825 118.95 80.825C114.375 80.825 112.85 77.775 112.85 71.675V42.7C112.85 36.6 114.375 33.55 118.95 33.55C123.525 33.55 125.05 36.6 125.05 42.7V71.675ZM183 91.5V22.875H170.8V74.725C167.75 79.3 166.225 80.825 163.175 80.825C161.65 80.825 160.125 79.3 160.125 77.775V22.875H147.925V76.25C147.925 80.825 147.925 83.875 149.45 86.925C149.45 89.975 152.5 91.5 157.075 91.5C161.65 91.5 166.225 88.45 170.8 83.875V91.5H183ZM189.1 160.125C184.525 160.125 183 163.175 183 169.275V175.375H195.2V169.275C195.2 163.175 193.675 160.125 189.1 160.125ZM144.875 160.125C143.35 160.125 140.3 161.65 138.775 163.175V204.35C140.3 205.875 143.35 207.4 144.875 207.4C147.925 207.4 149.45 204.35 149.45 198.25V169.275C149.45 163.175 147.925 160.125 144.875 160.125Z' fill='%239A9A9A'/><path d='M219.605 126.575C216.555 115.9 207.405 106.75 198.255 106.75C173.855 103.7 147.929 103.7 122.004 103.7C96.0795 103.7 71.6795 103.7 45.7545 106.75C36.6045 106.75 27.4545 115.9 24.4045 126.575C21.3545 141.825 21.3545 158.6 21.3545 173.85C21.3545 189.1 21.3545 205.875 24.4045 221.125C27.4545 231.8 35.0795 239.425 45.7545 240.95C71.6795 244 96.0795 244 122.004 244C147.929 244 172.33 244 198.255 240.95C208.93 239.425 218.079 231.8 219.605 221.125C222.655 205.875 222.655 189.1 222.655 173.85C222.655 158.6 222.655 141.825 219.605 126.575ZM79.3045 140.3H64.0545V218.075H50.3295V140.3H36.6045V126.575H79.3045V140.3ZM115.904 218.075H103.704V210.45C99.1295 216.55 94.5545 218.075 89.9795 218.075C85.4045 218.075 83.8795 216.55 82.3545 213.5C82.3545 211.975 80.8295 208.925 80.8295 202.825V149.45H93.0295V202.825C93.0295 204.35 94.5545 205.875 96.0795 205.875C99.1295 205.875 100.654 204.35 103.704 199.775V149.45H115.904V218.075ZM161.655 196.725C161.655 202.825 161.655 207.4 160.13 210.45C158.605 215.025 155.555 218.075 150.98 218.075C146.405 218.075 141.83 215.025 138.78 210.45V216.55H126.579V126.575H138.78V155.55C143.355 150.975 146.405 147.925 150.98 147.925C155.555 147.925 158.605 150.975 160.13 155.55C161.655 158.6 161.655 163.175 161.655 169.275V196.725ZM207.405 186.05H183.005V198.25C183.005 204.35 184.529 207.4 189.105 207.4C192.155 207.4 193.68 205.875 195.205 202.825V195.2H207.405V204.35C207.405 207.4 205.88 208.925 204.355 211.975C201.305 216.55 196.73 219.6 189.105 219.6C183.005 219.6 178.43 216.55 173.855 211.975C170.805 208.925 169.28 202.825 169.28 196.725V173.85C169.28 166.225 170.805 161.65 172.33 158.6C175.38 154.025 179.955 150.975 187.58 150.975C193.68 150.975 198.255 154.025 201.305 158.6C204.355 161.65 204.355 167.75 204.355 173.85V186.05H207.405Z' fill='%239A9A9A'/></g></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    height: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.phones-list {
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
}

.phones-list li {
    padding: 6px 0 5px;
}

.phones-list a {
    color: inherit;
}

.socials {
}

.socials-title {
    font-size: 16.453px;
    line-height: 1;
    padding-bottom: 18px;
}

.socials-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    color: #353333;
}

.socials-list li {
    padding: 8px;
}

.socials-list a {
    color: inherit;
    border-radius: 5px;
    background: #FFF;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.policies-list {
    font-size: 16px;
    line-height: 1;
}

.policies-list li {
    padding: 9px 0;
}

.policies-list a {
    color: inherit;
}

.copyright {
    color: #B8B8B8;
    font-size: 16px;
    line-height: 22px;
}

.cardlogo {
    font-size: 0;
    line-height: 1;
}

.cardlogo a {
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.95);
    min-width: 251px;
    padding: 11px 0 10px 0;
    text-align: center;
}

.cardlogo img {
}

.footer {
    background-image: url(../img/footer-bg.png);
    /*background-repeat: repeat-y;*/
    background-position: 50% 50%;
    color: #ffffff;
}

.footer-main {
    padding: 39px 22px 37px 22px;
}

.footer-phones {
}

.footer-socials {
    padding-top: 28px;
}

.footer-legal {
}

.footer-policies {
    padding-top: 4px;
}

.footer-copyright {
    padding-top: 11px;
}

.footer-logo {
    padding-top: 20px;
}

@media (min-width: 1200.98px) {
    .marquee {
    }

    .marquee__inner {
    }

    .marquee__inner span {
        padding-right: 20rem;
    }

    .logo-block {
    }

    .logo-block img {
        max-height: none;
    }

    .navcontacts {
        display: none;
    }

    .navcontacts-phones {
    }

    .navcontacts-phones .phones-list {
    }

    .navcontacts-phones .phones-list li {
    }

    .navcontacts-socials {
    }

    .navcontacts-socials .socials-list {
    }

    .navcontacts-socials .socials-list li {
    }

    .navcontacts-socials .socials-list a {
    }

    .navcontacts-socials .socials-list svg {
    }

    .languages {
        padding: 0;
        font-size: 12px;
    }

    .languages-list {
        margin: 0 -4px;
    }

    .languages-list li {
        padding: 4px;
    }

    .languages-list a {
    }

    .languages-list .current-lang a {
    }

    .header {
    }

    .header-fix {
    }

    .scrolled-passed .header-fix {
    }

    .nav-open .header-fix {
        height: auto;
    }

    .header-main {
        padding: 24px 0 24px 0;
    }

    .header-logo {
        order: -2;
    }

    .header-toogle {
        display: none;
    }

    .header-nav {
        display: block;
        height: auto;
        overflow: visible;
        order: -1;
        width: auto;
        padding: 0 32px 0 0;
        margin: 0 auto;
    }

    .header-buttons {
        margin: 0;
        padding: 0;
    }

    .header-button {
        font-size: 14px;
        min-height: 48px;
        padding: 0 20px;
        min-width: 238px;
    }

    .header-language {
        display: block;
        padding-right: 43px;
    }

    .nav-open .header-nav {
    }

    .menutoggle {
    }

    .menutoggle-close {
    }

    .nav-open .menutoggle-close {
    }

    .nav-open .menutoggle-burger {
    }

    .navigation {
    }

    .menu {
        font-size: 14px;
        display: flex;
        align-items: center;
    }

    .menu>li {
        margin: 0;
        border: none;
        padding: 0 12px 0 12px;
    }

    .menu>li:first-child {
        margin: 0;
    }

    .menu>li:last-child {
    }

    .menu .sub-menu {
    }

    .menu .submenu-open .sub-menu {
    }

    .menu>li a {
    }

    .menu>li a:visited {
    }

    .menu>li.current-menu-item a, .menu>li a:hover, .menu>li a:focus {
    }

    .thankyou {
        padding-top: 430px;
        padding-bottom: 423px;
    }

    .thankyou-bg {
        padding-top: 30px;
    }

    .thankyou-bg-main {
    }

    .thankyou-bg video {
    }

    .thankyou-main {
    }

    .thankyou-content {
    }

    .thankyou-chip {
    }

    .thankyou-title {
        font-size: 73px;
        text-transform: uppercase;
    }

    .thankyou-buttons {
    }

    .thankyou-buttons {
        padding-top: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .thankyou-buttons>div {
    }

    .thankyou-button {
        font-size: 12px;
        padding: 23px 10px 23px 10px;
        text-transform: uppercase;
        min-width: 191px;
        border-radius: 26px;
    }

    .page-content {
    }

    .entry-content {
    }

    .entry-content>p>img, .entry-content>img {
    }

    .entry-content h2 {
    }

    .entry-content>h2:first-child {
    }

    .entry-content .wp-block-image {
    }

    .entry-content .wp-block-image img {
    }

    .entry-content p {
    }

    .entry-content p:first-child {
    }

    .entry-content p:last-child {
    }

    .entry-content .wp-block-columns {
    }

    .entry-content .ps-content-row {
    }

    .ps-image-figure {
    }

    .entry-content .wp-block-columns .wp-block-image {
    }

    .wp-block-columns .ps-image-figure {
    }

    .entry-content .wp-block-columns h2 {
    }

    .entry-content .wp-block-columns p {
    }

    .entry-content .table-layout {
    }

    .entry-content ul, .entry-content ol {
    }

    .entry-content ul {
    }

    .entry-content ol {
    }

    .entry-content ul li, .entry-content ol li {
    }

    .entry-content ul li:before {
    }

    .wp-block-table {
    }

    .wp-block-table th:first-child, .wp-block-table td:first-child {
    }

    .wp-block-table th:last-child, .wp-block-table td:last-child {
    }

    .wp-block-table tr:first-child th, .wp-block-table tr:first-child td {
    }

    .wp-block-table tr:last-child th, .wp-block-table tr:last-child td {
    }

    .wp-block-table table {
    }

    .wp-block-table table thead {
    }

    .wp-block-table table tr {
    }

    .wp-block-table table th, .wp-block-table table td {
    }

    .wp-block-table table th {
    }

    .wp-block-table table td {
    }

    .wp-block-embed-youtube {
    }

    .wp-block-embed-youtube:before {
    }

    .phones-list {
        font-weight: 500;
    }

    .phones-list li {
    }

    .phones-list a {
    }

    .socials {
    }

    .socials-title {
        padding-bottom: 6px;
    }

    .socials-list {
        margin: 0 -12px;
    }

    .socials-list li {
        padding: 12px;
    }

    .socials-list a {
        width: 38px;
        height: 38px;
    }

    .socials-list a svg {
        max-height: 22px;
    }

    .policies-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -12px;
    }

    .policies-list li {
        padding: 12px;
    }

    .policies-list a {
    }

    .copyright {
    }

    .cardlogo {
    }

    .cardlogo a {
    }

    .cardlogo img {
    }

    .footer {
    }

    .footer-main {
        padding: 52px 0 0 0;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        max-width: 1140px;
        margin: 0 auto;
    }

    .footer-phones {
    }

    .footer-socials {
        order: -2;
        padding: 3px 104px 0 0;
    }

    .footer-legal {
        width: 100%;
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #5E5E5E;
        margin-top: 32px;
        padding-top: 6px;
        padding-bottom: 4px;
    }

    .footer-policies {
        padding: 0;
    }

    .footer-copyright {
        padding-top: 9px;
    }

    .footer-logo {
        order: -3;
        padding: 0 0 0 11px;
    }
}

.advantages {
    padding-top: 35px;
    padding-bottom: 52px;
}

.advantages-header {
}

.advantages-title {
    text-align: center;
}

.advantages-content {
    padding-top: 25px;
}

.advantages-list {
}

.advantages-item {
    padding: 8px 0;
}

.benefit {
    text-align: center;
}

.benefit-picture {
}

.benefit-pic {
    border-radius: 100px;
    border: 2.057px solid #E4CFFF;
    background: rgba(124, 58, 237, 0.50);
    text-align: center;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-pic img {
    width: 25px;
    height: auto;
}

.benefit-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    max-width: 190px;
    margin: 0 auto;
    padding-top: 16px;
}


@media (min-width: 1200.98px) {

    .advantages {
        padding-top: 92px;
        padding-bottom: 112px;
    }

    .advantages-header {
    }

    .advantages-title {
    }

    .advantages-content {
        padding-top: 38px;
    }

    .advantages-list {
        column-count: 2;
        column-gap: 0;
    }

    .advantages-item {
        padding: 8px 10px;
    }

    .benefit {
        display: flex;
        align-items: center;
        text-align: left;
    }

    .benefit-picture {
        padding-right: 17px;
    }

    .benefit-pic {
        width: 72px;
        height: 72px;
    }

    .benefit-pic img {
        width: auto;
    }

    .benefit-title {
        font-size: 22px;
        max-width: none;
        margin: 0;
        padding: 0;
    }

}

@media (min-width: 1752.98px) {
    .advantages-list {
        padding: 0 0px 0 125px;
    }
}

.cases {
    padding-top: 37px;
    padding-bottom: 35px;
    position: relative;
}

.cases:before, .cases:after {
    content: '';
    display: block;
    position: absolute;
    background: rgba(104, 36, 221, 0.45);
    filter: blur(53.45976638793945px); 
    width: 253.399px;
    height: 250px;
    border-radius: 250px;
}

.cases:before {
    top: -23px;
    left: -111px;
}

.cases:after {
    bottom: 17px;
    left: -111px;
}

.cases-main {
    position: relative;
    z-index: 1;
}

.cases-header {
    padding-bottom: 20px;
}

.cases-title {
    text-align: center;
}

.cases-content {
}

.cases-carousel {
}

.cases-list {
    margin: 0 -12px;
}

.cases-item {
    padding: 12px;
}

.cases-carousel .f-carousel__nav {
    display: flex;
    justify-content: end;
    flex-direction: row-reverse;
    padding: 12px 12px 0 12px;
}

.cases-carousel .f-carousel__nav .f-button.is-prev, .cases-carousel .f-carousel__nav .f-button.is-next {
    position: static;
    transform: none;
    border-radius: 30px;
    background: #7C3AED;
    border: 1px solid #7C3AED;
    width: 48px;
    height: 48px;
    margin-left: 16px;
}

.cases-carousel .f-carousel__nav .f-button[disabled] {
    background: rgba(255, 255, 255, 0.45);
}

.cases-carousel .f-button svg {
    width: auto;
    height: auto;
    stroke: none;
}

.cases-carousel .f-button[disabled] svg {
    opacity: 1;
}

.caseblock {
    border-radius: 16px;
    border: 1px solid #E4CFFF;
    background: rgba(124, 58, 237, 0.50);
    padding: 25px 16px 25px 16px;
    overflow: hidden;
}

.caseblock-header {
    padding-bottom: 25px;
}

.caseblock-title {
    font-size: 20px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--font-secondary);
}

.caseblock-content {
}

.caseblock-imgbox {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 42.15%;
}

.caseblock-imgbox>* {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.caseblock-imgbox a {
    display: block;
    width: 100%;
    height: 100%;
}

.caseblock-imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (min-width: 1200.98px) {

    .cases {
        padding-top: 66px;
        padding-bottom: 85px;
    }

    .cases:before, .cases:after {
        border-radius: 800px;
        z-index: -1;
    }

    .cases:before {
        width: 808.851px;
        height: 798px;
        Position; right: -188px;
        left: auto;
        top: -306px;
    }

    .cases:after {
        width: 559.506px;
        height: 552px;
        Position; bottom: 97px;
        left: -148px;
    }

    .cases-main {
    }

    .cases-header {
        padding-bottom: 35px;
    }

    .cases-title {
    }

    .cases-content {
    }

    .cases-carousel {
    }

    .cases-list {
    }

    .cases-item {
    }

    .cases-carousel .f-carousel__slide {
        width: 50%;
    }

    .cases-carousel .f-carousel__nav {
    }

    .cases-carousel .f-carousel__nav .f-button.is-prev, .cases-carousel .f-carousel__nav .f-button.is-next {
    }

    .cases-carousel .f-carousel__nav .f-button[disabled] {
    }

    .cases-carousel .f-button svg {
    }

    .cases-carousel .f-button[disabled] svg {
    }

    .caseblock {
        padding: 45px 25px 45px 25px;
    }

    .caseblock-header {
        padding-bottom: 31px;
    }

    .caseblock-title {
        font-size: 25px;
    }

    .caseblock-content {
    }

    .caseblock-imgbox {
        padding-bottom: 31.4%;
    }

    .caseblock-imgbox>* {
    }

    .caseblock-imgbox a {
    }

    .caseblock-imgbox img {
    }

}

.consultation {
    margin-top: 23px;
    margin-bottom: 23px;
    position: relative;
}

.consultation-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* background: url("../img/consultation-bg.png") center/cover no-repeat; */
}

.consultation-bg:before {
    content: '';
    display: block;
    background: linear-gradient(350deg, rgba(0, 0, 0, 0.00) 27.24%, #000 92.49%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.consultation-bg-main {
    height: 100%;
    margin: 0 0px;
    position: relative;
}

.consultation-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.consultation-main {
    position: relative;
    z-index: 1;
}

.consultation-header {
}

.consultation-title {
    text-align: center;
}

.consultation-description {
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    padding-top: 15px;
}

.consultation-description p:first-child {
    margin-top: 0;
}

.consultation-description p:last-child {
    margin-bottom: 0;
}

.consultation-content {
    padding-top: 26px;
}

.consultation-formblock {
}

.ps-acceptanceblock {
}

.ps-acceptance {
}

.ps-acceptance__text {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-left: -25px;
    padding-left: 40px;
    color: #ffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}

.consult {
    border-radius: 30px;
    border: 1px solid #FFF;
    background: rgba(44, 19, 88, 0.50);
    padding: 15px 16px 15px 16px;
}

.consult .wpcf7-not-valid-tip {
    margin-top: 5px;
    text-align: center;
}

.consult__main {
}

.consult__row {
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
}

.consult__col {
    padding: 9px 12px 9px;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
}

.consult__fieldblock {
}

.consult__field {
    display: block;
    width: 100%;
    height: 54px;
    font-family: inherit;
    padding: 0 25px 0 25px;
    border-radius: 30px;
    border: 1px solid #FFF;
    background: #1E083A;
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

.consult__field.wpcf7-not-valid {
    border-color: #dc3232;
}

.consult__field:focus {
    outline: none;
}

.consult__field::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.50);
    opacity: 1;
}

.consult__field::-moz-placeholder {
    color: rgba(255, 255, 255, 0.50);
    opacity: 1;
}

.consult__field:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.50);
    opacity: 1;
}

.consult__field::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.50);
    opacity: 1;
}

.consult__field::placeholder {
    color: rgba(255, 255, 255, 0.50);
    opacity: 1;
}

.consult__field:placeholder {
    color: rgba(255, 255, 255, 0.50);
    opacity: 1;
}

.consult__col_textarea {
    width: 100%;
}

.consult__field_textarea {
    resize: none;
    height: 116px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.consult__col_accept {
    padding-top: 15px;
}

.consult__col_submit {
    padding-top: 13px;
}

.consult__submitwrap {
    position: relative;
}

.consult__submitwrap .wpcf7-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.consult__submit {
    height: 52px;
    display: block;
    width: 100%;
    font-size: 18px;
}

.ps-acceptanceblock {
    padding-bottom: 10px;
    display: block;
}

.ps-acceptanceblock br {
    display: none;
}

.ps-acceptance {
}

.ps-acceptance a {
    text-decoration: underline;
    color: inherit;
}

.ps-acceptance a:hover, .ps-acceptance a:focus {
    text-decoration: none;
}

.ps-acceptance .wpcf7-list-item-label::before, .ps-acceptance .wpcf7-list-item-label::after {
    display: none;
}

.ps-acceptance .wpcf7-form-control {
    display: block;
}

.ps-acceptance .wpcf7-list-item {
    display: block;
    margin: 0;
}

.ps-acceptance .wpcf7-list-item-label {
    line-height: 1;
}

.ps-acceptance label, .ps-acceptance__label {
    font-size: 0;
    user-select: none;
    position: relative;
    display: block;
    cursor: pointer;
}

.ps-acceptance__input {
    display: block;
    width: 25px;
    height: 25px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    /* transform: translateY(-50%); */
    margin: 0;
}

.ps-acceptance__mark {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 25px;
    height: 25px;
    position: relative;
    color: #04424E;
    padding: 3px 0px 0 3px;
    border-radius: 4px;
    border: 1px solid #FFF;
}

.ps-acceptance--black .ps-acceptance__mark {
    border-color: #000;
}

.ps-acceptance__mark:before {
    content: '';
    display: block;
    width: 18px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='17' viewBox='0 0 18 17' fill='none'><path d='M0.354492 8.03186L7.56661 15.2732L17.3545 0.273239' stroke='white'/></svg>");
    opacity: 0;
}

.ps-acceptance--black .ps-acceptance__mark {
    color: #000;
}

.ps-acceptance__input:checked ~ .wpcf7-list-item-label .ps-acceptance__mark:before {
    opacity: 1;
}

.ps-acceptance--black .ps-acceptance__text {
    color: #000;
}

.ps-acceptance__text a {
    color: #0E51B3;
    text-decoration: underline;
}

.ps-acceptance__text a:hover, .ps-acceptance__text a:focus {
    text-decoration: none;
}




@media (min-width: 1200.98px) {
    .consultation {
        padding-top: 40px;
        padding-bottom: 45px;
    }

    .consultation-bg {
    }

    .consultation-bg:before {
    }

    .consultation-bg-main {
    }

    .consultation-bg video {
    }

    .consultation-main {
    }

    .consultation-header {
        max-width: 800px;
        margin: 0 auto;
    }

    .consultation-title {
    }

    .consultation-description {
        font-size: 22px;
        padding-top: 26px;
    }

    .consultation-description p:first-child {
    }

    .consultation-description p:last-child {
    }

    .consultation-content {
        padding-top: 35px;
    }

    .consultation-formblock {
        max-width: 784px;
        margin: 0 auto;
    }

    .ps-acceptanceblock {
    }

    .ps-acceptance {
    }

    .consult {
        padding: 35px 25px;
    }

    .consult .wpcf7-not-valid-tip {
    }

    .consult__main {
    }

    .consult__row {
    }

    .consult__col {
    }

    .consult__fieldblock {
    }

    .consult__field {
    }

    .consult__field.wpcf7-not-valid {
    }

    .consult__field:focus {
    }

    .consult__field::-webkit-input-placeholder {
    }

    .consult__field::-moz-placeholder {
    }

    .consult__field:-ms-input-placeholder {
    }

    .consult__field::-ms-input-placeholder {
    }

    .consult__field::placeholder {
    }

    .consult__field:placeholder {
    }

    .consult__col_textarea {
    }

    .consult__field_textarea {
    }

    .consult__col_accept {
        padding-top: 10px;
    }

    .consult__col_submit {
        padding-top: 8px;
    }

    .consult__submitwrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .consult__submitwrap .wpcf7-spinner {
    }

    .consult__submit {
        font-size: 20px;
        height: 54px;
        width: auto;
        min-width: 359px;
    }

    .ps-acceptanceblock {
    }

    .ps-acceptanceblock br {
    }

    .ps-acceptance {
    }

    .ps-acceptance a {
    }

    .ps-acceptance a:hover, .ps-acceptance a:focus {
    }

    .ps-acceptance .wpcf7-list-item-label::before, .ps-acceptance .wpcf7-list-item-label::after {
    }

    .ps-acceptance .wpcf7-form-control {
    }

    .ps-acceptance .wpcf7-list-item {
    }

    .ps-acceptance .wpcf7-list-item-label {
    }

    .ps-acceptance label, .ps-acceptance__label {
    }

    .ps-acceptance__input {
        top: 5px;
    }

    .ps-acceptance__mark {
        margin-top: 5px;
    }

    .ps-acceptance--black .ps-acceptance__mark {
    }

    .ps-acceptance__mark:before {
    }

    .ps-acceptance--black .ps-acceptance__mark {
    }

    .ps-acceptance__input:checked ~ .wpcf7-list-item-label .ps-acceptance__mark:before {
    }

    .ps-acceptance__text {
        font-size: 22px;
        line-height: 1.2;
        padding-left: 41px;
    }

    .ps-acceptance--black .ps-acceptance__text {
    }

    .ps-acceptance__text a {
    }

    .ps-acceptance__text a:hover, .ps-acceptance__text a:focus {
    }
}

.hero {
    position: relative;
    padding-top: 294px;
    padding-bottom: 27px;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* background: url("../img/hero-bg.png") center/cover no-repeat; */
    padding-top: 90px;
}

.hero-bg-main {
    height: 100%;
    margin: 0 0px;
    position: relative;
}

.hero-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.hero-main {
    position: relative;
    z-index: 2;
}

.hero-content {
}

.hero-badge {
    border-radius: 30px;
    border: 2px solid #3C1F6F;
    background: rgba(31, 9, 58, 0.65);
    text-align: center;
    color: #D8B5FE;
    font-family: var(--font-secondary);
    font-size: 12px;
    line-height: 1;
    padding: 10px 0 9px 0;
}

.hero-titlelist {
    font-size: 25px;
    font-family: var(--font-secondary);
    text-align: center;
    line-height: 1;
    padding: 8px 0 0 0;
}

.hero-titlelist div {
    padding: 8px 0 7px;
}

.hero-titlelist span {
    display: inline-block;
    position: relative;
    padding-left: 28px;
}

.hero-titlelist span:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
}

.hero-description {
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
    line-height: 1.58;
}

.hero-description p:first-child {
    margin-top: 0;
}

.hero-description p:last-child {
    margin-bottom: 0;
}

.hero-buttons {
}

.hero-buttons {
    margin: 0 -8px;
    padding-top: 9px;
}

.hero-buttons>div {
    padding: 8px;
}

.hero-button {
    font-size: 18px;
    display: block;
}



@media (min-width: 1200.98px) {
    .hero {
        padding-top: 337px;
        padding-bottom: 160px;
    }

    .hero-bg {
        padding-top: 30px;
    }

    .hero-bg-main {
    }

    .hero-bg video {
    }

    .hero-main {
    }

    .hero-content {
        text-align: center;
    }

    .hero-badge {
        font-size: 26px;
        display: inline-block;
        padding: 14px 20px 19px 20px;
        min-width: 652px;
    }

    .hero-titlelist {
        font-size: 100px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 28px;
    }

    .hero-titlelist div {
        padding: 7px 16px 6px;
    }

    .hero-titlelist span {
        padding-left: 66px;
    }

    .hero-titlelist span:before {
        width: 34px;
        height: 34px;
        top: 45px;
    }

    .hero-titlelist div:first-child span {
        padding-left: 0;
    }

    .hero-titlelist div:first-child span:before {
        display: none;
    }

    .hero-description {
        font-size: 32px;
        max-width: 900px;
        margin: 0 auto;
        padding-top: 39px;
        line-height: 1.22;
    }

    .hero-description p:first-child {
    }

    .hero-description p:last-child {
    }

    .hero-buttons {
        margin: 0 -16px;
    }

    .hero-buttons {
        display: flex;
        max-width: 1028px;
        margin: 0 auto;
        padding-top: 8px;
    }

    .hero-buttons>div {
        padding: 16px;
        flex: 1 0 0;
        width: 100%;
        max-width: 100%;
    }

    .hero-button {
        font-size: 26px;
        min-height: 70px;
        border-radius: 100px;
        padding: 21px 10px 21px 10px;
    }
}
.infos {
    text-align: center;
    position: relative;
    padding-top: 48px;
    padding-bottom: 25px;
}

.infos:before, .infos:after {
    content: '';
    display: block;
    position: absolute;
    background: rgba(104, 36, 221, 0.45);
    filter: blur(53.45976638793945px); 
    width: 253.399px;
    height: 250px;
    border-radius: 250px;
}

.infos:before {
    top: -20px;
    right: -56px;
}

.infos:after {
    bottom: -88px;
    left: -73px;
}

.infos-main {
    position: relative;
    z-index: 2;
}

.infos-list {
    margin: 0 -12px;
}

.infos-item {
    padding: 12px;
}

.infoblock {
    border-radius: 30px;
    border: 1px solid #FFF;
    background: rgba(13, 4, 29, 0.50);
    padding: 21px 10px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 190px;
    justify-content: center;
}

.infoblock-title {
    color: #A374FF;
    font-family: var(--font-secondary);
    font-size: 30px;
    line-height: 1.35;
}

.infoblock-description {
    font-size: 22px;
    line-height: 1.25;
    padding-top: 13px;
}

.infoblock-description p:first-child {
    margin-top: 0;
}

.infoblock-description p:last-child {
    margin-bottom: 0;
}



@media (min-width: 1200.98px) {

    .infos {
        padding-top: 104px;
        padding-bottom: 50px;
    }

    .infos:before, .infos:after {
        width: 507.812px;
        height: 501px;
    }

    .infos:before {
        top: -41px;
        right: -118px;
    }

    .infos:after {
        bottom: -276px;
        left: -227px;
    }

    .infos-main {
    }

    .infos-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -16px;
    }

    .infos-item {
        flex: 1 0 0;
        width: 100%;
        max-width: 100%;
        padding: 16px;
    }

    .infoblock {
        min-height: 245px;
        padding: 36px 0 35px 0;
        height: 100%;
    }

    .infoblock-title {
        font-size: 42px;
    }

    .infoblock-description {
        font-size: 26px;
        padding-top: 23px;
    }

    .infoblock-description p:first-child {
    }

    .infoblock-description p:last-child {
    }

}

.videosection {
    padding-top: 21px;
    padding-bottom: 21px;
}

.videosection-main {
}

.videosection-header {
    padding-bottom: 33px;
}

.videosection-title {
    text-align: center;
}

.videosection-content {
}

.videobox {
    border-radius: 30px;
    background: #1B0C36;
    overflow: hidden;
    position: relative;
}

.videobox-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1px 1px 0px;
    font-size: 0;
    line-height: 1;
}

.videobox.active .videobox-button {
    display: none;
}

.videobox-button img {
    width: 74.256px;
    height: auto;
}

.videobox-embed {
    height: 426px;
}

.videobox-embed iframe {
    width: 100%;
    height: 100%;
}

.videosection-footer {
    padding-top: 24px;
}

.videosection-button {
    font-size: 18px;
    text-align: center;
    display: block;
}


@media (min-width: 1200.98px) {
    .videosection {
        padding-top: 49px;
        padding-bottom: 49px;
        position: relative;
    }

    .videosection-main {
    }

    .videosection-header {
        padding-bottom: 46px;
    }

    .videosection-title {
    }

    .videosection-content {
    }

    .videobox {
    }

    .videobox-button {
        padding: 1px 0 0 0;
    }

    .videobox.active .videobox-button {
    }

    .videobox-button img {
        width: 140px;
    }

    .videobox-embed {
        height: 642px;
    }

    .videobox-embed iframe {
    }

    .videosection-footer {
        padding-top: 40px;
        font-size: 0;
        text-align: center;
    }

    .videosection-button {
        font-size: 20px;
        display: inline-block;
        min-width: 359px;
    }
}