@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Medium.ttf');
    src: local('Poppins Medium'), local('Poppins-Medium'), url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-SemiBold.eot');
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url('../fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-ExtraBold.eot');
    src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'), url('../fonts/Poppins/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Regular.eot');
    src: local('Poppins Regular'), local('Poppins-Regular'), url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Light.eot');
    src: local('Poppins Light'), local('Poppins-Light'), url('../fonts/Poppins/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

html, body {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    color: #1E1E1E;
    font-family: Poppins, serif;
    height: 100%;
    max-height: 100%;
}

body {
    background-color: #FDFAF7;
}

#payment-modal .modal-window-body iframe{
    background-color: unset;
}

body.active-modal {
    overflow: hidden;
}

body.paymentMethods.w-pt {
    padding-top: 84px;
}

body .gray {
    color: #818181;
}

button {
    border-radius: 16px;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    background: linear-gradient(90deg, #0A8043 0%, #2AA666 51.5%, #0A8043 100%);
    color: #ffffff;
    white-space: nowrap;
    padding: 16px;
    border: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

button:disabled {
    opacity: 0;
    cursor: default;
}

button:focus {
    border: none;
}

a, a:hover {
    text-decoration: underline;
    color: #0080FF;
}

input, textarea {
    border-radius: 16px;
    background-color: transparent;
    padding: 19px 24px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #0A8043;
    outline: none;
    color: #1E1E1E;
}

input:invalid {
    border-color: #0A8043;
}

input::placeholder {
    color: #818181;
}

input:focus, textarea:focus {
    border-color: #0A8043;
}

input:invalid, textarea:invalid {
    border-color: #EB3349;
}

#quiz-body .email-widget input[type=email] {
    padding-left: 65px;
    background: url(/themes/green/images/icons/mail.svg) left 20px center no-repeat;
    background-size: 32px 32px;
    background-color: transparent;
    font-size: 18px;
    color: #1E1E1E;
    font-weight: 400;
}

#quiz-body .email-widget input[type=email]:invalid {
    background-image: url("/themes/pe-black/images/Cancel.svg");
    border-color: #EB3349;
    font-size: 18px;
    color: #1E1E1E;
    font-weight: 400;
}

#quiz-body .email-widget input[type=email]:focus {
    border-color: #0A8043;
    padding-left: 65px;
    background: url(/themes/green/images/icons/mail.svg) left 20px center no-repeat;
    background-size: 32px 32px;
    background-color: transparent;
}

nav ul, nav ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-wrapper {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    padding: 0 24px;
}

body > main > .page-wrapper {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.paymentMethods .page-wrapper {
    max-width: 430px;
    padding: 0;
}

.payment-methods-container {
    display: block;
    justify-items: center;
    padding: 0;
    height: auto;
    border: 1px solid #FDFAF7;
    border-radius: 16px;
    background: #FDFAF7;
}

body.paymentMethods.theme-green{
    background-color: unset;
}

.payment-methods-container .payment-methods-info {
    display: flex;
    padding: 8px 16px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    width: 100%;
    margin-bottom: 0;
    overflow: auto;
}

strong {
    font-weight: 600;
}

.highlight {
    color: #0A8043;
}

.red {
    color: #F00;
}

.pink {
    color: #FF0080;
}

.bolder {
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    display: block;
    font-weight: 500;
    font-family: Poppins, serif;
    margin: 0 0 26px 0;
}

h1, .h1 {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    color: #1E1E1E;
}

h2, .h2 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.3;
}

h3, .h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
}

h4, .h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #818181;
}

h5, .h5 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

h6, .h6 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

.row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
button, .button{
    transition: all 0.2s ease-out;
}
.animated-button.active{
    transition: all var(--button-animation-speed, 0.2s) ease-out;
    transform: scale(0.95);
}
/* grid */
.grid-columns {
    display: grid;
    gap: 32px;
    align-items: flex-start;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    width: 100%;
}

.grid-columns.compact {
    gap: 20px;
}

.grid-columns.grid-columns-1 {
    grid-template-columns: 1fr;
}

.grid-columns.grid-columns-2 {
    grid-template-columns: 1fr 1fr;
}

#quiz-body .grid-columns.grid-columns-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.grid-columns.grid-columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-columns.grid-columns-2-1 {
    grid-template-columns: 2fr 1fr;
}

.grid-columns.grid-columns-1-2 {
    grid-template-columns: 1fr 2fr;
}

.grid-columns.grid-columns-auto-1 {
    grid-template-columns: auto 1fr;
}

.grid-columns > .grid-entire-row {
    grid-column: 1 / -1;
}

.grid-columns.stretch {
    align-items: stretch;
}

main {
    padding: 0;
    height: 100%;
}

#quiz-container {
    margin: 0 0 110px 0;
}

#slide-header {
    padding: 40px 0 0 0;
}

