/* styles ALL page */


.grecaptcha-badge {
display: none;
}

.post-meta-wrapper.post-meta-edit-link-wrapper,
body.wp-child-theme-AiCDNvideo .header-titles .site-description {
    display: none;
}

body.wp-child-theme-AiCDNvideo.reduced-spacing.footer-top-visible .footer-nav-widgets-wrapper, 
body.wp-child-theme-AiCDNvideo.reduced-spacing.footer-top-hidden #site-footer {
    border-top-width: 0;
}

body.wp-child-theme-AiCDNvideo.custom-background {
    background-color: #090B16E5;
}

body.wp-child-theme-AiCDNvideo #site-header, 
body.wp-child-theme-AiCDNvideo .footer-nav-widgets-wrapper, 
body.wp-child-theme-AiCDNvideo #site-footer, 
body.wp-child-theme-AiCDNvideo .menu-modal, 
body.wp-child-theme-AiCDNvideo .menu-modal-inner, 
body.wp-child-theme-AiCDNvideo .search-modal-inner, 
body.wp-child-theme-AiCDNvideo .archive-header, 
body.wp-child-theme-AiCDNvideo.singular .entry-header, 
body.wp-child-theme-AiCDNvideo.singular .featured-media:before, 
body.wp-child-theme-AiCDNvideo .wp-block-pullquote:before {
    background-color: transparent;
}

.flex {
display: flex;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
}


/* HEADER BLOCK */

body.wp-child-theme-AiCDNvideo #site-header {
position: relative;
    width: 100%;
    background: transparent;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    justify-content: center;
    z-index: 1111;
}

body.wp-child-theme-AiCDNvideo .header-inner {
        justify-content: center;
        position: fixed;
    }

/* END HEADER BLOCK */


/* FOOTER BLOCK */


body.wp-child-theme-AiCDNvideo a.to-the-top {
    display: none;
}


/* END FOOTER BLOCK */


body.wp-child-theme-AiCDNvideo h1,
body.wp-child-theme-AiCDNvideo h2, 
body.wp-child-theme-AiCDNvideo h3, 
body.wp-child-theme-AiCDNvideo h4, 
body.wp-child-theme-AiCDNvideo h5, 
body.wp-child-theme-AiCDNvideo h6, 
body.wp-child-theme-AiCDNvideo h7, 
body.wp-child-theme-AiCDNvideo h8, 
body.wp-child-theme-AiCDNvideo h9,
body.wp-child-theme-AiCDNvideo button {
    font-family: 'exo';
}

body.wp-child-theme-AiCDNvideo p {
    font-family: 'inter';
}

body.wp-child-theme-AiCDNvideo .wpcf7 form.invalid .wpcf7-response-output, 
body.wp-child-theme-AiCDNvideo .wpcf7 form.unaccepted .wpcf7-response-output, 
body.wp-child-theme-AiCDNvideo .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #76CABE;
    color: red;
    font-family: 'inter';
    font-size: 0.6em;
}



@media (min-width: 1920px) { /* >= 1920 */


/* HEADER BLOCK */

body.wp-child-theme-AiCDNvideo .header-inner {
margin-top: 20px;
        max-width: 1840px;
        width: max-content;
        border: 2px solid #FBFBFB33;
        border-radius: 5000px;
        padding: 0 32px;
        max-height: 80px;
        height: 80px;
        backdrop-filter: blur(28px);
        -webkit-backdrop-filter: blur(28px);
    }
    
body.wp-child-theme-AiCDNvideo ul.primary-menu {
        margin: 0;
        gap: 32px;
    }

body.wp-child-theme-AiCDNvideo .primary-menu > li {
        margin: 0;
    }
    
body:not(.overlay-header).wp-child-theme-AiCDNvideo .primary-menu > li > a {
    font-family: Inter;
font-weight: 500;
font-size: 18px;
line-height: 26px;
letter-spacing: 0;
color: #FBFBFB;
text-decoration: none;
}


/* END HEADER BLOCK */


/* CONTENT BLOCK */


body.wp-child-theme-AiCDNvideo:not(.home) #site-content {
    overflow: hidden;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/wp-content/uploads/2026/02/Group-840-1.png);
    background-repeat: repeat-y;
    background-position-x: center;
    border-radius: 32px;
    border: 2px solid #FBFBFB33;
    max-width: 1840px;
    width: 100%;
    padding-bottom: 60px;
}

