



:root {
    /*Colors*/
    --body-text: #232323;
    --body-text-rgba: rgba(35, 35, 35, 0.2);
    --body-text-off: #FAFAFA;
    --body-caption-off: #ECF0F0;
    --body-caption: #3E3E3E;
    --body-subtext: #787F78;
    --gray-200: #E6E9EC;
    --gray-400: #B3BAC4;
    --gray: #8F95A3;
    --second-violet: #9291B5;
    --main-lime: #CBDC2C;
    --main-blue: #869FD3;
    --main-lavanda: #655899;
    --main-flame: #EA663E;
    --main-azure: #94C4D1;
    --second-green: #CDEA68;
    --second-rain: #B9C6E7;
    --second-pale: #DADDF5;
    --second-rust: #D6522A;
    --second-lilac: #FEB388;
    --second-beau: #CADBE8;
    --second-blue: #E5ECF6;
    --header-base-text-color: #585668;
    --light-dark: #282828;
    --second-lavanda: #D6DBF5;
    --second-lavanda-rgba: rgba(250, 250, 250, 0.2);
    --orange-note-color: #FFF2CE;
    /*Fonts*/
    --title-font: 'Anton', sans-serif;
    --second-font: 'Helvetica Neue', sans-serif;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?ywgpkk');
    src: url('../fonts/icomoon.eot?ywgpkk#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ywgpkk') format('truetype'),
    url('../fonts/icomoon.woff?ywgpkk') format('woff'),
    url('../fonts/icomoon.svg?ywgpkk#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/*Header Style*/
body.no-scroll {
    overflow: hidden;
}

.wrapper {
    max-width: 1416px;
    width: 100%;
    margin: 0 auto;
}

a:focus, a:hover, a:active {
    color: inherit;
    text-decoration: none !important;
    outline: none !important;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 700;
}

.flame-btn {
    background-color: var(--main-flame);
    padding: 16px 56px 16px 56px;
    border-radius: 30px;
    color: var(--body-text-off);
    position: relative;
}

.flame-btn:hover {
    background-color: var(--second-rust);
    color: var(--body-text-off);
}

.transparent-btn:hover, .hero-btn.transparent-btn:hover {
    color: var(--main-lime);
}

.transparent-btn-border {
    color: var(--body-text);
    text-transform: lowercase;
    border: 1px solid var(--body-text);
    padding: 16px 77px;
    border-radius: 30px;
}

.transparent-btn-border:hover {
    color: var(--main-lime);
    border-color: var(--main-lime);
}

.black-btn {
    padding: 16px 56px;
    background-color: var(--body-text);
    border-radius: 30px;
    color: var(--body-text-off);
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
}

.black-btn:hover, .black-btn:active, .black-btn:focus {
    /*background-color: var(--body-caption);*/
    color: var(--second-green);
}

.green-btn {
    background-color: var(--second-green);
    padding: 16px 56px 16px 56px;
    border-radius: 30px;
    color: var(--body-text);
    position: relative;
}

.green-btn:hover, .green-btn:active, .green-btn:focus {
    background-color: var(--main-lime);
    color: var(--body-text);
}

.sub-nav-btn {
    padding: 16px 32px;
    background: transparent;
    border-radius: 24px;
    color: var(--body-text);
    text-transform: lowercase;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
}

.sub-nav-btn:hover, .sub-nav-btn:active, .sub-nav-btn:focus, .sub-nav-btn.active {
    color: var(--body-text-off);
    background-color: var(--body-text);
}

.D1_title_low, .H1_title_low, .H2_title_low {
    font-family: var(--title-font);
    font-style: normal;
    font-weight: 400;
    /*text-transform: lowercase;*/
    color: var(--body-text);
}

.D1_title_low {
    font-size: 52px;
    line-height: 100%;
}

.H1_title_low {
    font-size: 48px;
    line-height: 100%;
}

.H2_title_low {
    font-size: 30px;
    line-height: 111%;
}

.H3_title_upp {
    font-weight: 500;
    font-size: 23px;
    line-height: 25px;
    text-transform: uppercase;
    color: var(--body-caption);
}

.H3_title {
    font-weight: 500;
    font-size: 21px;
    line-height: 23px;
    color: var(--body-caption);
}

.H4_title {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: var(--body-text);
}

.H5_Title_bub {
    font-weight: 500;
    font-size: 17px;
    line-height: 16px;
    color: var(--body-text);
}

.H6_TITLE_upp {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--body-text);
}

.Subheading {
    font-weight: 400;
    font-size: 20px;
    line-height: 134%;
    letter-spacing: -0.01em;
    color: var(--body-text);
}

.Paragraph_01 {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: var(--body-text);
}

.Paragraph_02 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--body-text);
}

.Paragraph_03 {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: var(--body-text);
}

.arrow-right-btn:after {
    position: relative;
    content: "\e901";
    font-family: 'icomoon';
    left: 28px;
    top: 1px;
}

/*Site Content*/
.site-content {
    background-color: #FFFFFF;
}