#slide-header-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#slide-header-logo {
    width: 40px;
    height: 40px;
    background: #2B2930;
    border-radius: 8px;
}

#slide-header #slide-header-back-button,
#slide-header #slide-header-numbers {
    width: 70px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#slide-header #slide-header-back-button {
    justify-content: flex-start;
}

#slide-header #slide-header-numbers {
    justify-content: flex-end;
}

#slide-header #slide-header-back-button button {
    background: url(/themes/green/images/icons/arrow-left.svg) center center no-repeat;
    background-size: contain;
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    outline: none;
}

#slide-header #slide-header-numbers {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    gap: 4px;
}

#slide-header #slide-header-numbers #slide-header-numbers-current {
    color: #0A8043;
    font-weight: 700;
}


#slide-header #slide-header-numbers > span, #slide-header #slide-header-numbers #slide-header-numbers-total {
    color: #818181;
    font-weight: 400;
}

#slide-header.hidden-numbers #slide-header-numbers * {
    display: none;
}

#slide-header.hidden-back-button #slide-header-back-button * {
    display: none;
}

#slide-header.hidden-progress #slide-header-progress {
    visibility: hidden;
}

#quiz-submit-block.hidden-quiz-submit-block {
    display: none;
}

#slide-header #slide-header-progress {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    min-height: 3px;
    background: #D4ECD4;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 16px;
}

#slide-header #slide-header-progress #slide-header-progress-complete {
    height: 3px;
    background: #0A8043;
    min-width: 1px;
}

#quiz-body {
    min-height: 300px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: opacity 0.2s ease;
    opacity: 1;
    gap: 24px;
    margin: 24px 0 0 0;
}

#quiz-container.medium #quiz-body {
    gap: 16px;
}

#quiz-body em {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
}

.loading #quiz-body {
    opacity: 0;
}

#quiz-submit-block {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 24px 14px 24px;
    z-index: 3;
}

#quiz-submit-button {
    width: 100%;
    max-width: 430px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    box-shadow: 0 3px 20px 30px rgba(253, 250, 247, 0.80);
    line-height: 24px;
    padding: 14px 16px;
}

.theme-green #quiz-submit-button:disabled {
    color: #FFF;
    border-radius: 16px;
    opacity: 1;
    background: linear-gradient(90deg, #B4D6C1 0%, #BDE0CB 52%, #B4D6C1 100%);
}

#quiz-submit-button:focus {
    border: none;
    outline: none;
}

#quiz-submit-button:after {
    content: '';
    background: url("/themes/pe-black/images/arrow-right.svg") no-repeat center;
    width: 16px;
    height: 16px;
}

#quiz-submit-button:disabled:after {
    content: '';
    background: url("/themes/pe-black/images/arrow-right.svg") no-repeat center;
    width: 16px;
    height: 16px;
}

@keyframes animation-ripple {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}

.ripple {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
    z-index: 2;
}
.animated-button .ripple{
    display: none;
}

.ripple-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
}

.ripple.active .ripple-circle {
    -webkit-animation: animation-ripple 0.4s ease-in;
    animation: animation-ripple 0.4s ease-in;
}

#quiz-body .h1,
#quiz-body .h2,
#quiz-body .h3,
#quiz-body .h4,
#quiz-body .h5,
#quiz-body .h6,
#quiz-body h1,
#quiz-body h2,
#quiz-body h3,
#quiz-body h4,
#quiz-body h5,
#quiz-body h6,
#quiz-body p {
    text-align: center;
    margin: 0;
}

#quiz-body .h1:first-child,
#quiz-body .h2:first-child,
#quiz-body .h3:first-child,
#quiz-body .h4:first-child,
#quiz-body .h5:first-child,
#quiz-body .h6:first-child,
#quiz-body h1:first-child,
#quiz-body h2:first-child,
#quiz-body h3:first-child,
#quiz-body h4:first-child,
#quiz-body h5:first-child,
#quiz-body h6:first-child {
    margin-top: 10px;
}

#quiz-body p {
    color: #1E1E1E;
}

#quiz-body .questions {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#quiz-body .questions label {
    margin: 0;
}

#quiz-body img {
    max-width: 100%;
}

#quiz-body img + p,
#quiz-body img + h1,
#quiz-body img + h2,
#quiz-body img + h3,
#quiz-body img + h4 {
    margin-top: 32px;
}

#quiz-body .h1 em,
#quiz-body .h2 em,
#quiz-body .h3 em,
#quiz-body .h4 em,
#quiz-body .h5 em,
#quiz-body .h6 em,
#quiz-body h1 em,
#quiz-body h2 em,
#quiz-body h3 em,
#quiz-body h4 em,
#quiz-body h5 em,
#quiz-body h6 em {
    display: block;
    text-align: center;
    margin: 0;
    font-size: 16px;
}