body.wp-child-theme-AiCDNvideo.singular .entry-header {
        padding: 160px 0 32px 0;
    }

body.wp-child-theme-AiCDNvideo:not(.home) .section-inner.medium {
    max-width: 1840px;
    width: 100%;
}

body.wp-child-theme-AiCDNvideo:not(.home) .entry-content {
    max-width: 1780px;
    width: calc(100%);
    margin: 0 auto;
}

body.wp-child-theme-AiCDNvideo .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: initial;
    width: calc(100%);
}

body.wp-child-theme-AiCDNvideo h1 {
font-weight: 600;
font-size: 60px;
line-height: 60px;
letter-spacing: 0;
color: #DADADA;
}

body.wp-child-theme-AiCDNvideo h2 {
font-weight: 600;
font-size: 60px;
line-height: 60px;
letter-spacing: 0;
}

body.wp-child-theme-AiCDNvideo p, body.wp-child-theme-AiCDNvideo table {
    font-family: 'inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: #DADADA;
}


/* END CONTENT BLOCK */


/* FOOTER BLOCK */

body.wp-child-theme-AiCDNvideo.footer-top-hidden #site-footer {
        margin-top: 120px;
        padding: 0;
        margin-bottom: 20px;
    }
    
body.wp-child-theme-AiCDNvideo.footer-top-hidden #site-footer .section-inner {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
        flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 1840px;
    width: 100%;
    max-height: 490px;
    height: 490px;
    border: 2px solid #FBFBFB33;
    border-radius: 32px;
    padding: 40px;
    background-image: url(/wp-content/uploads/2026/02/Frame-427319875.png);
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    position: relative;
}

body.wp-child-theme-AiCDNvideo .footer-credits {
    position: absolute;
        bottom: 40px;
        right: 87px;
}

body.wp-child-theme-AiCDNvideo .footer-copyright {
font-family: 'Exo';
font-weight: 500;
font-size: 20px;
line-height: 26px;
letter-spacing: 0;
color: #3D3D3D;
display: flex;
display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
        flex-direction: row-reverse;
        gap: 6px;
}

.footer__block__custom {
flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.fbc__row__one .fbc__logo img {
max-width: 166px;
width: 100%;
margin-bottom: 24px;
}

.fbc__tel, .fbc__email {
gap: 12px;
align-items: center;
}

.fbc__tel img, .fbc__email img {
max-width: 24px;
width: 100%;
}

.fbc__tel {
margin-bottom: 12px;
}

.fbc__tel a, .fbc__email a {
font-family: Exo;
font-weight: 500;
font-size: 20px;
line-height: 26px;
letter-spacing: 0;
color: #FBFBFB;
}

#site-footer .fbc__email a {
text-decoration: underline;
}

.fbc__row__two {
justify-content: space-between;
width: 100%;
}

.fbc__elem.one {
max-width: 206px;
    width: 100%;
}

.fbc__elem.two {
max-width: 281px;
    width: 100%;
}

.fbc__elem.tri {
max-width: 281px;
    width: 100%;
}

.fbc__elem.four {
    width: max-content;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 26px;
}

.fbc__elem.four a {
font-family: 'Exo';
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    color: #FBFBFB;
    display: block;
    margin-bottom: 12px;
}

.fbc__elem__title {
font-family: 'Exo';
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    color: #FBFBFB;
    margin-bottom: 12px;
}

.fbc__elem__text {
font-family: 'Exo';
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    color: #FBFBFB;
}


/* END FOOTER BLOCK */




} /* END =< 1920 */