/*Header*/
.header-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 12px 32px;
    align-items: center;
}

.header.dark .header-border {
    border-bottom: 1px solid var(--body-caption);
}

.header-border {
    border-bottom: 1px solid var(--body-caption);
}

.header.dark {
    background-color: var(--body-text);
    color: #fff;
}

.header {
    font-family: var(--second-font) !important;
    position: sticky;
    top: 0;
    z-index: 99999;
    background-color: #FFF;
}

.logo-wrapper {
    height: 41px;
    width: auto;
    display: flex;
    align-items: center;
    gap: 24px;
}

.logo-wrapper a {
    display: flex;
}

.logo {
    max-height: 40px;
    height: 100%;
    width: auto;
}

.logo-text {
    font-size: 12px;
    line-height: 8px;
    width: 36px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    color: var(--body-text);
    font-weight: 300;
    opacity: 50%;
}

.logo-text span {
    font-weight: 400;
}

@media (max-width: 575px) {
    .logo {
        max-width: 150px;
    }
}

@media (max-width: 475px) {
    .logo {
        max-width: 110px;
    }
}

@media (max-width: 375px) {
    .logo {
        max-width: 80px;
    }

    .logo-wrapper {
        gap: 10px;
    }

}


.dark .logo-text {
    color: var(--body-caption-off);
}

.login-button {
    padding: 11px 32px 13px;
    border-radius: 24px;
}

.login-button:hover {
    color: #fff !important;
}

.header-menu {
    display: flex;
    /* text-transform: lowercase; */
    justify-content: center;
    gap: 75px;
    padding: 0;
    margin: 0;
}

.menu-toggle-button {
    display: none;
}

.nav-menu {
    padding: 20px 32px;
}

.header-menu ul {
    list-style-type: none;
}

.header-menu li {
    list-style-type: none;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: baseline;
}

.header-menu li a {
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    padding: 0 10px 0 0;
    color: var(--header-base-text-color);
}

.header-menu .sub-menu > li{
    position: initial;
} 

.header-menu .sub-menu .sub-menu{
    min-height: 100%;
}

@media (min-width: 1025px) {
    .header-menu .sub-menu .sub-menu{
        background-color: #e0e9ff !important;
    }
    .header-menu .sub-menu .sub-menu li:hover a{
        color: var(--main-lavanda)!important;
        text-shadow: 0 0 1px var(--main-lavanda);
    }   
}

.header.dark .header-menu li a {
    color: var(--body-text-off);
}

.header-menu .sub-menu, .sub-menu li .sub-menu {
    height: 0;
    width: 0;
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
}

.header-menu li:hover .sub-menu {
    height: auto;
    width: 100%;
    min-width: 250px;
    top: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 2px 9px -2px var(--body-caption);
}

.header.dark .header-menu li:hover .sub-menu {
    background-color: var(--body-text);
}

.header-menu li:hover .sub-menu .sub-menu {
    display: none;
}

.header-menu .sub-menu li a {
    padding: 15px;
    display: flex;
    align-items: center;
}

.sub-menu .sub-menu {
    display: none;
}

.header-menu .sub-menu li:hover .sub-menu {
    display: block;
    left: 100%;
    top: 0;
}

.nav-menu li.menu-item-has-children a:after, .nav-menu li.menu-item-has-children .sub-menu li.menu-item-has-children a:after {
    content: "\e900";
    font-family: 'icomoon';
    position: relative;
    font-size: 4px;
    color: var(--header-base-text-color);
    top: -2px;
    cursor: pointer;
    left: 10px;
    order: 2;
}

.header.dark .nav-menu li.menu-item-has-children a:after, .header.dark .nav-menu li.menu-item-has-children .sub-menu li.menu-item-has-children a:after {
    color: #fff;
}

.nav-menu .sub-menu li.menu-item-has-children:after {
    right: 20px;
}

.nav-menu li.menu-item-has-children:hover .sub-menu a:after {
    content: "";
}

.nav-menu li:hover .sub-menu li a {
    color: var(--header-base-text-color);
}

.header.dark .nav-menu li:hover .sub-menu li a {
    color: var(--body-text-off);
}

.header.dark .nav-menu li:hover a,
.header .nav-menu li:hover a,
.header.dark .nav-menu li a:hover,
.header .nav-menu li a:hover,
.header.dark .nav-menu li:hover:after,
.header .nav-menu li:hover:after,
.header.dark .nav-menu li .sub-menu li:hover a,
.header .nav-menu li .sub-menu li:hover a {
    color: #655899;
}
.nav-menu li .sub-menu li:hover .sub-menu a {
    color: var(--header-base-text-color);
}

.header.dark .nav-menu li .sub-menu li:hover .sub-menu a {
    color: var(--body-text-off);
}

.header.dark .nav-menu li .sub-menu li:hover .sub-menu li:hover a {
    color: var(--main-lime);
}

.nav-menu li .sub-menu li .sub-menu li:hover a {
    color: var(--main-lime);
}