.ask-window-container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ask-window-background {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(181, 181, 181, 0.50);
    backdrop-filter: blur(6px);
}

.ask-window {
    width: 313px;
    min-height: 184px;
    padding: 24px;
    background: #ffffff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
    border-radius: 24px;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ask-window .ask-window-title {
    color: #818181;
    font-size: 16px;
    font-weight: 400;
}

.ask-window .ask-window-body {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin: 8px 0 32px 0;
}

.ask-window .ask-window-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ask-window button {
    padding: 13px 24px;
    color: #818181;
    font-size: 16px;
    line-height: 16px;
    background: #EBEBEB;
    border-radius: 24px;
    outline: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

/* .ask-window button:active {
    color: #ffffff;
    background: #0080FF;
} */

.ask-window button svg path {
    fill: #818181 !important;
}

/* .ask-window button:active svg path {
    fill: #ffffff !important;
} */

.text-additional {
    margin-top: 16px;
    font-size: 12px;
    color: #818181;
    font-weight: 400;
    text-align: center;
}

.text-additional a {
    color: inherit;
}

#quiz-body .hidden-radio-widget,
#quiz-body .checkbox-widget {
    border-radius: 16px;
    background: #FFF;
    margin: 0;
    border: 1px solid #EBEBEB;
}

#quiz-body .hidden-radio-widget:after {
    content: "";
    background: url(/themes/green/images/icons/circle.svg) no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 21px 24px;
}

#quiz-body .checkbox-widget .checkbox-widget-selected-background::after {
    content: "";
    background: url(/themes/green/images/icons/checkbox.svg) no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 21px 24px;
    border: none;
    border-radius: 0;
}

#quiz-body .hidden-radio-widget label,
#quiz-body .checkbox-widget label {
    color: #1E1E1E;
    padding-right: 55px;
}

#quiz-body .hidden-radio-widget label span,
#quiz-body .checkbox-widget label span {
    font-weight: 400;
    color: #1E1E1E;
}

#quiz-body .checkbox-widget.selected{
    box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.10);
}
#quiz-body .checkbox-widget.selected label,
#quiz-body .checkbox-widget.selected label span {
    color: #1E1E1E;
}

#quiz-body .hidden-radio-widget .hidden-radio-widget-selected-background,
#quiz-body .checkbox-widget .checkbox-widget-selected-background {
    background: #FFF;
}

#quiz-body .hidden-radio-widget.selected{
    box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.10);
}
#quiz-body .rate-widget .selected label:before{
    box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.10);
}
#quiz-body .hidden-radio-widget.selected label + .hidden-radio-widget-selected-background::before,
#quiz-body .checkbox-widget.selected label + .checkbox-widget-selected-background::before {
    opacity: 1;
    border-radius: 16px;
    border: 1px solid #0A8043;
}

#quiz-body .hidden-radio-widget .hidden-radio-widget-selected-background::after {
    background: url(/themes/green/images/icons/ok.svg) no-repeat center;
    width: 20px;
    height: 20px;
    z-index: 1;
}

#quiz-body .checkbox-widget.selected label + .checkbox-widget-selected-background::after {
    background: url(/themes/green/images/icons/checkbox_marked.svg) no-repeat center;
    width: 20px;
    height: 20px;
}
#quiz-body .image-radio-widget.selected{
    box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.10);
}
#quiz-body .image-widget .image-widget-container {
    border-radius: 0;
}

#quiz-body .progressbar-widget {
    margin-top: 0;
}

.theme-green #quiz-body .progressbar-widget .progressbar-text-wrap{
    margin: 0;
}

.theme-green #quiz-body .progressbar-widget .progressbar-text-wrap::before {
    background: linear-gradient(180deg, rgba(252, 250, 247, 0.00) 0%, #FCFAF7 100%);
    max-height: 100%;
}

.theme-green .progressbar-widget .progressbar-text-wrap .progressbar-text li {
    color: #1E1E1E;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
}

.theme-green #quiz-body .progressbar-widget .circle-progressbar {
    margin-bottom: 16px;
}

#quiz-body .progressbar-widget .circle-progressbar .box .number span {
    color: #1E1E1E;
    font-size: 40px;
    font-weight: 400;
}

.feedback-widget {
    border: unset;
    border-radius: 16px;
    margin: 0;
}

.theme-green .feedback-widget .feedback-widget-head {
    border-bottom: 1px solid #EBEBEB;
    gap: 8px;
}
.theme-green .feedback-widget .feedback-widget-head div.profile {
    display: flex;
    gap: 4px;
    flex-direction: column;
    line-height: 12px;
}
.theme-green .feedback-widget .feedback-widget-head div.profile .row{
    gap: 8px;
}

