/* <editor-fold desc="HEADER custom"> */
.audit-page .header {
    position: fixed;
    width: 100%;
    background: linear-gradient(93.01deg, #f1f9fa 1.63%, #f2fcf6 98.53%);
    z-index: 5;
}
/*.audit-page .header .header-container { border-bottom: 1px solid #ffffff33; }*/
.audit-page .header .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 38px 0 22px;
}
.audit-page .header .header-logo {
    display: block;
    max-width: 204px;
}
.audit-page .header .menu-container {
    display: flex;
    align-items: center;
}
.audit-page .header .header-menu ul {
    display: flex;
    gap: 10px;
    list-style: none;
}
.audit-page .header .header-menu ul li { display: block; }
.audit-page .header .header-menu ul li a {
    display: block;
    padding: 5px;
    color: #221f1f;
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
    font-size: 16px;
    transition: color .3s;
    line-height: 1.5;
}

.audit-page .header .mobile-nav {
    display: none;
    position: relative;
    padding: 8px;
    cursor: pointer;
    transition: background-color .5s;
    transition-delay: 1.5s;
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
    z-index: 3;
}
.audit-page .header .mobile-nav .nav-icon {
    width: 28px;
    height: 20px;
    margin-left: auto;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.audit-page .header .mobile-nav .nav-icon span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #221f1f;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer;
}
.audit-page .header .mobile-nav .nav-icon span:nth-child(1) { top: 0; }
.audit-page .header .mobile-nav .nav-icon span:nth-child(2),
.audit-page .header .mobile-nav .nav-icon span:nth-child(3) { top: 8px; }
.audit-page .header .mobile-nav .nav-icon span:nth-child(4) { top: 16px; }
body.mobile-menu .audit-page .header .mobile-nav .nav-icon span:nth-child(1) {
    top: 8px;
    width: 0;
    left: 50%;
}
body.mobile-menu .audit-page .header .mobile-nav .nav-icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
body.mobile-menu .audit-page .header .mobile-nav .nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
body.mobile-menu .audit-page .header .mobile-nav .nav-icon span:nth-child(4) {
    top: 8px;
    width: 0;
    left: 50%;
}