@media (max-width: 1919px) { /* =< 1919 */


/* HEADER BLOCK */

body.wp-child-theme-AiCDNvideo .header-inner {
margin-top: calc(1.05vw);
        max-width: calc(96.57vw);
        width: max-content;
        border: 2px solid #FBFBFB33;
        border-radius: calc(2.62vw);
        padding: 0 calc(1.68vw);
        max-height: initial;
        height: calc(4.2vw);
        backdrop-filter: blur(28px);
        -webkit-backdrop-filter: blur(28px);
    }
    
body.wp-child-theme-AiCDNvideo ul.primary-menu {
        margin: 0;
        gap: calc(1.68vw);
    }

body.wp-child-theme-AiCDNvideo .primary-menu > li {
        margin: 0;
    }
    
body:not(.overlay-header).wp-child-theme-AiCDNvideo .primary-menu > li > a {
    font-family: Inter;
font-weight: 500;
font-size: calc(0.94vw);
line-height: calc(1.36vw);
letter-spacing: 0;
color: #FBFBFB;
text-decoration: none;
}

/* END HEADER BLOCK */   


/* CONTENT BLOCK */


body.wp-child-theme-AiCDNvideo:not(.home) #site-content {
    margin-top: calc(3.15vw);
    margin-left: auto;
    margin-right: auto;
    background-image: url(/wp-content/uploads/2026/02/Group-840-1.png);
    background-repeat: repeat-y;
    background-position-x: center;
    border-radius: calc(1.68vw);
    border: 2px solid #FBFBFB33;
    max-width: initial;
    width: calc(96.59vw);
    padding-bottom: calc(3.15vw);
}

body.wp-child-theme-AiCDNvideo.singular .entry-header {
        padding: calc(8.4vw) 0 calc(1.68vw) 0;
    }

body.wp-child-theme-AiCDNvideo:not(.home) .section-inner.medium {
    max-width: initial;
    width: calc(96.59vw);
}

body.wp-child-theme-AiCDNvideo:not(.home) .entry-content {
    max-width: initial;
    width: calc(93.44vw);
    margin: 0 auto;
}

body.wp-child-theme-AiCDNvideo .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: initial;
    width: calc(100%);
}

body.wp-child-theme-AiCDNvideo h1 {
font-weight: 600;
font-size: calc(3.15vw);
line-height: calc(3.15vw);
letter-spacing: 0;
color: #DADADA;
}

body.wp-child-theme-AiCDNvideo p, body.wp-child-theme-AiCDNvideo table {
    font-family: 'inter';
    font-weight: 400;
    font-size: calc(0.94vw);
    line-height: calc(1.36vw);
    letter-spacing: 0;
    color: #DADADA;
}


/* END CONTENT BLOCK */


/* FOOTER BLOCK */

body.wp-child-theme-AiCDNvideo.footer-top-hidden #site-footer {
        margin-top: calc(6.3vw);
        padding: 0;
        margin-bottom: calc(1.05vw);
    }
    
body.wp-child-theme-AiCDNvideo.footer-top-hidden #site-footer .section-inner {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
        flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: initial;
    width: calc(96.57vw);
    max-height: initial;
    height: calc(25.72vw);
    border: 2px solid #FBFBFB33;
    border-radius: calc(1.68vw);
    padding: calc(2.1vw);
    background-image: url(/wp-content/uploads/2026/02/Frame-427319875.png);
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    position: relative;
}

body.wp-child-theme-AiCDNvideo .footer-credits {
    position: absolute;
        bottom: calc(2.1vw);
        right: calc(6.7vw);
}

body.wp-child-theme-AiCDNvideo .footer-copyright {
font-family: 'Exo';
font-weight: 400;
font-size: calc(0.94vw);
line-height: calc(1.36vw);
letter-spacing: 0;
color: #3D3D3D;
display: flex;
display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
        flex-direction: row-reverse;
        gap: calc(0.32vw);
}

.footer__block__custom {
flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.fbc__row__one .fbc__logo img {
max-width: calc(8.71vw);
width: 100%;
margin-bottom: calc(1.26vw);
}

.fbc__tel, .fbc__email {
gap: calc(0.63vw);
align-items: center;
}

.fbc__tel img, .fbc__email img {
max-width: calc(1.26vw);
width: 100%;
}

.fbc__tel {
margin-bottom: calc(0.63vw);
}

.fbc__tel a, .fbc__email a {
font-family: Exo;
font-weight: 500;
font-size: calc(1.05vw);
line-height: calc(1.36vw);
letter-spacing: 0;
color: #FBFBFB;
}

#site-footer .fbc__email a {
text-decoration: underline;
}

.fbc__row__two {
justify-content: space-between;
width: 100%;
}

.fbc__elem.one {
max-width: calc(10.81vw);
    width: 100%;
}