.ms .feedback-widget .feedback-widget-date,
.ms .feedback-widget .feedback-widget-reviews,
.ms .feedback-widget .feedback-widget-location,
.ms .feedback-widget .feedback-widget-verified {
    color: #818181;
    font-weight: 300;
}

.theme-green .feedback-widget .feedback-widget-location{
    display: flex;
    gap: 2px;
    align-items: center;
}

.feedback-widget .feedback-widget-title,
.feedback-widget .feedback-widget-message {
    color: #1E1E1E;
}

.theme-green .feedback-widget .feedback-widget-title {
    font-weight: 500;
    font-size: 14px;
    margin: 10px 0 8px 0;
    line-height: 18px;
}

.theme-green .feedback-widget .feedback-widget-message {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #1E1E1E;
}

.theme-green .feedback-widget .feedback-widget-rate{
    bottom: -28px;
}
.theme-green .ms .feedback-widget .feedback-widget-rate{
    bottom: -28px;
}
.ms .feedback-widget .feedback-widget-verified,
.ms .feedback-widget .feedback-widget-date{
    bottom: -25px;
}
.theme-green .feedback-widget .feedback-widget-verified{
    left: 97px;
    gap: 2px;
    align-items: center;
}
.theme-green .ms .feedback-widget .feedback-widget-verified{
    align-items: flex-start;
}
.theme-green .feedback-widget .feedback-widget-body{
    padding-top: 24px;
}

.theme-green .feedback-widget .feedback-widget-title{
    margin: 8px 0 8px 0;
}

.ask-window-container .ask-window {
    background: #FFF;
}

.ask-window-container .ask-window .ask-window-title {
    color: #818181;
    font-size: 14px;
}

.ask-window-container .ask-window .ask-window-body {
    color: #1E1E1E;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.ask-window-container .ask-window .ask-window-footer {
    flex-direction: row-reverse;
    gap: 16px;
}

.ask-window-container .ask-window .ask-window-footer button {
    padding: 16px;
    border-radius: 8px;
    color: #FFF;
    font-size: 16px;
    width: 124px;
}

.ask-window-container .ask-window .ask-window-footer button svg {
    display: none;
}

.ask-window-container .ask-window .ask-window-footer button.ask-window-yes-button {
    background: #0A8043;
    color: #FFFFFF;
}

.ask-window-container .ask-window .ask-window-footer button:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.ask-window-container .ask-window .ask-window-footer button.ask-window-yes-button:before {
    background: url(/themes/green/images/icons/done.svg) no-repeat center;
}

.ask-window-container .ask-window .ask-window-footer button.ask-window-no-button {
    background: #B3B3B3;
}

.ask-window-container .ask-window .ask-window-footer button.ask-window-no-button:before {
    background: url(/themes/green/images/icons/cancel.svg) no-repeat center;
}

#quiz-body .progressbar-widget .circle-progressbar .dots-top {
    background-color: #0A8043;
    box-shadow: none;
    top: 4px;
}

#quiz-body .progressbar-widget .circle-progressbar .dots::after {
    background-color: #0A8043;
    border-radius: 100%;
    box-shadow: none;
    top: 3px;
}

#quiz-body .progressbar-widget .circle-progressbar .box::before {
    border-color: #D4ECD4;
}

#quiz-body .progressbar-widget .circle {
    filter: none;
}

#quiz-body .email-widget .email-widget-dropdown {
    z-index: 2;
    top: 80px;
    background: none;
    border-radius: 0;
    box-shadow: none;
    color: #0A8043;
    font-size: 18px;
    font-weight: 400;
}

#quiz-body .email-widget .email-widget-dropdown li {
    background: #FDFAF7;
    border-left: 2px solid #0A8043;
    border-right: 2px solid #0A8043;
    border-bottom: 2px solid #EBEBEB;
}

#quiz-body .email-widget .email-widget-dropdown li:last-child {
    border-bottom: unset;
}

#quiz-body .email-widget .email-widget-dropdown li:last-child {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom: 2px solid #0A8043;
}

#quiz-body .email-widget .email-widget-dropdown li .name {
    color: #1E1E1E;
}

#quiz-body .email-widget .email-widget-dropdown li:first-child {
    padding-top: 0;
}

#quiz-body .email-widget .email-widget-dropdown li:hover {
    color: inherit;
}

.offer-container .timer-wrapper {
    background: #FFF;
    border-radius: 0;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    box-shadow: 0 8px 8px 0 rgba(20, 18, 24, 0.03);
}

.offer-container .timer-wrapper .timer-container {
    gap: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 311px;
    margin: 0 auto;
}