.menu-new-section {
    display: none;
    overflow: hidden;
    visibility: hidden;
}

.nav-menu li a.item-menu-new:before {
    content: 'new';
    position: relative;
    background-color: var(--main-lime);
    border-radius: 16px;
    left: 12px;
    padding: 0 5px 1px 5px;
    font-weight: 500;
    font-size: 13px;
    color: var(--body-text);
    order: 3;
}

.nav-menu li.menu-item-has-children a.item-menu-new:before {
    left: 22px;
}

.nav-menu li.menu-item-has-children .sub-menu li a:after {
    top: 2px;
}

.nav-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li a:after {
    content: none !important;
}

.item-menu-new {
    display: flex;
    order: 1;
}

.lavanda-btn {
    background: var(--main-lavanda);
    color: #fff;
}

.lavanda-btn:hover, .lavanda-btn:active, .lavanda-btn:focus {
    background-color: var(--second-violet);
}

@media screen and (max-width: 1400px ) {
    .wrapper {
        width: 95%;
    }
}

@media screen and (max-width: 1024px ) {
    li.menu-item-has-children a .item-dropdown {
        display: flex;
        width: 17px;
        height: 17px;
        position: relative;
        right: 0;
        justify-content: center;
        align-items: center;
    }

    li.menu-item-has-children a .item-dropdown:before {
        content: "\e900";
        font-family: 'icomoon';
        position: relative;
        font-size: 4px;
    }

    .sub-menu li a .item-dropdown {
        display: none;
    }

    .sub-menu li.menu-item-has-children a .item-dropdown {
        display: flex;
    }

    .sub-menu li.menu-item-has-children li a .item-dropdown {
        display: none;
    }

    .header .nav-menu {
        position: fixed;
        height: calc(100vh - 60px);
        transform: translateX(100%);
        width: 100% !important;
        top: 60px;
        padding-top: 32px;
        padding-bottom: 0;
        right: 0;
        background-color: var(--body-text-off);
        z-index: 99999;
        transition: .3s ease;
        overflow: auto;
        display: flex;
        flex-direction: column;
    }

    .nav-menu div:first-child {
        max-height: calc(100vh - 140px);
        overflow: auto;
    }

    .header-menu {
        padding: 0 25px 10px 25px;
        flex-direction: column;
        overflow: auto;
        gap: 0;
    }

    .header.dark .nav-menu {
        background-color: var(--body-text);
    }

    .header-menu li:hover .sub-menu, .header-menu .sub-menu li:hover .sub-menu {
        height: 0;
        display: none;
        overflow: hidden;
    }

    .header-menu li.active > .sub-menu {
        position: relative;
        overflow: hidden;
        height: auto;
        width: 100%;
        min-width: 250px;
        top: 100%;
        display: flex;
        flex-direction: column;
        background-color: var(--body-text-off);
        box-shadow: none;
    }

    .header.dark .header-menu li.active > .sub-menu {
        background-color: var(--body-text);
    }

    .header-menu li a {
        display: flex;
        color: var(--header-base-text-color);
    }

    .header-menu li.active {
        padding-bottom: 0;
    }

    .header-menu .sub-menu li.active {
        padding-bottom: 12px;
    }

    .header-menu li:hover a:first-of-type {
        color: inherit;
    }

    .header-menu li.active a:first-child {
        color: var(--second-green);
    }

    .header-menu li.active > a {
        padding-bottom: 7px;
    }

    .header-menu .sub-menu li a {
        padding: 5px 12px;
    }

    .header-menu .sub-menu li.active .sub-menu {
        height: auto;
        width: 100%;
        min-width: 250px;
        display: flex;
        left: 12px;
    }

    .nav-menu li.menu-item-has-children a:after, .nav-menu li.menu-item-has-children .sub-menu li.menu-item-has-children a:after {
        position: absolute;
        right: 22px;
        display: none;
        top: 16px;
        left: auto;
    }

    .header .nav-menu.active {
        transform: translateX(0);
    }

    .header-menu li:hover {
        color: inherit;
    }

    .header-menu li {
        padding: 12px 0;
        display: block;
        border-bottom: none;
    }

    .header-menu li:hover .sub-menu {
        position: relative;
    }

    .header-wrapper.wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }

    .menu-toggle-button {
        display: block !important;
        position: relative;
        border: 1px solid var(--header-base-text-color);
        border-radius: 50%;
        height: 40px;
        width: 40px;
    }

    .header.dark .menu-toggle-button {
        border: 1px solid var(--body-text-off);
    }

    .menu-toggle-button:after {
        content: "\e910";
        font-family: 'icomoon';
        position: absolute;
        font-size: 24px;
        line-height: 24px;
        left: calc(50% - 12px);
        top: calc(50% - 12px);
        color: var(--header-base-text-color);
    }

    .no-scroll .menu-toggle-button:after, .no-scroll .header.dark .menu-toggle-button:after {
        content: "\e90b";
        font-size: 20px;
        transform: rotate(45deg);
        line-height: 20px;
        left: calc(50% - 10px);
        top: calc(50% - 10px);
    }

    .header.dark .menu-toggle-button:after {
        color: var(--body-text-off);
    }

    .login-button {
        display: none !important;
    }

    .nav-menu .login-button {
        display: block !important;
    }

    .login-box {
        display: flex;
        justify-content: center;
        padding: 16px 0;
    }

    .header.dark .login-box {
        background-color: var(--light-dark);
    }

    .header .footer-icons-menu {
        display: flex;
        justify-content: center;
        padding: 24px 0;
        margin: 0 25px;
        border-top: 1px solid var(--body-caption);
    }

    .header .footer-icons-menu .footer-icons-menu-item {
        margin: 0 12px;
        opacity: 1;
    }

    .header.dark .footer-icons-menu .footer-icons-menu-item {
        opacity: 0.3;
    }

    .header .footer-icons-menu-item:after {
        color: var(--main-lavanda);
    }

    .header.dark .footer-icons-menu-item:after {
        color: var(--body-text-off);
    }

    .header .footer-icons-menu-item.twitter .path1:before {
        color: var(--main-lavanda);
    }

    .header .footer-icons-menu-item.twitter .path2:before {
        color: #fff;
    }

    .header .footer-icons-menu-item.twitter .path3:before {
        color: var(--main-lavanda);
    }

    .header-border {
        border-bottom: 0 !important;
    }

    .wrapper {
        width: 100% !important;
        border-radius: 0 !important;
    }

    .header .header-menu .sub-menu li.menu-submenu-header {
        margin-left: 12px;
        border-bottom: 1px solid var(--body-caption);
    }
}