.fbc__elem.two {
max-width: calc(14.75vw);
    width: 100%;
}

.fbc__elem.tri {
max-width: calc(14.75vw);
    width: 100%;
}

.fbc__elem.four {
    width: max-content;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: calc(1.36vw);
}

.fbc__elem.four a {
font-family: 'Exo';
    font-weight: 500;
    font-size: calc(1.05vw);
    line-height: calc(1.36vw);
    letter-spacing: 0;
    color: #FBFBFB;
    display: block;
    margin-bottom: calc(0.63vw);
}

.fbc__elem__title {
font-family: 'Exo';
    font-weight: 500;
    font-size: calc(1.05vw);
    line-height: calc(1.36vw);
    letter-spacing: 0;
    color: #FBFBFB;
    margin-bottom: calc(0.63vw);
}

.fbc__elem__text {
font-family: 'Exo';
    font-weight: 400;
    font-size: calc(1.05vw);
    line-height: calc(1.36vw);
    letter-spacing: 0;
    color: #FBFBFB;
}


/* END FOOTER BLOCK */

    



} /* END =< 1919 */












/* MOBILKI */


@media (max-width: 999px) { /* =< 999 */


/* HEADER BLOCK */

body.wp-child-theme-AiCDNvideo .header-inner {
margin-top: 0;
        max-width: initial;
        width: calc(100% - 24px);
        border: 2px solid #FBFBFB33;
        border-radius: 5000px;
        padding: 0 18px;
        max-height: 50px;
        height: 50px;
        backdrop-filter: blur(28px);
        -webkit-backdrop-filter: blur(28px);
        display: flex;
        display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
        align-items: center;
        justify-content: space-between;
        top: 16px;
    }

body.wp-child-theme-AiCDNvideo .site-logo img {
        max-height: initial;
        transition: none;
        max-width: initial;
        width: calc(96px);
    }


/* MOB MENU */


body.wp-child-theme-AiCDNvideo .menu-modal.active {
    left: 0;
    opacity: 1;
    right: 0;
    transition: 0.15s linear;
}

body.wp-child-theme-AiCDNvideo .menu-modal {
    transition: 0.15s linear;
}

body.wp-child-theme-AiCDNvideo .nav-toggle {
    width: max-content;
    outline: none;
}

body.wp-child-theme-AiCDNvideo .toggle-text, 
body.wp-child-theme-AiCDNvideo .nav-toggle svg {
display: none;
}

body.wp-child-theme-AiCDNvideo .nav-toggle .toggle-inner {
    padding-top: 0;
}

body.wp-child-theme-AiCDNvideo .header-inner .toggle {
    align-items: center;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    overflow: visible;
    padding: 0;
    justify-content: flex-end;
    margin-right: 18px;
}

body.wp-child-theme-AiCDNvideo .toggle-inner {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    justify-content: center;
    height: auto;
    position: relative;
    align-items: center;
}

body.wp-child-theme-AiCDNvideo .nav-toggle .toggle-icon {
    height: 20px;
    width: 20px;
    background-image: url(/wp-content/uploads/2026/02/free-icon-font-bars-staggered-9784330-1.svg);
        background-repeat: no-repeat;
        background-size: contain;
}

body.wp-child-theme-AiCDNvideo .menu-modal .menu-top {
position: relative;
}

body.wp-child-theme-AiCDNvideo .menu-modal .toggle {
color: #FBFBFB;
        padding: 0;
        border: none;
        font-size: 20px;
        position: absolute;
        width: 20px;
        height: 20px;
        line-height: 1;
        z-index: 11111;
right: 0;
        top: 34px;
}

body.wp-child-theme-AiCDNvideo .menu-wrapper.section-inner {
max-width: initial;
        width: calc(100% - 24px);
        background-color: transparent;
        margin-top: 32px;
        padding: 18px;
        border: 2px solid #FBFBFB33;
        border-radius: 32px;
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
max-height: initial;
        height: max-content;
        position: fixed;
        left: 12px;
}

body.wp-child-theme-AiCDNvideo .menu-bottom {
        padding: 0;
    }

body.wp-child-theme-AiCDNvideo .mobile-menu {
    display: block;
    text-align: center;
    padding-top: 34px;
}

body.wp-child-theme-AiCDNvideo .menu-modal nav * {
    border-color: transparent;
}

body.wp-child-theme-AiCDNvideo .modal-menu a:focus, 
body.wp-child-theme-AiCDNvideo .modal-menu a:hover, 
body.wp-child-theme-AiCDNvideo .modal-menu li.current-menu-item > .ancestor-wrapper > a, 
body.wp-child-theme-AiCDNvideo .modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
    text-decoration: none;
}