.offer-container .timer-wrapper .time span {
    color: #1E1E1E;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.offer-container .timer-wrapper .time {
    color: #0A8043;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

.offer-container .timer-wrapper .button {
    border-radius: 16px;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    background: #0A8043;
    color: #FFF;
    white-space: nowrap;
    padding: 16px;
    border: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-family: inherit;
}

.offer-container .promo {
    padding-top: 4px;
}

.offer-container .promo .header {
    margin-bottom: 8px;
    position: relative;
    height: unset;
    justify-content: space-around;
    gap: 10%;
}

.offer-container .promo .header-item {
    font-size: 18px;
    font-weight: 500;
    background: #FFF;
    border-radius: 14px;
    border: 1px solid #EBEBEB;
    padding: 4px 16px;
    display: inline-block;
    width: 22%;
}

.offer-container .promo .header-item:last-child {
    color: #FFF;
    background: #0A8043;
    -webkit-text-fill-color: initial;
}

.offer-container .promo-progress .promo-progress-subtitle {
    color: #818181;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.progress {
    background: #D4ECD4;
    height: 4px;
}

.progress.w40:after,
.progress.w20:after,
.progress.w90:after {
    background: #0A8043;
}

.progress.w20:after {
    width: 20%;
}

.offer-container .promo-info {
    margin: 32px 0;
}

.offer-container .promo-info li {
    background: #FFF;
    gap: 16px;
    border-radius: 16px;
    border: 1px solid #EBEBEB;
}

.offer-container .promo-info li:last-child {
    margin: 0;
}

.offer-container .promo-info li .content {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1E1E1E;
}

.offer-container .promo-info li .icon {
    font-size: 0;
    line-height: 18px;
    padding: 8px;
    border-radius: 100%;
    background-color: #0A8043;
    width: 24px;
    height: 24px;
    box-sizing: content-box;
}

.offer-container .promo-info li .icon img {
    width: 100%;
    height: 100%;
}

.offer-container .title {
    color: #1E1E1E;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0;
    margin: 0 0 24px 0;
}

.special-offer-container.offer-container .title {
    margin: 0 0 16px 0;
}

.offer-container ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 16px;
    color: #1E1E1E;
}

.offer-container ul li:last-child {
    margin-bottom: 0;
}

.offer-container ul li:before {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: transparent;
    background-image: url(../images/list-mark.svg);
    box-shadow: none;
}

.special-offer-container.offer-container ul li:before {
    background-image: url(/themes/green/images/icons/list-mark-green.svg);
}

.offer-container .product-list li {
    background: #FFF;
    border-radius: 16px;
    padding: 16px 16px 16px 46px;
    height: auto;
    border: 2px solid #EBEBEB;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    min-height: 80px;
}

.offer-container .product-list li:first-child {
    padding: 24px 16px 16px 46px;
    border-radius: 0 0 16px 16px;
}

.offer-container .product-list li.active {
    background: #FFF;
    color: #1E1E1E;
    border-radius: 16px;
    border: 2px solid #0A8043;
}

.special-offer-container.offer-container .product-list li {
    border: none;
}

.special-offer-container.offer-container .full-width.btn-get-my-plan{
    width: 100%;
    max-width: 430px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    line-height: 24px;
    padding: 14px 16px;
}
.special-offer-container.offer-container .full-width.btn-get-my-plan.btn-continue:after{
    content: '';
    background: url(/themes/pe-black/images/arrow-right.svg) no-repeat center;
    width: 16px;
    height: 16px;
    position: relative;
    opacity: 1;
}

.offer-container .product-list li::before {
    content: "";
    background: url(/themes/green/images/icons/circle.svg) no-repeat center;
    width: 20px;
    height: 20px;
    left: 16px;
}

.offer-container .product-list li.active::before {
    background: url(/themes/green/images/icons/ok_full.svg);
    box-shadow: unset;
    border-radius: 24px;
}

.offer-container .product-list li:first-child::before {
    margin-top: 4px;
}

.offer-container .product-list li .product-name {
    width: 50%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.offer-container .product-list li .product-price {
    width: 100%;
    justify-content: end;
    margin-top: 16px;
}
.special-offer-container.offer-container .product-list li .product-price {
    margin-top: 8px;
}

.offer-container .product-list li .product-price .old-price {
    color: #818181;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    text-decoration-line: line-through;
    margin-right: 73%;
}

.special-offer-container.offer-container .product-list li .product-price .old-price {
    color: #818181;
    line-height: 150%;
    letter-spacing: 0;
    text-decoration-line: line-through;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}

.special-offer-container.offer-container .product-list li .product-price .current-price {
    background: unset;
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    margin: 0;
}

.special-offer-container.offer-container .product-list li .product-price .current-price > span {
    font-size: 22px;
    font-weight: 700;
}

.theme-green .offer-container #pay-safe-and-secure {
    margin: 24px 0 16px 0;
}
.special-offer-container.offer-container #pay-safe-and-secure {
    margin: 16px 0 32px 0;
}

.offer-container .product-list li.active .product-price .old-price {
    color: #818181;
}