@media (max-width: 992px) {
    .audit-page .header .header-container { padding: 12px 0 11px; }
    .audit-page .header .header-logo { z-index: 2; }
    .audit-page .header .menu-container {
        position: fixed;
        bottom: 150%;
        left: 0;
        right: 0;
        height: calc(100% - 60px);
        flex-direction: column;
        gap: 20px;
        padding-top: 50px;
        padding-bottom: 60px;
        /*background: linear-gradient(93.01deg, #f1f9fa 1.63%, #f2fcf6 98.53%);*/
        background: linear-gradient(91.17deg, #40a74e 5.45%, #4ec45f 99.79%);
        transition: bottom .7s .3s;
        overflow-y: auto;
    }
    body.mobile-menu .audit-page .header .menu-container {
        bottom: 0;
        transition: bottom .5s;
    }
    body.admin-bar .audit-page .header .menu-container { height: calc(100% - 60px - 32px); }
    .audit-page .header .menu-container * {
        opacity: 0;
        transition: opacity .3s;
    }
    body.mobile-menu .audit-page .header .menu-container * {
        opacity: 1;
        transition: opacity .3s .5s;
    }
    .audit-page .header .header-menu { margin-right: 0; }
    .audit-page .header .header-menu ul {
        flex-direction: column;
        align-items: center;
    }
    .audit-page .header .header-menu ul li a { color: #fff; }
    .audit-page .header .mobile-nav { display: block; }
}
@media (max-width: 782px) {
    body.admin-bar header .menu-container { height: calc(100% - 60px - 46px); }
}
/* </editor-fold> */
/* <editor-fold desc="FOOTER custom"> */
.audit-page .footer {
    color: #fff;
    background: linear-gradient(91.17deg, #40a74e 5.45%, #4ec45f 99.79%);
}
.audit-page .footer .footer-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 40px;
    padding-bottom: 60px;
    border-top: 1px solid #ffffff33;
}
.audit-page .footer .footer-logo {
    display: block;
    max-width: 170px;
}
.audit-page .footer .info-wrapper {
    display: flex;
    gap: 100px;
}
.audit-page .footer .bottom-text { max-width: 279px; }
.audit-page .footer .contacts-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.audit-page .footer .contacts-wrapper .title { font-weight: 700; }
.audit-page .footer .contact {
    display: flex;
    gap: 8px;
}
.audit-page .footer .contact .icon {
    width: 24px;
    height: 24px;
}
.audit-page .footer .contact:nth-child(2) .icon { background: url(../images/webinar/icon_phone.svg) center center; }
.audit-page .footer .contact:nth-child(3) .icon { background: url(../images/webinar/icon_mail.svg) center center; }
.audit-page .footer .contact:nth-child(4) .icon { background: url(../images/webinar/icon_time2.svg) center center; }
.audit-page .footer .contact a,
.audit-page .footer .contact span {
    color: inherit;
}
.audit-page .footer .socials-wrapper .title { font-weight: 700; }
.audit-page .footer .socials-wrapper .socials-container {
    display: flex;
    gap: 12px;
    padding-top: 8px;
}
.audit-page .footer .socials-wrapper a {
    display: block;
    filter: invert(1) contrast(2);
}
.audit-page .footer .socials-wrapper a span { display: none; }

@media (max-width: 1300px) {
    .audit-page .footer .info-wrapper { gap: 50px; }
}
@media (max-width: 992px) {
    .audit-page .footer .info-wrapper { gap: 40px; }
    .audit-page .footer .bottom-text { max-width: 200px; }
}
@media (max-width: 768px) {
    .audit-page .footer .info-wrapper { flex-wrap: wrap; }
    .audit-page .footer .bottom-text {
        max-width: 100%;
        padding-right: 50%;
    }
}
@media (max-width: 576px) {
    .audit-page .footer .info-wrapper {
        flex-direction: column;
        gap: 30px;
    }
    .audit-page .footer .bottom-text {
        max-width: 280px;
        padding-right: 0;
    }
}
/* </editor-fold> */

/* <editor-fold desc="About block"> */
.audit-page .about-block {
    position: relative;
    padding-top: 94px;
    background: linear-gradient(93.01deg, #f1f9fa 1.63%, #f2fcf6 98.53%);
    overflow: hidden;
}
.audit-page .about-block .about-container {
    display: flex;
    gap: 10px;
    padding-top: 84px;
}
.audit-page .about-block .desc-wrapper {
    position: relative;
    width: 100%;
    padding-top: 10px;
    z-index: 2;
}
.audit-page .about-block .label {
    position: relative;
    display: inline-block;
    padding: 2px;
    color: #221f1f;
    background: linear-gradient(91.17deg, #a9e236 5.45%, #8fd949 27.51%, #6bcd59 49.44%, #46b564 79.48%, #369969 99.79%);
    border-radius: 8px;
    font-weight: 500;
}
.audit-page .about-block .label span {
    display: block;
    padding: 3px 5px;
    background: #f2fafa;
    border-radius: 6px;
}
.audit-page .about-block .title { padding-top: 32px; }
.audit-page .about-block .title b {
    color: #4fbb5f;
    font-weight: 900;
}
.audit-page .about-block .subtitle {
    max-width: 516px;
    padding-top: 8px;
    color: #221f1f;
    font-weight: 400;
}
.audit-page .about-block .btn-wrapper { padding-top: 32px; }
.audit-page .about-block .btn {
    max-width: 259px;
    width: 100%;
    padding: 14px 10px;
    border: none;
    background: linear-gradient(91.17deg, #40A74E 5.45%, #4EC45F 99.79%);
    font-size: 18px;
}

.audit-page .about-block .img-wrapper {
    width: 558px;
    min-height: 547px;
    flex-shrink: 0;
}
.audit-page .about-block .img-wrapper img {
    position: relative;
    width: auto;
    right: 15px;
}

@media (max-width: 1300px) {
    .audit-page .about-block .title { font-size: 42px; }

    .audit-page .about-block .img-wrapper {
        width: 470px;
        min-height: 496px;
    }
    .audit-page .about-block .img-wrapper img {
        width: 535px;
        right: 45px;
    }
}
@media (max-width: 992px) {
    .audit-page .about-block { padding-top: 59px; }
    .audit-page .about-block .about-container { padding-top: 40px; }
    .audit-page .about-block .desc-wrapper { padding-top: 0; }

    .audit-page .about-block .img-wrapper {
        width: 385px;
        min-height: 407px;
        padding-top: 70px;
    }
    .audit-page .about-block .img-wrapper img {
        width: 439px;
        right: 38px;
    }
}
@media (max-width: 768px) {
    .audit-page .about-block .about-container { flex-direction: column; }
    .audit-page .about-block .desc-wrapper { text-align: center; }

    .audit-page .about-block .img-wrapper {
        align-self: center;
        width: 100%;
        max-width: 439px;
        padding-top: 0;
    }
    .audit-page .about-block .img-wrapper img {
        width: 100%;
        right: 0;
    }
}
@media (max-width: 576px) {
    .audit-page .about-block .img-wrapper {
        min-height: unset;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 350px) {
    .audit-page .about-block .img-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}
/* </editor-fold> */
/* <editor-fold desc="Client runawat block"> */
.audit-page .client-runaway-block {
    padding-top: 80px;
    padding-bottom: 80px;
}
.audit-page .client-runaway-block .client-runaway-container {
    padding: 32px;
    background: #f6f8fa;
    border-radius: 16px;
    text-align: center;
}
.audit-page .client-runaway-block .emojis-container {
    font-size: 53px;
    line-height: 67px;
    transform: scaleX(-1);
}
.audit-page .client-runaway-block .title {
    max-width: 890px;
    padding-top: 32px;
}
.audit-page .client-runaway-block .desc {
    max-width: 1170px;
    padding-top: 16px;
    color: #221f1f;
    font-weight: 400;
}
.audit-page .client-runaway-block .desc strong {
    color: #fb4c49;
    font-weight: 900;
}

@media (max-width: 992px) {
    .audit-page .client-runaway-block {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (max-width: 576px) {
    .audit-page .client-runaway-block .client-runaway-container { padding: 32px 16px; }
}
/* </editor-fold> */
/* <editor-fold desc="What for block"> */
.audit-page .what-for-block {
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(93.01deg, #f1f9fa 1.63%, #f2fcf6 98.53%);
}
.audit-page .what-for-block .list-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 886px;
    margin: 0 auto;
    padding-top: 40px;
}
.audit-page .what-for-block .item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: #fff;
    border-radius: 16px;
    counter-increment: program-block;
}
.audit-page .what-for-block .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 62px;
    height: 62px;
    padding: 17px;
    background: linear-gradient(91.17deg, #a9e236 5.45%, #8fd949 27.51%, #6bcd59 49.44%, #46b564 79.48%, #369969 99.79%);
    border-radius: 50%;
}
.audit-page .what-for-block .item .icon img.emoji {
    display: block !important;
    margin: 0 !important;
}
.audit-page .what-for-block .item .item-title {
    color: #221f1f;
    font-weight: 900;
}
.audit-page .what-for-block .item .item-desc {
    padding-top: 4px;
    color: #7a7979;
    font-weight: 400;
}

@media (max-width: 992px) {
    .audit-page .what-for-block {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .audit-page .what-for-block .list-container {
        gap: 16px;
        padding-top: 30px;
    }
}
@media (max-width: 768px) {
    .audit-page .what-for-block .item .icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
}
@media (max-width: 576px) {
    .audit-page .what-for-block .item { gap: 12px; }
}
/* </editor-fold> */
/* <editor-fold desc="Register block"> */
.audit-page .register-block {
    display: flex;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(91.17deg, #a9e236 5.45%, #8fd949 27.51%, #6bcd59 49.44%, #46b564 79.48%, #369969 99.79%);
}
.audit-page .register-block .register-container {
    max-width: 572px;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    border-radius: 16px;
}
.audit-page .register-block .form-v3 .input-block:not(:first-child) { padding-top: 4px; }
.audit-page .register-block .form-v3 .input-block .checkbox-wrap input[type=checkbox] { top: 1px; }
.audit-page .register-block .form-v3 .submit-btn {
    width: 100%;
    padding: 15px 9px;
    border-color: #221f1f;
}

.audit-page .register-block .thank-you-container { display: none; }
.audit-page .register-block .thank-you-container .ty-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
}
.audit-page .register-block .thank-you-container .ty-emoji { line-height: 1; }
.audit-page .register-block .thank-you-container .ty-title { padding-top: 24px; }
.audit-page .register-block .thank-you-container .ty-subtitle {
    max-width: 444px;
    margin: 0 auto;
    padding-top: 24px;
    color: #4e4c4c;
}

@media (max-width: 992px) {
    .audit-page .register-block {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (max-width: 576px) {
    .audit-page .register-block .register-container { padding: 30px; }
}
@media (max-width: 360px) {
    .audit-page .register-block .register-container { padding: 30px 16px; }
}
/* </editor-fold> */
/* <editor-fold desc="Who conducts block"> */
.audit-page .who-conducts-block {
    padding-top: 60px;
    padding-bottom: 60px;
}
.audit-page .who-conducts-block .subtitle {
    max-width: 1012px;
    padding-top: 16px;
    color: #221f1f;
}
.audit-page .who-conducts-block .list-container {
    display: flex;
    gap: 24px;
    padding-top: 40px;
}

.audit-page .who-conducts-block .item {
    width: calc((100% - (24px * 2)) / 3);
    padding: 40px 24px 24px;
    background: #f6f8fa;
    border-top: 4px solid;
    border-radius: 0 0 16px 16px;
    text-align: center;
}
.audit-page .who-conducts-block .item .item-emoji {
    font-size: 53px;
    line-height: 67px;
}
.audit-page .who-conducts-block .item .item-title {
    padding-top: 32px;
    color: #221f1f;
}
.audit-page .who-conducts-block .item .item-desc {
    padding-top: 16px;
    color: #4e4c4c;
    font-weight: 400;
}

@media (max-width: 992px) {
    .audit-page .who-conducts-block {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .audit-page .container.adaptive { max-width: 100%; }
    .audit-page .who-conducts-block .list-container {
        padding-top: 30px;
        overflow-x: auto;
    }
    .audit-page .who-conducts-block .item {
        width: 304px;
        flex-shrink: 0;
    }
    .audit-page .who-conducts-block .item:first-child { margin-left: 12px; }
    .audit-page .who-conducts-block .item:last-child { margin-right: 12px; }
}
@media (max-width: 768px) {
    .audit-page .who-conducts-block .item { width: 254px; }
    .audit-page .who-conducts-block .item .item-title { padding-top: 24px; }
}
@media (max-width: 576px) {
    .audit-page .container.adaptive {
        padding-left: 0;
        padding-right: 0;
    }
    .audit-page .who-conducts-block .list-container { gap: 16px; }
    .audit-page .who-conducts-block .item {
        width: 240px;
        padding: 24px 16px 16px;
    }
    .audit-page .who-conducts-block .item:first-child { margin-left: 15px; }
    .audit-page .who-conducts-block .item:last-child { margin-right: 15px; }
}
@media (max-width: 360px) {
    .audit-page .who-conducts-block .item {
        width: 224px;
        padding: 20px 8px 8px;
    }
}
/* </editor-fold> */
/* <editor-fold desc="About us block"> */
.audit-page .about-us-block {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(93.01deg, #f1f9fa 1.63%, #f2fcf6 98.53%);
}
.audit-page .about-us-block .subtitle {
    max-width: 1138px;
    padding-top: 16px;
    color: #221f1f;
}
.audit-page .about-us-block .list-container {
    display: flex;
    gap: 24px;
    padding-top: 40px;
}

.audit-page .about-us-block .item {
    width: calc((100% - (24px * 2)) / 3);
    padding: 40px 24px 24px;
    background: #fff;
    border-top: 4px solid;
    border-image: linear-gradient(
            91.17deg,
            #a9e236 5.45%,
            #8fd949 27.51%,
            #6bcd59 49.44%,
            #46b564 79.48%,
            #369969 99.79%
    ) 4 round round;
    border-radius: 0 0 16px 16px;
    text-align: center;
}
.audit-page .about-us-block .item .item-emoji {
    font-size: 53px;
    line-height: 67px;
}
.audit-page .about-us-block .item .item-title {
    padding-top: 32px;
    color: #221f1f;
}
.audit-page .about-us-block .item .item-desc {
    padding-top: 16px;
    color: #4e4c4c;
    font-weight: 400;
}

@media (max-width: 992px) {
    .audit-page .about-us-block {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .audit-page .about-us-block .list-container {
        padding-top: 30px;
        overflow-x: auto;
    }
    .audit-page .about-us-block .item {
        width: 304px;
        flex-shrink: 0;
    }
    .audit-page .about-us-block .item:first-child { margin-left: 12px; }
    .audit-page .about-us-block .item:last-child { margin-right: 12px; }
}
@media (max-width: 768px) {
    .audit-page .about-us-block .item { width: 254px; }
    .audit-page .about-us-block .item .item-title { padding-top: 24px; }
}
@media (max-width: 576px) {
    .audit-page .about-us-block .list-container { gap: 16px; }
    .audit-page .about-us-block .item {
        width: 240px;
        padding: 24px 16px 16px;
    }
    .audit-page .about-us-block .item:first-child { margin-left: 15px; }
    .audit-page .about-us-block .item:last-child { margin-right: 15px; }
}
@media (max-width: 360px) {
    .audit-page .about-us-block .item {
        width: 224px;
        padding: 20px 8px 8px;
    }
}
/* </editor-fold> */
/* <editor-fold desc="Subscribe block"> */
.audit-page .subscribe-block {
    padding-top: 60px;
    padding-bottom: 40px;
    background: linear-gradient(91.17deg, #40a74e 5.45%, #4ec45f 99.79%);
}
.audit-page .subscribe-block .subscribe-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 24px 20px;
    color: #fff;
    background: #ffffff33;
    border-radius: 16px;
}
.audit-page .subscribe-block .title { font-weight: 900; }
.audit-page .subscribe-block .subtitle {
    padding-top: 2px;
    font-weight: 500;
}
.audit-page .subscribe-block .form-container {
    display: flex;
    width: 500px;
}
.audit-page .subscribe-block .form-container .input-block,
.audit-page .subscribe-block .form-container .input-wrapper,
.audit-page .subscribe-block .form-container .btn-wrapper {
    padding-top: 0 !important;
}
.audit-page .subscribe-block .form-container .input-block:first-child {
    position: relative;
    width: 100%;
}
.audit-page .subscribe-block .form-container .input-block:first-child label {
    display: block;
    height: 0;
    font-size: 0;
    opacity: 0;
}
.audit-page .subscribe-block .form-container .input-block:first-child input {
    padding: 16px 16px;
    border-color: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.audit-page .subscribe-block .form-container .input-block:first-child .error-msg {
    position: absolute;
    bottom: -20px;
    left: 0;
}
.audit-page .subscribe-block .form-container .submit-btn {
    width: 158px;
    flex-shrink: 0;
    padding: 15px 9px;
    font-size: 18px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media (max-width: 1300px) {
    .audit-page .subscribe-block .form-container { width: 420px; }

}
@media (max-width: 992px) {
    .audit-page .subscribe-block .subscribe-container {
        flex-direction: column;
        align-items: start;
        gap: 24px;
    }
    .audit-page .subscribe-block .form-wrapper,
    .audit-page .subscribe-block .form-container {
        width: 100%;
    }
}
@media (max-width: 400px) {
    .audit-page .subscribe-block .form-container {
        flex-direction: column;
        gap: 24px;
    }
    .audit-page .subscribe-block .form-container .input-block:first-child input {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .audit-page .subscribe-block .form-container .input-block:first-child .error-msg { bottom: -18px; }
    .audit-page .subscribe-block .form-container .submit-btn {
        width: 100%;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }
}
/* </editor-fold> */

/*todo: прибрати це діло, коли стилі попапу переїдуть до style.css*/
.popup {
    width: 469px;
    padding: 32px;
    border-radius: 8px;
}
.popup .popup-close {
    padding: 0;
    background: none;
    border-radius: 0;
}
.popup .popup-close:hover { background: #eaeaea; }
.popup .popup-close:hover svg path { stroke: #221f1f; }
.popup .form-title { padding-bottom: 24px; }
.popup .popup-container { padding-top: 24px; }
.popup .form-v3 .input-block { padding-top: 0; }
.popup .form-v3 .btn-wrapper { padding-top: 8px; }
.popup .personal-data-agreement {
    max-width: 400px;
    padding-top: 16px;
    color: #585757;
}

@media (max-width: 576px) {
    .popup {
        width: 95%;
        padding: 20px;
    }
}