/*Footer*/
.footer-box {
    background-color: var(--body-text);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer-cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
}

.footer-col {
    width: 100%;
    margin: 0 12px;
}

.footer-title {
    color: var(--body-subtext);
    font-weight: 400;
    margin-bottom: 12px;
    font-style: italic;
}

.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu li {
    margin: 6px 0;
}

.footer-menu li a {
    color: var(--body-text-off);
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    text-transform: lowercase;
}

.footer-menu li a:hover {
    color: var(--second-green);
}


.footer-content {
    color: #797979;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.footer-content img {
    filter: saturate(0);
    padding-bottom: 8px;
}

.footer-last-col-content {
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    color: var(--body-text-off);
}

.footer-last-col-content p {
    margin: 0;
    opacity: 0.4;
}

.footer-last-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-icons-menu-item {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    display: inline-block;
    color: var(--body-text-off);
    opacity: 0.3;
}

.footer-icons-menu-item:hover {
    color: var(--second-green);
    opacity: 1;
}

.footer-icons-menu-item:after,
.footer-icons-menu-item span,
.footer-icons-menu-item span:before {
    position: relative;
    font-family: 'icomoon';
    font-size: 24px;
    line-height: 24px;
}

.icon-icons8-twitter {
    display: inline-flex;
}

.footer-icons-menu-item.facebook:after {
    content: "\e90c";
}

.footer-icons-menu-item.youtube:after {
    content: "\e90f";
}

.footer-icons-menu-item.twitter .path1:before {
    content: "\e91d";
    color: var(--body-text-off);
}

.footer-icons-menu-item.twitter .path2:before {
    content: "\e91e";
    margin-left: -1em;
    color: var(--body-text);
}

.footer-icons-menu-item.twitter .path3:before {
    content: "\e91f";
    margin-left: -1em;
    color: var(--body-text-off);
}

.footer-icons-menu-item.linkedin:after {
    content: "\e90d";
}

.footer-box .wrapper {
    padding-bottom: 56px;
}

.footer-box .dash {
    background-color: var(--body-subtext);
}

.section-padding {
    padding: 56px 84px;
}

.dash {
    width: 100%;
    height: 1px;
    background-color: var(--body-text);
    opacity: 0.2;
}

@media screen and (max-width: 1024px ) {
    .section-padding {
        padding: 56px 13px;
    }


    .footer-box {
        margin-top: 1px;
    }
}

@media screen and (max-width: 990px ) {
    .footer-cols {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 12px;
    }
}

@media screen and (max-width: 575px ) {
    .footer-cols {
        grid-template-columns: 1fr;
    }
}

/*Sticky Menu*/
.sticky-menu {
    position: fixed;
    top: -100%;
    z-index: 99999;
    padding: 10px 0;
    height: auto;
    max-height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: var(--main-lavanda);
    transition: all .2s ease;
    overflow: auto;
}

.sticky-menu.active {
    top: 0;
}

.sticky-menu a {
    padding: 15px 32px;
    transition: all .2s ease;
    text-transform: lowercase;
    color: var(--body-caption-off);
    border-radius: 24px;
    letter-spacing: -0.01em;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin: 0 4px;
    display: block;
    white-space: nowrap;
}

.sticky-menu a:hover, .sticky-menu a:active, .sticky-menu a:focus {
    background-color: var(--body-text);
    transition: all .2s ease;
    color: var(--body-caption-off);
}