.theme-green .offer-container button.full-width::after {
    background: linear-gradient(90deg, #0A8043 0%, #2AA666 51.5%, #0A8043 100%);
}

#pay-safe-and-secure.image-widget .image-widget-container {
    border-radius: 0;
    text-align: center;
}
#pay-safe-and-secure.image-widget .image-widget-container img{
    width: 80%;
}

.theme-green .special-offer-container.offer-container .secondary-text {
    color:  #818181;
    text-align: center;
    font-size:  12px;
    font-weight: 400;
    line-height: 150%;
    margin: 24px 0 0 0;
}

.offer-container .list-of-images {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.list-of-images > div {
    flex: 0 0 30%;
    box-sizing: border-box;
}

.box.with-dots {
    position: relative;
    padding: 24px 0;
}

.box.with-dots:before,
.box.with-dots:after {
    content: '';
    background: url(/themes/green/images/icons/dots.svg) no-repeat center;
    width: 20px;
    height: 4px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.box.with-dots:before {
    top: 0;
}

.box.with-dots:after {
    bottom: 0;
}

.feedback-widget .feedback-widget-verified,
.feedback-widget .feedback-widget-date {
    bottom: -28px;
}

.theme-green .offer-container .feedback-widget .feedback-widget-verified,
.theme-green .offer-container .feedback-widget .feedback-widget-date {
    bottom: -30px;
    font-weight: 400;
}

.theme-green .offer-container .faq .faq-item {
    border-radius: 16px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    padding: 16px 24px;
}

.theme-green .offer-container .faq .faq-item .faq-title {
    color: #0D0D0D;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}


.theme-green .offer-container .faq .faq-item::after {
    background: url(/themes/green/images/icons/arrow-down.svg) no-repeat center;
}

.theme-green .offer-container .faq .faq-item.active::after {
    background: url(/themes/green/images/icons/arrow-up.svg) no-repeat center;
}

.theme-green #money-back {
    border-color: #0A8043;
    padding: 24px 16px;
    margin: 24px 0 0 0;
    display: grid;
    gap: 16px;
    text-align: center;
    align-items: center;
    background: #FFF;
}

.theme-green #money-back div {
    color: #818181;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.theme-green #money-back:after {
    display: none;
}

.theme-green #money-back:before {
    content: '';
    background: url(/themes/green/images/icons/money-back-icon.svg) no-repeat center;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 0 auto;
}

.theme-green .offer-container #money-back .title {
    margin: 0;
}

.theme-green .offer-container #money-back .learn-more {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.theme-green .modal-window-title {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.theme-green .modal-window-head {
    padding: 32px 72px 16px 72px;
}

.theme-green #payment-modal .modal-window-title {
    font-weight: 700;
}

.theme-green .payment-methods-info .title {
    color: #1E1E1E;
}

.theme-green .payment-methods-container.no-header {
    grid-template-rows: inherit;
}

.theme-green .payment-methods-container .payment-methods-body {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 90px;
    width: 100%;
}

.theme-green #payment-method-paypal.active {
    display: flex;
}

.theme-green .payment-methods-container .payment-methods-body .payment-methods-item {
    overflow: auto;
}

.theme-green .payment-methods-container .payment-methods-body .payment-methods-item-content {
    width: 100%;
}


.theme-green .special-offer-container .products-wrapper .product-list {
    margin: 0;
}


.theme-green .special-offer-container .product-list li {
    padding: 0;
    height: auto;
    cursor: default;
    flex-direction: column;
}

.theme-green .special-offer-container .products-wrapper {
    border-radius: 16px;
    padding: 24px 16px 16px 16px;
    background: #FFFFFF;
}

.theme-green .special-offer-container .products-wrapper-border {
    background: #0A8043;
    padding: 2px;
    border-radius: 16px;
}