body.wp-child-theme-AiCDNvideo .modal-menu > li > a, 
body.wp-child-theme-AiCDNvideo .modal-menu > li > .ancestor-wrapper > a {
    font-family: Inter;
font-weight: 500;
font-size: 18px;
line-height: 26px;
letter-spacing: 0;
color: #FBFBFB;
        padding: 0 0 12px 0;
    }


/* END MOB MENU */


/* END HEADER BLOCK */


/* CONTENT BLOCK */


body.wp-child-theme-AiCDNvideo:not(.home) #site-content {
margin-top: 74px;
        background-size: contain;
        background-repeat: repeat-x;
        border-radius: 24px;
        width: calc(100% - 24px);
        padding-bottom: 48px;
}

body.wp-child-theme-AiCDNvideo.singular .entry-header {
        padding: 48px 0 20px 0;
    }

body.wp-child-theme-AiCDNvideo:not(.home) .section-inner.medium {
    max-width: initial;
    width: calc(100% - 40px);
}

body.wp-child-theme-AiCDNvideo:not(.home) .entry-content {
    max-width: initial;
    width: calc(100% - 40px);
    margin: 0 auto;
}

body.wp-child-theme-AiCDNvideo .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: initial;
    width: calc(100%);
}

body.wp-child-theme-AiCDNvideo h1 {
font-size: 26px;
line-height: 30px;
}

body.wp-child-theme-AiCDNvideo p, body.wp-child-theme-AiCDNvideo table {
    font-size: 14px;
    line-height: 20px;
}


/* END CONTENT BLOCK */


/* FOOTER BLOCK */


    body.wp-child-theme-AiCDNvideo.footer-top-hidden #site-footer {
        margin-top: 40px;
        padding: 0;
        margin-bottom: 16px;
    }

    body.wp-child-theme-AiCDNvideo.footer-top-hidden #site-footer .section-inner {
        max-width: initial;
        width: calc(100% - 24px);
        max-height: initial;
        height: auto;
        border: 2px solid #FBFBFB33;
        border-radius: 24px;
        padding: 24px;
background-image: url(/wp-content/uploads/2026/02/Frame-427319875-2.png);
        background-repeat: repeat-x;
        background-size: cover;
        backdrop-filter: blur(28px);
        -webkit-backdrop-filter: blur(28px);
        position: relative;
    }

    .fbc__row__one .fbc__logo img {
        max-width: 111px;
        width: 100%;
        margin-bottom: 16px;
    }

.fbc__tel {
        margin-bottom: 9px;
    }

.fbc__tel, .fbc__email {
        gap: 6px;
    }

.fbc__tel img, .fbc__email img {
        max-width: 20px;
        width: 100%;
    }

    .fbc__tel a {
        font-size: 18px;
        line-height: 26px;
    }
    
    .fbc__email a {
        font-size: 14px;
        line-height: 20px;
    }

.fbc__row__one {
margin-bottom: 32px;
}

    .fbc__row__two {
        flex-direction: column;
        gap: 32px;
    }

.fbc__elem.one, .fbc__elem.two, .fbc__elem.tri, .fbc__elem.four {
        max-width: initial;
        width: 100%;
    }

    .fbc__elem__title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }

.fbc__elem__text {
        font-size: 14px;
        line-height: 20px;
    }

    .fbc__elem.four a {
        font-size: 14px;
        line-height: 20px;
         margin-bottom: 8px;;
    }

body.wp-child-theme-AiCDNvideo .footer-credits {
        position: absolute;
        bottom: 24px;
        right: auto;
        left: 24px;
    }

    body.wp-child-theme-AiCDNvideo .footer-copyright {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        gap: 6px;
    }

.fbc__elem.four {
        padding-bottom: 20px;
    }


/* END FOOTER BLOCK */





} /* END =< 999 */


/* END STYLE */