@media screen and (max-width: 1024px ) {
    .sticky-menu {
        justify-content: normal;
    }
}

/* Tooltips Timer */
.countdown-wrapper {
    position: absolute;
    bottom: 20%;
    right: 2%;
    background-color: var(--main-lavanda);
    border-radius: 16px;
    overflow: hidden;
    text-align: center;
    max-width: 250px;
    z-index: 9999;
}

.close-timer {
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.close-timer:after, .close-timer:before {
    content: "";
    position: absolute;
    height: 12px;
    width: 2px;
    background-color: var(--body-text);
    right: calc(50% - 2px);
    top: calc(50% - 6px);
    transition: all .3s ease;
}

.close-timer:before {
    transform: rotate(45deg);
}

.close-timer:after {
    transform: rotate(-45deg);
}

.close-timer:hover,
.close-timer:focus,
.close-timer:active {
    background: transparent;
}

.timer-item {
    padding: 8px 24px 16px;
}

.countdown-footer {
    padding: 16px 24px;
    background-color: var(--body-text);
}

.countdown-footer, .timer-item {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.timer-title {
    color: var(--body-text-off);
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.timer-link {
    display: block;
}

.timer-subtitle, .timer-description {
    color: var(--second-rain);
    text-transform: lowercase;
}

.timer-left {
    color: #ffffff;
}

.timer-link {
    padding: 8px 24px;
    font-weight: 500;
}

.timer-footer-text {
    color: #ffffff;
    text-transform: lowercase;
}

.orange-note {
    background-color: var(--orange-note-color) !important;
}

.orange-note:before {
    color: var(--main-flame) !important;
}

/* Section Footer*/
.section-footer {
    padding: 56px 96px;
    background-color: var(--body-text);
    display: flex;
    column-gap: 24px;
}

.section-footer-title {
    color: var(--second-green);
}

.section-footer-description {
    color: var(--body-caption-off);
}

.section-footer.prices-footer {
    background-color: var(--second-green);
}

.prices-footer .section-footer-title {
    color: var(--main-lavanda);
}

.prices-footer .section-footer-description {
    color: var(--body-text);
}

.section-footer .section-footer-data,
.section-footer .section-footer-button {
    width: 100%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.section-footer-button {
    align-items: end;
}

.section-button {
    font-weight: 500;
    font-size: 17px;
    line-height: 56px;
    text-align: center;
    border: 1px solid red;
    width: 224px;
    height: 56px;
    border-radius: 30px;
    position: relative;
}

.section-button:first-child {
    border-color: var(--body-caption-off);
    color: var(--body-caption-off);
}

.section-button:first-child:hover,
.section-button:first-child:focus,
.section-button:first-child:active,
.pack-footer {
    border-color: var(--second-green);
    color: var(--second-green);
}

.section-button:last-child,
.pack-footer {
    border-color: var(--second-green);
    color: var(--body-text);
    background-color: var(--second-green);
}

.section-button:last-child:hover,
.section-button:last-child:focus,
.section-button:last-child:active {
    background-color: var(--main-lime);
    color: var(--body-text);
}

.course-footer .section-button:last-child:after {
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
    .section-footer {
        flex-direction: column;
        text-align: center;
        row-gap: 40px;
        padding: 56px 25px;
    }

    .section-footer .section-footer-data,
    .section-footer .section-footer-button {
        max-width: 100%;
    }

    .section-footer .section-footer-button {
        align-items: center;
    }
}

.both-timer .timer {
    position: relative;
}

.both-timer {
    position: absolute;
    right: 2%;
    bottom: 12%;
    z-index: 999;
}

.both-timer .timer:first-child {
    margin-bottom: 10px;
}

/* Tables */
.package-table table, .prices-table table {
    width: 100% !important;
    overflow: hidden;
}

.package-table table tr {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: var(--body-text);
}

.package-table table tr:first-child {
    opacity: 0.7;
}

.package-table table tr:nth-child(even) {
    background-color: var(--body-caption-off);
}

.package-table table td {
    padding: 8px 24px;
    text-align: right;
    width: min-content !important;
}

.package-table table td:first-child {
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .package-table table tr:first-child td {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        max-height: 96px;
    }

    .package-table table tr:first-child td:first-child {
        writing-mode: inherit;
        text-orientation: mixed;
        transform: inherit;
    }
}

.discount-table table {
    width: 100% !important;
}

.mocks-box table tr td,
.discount-table table tr td {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: var(--body-text);
    width: 100%;
    max-width: 50%;
    padding: 8px 24px;
}

.mocks-box table tr:nth-child(2),
.discount-table table tr:nth-child(1) {
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    opacity: 0.7;
    text-transform: uppercase;
}

.mocks-box table tr:nth-child(odd),
.discount-table table tr:nth-child(odd) {
    background-color: var(--body-caption-off);
}

.mocks-box table tr:first-child {
    background-color: var(--second-green);
}

.mocks-box table tr:first-child td {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.mocks-box table tr:nth-child(2) td,
.discount-table table tr:nth-child(1) td {
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    opacity: 0.7;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .mocks-box table tr:first-child td {
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 1024px) {
    .main-packages .skill-package:nth-child(2) table td:last-child {
        writing-mode: inherit !important;
        transform: inherit !important;
        text-align: right !important;
    }
}

/* cookies */
.custom_box_cookie {
    justify-content: center !important;
}

.custom_box_cookie a {
    color: #fff !important;
}

.custom-form {
    display: block;
}

.custom-link {
    width: 100%;
}

.custom-img {
    width: 100%;
}


/* enroll button */
.enroll-btn {
    text-transform: capitalize;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    padding: 13px 56px;
}

@media screen and (max-width: 556px) {
    .enroll-btn {
        font-size: 15px !important;
        line-height: 22px !important;
        padding: 12px 46px;
    }
}

/* Bottom banner */

.site-main .bottom-banner {
    padding: 32px;
}

.site-main .bottom-banner .enroll-btn {
    font-size: 14px;
}

.site-main .bottom-banner-section-v2 .enroll-btn {
    font-size: 17px;
    font-family: "Helvetica Neue", sans-serif;
}

.site-main .bottom-banner .banner-content,
.site-main .bottom-banner .banner-actions {
    width: 100%;
}


.bottom-banner-section {
    padding-top: 32px;
}

.bottom-banner-section .wrapper {
    border-radius: 32px;
    overflow: hidden;
}

.banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    align-items: flex-start;
}

.bottom-banner-subtitle {
    color: var(--body-text-off);
}

.banner-actions {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-end;
}

.bottom-banner {
    background-color: var(--body-text);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom-banner-title p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .site-main .bottom-banner-section .wrapper {
        border-radius: 32px !important;
    }
}

@media screen and (max-width: 768px) {
    .site-main .bottom-banner {
        flex-direction: column;
        gap: 24px;
    }

    .site-main .bottom-banner .banner-content,
    .site-main .bottom-banner .banner-actions {
        width: auto;
        align-items: center;
    }

    .site-main .bottom-banner-title,
    .site-main .bottom-banner-subtitle {
        text-align: center;
    }
}

/* Blog sidebar */
.sparkling-sidebar-content .sidebar-heading {
    font-size: 24px;
    line-height: 100%;
}

.sparkling-sidebar-content a {
    color: var(--main-lavanda);
}

.sparkling-sidebar-content a:hover,
.sparkling-sidebar-content a:focus,
.sparkling-sidebar-content a:active {
    color: var(--second-violet) !important;
}

.sparkling-sidebar-content .footer-icons-menu a {
    color: var(--body-text) !important;
}

.sparkling-sidebar-content .footer-icons-menu .footer-icons-menu-item.twitter .path1:before {
    color: var(--body-text);
}

.sparkling-sidebar-content .footer-icons-menu .footer-icons-menu-item.twitter .path2:before {
    color: var(--body-text-off);
}

.sparkling-sidebar-content .footer-icons-menu .footer-icons-menu-item.twitter .path3:before {
    color: var(--body-text);
}

.sparkling-sidebar-content .sidebar-content {
    margin-top: 8px;
    color: var(--body-text);
    font-size: 14px;
    line-height: 18px;
}

.sparkling-sidebar-content .sidebar-content ul,
.sparkling-sidebar-content .sidebar-content ol {
    padding-left: 20px;
}

.sparkling-sidebar-content .sidebar-content ul li,
.sparkling-sidebar-content .sidebar-content ol li {
    list-style-type: initial;
    border-bottom: none;
    margin-bottom: 0;
}

.sparkling-sidebar-content .footer-icons-menu-item {
    opacity: 1 !important;
}

.sparkling-sidebar-content .sidebar-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 16px 0;
}

.sidebar-buttons a.sidebar-button-item {
    padding: 16px 0;
    width: 100%;
    font-size: 17px;
    font-style: italic;
    line-height: 24px;
    font-weight: 300;
    color: var(--body-text);
    border: 1px solid var(--body-text);
    border-radius: 30px;
    position: relative;
    text-align: center;
}

.sidebar-buttons a.sidebar-button-item.solid {
    color: var(--body-text-off);
    background-color: var(--body-text);
}

.sidebar-buttons a.sidebar-button-item.solid span:after {
    color: inherit;
}

.sidebar-buttons a.sidebar-button-item span {
    display: inline-block;
    position: relative;
    left: 30px;
    top: 1px;
    transform: rotate(-45deg);
}

.sidebar-buttons a.sidebar-button-item span:after {
    position: relative;
    content: "\e901";
    font-family: 'icomoon';
    font-style: normal;
}

.sidebar-buttons a.sidebar-button-item:hover,
.sidebar-buttons a.sidebar-button-item:focus {
    color: inherit;
}

@media screen and (max-width: 1024px) {
    .sidebar-buttons a.sidebar-button-item {
        width: fit-content;
        padding-left: 56px;
        padding-right: 56px;
    }

    .sidebar-buttons {
        align-items: center;
    }

    .sparkling-sidebar-content .col-sort,
    .sidebar-content,
    .sidebar-heading {
        text-align: center;
    }

}

/* Sqe description base style */
.sqe-description-page {
    padding-top: 30px;
    background-color: var(--body-caption-off);
}

@media screen  and (max-width: 1024px) {
    .sqe-description-page {
        padding-top: 0;
    }

    .sqe-description-page .about-sqe-main {
        padding-top: 30px;
    }
}

/* New designs */
.post-inner-content {
    background-color: var(--body-text-off);
}

.container {
    max-width: 1416px;
    padding-right: 32px !important;
    padding-left: 32px !important;
}

@media screen and (max-width: 1400px) {
    .container {
        width: 95% !important;
        margin: auto;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.main-content-area {
    margin-top: 0 !important;
}

.site-grid {
    display: grid;
    grid-template-columns: 70.7% 26.9%;
    gap: 32px;
}

@media screen and (max-width: 1400px) {
    .site-grid {
        grid-template-columns: auto 325px;
    }
}

.page-template-page-fullwidth .site-grid,
.blog .site-grid,
.archive .site-grid,
.page-template-page-courses .site-grid,
.page-template-page-about .site-grid,
.page-template-page-our-approach .site-grid,
.author-page-template .site-grid,
.page-template-page-mock .site-grid,
.page-template-page-groups .site-grid,
.single-popup_page .site-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
}

@media screen and (max-width: 1150px) {
    .site-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.entry-header {
    flex-direction: column;
}

.blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    padding: 48px 0;
}

.blog-grid-item {
    display: grid;
    grid-template-rows: 240px auto;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 -2px 5px 0 var(--body-caption-off);
    height: 100%;
}

.item-image-box {
    height: 100%;
    overflow: hidden;
}

.item-image-box a {
    display: block;
    width: 100%;
    height: 100%;
}

.item-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: var(--body-text-off);
    padding: 24px;
    height: 100%;
}

.item-meta {
    display: flex;
    gap: 16px;
}

.item-meta i {
    margin-right: 6px;
}

.blog-nav {
    width: 100%;
    display: flex;
    justify-content: center;
}

.item-title a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: var(--body-text);
    font-family: "Anton", sans-serif;
    letter-spacing: 0.5px;
}

.item-read-post {
    margin-top: auto;
}

.item-read-post a {
    color: var(--second-rust);
    line-height: 100%;
    font-size: 14px;
    transition: .2s all linear;
}

.item-read-post a:after {
    left: 12px;
    top: 2px;
    font-size: 16px;
}

.item-read-post a:hover {
    color: var(--main-lavanda);
}

@media screen and (max-width: 1024px) {
    .blog-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 767px) {
    .page-title-blog {
        padding: 32px 32px 0 32px;
    }

    .blog-grid {
        padding: 32px;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 575px) {
    .blog-grid-item {
        grid-template-rows: 200px auto;
        height: 100%;
    }
}


/**
    Single meta
 */

.custom-post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin: 48px 0;
}

.custom-post-meta .author-wrapper{
    display: flex;
    align-items: center;
    gap: 24px;
}

.custom-post-meta .author-box {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    color: var(--body-text);
}

.custom-post-meta .author-image {
    width: 50px;
    height: 50px;
    background-color: var(--body-caption-off);
    border-radius: 50%;
    overflow: hidden;
}

.custom-post-meta .author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.custom-post-meta .author-name {
    font-weight: 700;
}

.share-post-box {
    position: relative;
}

.share-box {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.share-box.show {
    opacity: 1;
    visibility: visible;
}

.share-box .a2a_kit {
    display: flex;
    align-items: center;
    gap: 6px;
}

.custom-share-post {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--main-lavanda);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--body-text-off);
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--body-subtext);
}

.custom-share-post:hover {
    opacity: 0.8;
}

@media screen and (max-width: 990px) {
    .share-box, .share-box.show {
        display: none !important;
    }
}

/**
 * Related posts on single
 */
.related-posts {
    margin-top: 32px;
    padding: 30px 54px;
    border-radius: 40px;
    background-color: var(--body-text-off);
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.related-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

.related-grid-item-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.related-grid-item .item-title {
    min-height: 53px;
}

.related-grid-item .item-title a:hover,
.related-grid-item .item-title a:focus,
.related-grid-item .item-title a:active {
    color: var(--main-lavanda);
}

.full-title {
    display: none;
}

.related-more {
    position: relative;
    color: var(--body-text);
    transition: all .3s linear;
}

.related-more::after {
    position: relative;
    content: "\e901";
    font-family: 'icomoon';
    font-style: normal;
    color: var(--body-text);
    transition: all .3s linear;
    top: 1px;
    left: 10px;
}

.related-more:hover,
.related-more:active,
.related-more:focus,
.related-more:hover:after,
.related-more:active:after,
.related-more:focus:after {
    color: var(--main-lavanda);
}

@media screen and (max-width: 1400px) {
    .related-posts {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 990px) {
    .related-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .cropped-title {
        display: none;
    }

    .full-title {
        display: block;
    }

    .related-grid-item .item-title {
        min-height: auto;
    }
}

/* Post quick nav
*/
.post-quick-nav {
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.post-quick-nav-list {
    padding-left: 20px;
}

.post-quick-nav-list a {
    color: var(--body-text);
}

.post-quick-nav-list a:hover,
.post-quick-nav-list a:active,
.post-quick-nav-list a:focus {
    color: var(--main-lavanda);
}

.entry-content a {
    word-break: break-word !important;
}

/* Hide icon on wpdiscuz fields*/
#wpdcom .wpd-form-row .wpdiscuz-item .wpd-field-icon {
    display: none;
}

/* Single tables td width */

@media screen and (max-width: 580px) {
    .wp-block-table {
        width: 100%;
        max-width: 100vw;
        overflow-x: auto;
    }

    .wp-block-table table td {
        min-width: 25% !important;
    }
}

/**
 * Header Popup
 */

.header-popup-message {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #ECF0F0;
    background-color: var(--main-lavanda);
    padding: 12px 20px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.header-popup-message > * {
    margin: 0;
}

@media screen and (max-width: 768px) {
    .header-popup-message {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (max-width: 475px) {
    .header-popup-message {
        font-size: 13px;
        line-height: 18px;
    }
}

/**
 * Blockquote style
 */

.entry-content blockquote {
    font-size: 14px;
    line-height: 1.7;
    border-left: 5px solid var(--main-lavanda);
    padding-left: 30px;
    margin: 20px;
}

/**
 * New bottom banner style
 */
.bottom-banner-section-v2 .bottom-banner {
    background-color: var(--body-text-off);
    display: flex;
    flex-direction: column;
}

.bottom-banner-section-v2 .banner-actions {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.bottom-banner-section-v2 .banner-content {
    gap: 20px;
    margin-bottom: 10px;
}

.bottom-banner-section-v2 .bottom-banner-subtitle,
.bottom-banner-section-v2 .bottom-banner-title {
    color: #232323;
}

.bottom-banner-section-v2 .do-subscribe-form {
    display: none;
    visibility: hidden;
}

@media screen and (max-width: 990px) {
    .bottom-banner-section-v2 .banner-actions {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

/**
 * Override Superexam Plugin styles
 */
.page-header .entry-title {
    display: block !important;
}

.page-header .custom-post-meta {
    display: flex !important;
}
form label{
    max-width: 100%;
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
}
input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
textarea, .select2-container--default .select2-selection--single{
    box-sizing: border-box;
    max-width: 100%;
    display: inline-block;
    padding: 10px 14px !important;
    border-radius: 14px;
    border: 0px;
    outline: none;
    width: 100%;
    border: 1px solid #655899 !important;
}
input::placeholder,
textarea::placeholder{
    color: var(--body-text);
    font-size: 16px;
    line-height: 18px;
    opacity: 0.5;
    font-weight: 400;

}
textarea{
    max-height: 150px;
}
.page-id-115 .custom-post-meta{
    display: none !important;
}
input.wpcf7-submit{
    max-width: 360px;
    color: #FFFFFF;
    background-color: #ea663e;
    border-color: #ea663e;
    margin: 10px auto 0 auto;
    padding: 10px 15px;
    border-radius: 30px;
}
.label-title{
    font-weight: 400;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    position: absolute;
    left: 0;
    bottom: -30px;
    top: auto;
}
.wpcf7-spinner,
.wpcf7-response-output{
    display: none !important;
}
h2.swal2-title{
    font-family: 'Open Sans', sans-serif;
}


form input[type="checkbox"]{}

form input[type="checkbox"] {
  opacity: 0;
  display: none;
  }
  form input[type="checkbox"] ~ .wpcf7-list-item-label:hover::before{
  cursor: pointer;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.66662 6.615L10.7946 0.486328L11.738 1.42899L4.66662 8.50033L0.42395 4.25766L1.36662 3.31499L4.66662 6.615Z' fill='black'/%3E%3C/svg%3E%0A");
  opacity: 0.3;
}
form input[type="checkbox"] ~ .wpcf7-list-item-label:hover{
    cursor: pointer;
}
form input[type="checkbox"] ~ .wpcf7-list-item-label::before {
    content: '';
    text-align: center;
    color: white;
    line-height: 1em;
    width: 20px;
    height: 20px;
    border: 1px solid #655899 !important;
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 5px;
  }
  form input[type="checkbox"]:checked ~ .wpcf7-list-item-label::before {
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.66662 6.615L10.7946 0.486328L11.738 1.42899L4.66662 8.50033L0.42395 4.25766L1.36662 3.31499L4.66662 6.615Z' fill='black'/%3E%3C/svg%3E%0A");
  }
  .wpcf7-acceptance{
    display: block;
    margin-top: 15px;
  }