.theme-green .special-offer-container .product-list li .badge {
    left: 50%;
    top: -42px;
    right: initial;
    transform: translateX(-50%);
    border-radius: 16px;
    background: linear-gradient(90deg, #0A8043 0%, #2AA666 51.5%, #0A8043 100%);
    box-shadow: 0 0 16px 0 rgba(20, 18, 24, 0.24);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 8px;
    text-transform: unset;
}

.theme-green .special-offer-container .product-list li .badge:before {
    background: url(/images/up-sale/general/special-product-badge.svg) no-repeat center;
}

.theme-green .special-offer-container .product-list li .small-timer {
    position: static;
    color: #1E1E1E;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    display: block;
    margin-bottom: 16px;
}

.theme-green .special-offer-container .product-list li .small-timer:after {
    content: '';
    background: url(/themes/green/images/icons/dots-gray.svg) no-repeat center;
    width: 20px;
    height: 4px;
    display: block;
    margin: 16px auto 0 auto;
}

.theme-green .special-offer-container .product-list li .small-timer .timer {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    border: none;
}

.theme-green .special-offer-container .product-list li .product-name {
    position: relative;
    display: flex;
    gap: 4px;
    width: 100%;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    top: 0;
}

.theme-green .special-offer-container .product-list li .product-name em {
    color: #818181;
    font-style: normal;
}

.theme-green .special-offer-container .product-list li .product-name i {
    color: #0A8043;
    font-style: normal;
}

.theme-green .special-offer-container .product-list li .product-price {
    justify-content: center;
}

.theme-green .special-offer-container .custom-box {
    padding: 16px;
    border-radius: 16px;
    margin: 32px 0;
    border: 1px solid #EBEBEB;
    background: #FFF;
}

.theme-green .special-offer-container .custom-box h3 {
    color: #1E1E1E;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}

#quiz-body p.lower-third {
    font-size: 10px;
    color: #1E1E1E;
}

.lower-third img {
    width: 17px;
    height: 17px;
}

.modal-window-body iframe {
    background: #141218;
}

#quiz-body h1.ms-with-dots {
    position: relative;
    margin: 6px 0 0 0;
}
#quiz-body h1.ms-with-dots > em {
    color: #1E1E1E;
    text-align: center;
    line-height: 150%;
    letter-spacing: 0;
}

.offer-container .products-box.products-box.with-dots {
    margin: 0;
}

.offer-container .products-box.with-dots .title {
    margin: 0 0 32px 0;
}

.products-box.with-dots:before, .products-box.with-dots:after {
    content: '';
    background: url(/themes/green/images/icons/dots.svg) no-repeat center;
    width: 20px;
    height: 4px;
    display: block;
    position: static;
    margin-left: auto;
    margin-right: auto;
}

.products-box.with-dots:before, .products-box.with-dots:after {
    margin-bottom: 24px;
}

.slick-slider-widget .slick-slider-widget-item > div {
    border-radius: 16px;
}

.ms .slick-slider-widget .slick-slider-widget-item > div{
    border: unset;

}

.theme-green .feedback-widget .feedback-widget-name{
    color: #1E1E1E;
    line-height: 16px;
}

.offer-container .two-cols > div{
    width: auto;
}
.two-cols-content-title {
    color: #1E1E1E;
    font-size: 12px;
}

.two-cols-content-value {
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 500;
}

.offer-container .two-cols > div:first-child {
    padding: 0 21px 0 10px;
    min-width: 45%;
}
.two-cols > div:last-child:before {
    background: #EBEBEB;
}

.mb8 {
    margin-bottom: 8px;
}
.offer-container .box.mb16, .text-center.title.mb16 {
    margin-bottom: 16px;
}

.offer-container .box.mb24 {
    margin-bottom: 24px;
}

.offer-container .box.mb32 {
    margin-bottom: 32px;
}

.offer-container .box {
    margin: 0;
}

.offer-container .products-box {
    margin: 44px 0 0 0;
}
.special-offer-container.offer-container .products-box {
    margin: 46px 0 0 0;
}

.offer-container .products-box .product-list {
    margin: 0;
}

.offer-container .product-list li:first-child .product-price .current-price-v2 {
    top: 55%;
}

.offer-container .product-list .product-price .current-price-v2,
.offer-container .product-list .product-price .current-price-v2:before,
.offer-container .product-list li.active .product-price .current-price-v2,
.offer-container .product-list li.active .product-price .current-price-v2:before {
    background: #EBEBEB;
    color: #1E1E1E;
}


.offer-container .product-list .product-price .current-price-v2 .currency {
    font-weight: 700;
}

.offer-container .product-list .product-price .current-price-v2 .lead-num {
    font-size: 32px;
    font-weight: 600;
}

.offer-container .products-box .secondary-text {
    font-weight: 400;
}

#rating {
    width: 100%;
    margin: 32px auto;
    text-align: center;
}

.timer-wrapper .button:after {
    background: #0A8043;
}

.offer-container .comments {
    margin-bottom: 32px;
}

.theme-green .pre-payment-header {
    margin-bottom: 32px;
    padding-bottom: 0;
}

.theme-green .pre-payment-table {
    color: #1E1E1E;
}

.theme-green .pre-payment-table-row {
    color: #1E1E1E;
    border-bottom: 1px dashed #EBEBEB;
    padding: 2px 0;
}

.theme-green .v-103.modal .modal-window-head{
    padding: 24px 72px 16px 72px;
}
.theme-green .pre-payment-table-cell.old-price {
    color: #818181;
    font-weight: 400;
}

.pre-payment-table-cell.price {
    color: #0A8043;
    font-weight: 600;
    line-height: 16px;
    margin-left: 8px;
}

.theme-green #payment-modal .modal-window-head{
    padding: 16px 72px 8px 72px;
}
.theme-green #payment-modal .modal-window-head .modal-window-buttons{
    top: 26px;
}

.theme-green .payment-methods-info .total {
    color: #1E1E1E;
    font-weight: 700;
    align-items: center;
    padding: 0;
    font-size: 16px;
}

.payment-methods-info .total-table{
    gap: 0;
    padding: 0 0 6px 0;
    border-bottom: 1px solid #B3B3B3;
}

.theme-green .payment-methods-info .discount {
    color: #F45C43;
    line-height: 15px;
    font-size: 10px;
}
.theme-green .payment-methods-info .discount .cell-value{
    font-weight: 600;
}

.theme-green .payment-methods-info .invoice-table .invoice-table-row {
    border-bottom: 1px dashed #EBEBEB;
    line-height: 16px;
    padding: 2px 0;
    gap: 8px;
}

.theme-green .payment-methods-info .invoice-table .invoice-table-row:last-child {
    border-bottom: unset;
}

.theme-green .payment-methods-info .invoice-table .invoice-table-row:first-child {
    padding: 0 0 2px 0;
}

.theme-green .payment-methods-info .invoice-table .invoice-table-row .title {
    color: #818181;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
}

.theme-green .payment-methods-info .invoice-table .invoice-table-row .old-price {
    color: #818181;
    font-size: 10px;
    font-weight: 400;
    text-decoration: unset;
    position: relative;
}
.theme-green .payment-methods-info .invoice-table .invoice-table-row .old-price:after{
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px solid #F45C43;
    position: absolute;
    top: 50%;
}

.theme-green .payment-methods-info .invoice-table .invoice-table-row .price {
    color: #0A8043;
    font-size: 12px;
    font-weight: 600;
}
.theme-green .payment-methods-info .invoice-table .invoice-table-row .price .price-currency{
    font-weight: 400;
}

body.theme-green .payment-methods-container .payment-methods-body .payment-methods-item {
    flex-shrink: 0;
    overflow: auto;

}

.theme-green #payment-modal.v-103 .modal-window-body {
    padding: 0 16px 16px 16px;
    overflow: visible;
}

.theme-green .promo-image {
    height: auto;
    margin: 0 auto 16px 0;
}

.theme-green .running-line {
    color: #1E1E1E;
}

.theme-green .email-error-body .buttons .button.button-link {
    background: linear-gradient(90deg, #0A8043 0%, #2AA666 51.5%, #0A8043 100%);
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 14px 16px;
}

.theme-green .email-error-body .buttons button.button{
    border-radius: 16px;
    background: #D4ECD4;
    color: #0A8043;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 14px 16px;
}

.theme-green .offer-container .promo-images {
    gap: 40px;
}

.theme-green .offer-container .promo-images .image-widget {
    height: auto;
}

body.fail .page-wrapper{
    background-color: #FFF;
}

.fail-container .title span{
    color: #0A8043;
}

.fail-container ul li{
    color: #1E1E1E;
}

.fail-container ul li:before{
    background-image: url(/themes/green/images/icons/list-mark-green.svg);
}

.fail-container .button{
    background: linear-gradient(90deg, #0A8043 0%, #2AA666 51.5%, #0A8043 100%);
}

.success-container #slide-header{
    padding: 40px 0 15px 0;
}
.success-container input{
    border: 2px solid #FFFFFFE0;
}
.theme-green .success-container .title{
    color: #FFFFFFE0;
}

.offer-container .faq .faq-item.active .faq-item-body{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

/* preloader */
@keyframes waiting-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.waiting-spinner-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: transparent;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    -background: #FDFAF7;
}
.waiting-spinner-wrapper .waiting-spinner{
    display: none;
}
.waiting-spinner-wrapper.active{
    opacity: 1;
    z-index: 1000;
}
.waiting-spinner-wrapper.active .waiting-spinner{
    display: block;;
    width: 64px;
    height: 64px;
    animation: waiting-spinner 1.2s linear infinite;
    background: url(/images/loader/gradient-loader-green.svg) center center no-repeat;
    background-size: contain
}

#preloader-frame{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: -1;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0.2s;
}
#preloader-frame.active{
    z-index: 10;
    opacity: 1;
}

.theme-green .offer-container .promo-progress .promo-progress-title{
    font-weight: 500;
}

.theme-green #quiz-body .policy-links{
    color: #818181;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 0;
}
.theme-green #quiz-body .policy-links a{
    color: #818181;
}

.theme-green .wizard-widget .wizard-widget-buttons button{
    padding: 14px 16px;
    line-height: 24px;
}

.theme-green .secure{
    margin: 0;
}

#wizard-modal .modal-window,
#payment-modal .modal-window,
#exclusive-offer-modal .modal-window
{
    width: 100%;
    max-width: 430px;
}

@media (max-width: 360px) {
    .offer-container .product-list li .product-name {
        width: 40%;
    }
}