/* additional.css */

/* FROM style.css */

/* buttons-inputs */
a {
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    color: #000; }
a:hover {
    color: #000;
    text-decoration: none; }
a:focus {
    outline: none; }
a:before, a:after {
    transition: all .2s linear; }

button, button:focus {
    border: none !important;
    outline: none !important; }

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important; }

input, textarea, button {
    transition: all .2s linear; }
input:focus, textarea:focus, button:focus {
    outline: none; }

a, button {
    outline: none !important; }

a, button, input[type="submit"] input[type="button"] {
    cursor: pointer !important; }

input:focus {
    cursor: text; }

.submit-button {
    text-transform: uppercase;
    width: 100%;
    border: 0;
}

.submit-button-skip {
    text-transform: uppercase;
    border: 0;
    margin: auto;
    margin-bottom: 1em;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
    margin-right: 10px;
    border-radius: 25px;
    padding: 14px 30px;
    min-height: 50px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background-color: #428648;
    border: 1px solid #428648; }
.button:last-of-type {
    margin-right: 0px; }
.button:hover {
    background-color: #fff;
    color: #428648; }
@media screen and (max-width: 767px) {
    .button {
        min-height: unset;
        font-size: 10px;
        padding: 9px 20px;
        line-height: 16px; } }

.button-white {
    border: 1px solid #fff;
    background-color: #fff;
    color: #428648; }
.button-white:hover {
    background-color: #428648;
    color: #fff; }

.square-button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    border-radius: 8px;
    padding: 15px 50px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600; }
@media screen and (max-width: 767px) {
    .square-button {
        max-height: 50px;
        max-width: 220px; } }

.home-green-button {
    color: #fff;
    background: #428648;
    border: 1px solid #428648; }
.home-green-button:hover {
    background-color: #fff;
    color: #428648;
    border: 1px solid #428648; }

.green-button {
    background: #428648;
    color: #fff; }

.home .home-green-button {
    color: #000;
    background: #fff;
    border: 1px solid #fff;
}

.home .home-green-button:hover {
    background-color: #428648;
    color: #fff;
    border: 1px solid #428648;
}

/* form */

.single-input {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative; }
.single-input .validationMark {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%); }
.single-input:not(:last-of-type) {
    margin-bottom: 36px; }
.single-input label {
    font-weight: bold;
    color: #000;
    opacity: 0.5;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 8px; }
.single-input input:not(input[type="submit"]) {
    width: 100%;
    background: transparent;
    border: 0;
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 25px;
    border-bottom: 0.5px solid #428648; }
.single-input .selectric-wrapper.selectric-selectric {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.5); }
.single-input textarea {
    border: 0.5px solid #000000; }

.single-input-checkbox {
    margin-bottom: 0.5em;
}

form {
    width: 100%;
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */ }
form .mandatory {
    font-size: 12px;
    line-height: 22px;
    opacity: 0.5; }
form .date-inputs input {
    width: 20%;
    margin-right: 10px; }
form .number-start-left input {
    padding-left: 45px; }
form .number-start-left .number-start {
    position: absolute;
    left: 0px;
    top: 36%;
    opacity: 0.8;
    transform: translateY(-50%); }
.c-rmkt-unsubscribe .number-start-left input {
    padding-left: 45px; }
.c-rmkt-unsubscribe .number-start-left .number-start {
    position: absolute;
    left: 0px;
    top: 36%;
    opacity: 0.8;
    transform: translateY(-50%); }
form input::-webkit-outer-spin-button,
form input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important; }
form input[type=number] {
    -moz-appearance: textfield !important; }
form .checkbox-single {
    font-size: 0;
    margin-bottom: 10px; }
form .checkbox-single .checkbox-custom-wrapper {
    margin-top: 2.5px; }
form .checkbox-single .checkbox-title {
    font-size: 14px !important;
    cursor: pointer;
    color: #000;
    opacity: 0.5; }
form .checkbox-single .checkbox-title a {
    position: relative;
    color: #000;
    text-decoration: none;
    font-size: 14px !important;
    border-bottom: 1px solid #000;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s; }
form .checkbox-single .checkbox-title a:hover {
    color: #000;
    border-bottom: 1px solid #000; }
form .checkbox-single .checkbox-back {
    width: 16px;
    height: 16px;
    border: 0.5px solid #000000;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 11px;
    transition: all 0.2s linear;
    overflow: hidden;
    background-color: #fff; }
form .checkbox-single .checkbox-back .checkbox-mark {
    background: transparent !important;
    width: 100% !important;
    height: 100% !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.1s linear; }
form .checkbox-single .checkbox-back .checkbox-mark img {
    width: 11px; }
form .checkbox-single input {
    left: -9999px; }
form .checkbox-single input:checked ~ .checkbox-label .checkbox-back {
    border: 0.5px solid #428648 !important; }
form .checkbox-single input:checked ~ .checkbox-label .checkbox-back .checkbox-mark {
    opacity: 1; }
form .checkbox-big-wrapper {
    margin-bottom: 30px; }
form .form-mandatory-descriptions {
    margin-bottom: 30px; }
form .form-mandatory-descriptions span {
    color: #000;
    font-size: 12px;
    line-height: 18px; }
form .form-mandatory-descriptions span .underline {
    text-decoration: underline; }
form .radio-buttons {
    margin-bottom: 30px; }
form .radio-buttons .radio-buttons-form {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #7F7F7F;
    font-size: 18px;
    line-height: 22px;
    padding: 9px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all linear .2s; }
form .radio-buttons .radio-buttons-form:hover {
    background-color: #428648;
    color: #fff; }
form .radio-buttons .radio-buttons-form input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0 !important;
    top: 0;
    left: 0; }
form .active .radio-buttons-form {
    background-color: #428648 !important;
    color: #fff !important;
    border: 1px solid #428648; }
form .selectric-wrapper {
    font-size: 18px !important;
    padding-bottom: 0px !important; }
form .selectric-wrapper div {
    padding-bottom: 0px !important;
    padding-right: 0px !important; }
form .selectric-wrapper ul {
    margin: 0 auto !important;
    width: 100%; }
form .selectric-wrapper ul .selected {
    width: 100% !important;
    color: #fff !important;
    background-color: #428648 !important;
    text-align: left; }
form .selectric-wrapper ul li {
    padding: 5px 10px !important;
    text-align: left !important; }
form .selectric-wrapper ul li:hover {
    background-color: #428648 !important;
    color: #fff !important; }
form .selectric-wrapper .selected {
    background-color: #428648 !important;
    width: auto !important;
    text-align: left !important; }
form .selectric {
    margin-top: 0px;
    padding-bottom: 0px;
    border: none !important;
    border-radius: 5px !important;
    background-color: transparent;
    background-image: url("../../images/icons/arrow.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) calc(50% - 3px);
    background-size: 7px auto;
    position: relative;
    text-align: left !important;
    align-items: center !important;
    height: 34px !important; }
form .selectric .label {
    padding: 0px !important;
    margin: 0;
    line-height: 22px;
    height: auto;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
form .selectric .button {
    display: none; }
form .selectric-items {
    background-color: #fff;
    border: 1px solid #000 !important;
    width: 250px !important;
    overflow: hidden;
    left: 0;
    border-radius: 5px;
    align-items: center !important; }
form .selectric-items li {
    font-size: 18px;
    color: #000;
    transition: all 0.2s linear;
    background-color: #fff;
    padding: 0px !important;
    text-align: center !important;
    width: 100%;
    height: 34px !important;
    display: flex;
    align-items: center; }
form .selectric-items .selectric-scroll {
    max-height: 200px; }
form .selectric-items .selectric-scroll::-webkit-scrollbar {
    height: 5px;
    width: 10px; }
form .selectric-items .selectric-scroll::-webkit-scrollbar-track {
    background-color: transparent; }
form .selectric-items .selectric-scroll::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 10px; }
form .selectric-open .selectric {
    border-radius: 5px 5px 0 0 !important; }
form .selectric-open .selectric-items {
    border-top: 0px !important;
    border-radius: 0 0 5px 5px  !important;
    width: calc(100% + 0px ) !important; }
form .selectric-items li:nth-of-type(1) {
    display: none; }
@media screen and (max-width: 767px) {
    form .selectric {
        padding: 0px 5px !important; }
    form .selectric label {
        font-size: 16px;
        padding: 0px 14px !important; }
    form .selectric-items li {
        font-size: 16px; } }
@media screen and (max-width: 767px) {
    form .single-input input:not(input[type="submit"]) {
        font-size: 16px; }
    form .square-button {
        max-width: 100%; }
}


/* Common */

.seo-h1 {
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
    visibility: hidden;
    opacity: 0; }

textarea:focus, input:focus {
    outline: none; }

html {
    scroll-behavior: smooth; }

.content-wrapper {
    width: 100%;
    max-width: 1490px;
    padding: 0px 20px;
    margin: 0 auto; }

.small-content-wrapper {
    max-width: 1280px; }

.yellow-bg {
    background-color: #FDC63E; }

.row {
    margin-right: 0px !important;
    margin-left: 0px !important; }

.absolute-cover-img, .darkness-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-transition: all linear .2s;
    -webkit-transition: all linear .2s;
    transition: all linear .2s; }

.default-page-min-height {
    min-height: calc(100vh - 812px); }

p {
    margin-bottom: 0px; }

a > p {
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s; }

img {
    object-fit: cover; }

.contain {
    object-fit: contain; }

.preloader {
    display: none;
    max-width: 30px;
    max-height: 30px;
    top: calc(50% + 25px);
    left: auto;
    right: calc(100% - 53%);
    -webkit-animation: rotating 5s linear infinite;
    animation: rotating 5s linear infinite; }

.transition-default {
    transition: all .2s linear; }
.transition-default:hover {
    transition: all .2s linear; }

.backface-hidden {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.wysiwyg-style > img {
    width: 100%;
    height: auto;
    max-height: 589px;
    object-fit: cover;
    margin-bottom: 40px; }
.wysiwyg-style > p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    margin-bottom: 30px; }
.wysiwyg-style > p strong {
    font-size: 16px;
    line-height: 22px; }
.wysiwyg-style > p:last-of-type {
    margin-bottom: 40px; }
@media screen and (max-width: 767px) {
    .wysiwyg-style > p {
        margin-bottom: 20px; } }
.wysiwyg-style > p a:not(.default-button) {
    font-weight: 700;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    position: relative;
    color: #000; }
.wysiwyg-style > p a:not(.default-button):hover:before, .wysiwyg-style > p a:not(.default-button):hover:after {
    width: 100%;
    opacity: 1; }
.wysiwyg-style > p a:not(.default-button):after {
    left: 0;
    background-color: #000; }
.wysiwyg-style > p a:not(.default-button):before, .wysiwyg-style > p a:not(.default-button):after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0;
    height: 1px;
    margin: 5px 0 0;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    backface-visibility: hidden; }
.wysiwyg-style > p a:not(.default-button):hover {
    color: #000;
    text-decoration: none; }
.wysiwyg-style > p img:not(.dd-arrow) {
    width: 100%;
    height: auto;
    max-height: 750px;
    object-fit: cover;
    margin-bottom: 10px; }
.wysiwyg-style > ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px; }
.wysiwyg-style > ul li {
    margin-bottom: 30px;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    display: table;
    position: relative;
    padding-left: 21px;
    background-image: url("../../images/icons/list-icon.svg");
    background-repeat: no-repeat;
    background-size: 5px;
    background-position: 1px 11px; }
.wysiwyg-style > ul li strong, .wysiwyg-style > ul li a {
    font-weight: 700; }
.wysiwyg-style > h2, .wysiwyg-style > h3 {
    color: #000;
    transition: all .2s linear; }
.wysiwyg-style > h2 a, .wysiwyg-style > h3 a {
    font-weight: 700; }
.wysiwyg-style > h2 a:hover, .wysiwyg-style > h3 a:hover {
    color: #000; }
.wysiwyg-style > h2 {
    color: #000;
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 30px; }
.wysiwyg-style > h3 {
    color: #000;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: normal;
    line-height: 35px;
    margin-bottom: 5px; }
.wysiwyg-style > h4 {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1.5px;
    line-height: normal;
    color: #000;
    margin-bottom: 25px; }
.wysiwyg-style > p + ul {
    margin-top: 20px; }
.wysiwyg-style > h2 + ul {
    margin-top: -10px; }
.wysiwyg-style .wysiwyg-table-wrapper {
    overflow: hidden;
    overflow-x: auto;
    margin: 0 auto 45px; }
.wysiwyg-style .wysiwyg-table-wrapper::-webkit-scrollbar {
    height: 5px; }
.wysiwyg-style .wysiwyg-table-wrapper::-webkit-scrollbar-track {
    background-color: transparent; }
.wysiwyg-style .wysiwyg-table-wrapper::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 0px; }
.wysiwyg-style .wysiwyg-table-wrapper table {
    margin: 0; }
@media screen and (max-width: 1024px) {
    .wysiwyg-style > ul li, .wysiwyg-style p {
        font-size: 16px;
        line-height: 30px; } }

.video-wysiwyg {
    position: relative;
    overflow: hidden;
    margin-bottom: 48px; }
.video-wysiwyg:before {
    content: "";
    display: block;
    padding-top: 56.5%; }
.video-wysiwyg iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.wysiwyg-gallery .single-gallery-element {
    width: calc((100% - 40px) / 3.001);
    margin: 0px 10px 10px;
    transition: all .2s linear;
    transform: perspective(1000px);
    -webkit-transform: perspective(1000px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px; }
.wysiwyg-gallery .single-gallery-element:nth-of-type(1) {
    margin: 0px 10px 10px 0 !important; }
.wysiwyg-gallery .single-gallery-element:nth-of-type(4) {
    margin: 0px 0px 10px 10px !important; }
.wysiwyg-gallery .single-gallery-element:before {
    content: "";
    display: block;
    padding-top: 88%; }
.wysiwyg-gallery .single-gallery-element .gallery-image, .wysiwyg-gallery .single-gallery-element .darkness-effect {
    top: 0;
    left: 0;
    object-fit: cover; }
.wysiwyg-gallery .single-gallery-element .gallery-image {
    max-height: 289px;
    max-width: 100%; }
.wysiwyg-gallery .single-gallery-element .darkness-effect {
    background-color: #000;
    opacity: 62%;
    max-height: 289px !important; }
.wysiwyg-gallery .single-gallery-element .number-additional {
    bottom: 18px;
    right: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700; }
.wysiwyg-gallery .single-gallery-element:hover {
    transition: all .2s linear;
    transform: translateY(-5px) perspective(1000px);
    -webkit-transform: translateY(-5px) perspective(1000px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px; }

.main-title {
    color: #000;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 61px; }
@media screen and (max-width: 767px) {
    .main-title {
        font-size: 24px !important;
        line-height: 31px !important;
        margin-bottom: 20px; } }

.main-title-h2 {
    font-weight: 700;
    font-size: 44px;
    line-height: 56px;
    text-align: center;
    margin-bottom: 60px; }
@media screen and (max-width: 767px) {
    .main-title-h2 {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 35px; } }

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%; }

.video-container::after {
    padding-top: 45%;
    display: block;
    content: ''; }

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 950px) {
    .wysiwyg-gallery .single-gallery-element {
        width: calc((100% - 60px) / 4.001);
        margin: 0 20px 20px 0; }

    .video-wysiwyg {
        margin-top: 20px;
        margin-bottom: 20px; }

    .wysiwyg-gallery {
        margin: 15px auto;
        padding-top: 5px;
        padding-bottom: 5px;
        justify-content: start !important; }
    .wysiwyg-gallery .single-gallery-element {
        margin: 0px 20px 20px 0px; }
    .wysiwyg-gallery .single-gallery-element:nth-of-type(1) {
        margin: 0px 20px 20px 0px !important; }
    .wysiwyg-gallery .single-gallery-element:nth-of-type(4n) {
        margin: 0px 0px 20px 0px !important; } }
@media screen and (max-width: 650px) and (min-width: 100px) {
    .wysiwyg-gallery .single-gallery-element {
        width: calc((100% - 20px) / 2.001) !important;
        margin: 0 20px 20px 0 !important; }
    .wysiwyg-gallery .single-gallery-element:nth-of-type(2n) {
        margin: 0px 0 20px 0 !important; } }
@media screen and (max-width: 500px) and (min-width: 100px) {
    .wysiwyg-gallery .single-gallery-element {
        width: 100% !important;
        margin: 0 0 20px !important; }
    .wysiwyg-gallery .single-gallery-element:nth-of-type(1) {
        margin: 0px 0px 20px 0 !important; }
    .wysiwyg-gallery .single-gallery-element:nth-of-type(4) {
        margin: 0px 0 20px 0px !important; } }
@media screen and (min-width: 1224px) {
    .gallery .images-wrapper .single-image {
        width: calc((100% - 120px) / 4.001);
        margin: 0px 40px 37px 0; } }
@media screen and (max-width: 1224px) and (min-width: 768px) {
    .gallery .images-wrapper .element-image {
        margin-bottom: 26px; } }
@media screen and (max-width: 767px) and (min-width: 576px) {
    .gallery .images-wrapper .single-image {
        width: 100%;
        margin: 0 30px 30px 0; } }

@media screen and (max-width: 767px) {
    body {
        font-size: 14px; }

    .default-page-min-height {
        min-height: calc(100vh - 443px - 100px); }

    .wysiwyg-style > p {
        font-size: 16px;
        line-height: 26px; }
    .wysiwyg-style > p strong {
        font-size: 16px;
        line-height: 26px; }
    .wysiwyg-style > img {
        margin-bottom: 30px; }
    .wysiwyg-style > p {
        font-size: 14px;
        margin-bottom: 20px; }
    .wysiwyg-style > p img {
        margin-bottom: 10px; }
    .wysiwyg-style > ul {
        margin-bottom: 20px; }
    .wysiwyg-style > ul li {
        line-height: 25px;
        background-position: 0 7px; }
    .wysiwyg-style > h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px; }
    .wysiwyg-style > h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px; }
    .wysiwyg-style > p + ul {
        margin-top: -20px; }
    .wysiwyg-style .wysiwyg-table-wrapper {
        margin: 0 auto 30px; } }
.green-title {
    color: #428648; }

.grey-bg {
    background: #EBEBEB;
}

/* Landing */

.application-base {
    background: url("../../img/lib/images/icons/steps-left-decor.svg") right center no-repeat, url("../../img/lib/images/icons/steps-right-decor.svg") left center no-repeat, linear-gradient(180deg, #BAE4FF -100%, #FFFFFF 100%) 0% 0% no-repeat;
    padding-top: 20px; }
.application-base .steps-wrapper {
    width: 100%;
    max-width: 435px;
    margin: 0 auto;
    margin-bottom: 85px; }
.application-base .steps-h1 {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 60px; }
@media screen and (max-width: 767px) {
    .application-base .steps-h1 {
        font-size: 18px;
        line-height: 16px;
        margin-bottom: 45px; } }
.application-base .bottom-helper {
    background: transparent;
    color: black;
    opacity: 50%; }
.application-base .bottom-helper .d-flex:first-of-type {
    align-items: flex-start; }
.application-base .bottom-helper .protection-icon {
    filter: invert(100%) sepia(1%) saturate(238%) hue-rotate(163deg) brightness(118%) contrast(100%); }
.application-base .final-page p {
    margin-bottom: 30px; }
.application-base .spec-bg-application {
    padding: 40px 0px;
    margin-bottom: 50px; }
@media screen and (max-width: 767px) {
    .application-base .spec-bg-application {
        margin-bottom: 30px;
        padding: 20px 0px; } }
.application-base .spec-bg-application h1 {
    margin-bottom: 0px; }
.application-base .spec-bg-application .user-profile-img {
    margin-right: 5px;
    max-width: 30px;
    height: auto;
    object-fit: contain; }
.application-base .subtitle-steps {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 50px; }
@media screen and (max-width: 767px) {
    .application-base .subtitle-steps {
        margin-bottom: 30px; }
}

/* Helper */

.bottom-helper {
    padding-bottom: 30px;
    padding-top: 30px;
    background: transparent linear-gradient(180deg, #00000000 0%, #00000080 100%) 0% 0% no-repeat padding-box; }
.bottom-helper .content-wrapper {
    max-width: 1210px; }
.bottom-helper .protection-icon {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #fff; }
.bottom-helper .protection-icon img {
    width: 15px;
    height: 19px;
    object-fit: contain; }
.bottom-helper p {
    text-shadow: 0px 0px 1px #00000080;
    font-size: 10px;
    line-height: 16px; }

.prevent-shaking-animation {
    transform: perspective(1000px);
    -webkit-transform: perspective(1000px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px; }
.prevent-shaking-animation:hover {
    transform: translateY(-5px) perspective(1000px);
    -webkit-transform: translateY(-5px) perspective(1000px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3); }

.prevent-shaking-animation-noshadow {
    transform: perspective(1000px);
    -webkit-transform: perspective(1000px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px; }
.prevent-shaking-animation-noshadow:hover {
    transform: translateY(-5px) perspective(1000px);
    -webkit-transform: translateY(-5px) perspective(1000px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px; }








.single-input select
{
    background: transparent;
    border: 0px;
    border-bottom: 0.5px solid #428648;
    padding: 8px;
    width:100%;
}
.single-input .field-error
{
    border-bottom: 3px solid red !important;
}
.single-input .field-correct
{
    border-bottom: 3px solid #428648 !important;
}
.birthDate select
{
    width:33%;
}
.registration-stage
{
    position: relative;
}
body
{
    overflow-x: hidden;
}
.fieldError
{
    color: red;
}
.button-disabled
{
    opacity: .5;
}

.alternatives
{
    min-height: 30em;
}

.submit-button-text
{
    padding-right: 0.5em;
}


/* DIRECT EDITOR */

#directEditorPanel
{
    display: block;
    background-color: #fff;
    border: 1px solid grey;
    position: fixed;
    bottom: 0px;
    left: 0px;
}
#directEditorPanel > span.toggler
{
    display: block;
    padding: 5px 5px 3px 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
#directEditorPanel .info
{
    padding: 5px;
}
#directEditorPanel input[type=text]
{
    margin-top: 5px;
    padding: 3px 5px;
    width: 300px !important;
}

.api-step-consents {
    min-height: 35em;
    max-width: 45em;

    margin: auto;
    width: 435px;
}

.redirect-text {
    min-height: 35em;
    font-size: 1.4rem;
    max-width: 45em;

    margin: auto;
    width: 435px;
}

.thank-you-page {
    font-weight: bold;
    padding-top: 3em;
    text-align: center;
}

.moneyman-redirect-text {
    min-height: 20em;
    font-size: 1.4rem;
    max-width: 45em;

    margin: auto;
    /*width: 435px;*/
}

.api-step-wrapper {
    font-size: 1.4rem;
    margin: auto;
    width: 435px;
}

.redirect-continue-no-padding {
    padding-top: 0 !important;
}

@media screen and (max-width: 600px) {
    .redirect-text {
        min-height: 35em;
        font-size: 1.4rem;
        max-width: 45em;

        margin: auto;
        width: 100%;
    }
}

.redirect-redirecting-text {
    text-align: center;
}

.redirect-redirecting-loading {
    margin: auto;
    width: 50%;
    text-align: center;
}

.redirect-text-wrapper {
    padding-top: 1em;
}

.redirect-logos {
    padding-top: 3em;
    align-items: center;

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas:
                "redirect-logo-credityes redirect-arrow redirect-logo";

    justify-content: center;
}

.redirect-logo {
    grid-area: redirect-logo;
    width: 15em;
    height: 5em;
    margin-right: 2em;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-align:center;
    padding:0;
}

.hide-bg{
    mix-blend-mode: multiply;
    filter: contrast(1);
}

.campaign-logo-darker {
    filter: brightness(0.8);
}

.redirect-logo-credityes {
    grid-area: redirect-logo-credityes;
    width: 15em;
    height: 5em;
/*    border-radius: 50%;
    border: 1px black solid;*/
    margin-left: 2em;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-align:center;
    padding:0;
}

.redirect-arrow {
    justify-self: center;
    margin-right: 1em;
}

.redirect-warning-text {
    padding-top: 3em;
    font-size: 1rem;
}

.redirect-continue {
    padding-top: 0.5em;
    margin: auto;
    /*width: 50%;*/
    text-align: center;
    margin-bottom: 2em;
}

.redirect-skip {
    padding-bottom: 1em;
    margin: auto;
    width: 50%;
    text-align: center;
}

.redirect-skip-lender {
    padding-bottom: 3em;
    margin: auto;
    width: 50%;
    text-align: center;
}

.redirect-skip-text-lender {
    text-decoration: underline;
    transition: 200ms;
}

.redirect-skip-text-lender:hover {
    cursor: pointer;
    color: #00a6ff;
}

.redirect-skip-text-lender-disabled {
    color: #a7a7a7;
}

.redirect-skip-warning {
    padding-bottom: 6em;
    font-weight: bold;
    font-size: 0.9rem;
    text-align: center;
}

.redirect-skip-text {
    text-decoration: underline;
    transition: 200ms;
}

.redirect-skip-text-disabled {
    color: #a7a7a7;
}

.redirect-skip-text:hover {
    cursor: pointer;
    color: #00a6ff;
}

.widget-redirection-information {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.redirect-button {
    width: 80%;
    background-color: darkorange;
    padding: 0.7em;
    border-radius: 0.3em;
    margin: auto;
/*    margin-bottom: 4em;*/
}

.redirect-button-inactive {
    width: 80%;
    background-color: grey !important;
    padding: 0.7em;
    border-radius: 0.3em;
    margin: auto;
/*    margin-bottom: 4em;*/
}


.redirect-button:hover {
    transform: scale(1.05) perspective(1px);
}

.redirect-resend {
    display: flex;
    align-items: center;
}

.resend-code-button {
    width: 40%;
    background-color: #ce7102;
    padding: 0.4em;
    border-radius: 0.3em;
    margin: auto;
    font-size: 1rem;
}

.redirect-error {
    font-size: 1rem;
    color: red;
    padding-bottom:1em;
    margin-top: -2em;
}

.resend-code-button:hover {
    transform: scale(1.05) perspective(1px);
}

.checkbox-label-wrapper {
    display:flex;
    align-items:center;
}
.checkbox-label-registration {
    font-size: 0.75rem !important;
    margin: 0 !important;
}

.registration-link {
    color: #0073ff;
    text-decoration: underline;
}

.registration-link:hover {
    color: #004ab6;
    text-decoration: underline;
    cursor: pointer;
}

.consents-wrapper {
    min-height: 35em;
}

.consents-wrapper a {
    color: #0073ff;
    text-decoration: underline;
    font-weight: bold;
}

.consents-wrapper a:hover {
    color: #004ab6;
    text-decoration: underline;
}

.checkbox-label-registration a {
    color: #0073ff !important;
    text-decoration: underline;
    font-weight: bold;
}

.checkbox-label-registration a:hover {
    color: #004ab6 !important;
    text-decoration: underline;
}

.check-all-button {
    width: 100%;
    background-color: #00a6ff;
    padding: 0.2em;
    border-radius: 0.3em;
    margin-bottom: 1em;
    text-transform: uppercase;
    color: white;
}

.check-all-button:hover {
    transform: scale(1.05) perspective(1px);
}

.consent-description {
    font-size: 1rem;
    padding-bottom: 2em;
}

.home-country-code {
    padding-right: 0.5em;
    font-size: 1.2rem;
}

.home-phone-input {
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 1.2rem;
}


.home-phone-wrapper {
    margin-bottom: 2em;
    margin-right: 5em;
    transform: translateX(10%) skew(+5deg);
}

.phone-number-error {
    color:red;
}

.red-border-bottom {
    border-bottom: red 2px solid;
}

.ui-menu {
    border: 1px solid black;
    max-width: 435px;
    padding-left: 1em;
    padding-bottom: 0.2em;
    background: white;
    list-style-type: none;
}

.ui-menu:hover {
    cursor: pointer;
}

.selected-term {
    font-weight: bold;
    color: green;
}

.ui-menu-item {
    padding-top: 0.5em;
}

.input-container:not(.select-buttons) {
    display: -ms-flexbox;
    display: flex;
}


.select-buttons {

}

.registration-hint {
    font-size: 0.6rem;
}

.autocomplete-icon-regular {
    background: transparent;
    border: 0;
    padding-bottom: 8px;
    padding-left: 0.5em;
    border-bottom: 0.5px solid #428648;
    padding-top: 1em;
}

.autocomplete-icon-error {
    border-bottom: 3px solid red !important;
}

.autocomplete-icon-correct {
    border-bottom: 3px solid #428648 !important;
}

.single-input-check {
    width: 1.5em !important;
    height: 1.5em !important;
}

.single-input-check:hover {
    cursor: pointer;
}

input[type=checkbox]
{
    vertical-align: middle;
}

@media screen and (max-width: 600px) {
    .slider-info-wrapper {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }
}

.field-checkmark {
    color: #428648;
}

.modal-loading {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 20em;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
}

.modal-loading-consent {
    display: none;
    position: fixed;
    z-index: 5000;
    padding-top: 7em;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
}

.c-modal-consent {
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr;
    grid-template-rows: 3.5em 1fr;
    grid-template-areas:
        "a-modal-consent-close"
        "a-modal-consent-text";
    background-color: #474747;
    border: 1px white solid;
    color: white;
    width: 40%;
    margin: auto;
}

@media screen and (max-width: 600px) {
    .c-modal-consent {
        width: 80%;
    }

}

.c-modal-content {
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 0.3fr;
    grid-template-areas:
        "a-modal-content-loading"
        "a-modal-content-text";
    background-color: #474747;
    border: 1px white solid;
    color: white;
    width: 40%;
    margin: auto;
}

@media screen and (max-width: 600px) {
    .c-modal-content {
        display: grid;
        justify-items: center;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 0.3fr;
        grid-template-areas:
        "a-modal-content-loading"
        "a-modal-content-text";
        background-color: #474747;
        border: 1px white solid;
        color: white;
        width: 70%;
        margin: auto;
    }
}





.a-modal-content-loading {
    grid-area: a-modal-content-loading;
}

.a-modal-content-text {
    grid-area: a-modal-content-text;
    font-size: 1.1rem;
}

.modal-content {
    background-color: #373737;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    height: 60%;
    width: 40%;
    color: white;
    font-size: 1.5rem;
}

.a-modal-consent-close {
    color: white;
    grid-area: a-modal-consent-close;
    justify-self: end;
    padding: 1em;
}

.a-modal-consent-text {
    color: white;
    grid-area: a-modal-consent-text;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-bottom: 1.5em;
    font-size: 0.9rem;
}

.fa-times:hover {
    cursor: pointer;
    color: black;
    transition: 200ms;
}




.ekspres-pozyczka-redirect-text {
    min-height: 35em;
    font-size: 1.4rem;
    padding-bottom: 2em;
    margin: auto;
    width: 435px;
}

.ekspres-pozyczka-offer-button {
    width: 100%;
    background-color: darkorange;
    padding: 0.5em;
    border-radius: 0.3em;
    margin: auto;
    font-size: 1rem;
}

.ekspres-pozyczka-offer-button:hover {
    transform: scale(1.05) perspective(1px);
}

.ekspres-pozyczka-offer-button-inactive {
    width: 100%;
    background-color: grey;
    padding: 0.5em;
    border-radius: 0.3em;
    margin: auto;
    font-size: 1rem;
}

.ekspres-pozyczka-offer-wrapper {
    margin-bottom: 1em;
}

.subconsents-plus {
    padding-right: 0.2em;
    padding-top: 0.4em;
}

.subconsents-plus:hover {
    cursor: pointer;
}

.single-input-inner {
    margin: 5px !important;
}

.single-input-inner-consent {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.input-field-hint {
    font-size: 0.8rem;
}

.field-select-button {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    border: 1px solid #a3a3a3 !important;
    border-radius: 0.5em;
    padding-left: 2em;
    padding-right: 2em;
    margin-right: 1em;
    margin-bottom: 1em;
}

.field-select-button-selected {
    background-color: #428648 !important;
    color: #ffffff !important;
}

.date-input-labels {
    width: 30%;
    margin-right: 10px;
}

.c-dateYMD-labels {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas:
            "a-dateYMD-label1 a-dateYMD-label2 a-dateYMD-label3";
    column-gap: 1em;
}

.a-dateYMD-label1 {
    grid-area: a-dateYMD-label1;
}

.a-dateYMD-label2 {
    grid-area: a-dateYMD-label2;
}

.a-dateYMD-label3 {
    grid-area: a-dateYMD-label3;
}

.c-dateYM-labels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas:
            "a-dateYM-label1 a-dateYM-label2";
    column-gap: 1em;
}

.a-dateYM-label1 {
    grid-area: a-dateYM-label1;
}

.a-dateYM-label2 {
    grid-area: a-dateYM-label2;
}

input {
    border-radius: 0;
}


.content {
    overflow: hidden;
    white-space:normal;
    text-overflow: ellipsis;
    max-height: 3.7em;
    transition: max-height 0.3s;
}

.content-steps {
    overflow: hidden;
    white-space:normal;
    text-overflow: ellipsis;
    transition: max-height 0.3s;
}


.collapse-consent {
    display: none;
    color: #00a6ff;
    cursor: pointer;
    text-align: center;
    padding-top: 0.5em;
}

.money-man-iframe {
    height: 20em;
}

@media screen and (max-width: 600px) {
    .money-man-iframe {
        height: 24em;
    }
}

@media screen and (max-width: 600px) {
    .single-input:not(:last-of-type) {
        margin-bottom: 5px !important;
    }

    .single-input {
        margin-bottom: 5px;
    }

    .single-input label {
        margin-bottom: 0px;
    }

    label {
        margin-bottom: 0px;
    }

    .single-input-inner {
        margin: 0px !important;
    }

    .single-input input:not(input[type="submit"]) {
        padding-bottom: 0;
    }

    form .number-start-left .number-start {
        top: 50%;
    }

    .submit-button {
        margin-top: 10px;
    }

    input {
        font-size: 16px !important;
    }

    select {
        font-size: 16px !important;
    }

    .single-input-checkbox {
        margin-top: 1em;
    }

    .single-input select {
        padding: 0;
    }
}

/* --- Clickio consent window --- */
.cl-consent .cl-consent__inner {
    background-color: #edeff5 !important;
}
.cl-consent__inner .cl-consent-popup.cl-consent-visible {
    display: flex;
    flex-wrap: wrap;
    max-width: 1350px;
    padding-bottom: 20px;
}
.cl-consent .cl-consent__inner .cl-consent-popup--main .cl-consent__close {
    display: none;
    right: 33px;
}
.cl-consent .cl-consent__inner .cl-consent-popup--main .cl-consent-node-h3.cl-consent__title {
    font-size: 14px;
    margin-bottom: 7px;
    width: 100%;
    max-width: 1350px;
    text-align: left;
}

.cl-consent .cl-consent__inner .cl-consent-popup--main .cl-consent__descr {
    margin: 0 !important;
    width: 100%;
    max-width: 75%;

}
.cl-consent-bottom .cl-consent__inner .cl-consent-popup--main .cl-consent__buttons {
    flex-wrap: wrap;
    margin-right: 0 !important;
    padding-left: 5px;
    width: 25%;
    max-width: 25%;
    align-items: flex-start;
    justify-content: right;
}
.cl-consent-bottom .cl-consent__inner .cl-consent-popup--main .cl-consent__buttons .cl-consent__btn,
.cl-consent-bottom .cl-consent__inner .cl-consent-popup--details .cl-consent__buttons .cl-consent__btn {
    border: 2px solid #009300 !important;
    background-color: #009300 !important;
    color: #fff !important;
}

.cl-consent-bottom .cl-consent__inner .cl-consent-popup--main .cl-consent__buttons .cl-consent__btn.cl-consent__btn--outline,
.cl-consent-bottom .cl-consent__inner .cl-consent-popup--details .cl-consent__buttons .cl-consent__btn.cl-consent__btn--outline {
    border: 2px solid #009300 !important;
    background-color: transparent !important;
    color: #009300 !important;
}
.cl-consent-bottom .cl-consent__inner .cl-consent-popup--details .cl-consent__buttons .cl-consent__btn.cl-consent__btn--text {
    border: 0px solid #009300 !important;
    background-color: transparent !important;
    color: #009300 !important;
}



.cl-consent-bottom .cl-consent__inner .cl-consent-popup--main .cl-consent__buttons a {
    margin-left: auto;
    margin-right: 0;
    height: auto;
    min-height: 44px;
    /*
        color: #FFBF00; yellow
        color: #009300; green
     */
}
.cl-consent-bottom .cl-consent__inner .cl-consent-popup--main .cl-consent-clickio,
.cl-consent-bottom .cl-consent__inner .cl-consent-popup--details .cl-consent-clickio {
    display: none;
    position: relative;
    width: 100%;
    text-align: right;
    right: auto;
    max-width: 100%;
}
.cl-consent-bottom .cl-consent__inner .cl-consent-clickio .cl-consent-node-span,
.cl-consent-bottom .cl-consent__inner .cl-consent-clickio svg {
    color: #009300;
}
.cl-consent .cl-consent__inner .cl-consent-popup--main .cl-consent__descr:not(.cl-consent__descr--privacy) {
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .cl-consent .cl-consent__inner .cl-consent-popup--main .cl-consent__close {
        right: 18px;
        top: 8px;
    }
    .cl-consent .cl-consent__inner .cl-consent-popup--main .cl-consent__descr {
        width: 100%;
        max-width: 100%;
    }
    .cl-consent .cl-consent__inner .cl-consent-popup--main .cl-consent__descr:not(.cl-consent__descr--privacy) {
        padding: 0;
        max-height: 55px;
        overflow: scroll; /* Show scrollbars */

    }
    .cl-consent-bottom .cl-consent__inner .cl-consent-popup--main .cl-consent__buttons,
    .cl-consent-bottom .cl-consent__inner .cl-consent-popup--details .cl-consent__buttons {
        width: 100%;
        max-width: 100%;
        padding: 10px 0 0 0;
    }
    .cl-consent-bottom .cl-consent__inner .cl-consent-popup--main .cl-consent__buttons a,
    .cl-consent-bottom .cl-consent__inner .cl-consent-popup--details .cl-consent__buttons a {
        width: 100%;
        max-width: 100%;
        margin: 3px 0;
    }
    .cl-consent-bottom .cl-consent__inner .cl-consent-popup--main .cl-consent__buttons a {
        min-height: 30px;
    }
    .cl-consent__inner .cl-consent-popup.cl-consent-visible {
        padding: 10px;
    }

}

.input-specific-moneyman {
    border: 0.5px solid #428648 !important;
    margin-bottom: 1em;
    padding-left: 0.5em;
    padding-bottom: 0.1em !important;
}

.input-specific-moneyman-skip {
    font-style: italic;
    text-decoration: underline;
}

.input-specific-moneyman-skip:hover {
    cursor: pointer;
}

.c-multiple-offers-confirmation-wrapper {
    display: grid;
    grid-template-columns: 370px;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
                "a-multiple-offers-confirmation-title"
                "a-multiple-offers-confirmation-input"
                "a-multiple-offers-confirmation-error"
                "a-multiple-offers-confirmation-confirm";

    justify-self: center;
}

.a-multiple-offers-confirmation-title {
    grid-area: a-multiple-offers-confirmation-title;
    font-weight: bold;
    font-size: 1.5rem !important;
    padding-bottom: 1em;
}

.a-multiple-offers-confirmation-input {
    grid-area: a-multiple-offers-confirmation-input;
}

.a-multiple-offers-confirmation-error {
    grid-area: a-multiple-offers-confirmation-error;
}

.a-multiple-offers-confirmation-confirm {
    grid-area: a-multiple-offers-confirmation-confirm;
}


.c-multiple-offers-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas:
                "c-multiple-offers-title"
                "a-multiple-offers-restart"
                "c-multiple-offers"
                "c-multiple-offers-closed-title"
                "c-multiple-offers-closed";

    border-bottom: 1px solid black;
    margin-bottom: 2em;
    padding-bottom: 3em;
}

.c-multiple-offers-title {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(4em, auto);
    grid-template-areas:
                "a-multiple-offers-title";

    padding-top: 1em;
    justify-self: center;
}

.a-multiple-offers-title {
    grid-area: a-multiple-offers-title;
    font-weight: bold;
    font-size: 1.6rem !important;
    align-self: center;
    text-align: center;
}


.c-multiple-offers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14.7em, 1fr));
    max-width: calc(3 * 14.7em + 2 * 2em);
    gap: 2em;
    margin: 0 auto;
    padding-top: 1.5em;
}


.c-multiple-offer-card {
    position: relative;
    display: inline-block;
}

.offer-card-loading-spinner {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    z-index: 10;
}

.offer-card-loading-text {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    z-index: 10;
    font-size: 1.3rem !important;
    padding-left: 1em;
    padding-right: 1em;
    font-weight: bold;
    text-align: center;
}


.c-multiple-offer {
    display: grid;
    grid-template-columns: 12.5em;
    grid-template-rows: 1em 7em 2em 3em 4em;
    grid-template-areas:
            "a-multiple-offer-close"
            "a-multiple-offer-logo"
            "a-multiple-offer-amount-label"
            "a-multiple-offer-amount"
            "a-multiple-offer-button";

    border: 2px solid #FFC300;
    padding: 1em;
    border-radius: 0.5em;
    background-color: white;
    transition: filter 0.5s ease;
}

.a-multiple-offer-close {
    grid-area: a-multiple-offer-close;
    justify-self: end;
    background-color: #f24726;
    margin-right: -2.2em;
    margin-top: -2.2em;
    z-index: 1;
    border-radius: 100%;
    border: black 2px solid;
    align-self: center;
    width: 3em;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.1em;
}

.a-multiple-offer-close:hover {
    color: #4f4f4f;
    cursor: pointer;
    transition: 300ms;
}

.a-multiple-offer-logo {
    grid-area: a-multiple-offer-logo;
    display: flex;
    justify-content: center;
    align-items: center;
}

.redirect-logo-offer {
    width: 100%;
    height: 100%;
    max-width: 150px;
    max-height: 70px;
    object-fit: contain;
}

.a-multiple-offer-amount-label {
    grid-area: a-multiple-offer-amount-label;
    justify-self: center;
    font-size: 1rem !important;
}

.a-multiple-offer-amount {
    grid-area: a-multiple-offer-amount;
    justify-self: center;
    font-size: 1rem !important;
    font-weight: bold;
}

.a-multiple-offer-button {
    grid-area: a-multiple-offer-button;
}

.multiple-offer-button {
    border: none;
    background-color: #FFC300;
    border-radius: 1.2em;
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 200ms;
    height: 3.5em;
    width: 100%;
    min-height: 30px;
}

.multiple-offer-button:hover {
    background-color: #f0ba07;
}



.c-multiple-offers-closed-title {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 4em;
    grid-template-areas:
                "a-multiple-offers-closed-title";

    padding-top: 1em;
}

.a-multiple-offers-closed-title {
    grid-area: a-multiple-offers-closed-title;
    font-weight: bold;
    font-size: 1.3rem !important;
    align-self: center;
    justify-self: center;
}

.c-multiple-offers-closed {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14.7em, 1fr));
    max-width: calc(4 * 14.7em + 3 * 2em);
    gap: 2em;
    margin: 0 auto;
    padding-top: 1.5em;
}


.multiple-offer-blurred {
    filter: blur(5px);
    cursor: default !important;
    pointer-events: none;
}

.multiple-offer-closed {
    border-color: #AAAAAA !important;
}

.action-icon:hover {
    color: #00b7ff;
    cursor: pointer;
}

.spinner {
    width: 5em;
    height: 5em;
    border: 0.7em solid #757474;
    border-top: 0.7em solid #FFC300;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.closed-offer-card {
    border: none;
    background-color: transparent;
}

.fa-lg {
    font-size: 1.33333em !important;
}

.offer-close-icon {
    transition: 300ms;
}

.offer-close-icon:hover {
    color: #4f4f4f;
    cursor: pointer;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.redirect-error-pers-id {
    font-size: 1rem;
    color: red;
    padding-bottom: 1em;
}

.a-multiple-offers-restart {
    grid-area: a-multiple-offers-restart;
    max-width: 30em;
    justify-self: center;
    padding-top: 3em;
}

.c-multiple-offer-loan {
    display: grid;
    grid-template-columns: 21.2em min-content;
    grid-template-rows: auto;
    grid-template-areas:
            "a-multiple-offer-loan-date c-multiple-offer-loan-offers";
    padding-bottom: 4em;
}

.a-multiple-offer-loan-date {
    grid-area: a-multiple-offer-loan-date;
    align-self: center;
    font-weight: bold;
    font-size: 2rem !important;
    justify-self: center;
}

.c-multiple-offer-loan-offers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14.7em, 1fr));
    max-width: calc(4 * 14.7em + 3 * 2em);
    gap: 2em;
}

.c-multiple-offers-previous {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas:
                ".";
}

.c-multiple-offers-timer-wrapper {
    display: grid;
    grid-template-columns: 50em;
    grid-template-rows: auto auto auto;
    grid-template-areas:
                "a-multiple-offers-timer-upper-text"
                "a-multiple-offers-timer-lower-text"
                "a-multiple-offers-timer";

    justify-self: center;
}

.a-multiple-offers-timer-upper-text {
    grid-area: a-multiple-offers-timer-upper-text;
    font-size: 1.8rem !important;
    font-weight: bold;
    text-align: center;
    padding-bottom: 1em;
}

.a-multiple-offers-timer-lower-text {
    grid-area: a-multiple-offers-timer-lower-text;
    max-width: 20em;
    text-align: center;
    justify-self: center;
    padding-bottom: 2em;
    font-size: 1rem !important;
}

.a-multiple-offers-timer {
    grid-area: a-multiple-offers-timer;
    padding-bottom: 5em;
    justify-self: center;
}

.multiple-offer-timer {
    font-size: 2rem !important;
    font-weight: bold;
}

.institution-modal-close {
    display:none !important;
}


.c-offer-page {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 9em min-content 5em;
    grid-template-areas:
            "a-offer-page-image"
            "a-offer-page-text"
            "a-offer-page-proceed";

    height: 100vh;
}

.a-offer-page-image {
    grid-area: a-offer-page-image;
    justify-self: center;
    align-self: center;
}

.a-offer-page-text {
    grid-area: a-offer-page-text;
    justify-self: center;
    align-self: center;
    padding-bottom: 2em;
    width: 20em;
    font-weight: bold;
}

.a-offer-page-proceed {
    grid-area: a-offer-page-proceed;
    justify-self: center;
}

.offer-page-image {
    max-height: 6em;
}


.c-rmkt-unsubscribe {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: min-content min-content min-content auto;
    grid-template-areas:
            "a-rmkt-unsubscribe-title"
            "a-rmkt-unsubscribe-fields"
            "a-rmkt-unsubscribe-fields-error"
            "a-rmkt-unsubscribe-continue";

    height: 100vh;
    width: 100%;
    max-width: 435px;
    margin: 0 auto;
}

.a-rmkt-unsubscribe-title {
    grid-area: a-rmkt-unsubscribe-title;
    padding-top: 3em;
    align-self: center;
    font-size: 1.3rem;
}

.a-rmkt-unsubscribe-fields {
    grid-area: a-rmkt-unsubscribe-fields;
    padding-top: 2em;
}

.a-rmkt-unsubscribe-fields-error {
    grid-area: a-rmkt-unsubscribe-fields-error;
}

.a-rmkt-unsubscribe-continue {
    grid-area: a-rmkt-unsubscribe-continue;
}


.c-rmkt-unsubscribe-checkboxes {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: min-content min-content min-content min-content min-content;
    grid-template-areas:
            "a-rmkt-unsubscribe-checkboxes-title"
            "a-rmkt-unsubscribe-checkboxes-subtitle"
            "c-rmkt-unsubscribe-checkboxes-inputs"
            "a-rmkt-unsubscribe-checkboxes-submit"
            "a-rmkt-unsubscribe-checkboxes-keep";

    height: 100vh;
    width: 100%;
    max-width: 435px;
    margin: 0 auto;
    padding-bottom: 1em;
}

.a-rmkt-unsubscribe-checkboxes-title {
    grid-area: a-rmkt-unsubscribe-checkboxes-title;
    font-size: 2rem;
    text-align: center;
}

.a-rmkt-unsubscribe-checkboxes-subtitle {
    grid-area: a-rmkt-unsubscribe-checkboxes-subtitle;
    font-size: 1.2rem;
    padding-top: 1em;
    padding-bottom: 1em;
}

.c-rmkt-unsubscribe-checkboxes-inputs {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas:
            ".";
}

.a-rmkt-unsubscribe-checkboxes-submit {
    grid-area: a-rmkt-unsubscribe-checkboxes-submit;
    margin-bottom: 1.5em;
}

.a-rmkt-unsubscribe-checkboxes-keep {
    grid-area: a-rmkt-unsubscribe-checkboxes-keep;
}

.unsubscribe-checkbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative;
}

.unsubscribe-message-wrapper {
    height: 100vh;
    width: 100%;
    max-width: 435px;
    margin: 0 auto;
    padding-top: 3em;
    font-size: 1.5rem;
    text-align: center;
}

.luzo3-smaller-text {
    font-size: 1rem;
}

.loading-countdown {
    text-align: center;
    padding-bottom: 2em;
    font-size: 5rem !important;
}

.loading-countdown-text {
    font-size: 2rem !important;
    text-align: center;
    padding-top: 2em;
}


@media screen and (max-width: 1430px) {
    .c-multiple-offer-loan {
        grid-template-columns: 15em min-content;
    }
}

@media screen and (max-width: 1330px) {
    .c-multiple-offer-loan-offers {
        max-width: calc(3 * 14.7em + 2 * 2em);
    }
}

@media screen and (max-width: 1100px) {
    .c-multiple-offers {
        grid-template-columns: repeat(auto-fit, minmax(14.7em, 1fr));
        max-width: calc(2 * 14.7em + 1 * 2em);
    }

    .c-multiple-offers-closed {
        grid-template-columns: repeat(auto-fit, minmax(14.7em, 1fr));
        max-width: calc(2 * 14.7em + 1 * 2em);
    }
}

@media screen and (max-width: 1070px) {
    .c-multiple-offer-loan-offers {
        max-width: calc(2 * 14.7em + 1 * 2em);
    }
}

@media screen and (max-width: 900px) {
    .multiple-offer-button {
        height: 2.5em;
    }

    .c-multiple-offers-timer-wrapper {
        grid-template-columns: 35em;
    }

    .c-multiple-offer-loan {
        grid-template-columns: 20em min-content;
    }

    .c-multiple-offer-loan-offers {
        max-width: calc(3 * 14.7em + 2 * 2em);
    }
}

@media screen and (max-width: 870px) {
    .c-multiple-offer-loan {
        grid-template-columns: 20em min-content;
    }

    .c-multiple-offer-loan-offers {
        max-width: calc(2 * 14.7em + 1 * 2em);
        justify-self: center;
    }

    .luzo3-smaller-text {
        font-size: 0.7rem !important;
    }
}

@media screen and (max-width: 680px) {
    .c-multiple-offer-loan {
        grid-template-columns: 1fr;
        grid-template-rows: 6em auto;
        grid-template-areas:
            "a-multiple-offer-loan-date"
            "c-multiple-offer-loan-offers";
    }
}

@media screen and (max-width: 400px) {
    .c-multiple-offer {
        grid-template-rows: 1em 7em 2em 4em 3em;
    }
    .a-multiple-offers-title {
        font-size: 1rem !important;
    }

}

/* Prelanding */

.action-offer {
    background-color: #dfe8fa;
}
.action-offer.leadwise_epsilon  .application-base {
    background: #dfe8fa;
}
.action-offer .home .navbar-header {
    background-color: #dfe8fa;
}

.action-offer .hero-bg {
    background-image:url('/img/epsilon/img/prelanding-hero-bg.png');
    border-radius: 32px;
    background-size: cover;
}

.action-offer .prelanding-left {
    border-radius: 16px;
    border: 1px solid var(--black-100, #E3E3E3);
    background: #FFF;
    display: flex;
    width: 364px;
    padding: 28px;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

.action-offer .prelanding-left > div {
    /* width: 300px; */
}

.action-offer .prelanding-left h1 {
    color: var(--primary-900, #2B387D);

    /* Heading/H2/Bold */
    font-family: Satoshi;
    font-size: 36.49px;
    font-style: normal;
    font-weight: 700;
    line-height: 47.437px; /* 130% */
    letter-spacing: -1.825px;
}

.action-offer .prelanding-left p {
    color: var(--primary-900, #2B387D);

    /* txt/Body 1/Medium */
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.32px;
}

.action-offer .prelanding-left strong {
    color: var(--primary-900, #2B387D);

    /* txt/Body 1/Medium */
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px; /* 150% */
    letter-spacing: -0.32px;
}

.action-offer .prelanding-left a,
.action-offer .prelanding-left a:focus {
    border-radius: 360px;
    background: var(--primary-600, #3D5DD3);
    color: #FFF;

    /* txt/BUTTON/Bold */
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 21px; /* 150% */
    letter-spacing: -0.28px;
    cursor: pointer;
}

.action-offer .prelanding-left a:hover {
    transform: translateY(-5px) perspective(1000px);
    -webkit-transform: translateY(-5px) perspective(1000px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3);
    color: white;
}

.action-offer .prelanding-left a .bi {
    margin-left: 12px;
}

.action-offer .img-fluid {
    border-radius: 16px;
    margin-bottom: 18px;
}

/* Responsive Prelanding */

@media (max-width: 1200px) {
    .action-offer .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

}

@media (min-width: 992px) {
    .action-offer .prelanding-left {
        min-width: 364px !important;
    }
}

@media (max-width: 992px) {
    .action-offer .prelanding-left > div {
        width: 100%;
    }
}

/* Prelanding Form */

#step_2 {
    margin-bottom: 141px;
    display: none;
}

.action-offer .left_col {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.action-offer .prelanding-text {
    display: flex;
    width: 374px;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

.action-offer .prelanding-text h1 {
    color: var(--primary-900, #2B387D);

    /* Heading/H2/Bold */
    font-family: Satoshi;
    font-size: 36.49px;
    font-style: normal;
    font-weight: 700;
    line-height: 47.437px; /* 130% */
    letter-spacing: -1.825px;
}

.action-offer .prelanding-text p {
    color: var(--primary-900, #2B387D);

    /* txt/Body 1/Medium */
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.32px;
}

.action-offer .prelanding-text p strong {
    color: var(--primary-900, #2B387D);

    /* txt/Body 1/Medium */
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px; /* 150% */
    letter-spacing: -0.32px;
}

.action-offer .raiffeisen_logo {
    mix-blend-mode: darken;
}

.action-offer .blocks {
    display: flex;
    width: 364px;
    flex-direction: column;
    align-items: flex-start;

}

.action-offer .blocks .block {
    border-radius: 16px;
    padding: 24px;
    border: 1px solid var(--black-100, #E3E3E3);
    background: #FFF;
    width: 100%; /* 364px */
    align-items: flex-start;
    display: flex;
    margin-top: 25px;
}

.action-offer .block .block-img {
    margin-right: 16px;
}

.action-offer .block .block-text {
    max-width: 276px;
}

.action-offer .blocks .block h1 {
    color: var(--primary-900, #2B387D);

    /* txt/Body 1/Medium */
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: -0.32px;
}

.action-offer .blocks .block p {
    color: var(--primary-900, #2B387D);

    /* txt/Body 1/Medium */
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    /* letter-spacing: -0.32px; */
    margin-top: 3px;
}

.action-offer .prelanding-calculator {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}

.action-offer .prelanding-calculator .white_block {
    border-radius: 16px;
    border: 1px solid var(--black-100, #E3E3E3);
    background: #FFF;
    padding: 32px;
    display: flex;
    width: 558px;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.action-offer .prelanding-calculator .white_block .title,
.action-offer .prelanding-calculator .white_block .price {
    padding-left: 0;
    padding-right: 0;
}

.action-offer .prelanding-calculator .white_block .price {
    text-align: right;
}

.action-offer .prelanding-calculator .white_block .price img {
    margin-bottom: 8px;
}

.action-offer .prelanding-calculator .white_block .title {
    color: var(--primary-900, #2B387D);

    /* Heading/H5/Bold */
    font-family: Satoshi;
    font-size: 22.78px;
    font-style: normal;
    font-weight: 700;
    line-height: 29.614px; /* 130% */
    letter-spacing: -0.911px;
    max-width: 176px;
}

.action-offer .prelanding-calculator .white_block .price h1 {
    color: var(--primary-900, #2B387D);

    /* Heading/H5/Bold */
    font-family: Satoshi;
    font-size: 22.78px;
    font-style: normal;
    font-weight: 700;
    line-height: 29.614px; /* 130% */
    letter-spacing: -0.911px;
}

.action-offer .prelanding-calculator .white_block .price p {
    color: var(--primary-900, #2B387D);
    leading-trim: both;
    text-edge: cap;

    /* txt/CAPTION/Regular */
    font-family: "Plus Jakarta Sans";
    font-size: 12.64px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.96px; /* 150% */
    letter-spacing: -0.253px;
}

.action-offer .prelanding-calculator .line_title {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--primary-900, #2B387D);

    /* Heading/H6/Bold */
    font-family: Satoshi;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.4px; /* 130% */
    letter-spacing: -0.72px;
}

.action-offer .prelanding-calculator .line_title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #C7D7F6;
    margin-left: 20px;
}

.action-offer .prelanding-calculator .form_block {
    gap: 25px;
}

.action-offer .prelanding-calculator .list-group.w-100 {
    margin-top: -10px;
}

.action-offer .prelanding-calculator .list-group.w-100 .list-group-item {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #C7D7F6;
    padding: 6px 0;

    color: var(--primary-900, #2B387D);

    /* txt/Body 1/Regular */
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.32px;
}

.action-offer .prelanding-calculator .list-group.w-100 .list-group-item:nth-last-child(1) {
    border-bottom: 0;
}

.action-offer .prelanding-calculator .list-group.w-100 .list-group-item.bold,
.action-offer .prelanding-calculator .list-group.w-100 .list-group-item.bold .badge{
    font-weight: 700;
}

.action-offer .prelanding-calculator .list-group.w-100 .list-group-item .badge {
    color: var(--primary-900, #2B387D);

    /* txt/Body 1/Regular */
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.32px;
}

.action-offer .prelanding-calculator .list-group.checkbox {
    display: flex;
    align-items: left;
    gap: 12px;
    align-self: stretch;
}

.action-offer .prelanding-calculator .list-group.checkbox .list-group-item {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 19px;
}

.action-offer .prelanding-calculator .list-group.checkbox .list-group-item span {
    color: var(--primary-900, #2B387D);

    /* txt/Body 2/Medium */
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.28px;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;

    padding-top: 0 !important;
}

.action-offer .prelanding-calculator .list-group.checkbox .list-group-item span a {
    color: var(--primary-900, #2B387D);
    text-decoration-line: underline;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.28px;
}

.action-offer .prelanding-calculator .form-check-input {
    position: absolute;
    height: 24px !important;
    width: 24px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 2px solid #AFAFAF;
    border-bottom: 2px solid #AFAFAF;
    border-radius: 0px;
    outline: none;
    left: 0;
    transition-duration: 0.3s;
    background-color: #FFF;
    cursor: pointer;
    top:6px;
}

.action-offer .prelanding-calculator .form-check-input:checked {
    background-color: #3d5dd3;
    border: 0px solid white;
    border-bottom: 0px solid white !important;
    top:6px;
}

.action-offer .prelanding-calculator .check-mark {
    position: absolute;
    left: -12px;
    height: 15px;
    width: 8px;
    margin-top: 6px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
    pointer-events: none;
    top:6px;
}

.action-offer .prelanding-calculator a.submit {
    width: 100%;
    display: flex;
    height: 60px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 360px;
    background: var(--primary-600, #3D5DD3);
    color: #FFF;

    /* txt/BUTTON/Bold */
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 21px; /* 150% */
    letter-spacing: -0.28px;
}

.action-offer .prelanding-calculator a.submit:hover {
    transform: translateY(-5px) perspective(1000px);
    -webkit-transform: translateY(-5px) perspective(1000px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3);
}

.action-offer .prelanding-calculator a.submit .bi {
    margin-left: 12px;
}

.disabled-link {
    pointer-events: none;
    color: gray;
    cursor: default;
    text-decoration: none;
    opacity: 0.6;
}

/* Responsive Prelanding Form */

@media (min-width: 992px) {
    .action-offer .prelanding-text,
    .action-offer .blocks {
        max-width: 364px !important;
    }
}

@media (max-width: 992px) {
    .action-offer .prelanding-text,
    .action-offer .blocks  {
        width: 100% !important;
    }

    .action-offer .block .block-text {
        max-width: 100%;
    }

    .action-offer .prelanding-text {
        align-items: center;
        padding-left: 0;
        padding-right: 0;
    }

    .action-offer .prelanding-text h1.fw-bold {
        font-size: 32.44px;
    }

    .action-offer .prelanding-text .sub_title,
    .action-offer .prelanding-text h1.fw-bold {
        text-align: center;
    }

    .action-offer .prelanding-calculator {
        position: static;
    }

    .action-offer .prelanding-calculator .white_block {
        width: 100%;
        margin-top: 25px;
        margin-bottom: 0;
    }

    .action-offer .prelanding-calculator .form_block {
        margin-top: 5px;
    }

    .action-offer .prelanding-calculator .white_block .title {
        text-align: center;
        max-width: 100%;
        font-size: 18px;
        line-height: 23.4px; /* 130% */
        letter-spacing: -0.72px;
    }

    .action-offer .prelanding-calculator .white_block .price {
        margin-top: 16px;
        text-align: center;
    }

    .row.three_blocks {
        display: flex;
        flex-direction: column;
    }

    .prelanding-text {
        order: 1;
    }

    .prelanding-calculator {
        order: 2;
    }

    .blocks {
        order: 3;
    }

}

/* Digit Block */

#digit_block {
    margin-bottom: 0;
    margin-top: 50px;
}

#digit_block .white_block {
    border-radius: 16px;
    border: 1px solid var(--black-100, #E3E3E3);
    background: #FFF;
    padding: 32px;
    display: flex;
    width:100%;
    max-width: 500px;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    margin-bottom: 15px;
}

#digit_block .white_block button.submit {
    width: 100%;
    display: flex;
    height: 60px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 360px;
    background: var(--primary-600, #3D5DD3);
    color: #FFF;

    /* txt/BUTTON/Bold */
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 21px; /* 150% */
    letter-spacing: -0.28px;
}

#digit_block .white_block button.submit:hover {
    transform: translateY(-5px) perspective(1000px);
    -webkit-transform: translateY(-5px) perspective(1000px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3);
}

#digit_block .white_block button.submit .bi {
    margin-left: 12px;
}

#digit_block .error-text {
    text-align: center;
    color: red;
    font-weight: bold;
    margin-top: 12px;
}
/*------------------------------*/

/* registration.css */

.circle-container,
.steps-h1,
.proc-text,
.proc {
    display: none;
}
.application-base.inner-page {
    background: none;
}
.bottom-helper {
    display: none;
}
#mainPageWrapper {
    padding-top: 0;
}
.application-base.inner-page {
    padding-top: 0;
    margin-top: 0;
}
.application-base .steps-wrapper {
    width: 100%;
    max-width: 600px;
    border-radius: 32px;
    background: #FFF;
    padding: 24px;
    margin: 0 auto;
    margin-bottom: 85px;
}
.application-base #contentWrapper .new.consents-wrapper  {
    margin-top: 160px;
}
.new.check-all-button {
    background-color: var(--color100, #522572);
}
.application-base .steps-wrapper.z-steps-wrapper {
    display: flex;
    flex-wrap: wrap;
    --gap: 24px;
    gap: var(--gap);
}
/*#mainFieldWrapper-name,*/
/*#mainFieldWrapper-surname {*/
/*    flex: 0 0 calc(50% - var(--gap) / 2);*/
/*    box-sizing: border-box;*/
/*}*/
.steps-wrapper label {
    color: #31313A;
    opacity: 1;
    font-family: 'Satoshi', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.33;
}
.z-input-required {
    margin: 0 0 0 2px;
    color: #B91D1D;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.input-flex .input-container input:not(input[type="submit"]) {
    border-radius: 8px;
    border: 1px solid #A1A7B9;
    width: 100%;
    height: 52px;
    padding:0 0 0 16px;
    color: #31313A;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
}
.single--input .input-flex .input-container input.field-error {
    border: 1px solid red;
    border-bottom: 1px solid red !important;
}
.single-input:not(:last-of-type) {
    margin-bottom: 5px;
}
.single-input .field-correct {
    border-bottom: 1px solid #A1A7B9 !important;
}
.steps-wrapper .new {
    /*width: 100%;*/
}
.steps-wrapper .square-button {
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    background-color: var(--color100, #522572);
    color: #DADCE3;
    font-family: 'Satoshi', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.33;
    border-radius: 40px;
    padding: 12px;
}
.z-phone-prefix {
    display: flex;
    padding: 16px;
    width: 66px;
    height: 52px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: var(--color100, #522572);
    color: #F0F1F4;
    border-radius: 8px 0 0 8px;
    border: 1px solid #A1A7B9;
    border-right: 0px solid #A1A7B9;
    text-align: center;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
}
.input-flex .input-container input.z-phone-prefix-input {
    border-radius: 0 8px 8px 0 !important;
    border-left: 0px solid #A1A7B9 !important;
}
.z-combine-container-reg {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 20px auto 0 auto;
}
.samazini-phone {
    position: relative;
    display: flex;
    justify-content: end;
    width:100%;
    max-width:1150px;
    margin: 150px auto 0 auto;
    padding: 0 20px;
    z-index: 2;
}

.single-input select {
    background: transparent;
    border: 1px solid #A1A7B9;
    border-radius: 8px;
    width: 100%;
    height: 52px;
    padding: 0 16px 0 16px;
    color: #31313A;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
}
.single-input select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.z-chevron-down {
    position: absolute;
    right: 20px;
    display: flex;
    height: 52px;
    align-items: center;
    color: var(--color100, #522572);
    pointer-events: none;
}
.single-input .field-error {
    border-bottom: 1px solid #A1A7B9 !important;
}
#mainFieldWrapper-gender .input-container,
#mainFieldWrapper-isTrueBeneficiary .input-container,
#mainFieldWrapper-politicalFigure .input-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
}
#mainFieldWrapper-gender .field-select-button,
#mainFieldWrapper-isTrueBeneficiary .field-select-button,
#mainFieldWrapper-politicalFigure .field-select-button {
    display: flex;
    align-items: center;
    width: 50%;
    height: 52px;
    padding: 0 0 0 16px;
    color: #31313A;
    background: transparent;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    border: 1px solid #A1A7B9 !important;
    border-radius: 8px;
    margin: 0;
}
.registrationForm .z-select-button.field-select-button-selected {
    background-color: var(--color100, #522572) !important;
    color: #F0F1F4 !important;
}
.registrationForm .new.position-relative {
    width: 100%;
}
#mainFieldWrapper-gender .field-select-button.field-select-button-selected,
#mainFieldWrapper-isTrueBeneficiary .field-select-button.field-select-button-selected,
#mainFieldWrapper-politicalFigure .field-select-button.field-select-button-selected {
    border: 1px solid var(--color100, #522572) !important;
}
.single--input--inner.z-input-50 {
    flex: 1 1 50%;
    box-sizing: border-box;
}
.z-warning {
    display: flex;
    gap: 5px;
    color: #B91D1D;
    font-family: 'Satoshi', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 5px;
}
.z-thank-you-background {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 28px 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1868px;
    margin: 0 auto;
}
.z-thank-you-container-background {
    display: flex;
    background-color: #F4F4F7;
    border-radius: 40px;
    min-height: 300px;
}

.z-thank-you {
    position: relative;
    padding: 28px 0;
    width: 100%;
    max-width: 1868px;
    margin: 0 auto 30px auto;
}
.z-thank-you-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background-color: #F4F4F7;
    border-radius: 40px;
    padding: 0 30px 150px 30px;
}

#thankYouPage .z-thank-you {
    padding: 80px 0 0 0;
}
.z-thank-you-svg {
    color: var(--color100, #522572);
    margin: 0 ;
}
.z-thank-you-title {
    color: #000;
    text-align: center;
    font-family: 'Satoshi', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 83.2px */
    letter-spacing: -0.96px;
    margin: 0;
}
.z-thank-you .z-title {
    text-align: center;
}
.z-thank-you .z-submit {
    padding: 12px;
}
.z-thank-you .z-small-text {
    text-align: center;
    padding: 0 20px;
    color: #1D1D1B;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
}
.z-thank-you .z-submit-text {
    text-align: center;
    justify-content: center;
}
.z-thank-you a,
.z-thank-you a.z-submit-text,
.z-thank-you a.z-submit-text:link,
.z-thank-you a.z-submit-text:visited,
.z-thank-you a.z-submit-text:hover,
.z-thank-you a.z-submit-text:active {
    text-decoration: none;
}
.z-thank-you .z-underline {
    position: absolute;
    width: 300px;
    overflow: hidden;
    left: -42px;
    top: 16px;
    z-index: -1;
}
.e-back-to-home  {
    display: flex;
    padding: 18px 32px;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border: none;
    outline: none;
    appearance: none;
    border-radius: 120px;
    background: var(--color100, #1C5CE9);
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.304px;
    border: 1px solid var(--color100, #1C5CE9);
}
.e-back-to-home:hover {
    color: var(--color100, #1C5CE9);
    border: 1px solid var(--color100, #1C5CE9);
    background: #fff;
}
.redirect-text.thank-you-page {
    max-width: 100%;
    width: 100%;
    padding-top: 0;
}
.redirect-text.thank-you-page .z-thank-you {
    padding-top: 0;
}
.redirect-text.thank-you-page .z-thank-you-container {
    border-radius: 24px;
}
/* =========================================================== check-box ============= */
#masterConsentValid {
    display: none;
}
#consents .single-input .row,
.single-input-checkbox .row {
    display: flex;
    flex-wrap: nowrap;
}
.single-input-checkbox .checkbox.new, .col-auto.checkbox.new {
    /*min-height: 20px;*/
}
#consents .single-input .col-auto,
.single-input-checkbox .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
#consents .single-input .single-input-inner-consent,
.single-input-checkbox .single-input-inner-consent {
    margin-left: 0 !important;
}
#consents .single-input .single-input-check,
.single-input-checkbox .single-input-check {
    width: 24px !important;
    height: 24px !important;
    margin: 0;
}
#consents .single-input label.new,
.single-input-checkbox .single-input label.new  {
    opacity: 1;
}
.single-input.single-input-checkbox {
    margin-bottom: 20px;
}
.single-input .field-correct.agree {
    border-bottom: 1px solid #A1A7B9 !important;
}
#consents .single-input .new-checkbox-label-wrapper,
#consents .single-input .checkbox-label-wrapper.new,
.single-input-checkbox .new-checkbox-label-wrapper,
.single-input-checkbox .checkbox-label-wrapper.new {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-left: 36px;
}
#consents .single-input .checkbox-label-wrapper.new a,
#consents .single-input .new-checkbox-label-wrapper a,
.single-input-checkbox .checkbox-label-wrapper.new a,
.single-input-checkbox .new-checkbox-label-wrapper a {
    color: var(--color100, #522572);
    line-height: 1.4;
    text-decoration: none;
}
#consents .single-input .checkbox-label-wrapper.new a:hover,
#consents .single-input .new-checkbox-label-wrapper a:hover,
.single-input-checkbox .checkbox-label-wrapper.new a:hover,
.single-input-checkbox .new-checkbox-label-wrapper a:hover {
    color: var(--color100, #522572);
    text-decoration: underline;
}
#consents .single-input .checkbox-label-registration,
.single-input-checkbox .checkbox-label-registration {
    font-size: 16px !important;
    margin: 0 !important;
    color: #31313A;
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
}
#consents .single-input .checkbox-label-registration.new,
.single-input-checkbox .checkbox-label-registration.new {
    display: flex;
    flex-wrap: nowrap;
    min-height: 24px;
    flex: 1 1 80%;
}
#consents .single-input .checkbox-label-registration.new p,
.single-input-checkbox .checkbox-label-registration.new p {
    margin: 0;
    text-align: left;
    flex: 1 1 80%;
}
#consents .single-input .checkbox-label-registration.new a,
.single-input-checkbox .checkbox-label-registration.new a {
    color: var(--color100, #522572); !important;
}
#consents .single-input .checkbox.new,
.single-input-checkbox .checkbox.new,
.single-input-checkbox .col-auto.checkbox.new {
    min-height: 24px;
}
.single-input-checkbox .check-mark,
#consents .single-input .check-mark {
    position: absolute;
    margin-left: 7px;
    height: 18px;
    width: 9px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(40deg);
    pointer-events: none;
}
.checkbox.new > .single-input-check.agree {
    position: absolute;
    height: 24px !important;
    width: 24px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #A1A7B9;
    border-bottom: 1px solid #A1A7B9;
    border-radius: 4px;
    outline: none;
    margin: 0 25px 0 0;
    transition-duration: 0.3s;
    background-color: #FFF;
    cursor: pointer;
}

.single-input .checkbox.new > input.agree:checked {
    background-color: var(--color100, #522572);
    border: 0 solid white;
    border-bottom: 0 solid white !important;

}

.single-input .checkbox.new > input.agree:active {
    border: 0 solid white;
    border-bottom: 0 solid white !important;
}
.new.subconsents-plus {
    display: flex;
    color: var(--color100, #522572);
    height: 24px;
    min-width: 35px;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    justify-content: center;
    align-items: center;
}
.new.content {
    max-height: 100%;
}
.checkbox.new .subconsents-plus.fa-chevron-down,
.z-steps-wrapper .fas.fa-chevron-down,
.z-steps-wrapper .info-container .tips {
    display: none;
}

.checkbox-label-registration a {
    color: #B91D1D !important;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.green-button {
    background: var(--color100, #522572);
    color: #fff;
}
#submitNameFields {
    display: flex;
    margin: 0 auto;
}
.e-registration-header {
    width: 100%;
    max-width: 600px;
    padding: 24px;
    margin: 80px auto 0 auto;
    margin-bottom: 0px;
    color: #31313A;
    opacity: 1;
    font-family: 'Satoshi', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.33;
}
.action-registration .e-footer-col.last {
    display: none;
}
@media only screen and (max-width: 1280px) {

    .z-thank-you .z-underline {
        position: absolute;
        width: 300px;
        overflow: hidden;
        left: -100px;
        top: 10px;
        z-index: -1;
    }
}


@media only screen and (max-width: 878px) {
    .z-navbar-header .z-registration-header {
        height: auto;
    }
    .z-registration-header .home-logo {
        max-width: 92px;
    }
    .z-pre-registration .z-combine-container {
        margin: 90px auto 0 auto;
    }
    .z-thank-you,
    .z-thank-you-background {
        padding: 0;
    }
    .z-thank-you-container,
    .z-thank-you-container-background {
        border-radius: 0;
    }
    .z-thank-you-title {
        font-size: 28px;
    }
    .z-thank-you-container {
        padding: 20px 24px 60px 24px;
    }
    .samazini-phone {
        margin: 60px auto 0 auto;
    }
    .application-base #contentWrapper .new.consents-wrapper {
        margin-top: 100px;
    }

}

@media (max-width: 768px) {
    .samazini-phone .call-link {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2px 0 0 0;
    }
}



@media screen and (max-width: 767px) {
    .inner-page {
        margin-bottom: 0;
    }
    .application-base .steps-wrapper {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 600px) {
    #mainFieldWrapper-name, #mainFieldWrapper-surname {
        flex: 0 0 100%;
    }
    .e-registration-header {
        font-size: 18px;
        margin: 40px auto 0 auto;
    }
    .steps-wrapper label {
        font-size: 16px;
    }
    #mainFieldWrapper-gender .field-select-button,
    #mainFieldWrapper-isTrueBeneficiary .field-select-button,
    #mainFieldWrapper-politicalFigure .field-select-button {
        height: 48px;
    }
    .input-flex .input-container input:not(input[type="submit"]) {
        height: 48px;
    }
    .z-phone-prefix {
        height: 48px;
    }
    .z-title.z-centred {
        font-size: 24px;
    }
    .application-base.inner-page {
        margin-bottom: 30px;
    }
    .z-footer-last {
        padding: 0;
    }
}

@media only screen and (max-width: 382px) {
    #consents .single-input .checkbox-label-registration,
    .single-input-checkbox .checkbox-label-registration {
        font-size: 14px !important;
    }
}
/*------------------------------*/

/* eta.css */

@font-face {
    font-family:'Satoshi';
    src: url('/fonts/satoshi_regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    /*unicode-range: U+0020-00FE;*/
}
@font-face {
    font-family:'Satoshi';
    src: url('/fonts/satoshi_italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    /*unicode-range: U+0020-00FE;*/
}

@font-face {
    font-family:'Satoshi';
    src: url('/fonts/satoshi_bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    /*unicode-range: U+0020-00FE;*/
}

@font-face {
    font-family:'Satoshi';
    src: url('/fonts/satoshi_bold_italic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    /*unicode-range: U+0020-00FE;*/
}
@font-face {
    font-family:'Satoshi Light';
    src: url('/fonts/satoshi_light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    /*unicode-range: U+0020-00FE;*/
}
@font-face {
    font-family:'Satoshi Light';
    src: url('/fonts/satoshi_light_italic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    /*unicode-range: U+0020-00FE;*/
}
@font-face {
    font-family:'Satoshi Medium';
    src: url('/fonts/satoshi_medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    /*unicode-range: U+0020-00FE;*/
}
@font-face {
    font-family:'Satoshi Medium';
    src: url('/fonts/satoshi_medium_italic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-stretch: normal;
    /*unicode-range: U+0020-00FE;*/
}
html, body {
    height: 100%;                   /* needed for min-height: 100% to work */
    margin: 0;
}
body {
    font-weight: 400;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
* {
    font-family: 'Satoshi', sans-serif;
    box-sizing: border-box;
    line-height: 1.3;
}
a {
    text-decoration: none;
}
h1, h2 {
    font-weight: 600;
}
.w-100 {
    width: 100%;
}
.d-flex {
    display: flex;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
.align-items-center {
    align-items: center;
}

.leadwise_eta .main-background,
.leadwise_eta #mainPageWrapper,
.leadwise_eta #main-background {
    background-color: transparent;
    background: none;
}
.home {
    position: relative;   /* required for absolute child */
}
.button:hover {
	cursor: pointer;
}

.e-top-navbar {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 1;
    min-height: 80px;
    padding: 28px 26px;
}
.e-navbar-header {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 43px;
    border-radius: 40px;
}
.e-navbar-header-wrapper,
.e-navbar-header-wrapper-about-us {
    position: absolute;
    z-index: -992;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1920px;
    height: 1111px;
    border-radius: 40px;
    overflow: hidden;
    padding: 0 26px;
}
.e-navbar-header-wrapper-about-us {
    height: 678px;
}
.lang-ru .e-navbar-header-wrapper {
    height: 1210px;
}
.e-navbar-header-image {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 26px;
    max-width: 1920px;
    border-radius: 40px;
    background-image: url('/img/eta/img/img-finoro.webp');
    background-color: #F4F4F4;
    background-repeat: no-repeat;
    background-size: auto 100%;
    overflow: hidden;
}
.e-navbar-header-image-about-us {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 26px;
    max-width: 1920px;
    border-radius: 40px;
    background-image: url('/img/eta/img/img-about-us.webp');
    background-color: #F4F4F4;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
    overflow: hidden;
}

.e-logo a {
    display: flex;
    align-items: center;
}
/* ------------------------------------------------   menu --------------------------------------- */
#rangeOutput {
    all: unset;            /* remove all inherited / browser styles */
    width: 10ch;            /* width for 89 characters */
    text-align: right;     /* optional, align numbers right */
    box-sizing: border-box; /* safe sizing */
    -webkit-user-modify: read-write-plaintext-only;
}
#rangeOutputMonths {
    all: unset;            /* remove all inherited / browser styles */
    width: 4ch;            /* width for 89 characters */
    text-align: right;     /* optional, align numbers right */
    box-sizing: border-box; /* safe sizing */
    margin-left: auto;
    -webkit-user-modify: read-write-plaintext-only;
}

.e-menu {
    display: flex;
    gap: 30px;
    width: 33%;
    text-align: right;
    justify-content: end;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1D1D1B;
}
.e-mob-menu-links {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.e-mob-menu-links a:hover,
.e-menu a:hover {
    color: var(--color100, #1C5CE9);
}
.e-lang-butt-container {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 0 10px;
}
.e-lang-butt-container-mob {
    display: none;
    align-items: center;
    gap: 16px;
    margin: 0 0 0 auto;
}

.e-but-on-the-top {
    display: flex;
    padding: 18px 32px;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: var(--color100, #1C5CE9);
    color: #FFF;
    text-align: center;
    font-family: 'Satoshi', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.14px;
    border: none;
    border: 1px solid var(--color100, #1C5CE9);
}
.e-but-on-the-top:hover {
    color: var(--color100, #1C5CE9);
    border: 1px solid var(--color100, #1C5CE9);
}
.e-lang {
    width: 57px;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 57px;
    height: 57px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid var(--color100, #1C5CE9);
    color: #1D1D1B;
    text-align: center;
    font-family: 'Satoshi', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.14px;
}
.e-lang:hover,
.e-lang.e-selected:hover {
    color: #fff;
    background: var(--color100, #1C5CE9);
}
.e-lang.e-selected {
    color: var(--color100, #1C5CE9);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/* ----------------------------------------------   hero slider  ----------------------------------- */

.e-hero-content-wrapper {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    justify-content: space-between;
    z-index: 1;
    width: 100%;
    max-width: 1143px;
    margin: 0 auto;
    gap: 30px;
}
.e-hero-left {
    position: relative;
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
}
.e-hero-left h1 {
    color: #000;
    font-family: 'Satoshi', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.96px;
    margin: 0;
}
.e-hero-left-text {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    color: #000;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.16px;
}
.e-hero-right {
    display: flex;
    width: 461px;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 16px;
    background: rgba(255,255,255,0.6);
}

.e-hero-right {
    align-items: center;
    justify-content: center;
    padding: 32px;

    flex: 0 1 461px;

    min-width: 350px;
    max-width: 461px;
    background: rgba(255,255,255,0.6);
    border-radius: 16px;

    margin-left: 30px;
    margin-bottom: auto;
}
.slide-container {
    position: relative;
    width: 100%;
}
.e-how-much {
    color: #1D1D1B;
    font-family: 'Satoshi', sans-serif;
    font-size: 20.25px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26.325px */
    letter-spacing: -0.304px;
}
.counter span {
    text-align: center;
}
.counter {
    display: flex;
    flex: 0 0 200px;
    max-width: 200px;
    justify-content: space-between;
    padding: 6px;
    align-items: center;
    height: 48px;
    border: 1px solid #EFEBEB;
    border-radius: 24px;
}
.counter-minus, .counter-plus {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background-color: var(--color5, rgba(16, 55, 184, .05));
    width: 32px;
    height: 32px;
}

.counter-minus:hover, .counter-plus:hover {
    border: 1px solid var(--color100, #1C5CE9);
    /*background-color: var(--colorHover);*/
}
.counter-minus:hover > div, .counter-plus:hover > div {
    /*background-color: #fff;*/
}
.minus-simbol {
    background-color: var(--color100, #1C5CE9);
    width: 12px;
    height: 2px;
}
.plus-simbol-h {
    position: absolute;
    background-color: var(--color100, #1C5CE9);
    width: 12px;
    height: 2px;
}
.plus-simbol-v {
    position: absolute;
    background-color: var(--color100, #1C5CE9);
    width: 2px;
    height: 12px;
}
.epsi-scrol #rangeOutputScrol,
.hero-wrapper #rangeOutput,
.hero-wrapper #rangeOutputMonths {
    color: #1D1D1B;
    text-align: center;
    font-family: 'Satoshi', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 150% */
    letter-spacing: -0.14px;
}
.js-range-slider-scrol {
    position: absolute;
    height: 0;
    visibility: hidden;
}
.slide-container .irs--flat .irs-bar {
    height: 8px;
    background-color: var(--color100, #1C5CE9);
}
.slide-container .irs-single {
    display: none;
}
.slide-container .irs--flat .irs-line,
.slide-container .irs--flat .irs-line {
    height: 8px;
    background-color: var(--color100, #1C5CE9);
    opacity: 0.1;
}
.slide-container .irs--flat .irs-handle {
    background-color: var(--color100, #1C5CE9);
    color: #fff;
    top: 16px;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    padding: 0;
    border: 0px #fff solid;
}
.epsi-scrol .irs-handle.single,
.e-hero-right .irs-handle.single {
    padding: 7px 0 0 7px;
}
.epsi-scrol .irs-handle.single::before,
.e-hero-right .irs-handle.single::before {
    display: inline-block;
    content: url('/img/epsilon/img/check.png');
    height: 27px;
    width: 27px;
    color: white;
}
.slide-container .irs--flat .irs-handle > i:first-child {
    width: 0;
    background-color: transparent;
}

.epsi-content-1,
.epsi-content-2,
.epsi-content-3 {
    width: 25%;
}
.epsi-content-1 {
    min-width: 240px;
}
.epsi-content-2 {
    display: flex;
    flex-direction: column
}

.slider-min-max-cont {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}
.slider-min-max {
    border-radius: 8px;
    padding: 5px 20px;
    background-color: var(--color5, rgba(16, 55, 184, .05));
    font-size: 13px;
    font-weight: 700;
    color: var(--color100, #1C5CE9);
    text-align: center;
    -webkit-user-select: none;
}
.slider-min-max a {
    color: var(--color100, #1C5CE9);
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}
.slider-min-max a:hover,
.slider-min-max a:active,
.slider-min-max a:visited {
    color: var(--color100, #1C5CE9);
    text-decoration: none;
}

#range-output {
    display: flex;
    padding: 18px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 120px;
    background: var(--color100, #1C5CE9);
    color: #FFF;
    text-align: center;
    font-family: 'Satoshi', sans-serif;
    font-size: 20.25px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26.325px */
    letter-spacing: -0.304px;
    border: 1px solid var(--color100, #1C5CE9);
    transition: all linear 0.2s;
}
#range-output:hover {
    background: #FFF;
    color: var(--color100, #1C5CE9);
    border: 1px solid var(--color100, #1C5CE9);
}
.e-slider-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.slide-container .irs {
    width: 100%;
    position: relative;
    color: #535565;
}
.slide-container .irs--flat .irs-min, .slide-container .irs--flat .irs-max {
    display: none;
}
.e-slider-text-small {
    color: #9A9A9A;
    text-align: center;
    font-family: 'Satoshi', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 13px */
    letter-spacing: -0.1px;
    margin: 0;
}
hr {
    width: 100%;
    height: 1px;
    opacity: 0.2;
    background: #000;
    margin: 60px 0;
}
.e-hero-left-from-to {
    display: flex;
    max-width: 358px;
    min-height: 284px;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 24px;
    background: var(--color100, #1C5CE9);
}
.e-hero-left-from-to-txt {
    color: #FFF;
    font-family: 'Satoshi', sans-serif;
    font-size: 20.25px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.304px;
}
.e-hero-left-from-to-h {
    color: #FFF;
    font-family: 'Satoshi', sans-serif;
    font-size: 36.49px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.547px;
}
.e-hero-left-from-to-small {
    color: #FFF;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.16px;
}
.e-hero-right-list {
    display: flex;
    width: 749px;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.e-hero-offer-list {
    display: flex;
    padding: 18px 32px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 120px;
    border: 1px solid var(--color100, #1C5CE9);
    background-color: #F4F4F7;
    transition: all linear 0.2s;
    color: #000;
    text-align: center;
    font-family: 'Satoshi', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 150% */
    letter-spacing: -0.14px;
}
.e-hero-offer-list:hover {
    background: var(--color15, #1C5CE9);
}
.e-h4 {
    width: 100%;
    max-width: 752px;
    margin: 0 auto;
    color: #1D1D1B;
    text-align: center;
    font-family: 'Satoshi', sans-serif;
    font-size: 28.83px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.432px;
}
.e-h4-regular {
    color: #1D1D1B;
    text-align: center;
    font-family: 'Satoshi', sans-serif;
    font-size: 28.83px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.432px;
}
.e-h4-steps {
    margin-bottom: 68px;
}
.e-h4-eb {
    width: 100%;
    text-align: left;
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
    font-size: 36.49px;
    line-height: 130%;
    letter-spacing: -1.5%;
    color: #1D1D1B;
    margin: 20px 0 10px 0;
}
.e-h4.rew {
    font-size: 28px;
}
.lang-ru .e-h4.rew {
    font-size: 22px;
}
.slide2-img-1,
.slide2-img-2 {
    width: 200px;
    margin: 0 20px 0 0;
    display: block;
    float: left;
}
.slide2-img-2 {
    margin-top: 7px;
}
.e-p-eb {
    font-family: 'Satoshi', sans-serif;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1%;
    color: #1D1D1B;
    margin: 0;
}
.e-color-blue {
    color: var(--color100, #1C5CE9);
}
.e-hero-content-wrapper.last {
    margin: 140px auto 16px auto;
    flex-wrap: wrap;
}

.e-hero-block-3 {
    display: flex;
    flex-wrap: nowrap;
    gap: 29px;
    width: 100%;
    margin: 20px 0 24px 0;
}
.e-hero-block {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 33%;
}
.e-hero-block-icon-cont {
    position: absolute;

    z-index: 2;
    width: 33px;
    overflow: visible;
}
.e-hero-block-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98px;
    height: 98px;
    border-radius: 12px;
    background: var(--color100, #1C5CE9);
}
.e-h3-regular {
    color: #1D1D1B;
    font-size: 32.44px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.487px;
    margin: 0;
}
.e-h3-regular-500 {
    color: #1D1D1B;
    font-size: 32.44px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.487px;
    margin: 0;
}

.e-h6 {
    color: #1D1D1B;
    font-size: 20.25px;
    margin: 0;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.304px;
}
.e-body-regular {
    color: #1D1D1B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.16px;
    opacity: 0.7;
}
.e-body-regular-p {
    margin: 0;
}
.e-p {
    color: #1D1D1B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.14px;
    margin: 0;
    opacity: 0.8;
}
.e-hero-block-txt {
    display: flex;
    height: 174px;
    padding: 24px 24px 24px 96px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
    border-radius: 12px;
    background: #F4F4F7;
    margin: 0 0 0 45px;
}
.step-1-2-3-text {
    display: block;
}
.step-1-2-3-text .e-body-regular {
    margin: 24px 0 0 0;
}
/*///////////////////////////////////   loan steps   //////////////////////////////////////*/
.e-steps-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1143px;
    margin: 0 auto;
    gap: 30px;
}
.e-steps-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.steps-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 30px;
}
.step-content {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}
.step-content-text h6 {
    font-size: 23px;
    font-family: 'Satoshi Medium', sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}

.step-content-img-1,
.step-content-img-2,
.step-content-img-3 {
    width: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    max-width: 655px;
    height: 100%;
    min-height: 313px;
    border-radius: 24px;
}

.step-1-2-3 {
}
.e-step-content-text {
    display: flex;
    width: 50%;
    max-width: 461px;
    height: 461px;
    padding: 48px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 24px;
    background: #F4F4F7;
}
.e-but-wide,
.e-but-wide-dark {
    display: flex;
    padding: 18px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: none;
    outline: none;
    appearance: none;
    border-radius: 120px;
    background: var(--color100, #1C5CE9);
    border: 1px solid var(--color100, #1C5CE9);
    width: 100%;
    max-width: 480px;
    color: #FFF;
    text-align: center;
    font-size: 20.25px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.304px;
}
.e-but-wide:hover {
    color: var(--color100, #1C5CE9);
    background: #fff;
}

/* ///////////////////////////////////    dark-block    /////////////////////////////////// */

.e-but-wide-dark:hover {
    color: #fff;
    background: #1D1D1B;
}
.e-dark-block-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 26px;
    margin: 244px auto 0 auto;
}
.e-dark-block {
    display: flex;
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 1768px;
    background: #1D1D1B;
    border-radius: 32px;
}
.e-dark-block-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1143px;
    margin: 0 auto;
    padding: 100px 29px 35px 29px;
    border-radius: 32px;
    gap: 30px;
}
.e-dark-block-cont-left {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 50%;
}
.e-dark-block-cont-right {
    width: 50%;
    max-width: 364px;
}
.e-h2-dark-regular {
    width: 100%;
    color: #FFF;
    font-size: 36.49px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.547px;
    margin-top: auto;
}
.e-h2-dark-p {
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.16px;
    margin-top: 0;
    opacity: 0.7;
}
.e-dark-block-image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    height: auto;
    aspect-ratio: 16 / 11;
    border-radius: 24px;
    margin: 32px 0 0 0;
}
.new-right-block {
    margin: 0 auto;
    max-width: 364px;
    align-content: center;
}
.new-right-block-content {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}
.rounded-icon-text {
    display: inline-flex;
    gap: 25px;
    margin-bottom: 40px;
}
.e-rounded-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    min-width: 72px;
    min-height: 72px;
    border-radius: 12px;
    background-color: var(--color100, #1C5CE9);
    overflow: hidden;
    z-index: 2;
}

.vl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*padding: 73px 0;*/
    width: 2px;
    transform: translate(37px);
}
.vl-element {
    height: 10px;
    margin-bottom: 10px;
    background-color: var(--color100, #1C5CE9);
}
.vl-element:last-child {
    margin-bottom: 73px;
}

.icon-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.e-icon-text-cont {
    display: flex;
    align-items: center;
}
.e-icon-text-cont h6 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.16px;
    margin: 6px 0;
}
.e-icon-text-cont p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 150% */
    letter-spacing: -0.14px;
    opacity: 0.8;
}
/*/////////////////////////////////   additional-info   //////////////////////////////////////*/
.e-additional-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 136px 0 0 0;
}
.e-h2-additional {
    color: #1D1D1B;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.5px;
    margin: 25px 0 3px 0;
}
.new-section-white {
    width: 100%;
    background-color: #fff;
    min-height: 758px;
    padding: 120px 20px 60px 20px;
}
.new-section-white-content {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}
.sec-white-cont-left {
    position: relative;
    width: 60%;
    max-width: 633px;
    display: flex;
    align-items: start;
    margin: 30px 0 auto 0;
}
.sec-white-cont-right {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    max-width: 461px;
    gap: 20px;
}
.additional-img-right-container {
    position: relative;
    width: 100%;
}
.additional-img-right {
    position: relative;
    width: 100%;
    max-width: 633px;
    object-fit: contain;
}
.additional-img-top {
    position: absolute;
    top: 40px;
    left: -40px;
    width: 85%;
    max-width: 85%;
    aspect-ratio: 520 / 641;
}
.absol-top-left,
.absol-top-right,
.absol-bot-right {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 193px;
    height: 44px;
    text-align: center;
    color: #fff;
    font-size: 12.5px;
    font-weight: 700;
    background-color:  var(--color100, #1C5CE9);
    border-radius: 22px;
}
.absol-top-left {
    top: -20px;
    left: -30px;
}
.absol-top-right {
    top: -20px;
    right: -25px;
}
.absol-bot-right {
    bottom: -20px;
    right: -25px;
}
.plus-1000 {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    padding: 30px 0 44px 0;
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    gap: 20px;
    margin-top: 10px;
}
.e-t-plus {
    width: 50%;
    color: var(--color100);
    font-size: 36px;
    font-weight: 700;
    margin: 16px 0 0 0;
}
.e-t-plus-txt {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.16px;
    opacity: 0.7;
    margin: 7px 0 0 0;
}
.new-container-counter {
    width: 100%;
    max-width: 1768px;
    margin: 0 auto;
    padding: 80px 20px 30px 20px;
}
.e-but-wide.more-about-us {
    max-width: 364px;
    margin: 10px 0 0 0;
}
/* ----------------------------------------------   about us  ----------------------------------- */

.e-about-us-wrapper {
    width: 100%;
    display: flex;
    max-width: 1143px;
    margin: 136px auto 0 auto;
}
.e-about-us-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.e-h2-about-us {
    color: #1D1D1B;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.547px;
    margin: 20px 0 10px 0;
}
.e-about-us-content p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.16px;
    margin: 0;
    max-width: 530px;
}
.e-about-us-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 32px;
    margin: 68px 0 0 0;
}
.e-about-us-row-left {
    display: flex;
    width: 70%;
    max-width: 750px;
    /*min-height: 571px;*/
    padding: 48px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 24px;
    background: #F4F4F7;
}
.e-about-us-row-left-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.p-transp-0-7 {
    color: #1D1D1B;
    opacity: 0.7;
}
.e-about-us-row-left-block-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #1D1D1B;
    font-size: 16px;
}
.e-about-us-row-left-block-list div {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.e-about-us-row-left-block-list svg {
    flex: 0 0 17px;
    width: 17px;
    height: auto;
    margin: 5px 0 0 0;
}
.e-about-us-row-right {
    display: flex;
    align-items: end;
    width: 100%;
    max-width: 360px;
    aspect-ratio: 360 / 571;
    padding: 26px;           /* horizontal padding for background */
    margin: 0 auto;
    border-radius: 24px;
    background-image: url('/img/eta/img/e_bilinskis.webp');
    background-repeat: no-repeat;
    background-size: auto 100%;
    overflow: hidden;
}
.e-card {
    display: flex;
    width: 308px;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    background: #FFF;
}
.e-card-element {
    margin: 9px 0 7px 0;
}
.z-stat-slider-card {
    display: flex;
    height: 100%;
    padding: 64px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 24px;
    border: 1px solid #D8D8D8;
    background: #FFF;
}
.z-stat-slider-card .e-h4 {
    text-align: left;
}
.e-erte-gruppa-sig {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
}
.e-erte-gruppa-sig-img {
    display: flex;
    width: 60%;
    max-width: 200px;
    object-fit: contain;
}
/* ----------------------------    reviews    -----    slider   ------------------------ */

.e-reviews {
    width: 100%;
    display: flex;
    max-width: 1143px;
    margin: 0 auto;
}
.e-reviews-container {
    width: 100%;
}
.e-reviews .e-h2-about-us {
    margin: 80px 0 107px 0;
}
@media (hover: hover) {
    .direct-edit .slider-nav-mousedrag .slider-container::after {
        display: none;
    }
}
.swiffy-slider .slider-indicators {
    position: relative;
}
.swiffy-slider .slider-indicators {
    right: 0;
    left: 0;
}
/*.slider-nav.left::before,*/
/*.slider-nav.left::after {*/
/*    position: absolute;*/
/*    left: -30px;*/
/*}*/
/*.slider-nav.right::before,*/
/*.slider-nav.right::after {*/
/*    position: absolute;*/
/*    right: -28px;*/
/*}*/
.swiffy-slider slider-nav.left {
    display: none;
    transform: translate(60px);
}
.swiffy-slider .slider-indicators button {
    background-color: var(--color100);
    opacity: .6;
    margin: 0 7px;
    width: 14px;
    height: 14px;
}
.slider-indicators {
    display: flex;
    align-items: center;
}
.swiffy-slider.slider-nav-dark.slider-nav-round .slider-nav::before {
    background-color: var(--color100);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    opacity: 1;
}
.swiffy-slider.slider-nav-dark.slider-nav-round .slider-nav {
    opacity: 1;
    top: 45%;
    right: -26px;
    -webkit-filter: drop-shadow(0 0 1px #fff);
    filter: drop-shadow(0 0 1px #fff);
    padding: 0;
}
.swiffy-slider.slider-nav-dark.slider-nav-round .slider-nav.left {
    left: -26px;
}
.swiffy-slider.slider-nav-dark.slider-nav-round .slider-nav::before {
    position: relative;
    content: "";
    padding: 0;
    width: 52px;
    heigfht: 52px;
}
.swiffy-slider .slider-container {
    height: auto;
}
.slider-footer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    gap: 20px;
    padding: 30px;
}
.info-wrapper-button {
    display: flex;
    color: white;
    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
    height: 57px;
    align-items: center;
    padding: 0 35px;
    border: 1px solid #fff;
    border-radius: 28px;
}

.info-wrapper-button:hover {
    cursor: pointer;
    color: #fff;
    background-color: var(--color100);
    border: 1px solid var(--color100);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.z-stat-slider .slider-indicators-round .slider-indicators > * {
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0 9px;
    border: 0 solid transparent;
    border-radius: 50%;
    background: var(--color100, #1C5CE9);
    opacity: 0.2;
}
.z-stat-slider .slider-indicators-round .slider-indicators > .active {
    width: 20px;
    height: 20px;
    background: var(--color100, #1C5CE9);
    opacity: 1;
}
.z-stat-slider .swiffy-slider {
    --swiffy-slider-item-gap: 40px;
}
.z-stat-slider .swiffy-slider.slider-indicators-outside .slider-nav {
    width: 52px;
    height: 52px;
}
.z-stat-slider .slider-nav-round .slider-nav::before {
    background-color: var(--color100, #1C5CE9);
    background-image: url('/img/eta/img/arrow-small-left.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.z-stat-slider .slider-nav-round .slider-nav.slider-nav-next::before {
    background-image: url('/img/eta/img/arrow-small-right.svg');
}
.z-stat-slider .slider-nav-round .slider-nav::after {
    display: none;
}
.swiffy-slider .slider-container {
    height: auto;
}
.lang-ru .erte-grupa {
    display: none;
}

/* --------------------------- timer ----------------------- */
.e-gray-block {
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1768px;
    border-radius: 32px;
    background: #F4F4F7;
}
.e-timer-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1143px;
    margin: 0 auto;
    padding: 100px 0;
    gap: 30px;
}
.e-timer-cont-left {
    width: 50%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.e-timer-cont-right {
    width: 50%;
    max-width: 480px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.e-timer-h2 {
    color: #1D1D1B;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.6px;
    margin: 0;
}
.e-timer-cont-left p {
    margin: 0;
}
.time {
    width: 200px;
    height: 200px;
    background-color: var(--color20);
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 357px;
    height: 357px;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.time-inner {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #F4F4F7;;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 336px;
    height: 336px;
    border-radius: 50%;
    font-size: 96px;
    color: var(--color100);
    gap: 10px;
}

.counter-img-left {
    width: 125px;
    height: 125px;
    left: 0;
    bottom: -30px;
}
.counter-img-right {
    width: 94px;
    height: auto;
    right: 0;
    top: -30px;
}

.minutes, .secs, .time-inner {
    font-size: 96px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -1.44px;
}
.minutes p,
.secs p {
    font-size: 12px;
    padding-right: 0;
    padding-left: 5px;
    color: #1D1D1B;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.16px;
    margin: 0;
}
.e-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #1D1D1B;
    margin: 0 5px 10px 5px;
}
/* ---------------------------- footer ----------------------- */
.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1143px;
    margin: 0 auto;
    padding: 50px 0 70px 0;
    gap: 30px;
}
.e-footer-row {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
}
.e-footer-col {
    width: 30%;
    max-width: 267px;
}
.e-tel-mail {
    display: flex;
    flex-direction: column;
    margin: 24px 0 0 0;
    color: #1D1D1B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.16px;
}
.e-but-footer  {
    display: flex;
    padding: 18px 32px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: none;
    outline: none;
    appearance: none;
    border-radius: 120px;
    background: var(--color100, #1C5CE9);
    width: 100%;
    max-width: 266px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.304px;
    border: 1px solid var(--color100, #1C5CE9);
}
.e-but-footer:hover {
    color: var(--color100, #1C5CE9);
    border: 1px solid var(--color100, #1C5CE9);
    background: #fff;
}
.e-copy {
    width: 100%;
    text-align: left;
    color: #1D1D1B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
    opacity: 0.7;
}
/* ---------------------------- ... ------------------------ */
.mobile-background-hidden,
.mobile-header-wrapper {
    display: none;
}
.e-hamb {
    display: none;
    flex: 0 0 57px;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    border: 1px solid var(--color100, #1C5CE9);
    color: var(--color100, #1C5CE9);
    transition: all linear 0.2s;
}
/* -------------------------------  about us page  -------------------------- */
.e-about-us-cont {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    align-items: start;
    z-index: 1;
    width: 100%;
    max-width: 1143px;
    height: 505px;
    margin: 0 auto;
    padding: 0;
}
.e-about-us-header-block {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.e-about-us-cont h1 {
    max-width: 565px;
    color: #000;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.96px;
    margin: 0;
}
.e-about-us-cont p {
    margin: 0;
    max-width: 565px;
    font-size: 16px;
    color: #1D1D1B;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.14px;
    opacity: 0.7;
}
.e-about-us-wrapper-page {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1143px;
    margin: 34px auto 0 auto;
}
.e-about-us-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 34px;
}
.e-about-us-30 {
    display: flex;
    flex-direction: column;
    width: 33%;
}
h4.e-about-us-center {
    color: #1D1D1B;
    text-align: center;
    font-size: 28.83px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.432px;
    margin: 66px 0 8px 0;
}
p.e-about-us-center {
    color: #1D1D1B;
    text-align: center;
    font-family: Satoshi;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.16px;
    margin: 0;
}
.e-spec-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 32px;
    margin: 0 0 32px 0;
}
.e-spec-row.first-row {
    margin-top: 73px;
}
.e-spec-row-img {
    display: flex;
    max-width: 260px;
}
.e-spec-row-txt {
    display: flex;
    justify-content: center;
    flex: 1 1 848px;
    flex-direction: column;
    padding: 48px;
    gap: 24px;
    border-radius: 24px;
    background: #F4F4F7;
}
h3.e-spec {
    color: #1D1D1B;
    font-size: 32.44px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.487px;
    margin: 20px 0 0 0;
}
p.e-spec {
    color: #1D1D1B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.16px;
    opacity: 0.7;
    margin: 0;
}
.e-spec-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
}
.e-spec-list p {
    margin: 0;
}
.e-spec-list {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.e-spec-list svg {
    flex: 0 0 17px;
    width: 17px;
    height: auto;
    margin: 5px 0 0 0;
}
.e-spec-butt-cont {
    display: flex;
}
.e-but-spec  {
    display: flex;
    flex: 0 0 auto;
    padding: 18px 32px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: none;
    outline: none;
    appearance: none;
    border-radius: 120px;
    background: var(--color100, #1C5CE9);
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.304px;
    border: 1px solid var(--color100, #1C5CE9);
}
.e-but-spec:hover {
    color: var(--color100, #1C5CE9);
    border: 1px solid var(--color100, #1C5CE9);
    background: #fff;
}
.e-but-spec.light {
    background-color: transparent;
    color: var(--color100, #1C5CE9);
}
.e-but-spec.light:hover {
    background-color: var(--color100, #1C5CE9);
    color: #fff;
}
.e-h2-about-us.e-page {
    margin: 0 0 40px 0;
}

/*RR*/

#e-mob-menu {
    display: none;
}
.no-desk {
    display: none;
}
.application-base .inner-page {
    background: none;
}
.white-block-mob,
.white-block-mob .slides {
    height: 100%;
}

@media (max-width: 1768px) {

    .e-gray-block {
        border-radius: 0;
    }
}
@media (max-width: 1240px) {
    .e-hero-content-wrapper {
        padding-left: 52px;
        padding-right: 52px;
    }
    .e-hero-content-wrapper.last,
    .e-hero-content-wrapper.white,
    .e-steps-wrapper,
    .e-additional-wrapper,
    .e-about-us-wrapper,
    .e-about-us-wrapper-page,
    .e-reviews,
    .z-stat-slider,
    .e-gray-block,
    .footer {
        padding-left: 26px;
        padding-right: 26px;
    }
    .z-thank-you-background {
        padding: 0;
    }
    .z-thank-you-container-background,
    .z-thank-you-container {
        border-radius: 0;
    }

}

@media (max-width: 1209px){
    .e-about-us-cont {
        padding-left: 26px;
        padding-right: 26px;
    }
    .e-navbar-header-wrapper-about-us {
        width: 107%;
        top: 0;
        border-radius: 0;
        padding: 0;
    }
    .e-about-us-cont {
        height: 479px;
    }
}

@media (max-width: 992px) {
    .e-hero-content-wrapper {
        background-color: #F4F4F4;
        padding-left: 26px;
        padding-right: 26px;
    }
    .e-hero-content-wrapper.last {
        background-color: #fff;
        margin: 41px auto 16px auto;
    }
    .e-hero-content-wrapper.white {
        background-color: #fff;
        margin: 37px auto 60px auto;
    }
    .e-hero-content-wrapper.white hr {
        margin: 0;
    }

    .e-h4 {
        text-align: left;
        max-width: 652px;
        font-size: 22.7px;
    }
    .e-h4.e-center,
    .p-transp-0-7.e-center {
        text-align: center;
    }
    .no-mob {
        display: none;
    }
    .no-desk {
        display: flex;
    }
    .e-hero-left h1 {
        font-size: 32px;
    }

    .e-navbar-header {
        padding: 10px 0;
    }
    .e-top-navbar {
        padding: 28px 24px;
    }
    .e-top-navbar.index {
        background-color: #F4F4F4;
    }
    .e-lang-butt-container {
        display: none;
    }
    .e-lang-butt-container-mob {
        display: flex;
    }
    .e-menu {
        display: none;
    }
    .e-hamb {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .e-hamb:hover {
        cursor: pointer;
        color: #fff;
        background: var(--color100, #1C5CE9);
    }
    .e-hamb-open,
    .e-hamb-close,
    #e-mob-menu {
        display: none;
    }
    .e-hamb-open.selected,
    .e-hamb-close.selected {
        display: flex;
        align-items: center;
    }
    #e-mob-menu.selected {
        width: 100%;
        margin: 0 auto;
        max-width: 307px;
        display: flex;
        flex-direction: column;
        gap: 31px;
    }
    .e-but-on-the-top {
        padding: 17px 32px;
        justify-content: space-between;
    }
    .e-mob-menu-lang {
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        justify-content: center;
    }
    .e-navbar-header-image {
        display: none;
        background-image: none;
    }
    .e-hero-content-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 24px;
    }
    .e-about-us-cont {
        height: 545px;
    }

    .e-hero-left,
    .e-hero-right {
        width: 100%;
        max-width: 652px;
        margin-left: auto;
        margin-right: auto;
        gap: 24px;
    }
    #range-output {
        padding: 16px 32px;
    }
    .e-hero-product {
        display: flex;
        justify-content: center;
        width: 100%;
        color: black;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: -0.14px;
        margin: 24px auto 0 auto;
    }
    /* //////////////////////// */
    /* container */
    .custom-select {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    /* selected item */
    .custom-select .selected {
        display: flex;
        width: 100%;
        max-width: 358px;
        padding: 18px 32px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 120px;
        border: 1px solid var(--color100, #1C5CE9);
        background-color: #FFF;
        color: #000;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: -0.14px;
        cursor: pointer;
    }

    /* arrow inside selected */
    .custom-select .selected .arrow {
        transition: transform 0.3s;
    }

    /* rotate arrow when open */
    .custom-select.open .selected .arrow {
        transform: rotate(180deg);
    }

    /* dropdown options */
    .custom-select .options {
        position: relative;
        display: flex;
        width: 100%;
        max-width: 358px;
        list-style: none;
        margin: 0;
        padding: 10px 0;
        background: #fff;
        border-radius: 24px;
        display: none; /* hidden by default */
    }

    /* show dropdown */
    .custom-select.open .options {
        display: block;
    }

    /* each option */
    .custom-select .options li {
        padding: 3px 30px;
        transition: background 0.2s;
    }



    .custom-select .options li:hover {
        background-color: #f0f0f0;
    }
    /* //////////////////////// */
    .e-hero-left-list {
        padding: 20px 0 45px 0;
    }
    .e-hero-block-3 {
        margin: 16px 0 24px 0;
        flex-direction: column;
        gap: 16px;
    }
    .e-hero-block {
        width: 100%;
        max-width: 363px;
        margin: 0 auto;
    }
    .e-steps-wrapper {
        padding: 0 24px;
    }
    .e-steps-content {
        max-width: 652px;
    }
    .steps-row {
        flex-wrap: wrap;
    }
    .step-content-img-1, .step-content-img-2, .step-content-img-3 {
        width: 100%;
        aspect-ratio: 652 / 461; /* adjust to your image */
        max-width: 652px;
        height: auto;
        min-height: auto;
        margin: 0 auto;
    }
    .e-step-content-text {
        width: 100%;
        max-width: 652px;
        height: auto;
        padding: 24px;
        gap: 10px;
        margin: 0 auto;
    }
    .steps-row {
        margin-bottom: 15px;
        gap: 15px;
    }
    .steps-row.reverse {
        flex-direction: column-reverse;
    }
    .e-dark-block-wrapper {
        padding: 0 24px;
        margin: 10px auto 0 auto;
    }

    .e-dark-block {
        margin: 0 auto 0 auto;
        background: none;
    }
    .e-dark-block-container {
        flex-direction: column;
        padding: 19px 29px 35px 29px;
        border-radius: 32px;
        background: #1D1D1B;
    }
    .e-dark-block-cont-left {
        width: 100%;
        margin-bottom: 50px;
    }
    .e-additional-wrapper {
        padding: 0 24px;
        margin: 40px 0 0 0;
    }
    .sec-white-cont-right {
        max-width: 652px;
        margin-left: auto;
        margin-right: auto;
    }
    .e-additional-container.wrap-reverse,
    .e-about-us-row.wrap-reverse,
    .e-timer-wrapper.wrap-reverse {
        flex-direction: column;
        flex-direction: column-reverse;
    }
    .e-spec-row.wrap-reverse,
    .e-spec-row.wrap-spec-reverse {
        flex-direction: column;
        flex-direction: column-reverse;
    }
    .e-spec-row-txt {
        flex: unset;
        margin: 0 auto;
        padding: 24px;
    }
    .sec-white-cont-left {
        width: 90%;
        max-width: 652px;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .e-but-wide.more-about-us {
        max-width: 364px;
        margin: 10px auto 0 auto;
    }
    .absol-top-left, .absol-top-right, .absol-bot-right {
        min-width: auto;
        padding: 0 16px;
        height: 24px;
    }
    .absol-top-right, .absol-top-left {
        top: -10px;
    }
    .absol-bot-right {
        bottom: -10px;
    }
    .e-about-us-wrapper {
        padding: 0 24px;
    }
    .e-bilinskis-image {
        padding: 24px 22px;
    }
    .e-card {
        padding: 16px;
        gap: 6px;
    }
    .e-about-us-row.wrap-reverse {
        margin-top: 40px;
    }
    .e-about-us-row-left {
        width: 100%;
        max-width: 652px;
        margin: 0 auto;
        padding: 24px;
        gap: 24px;
    }
    .e-h2-about-us  {
        font-size: 32px;
        width: 100%;
        max-width: 652px;
        margin: 20px auto 10px auto;
    }
    .e-about-us-content p {
        width: 100%;
        max-width: 652px;
        margin: 0 auto;
    }
    .additional-img-top {
        max-height: 567px;
        max-width: 460px;
        aspect-ratio: 520 / 641;
    }
    .e-reviews {
        padding: 0 24px;
    }
    .e-reviews .e-h2-about-us {
        width: 100%;
        max-width: 652px;
        margin: 80px auto 40px auto;
    }
    .z-stat-slider {
        width: 100%;
        max-width: 360px;
        padding: 0;
        margin: 0 auto;
    }
    .slide2-img-2 {
        display: none;
    }
    .e-h4.rew {
        font-size: 20px;
    }
    .z-stat-slider-card {
        padding: 24px;
        gap: 0;
    }
    .z-stat-slider .slider-indicators {
        bottom: 0px;
        display: flex;
    }
    .z-stat-slider .swiffy-slider.slider-indicators-outside .slider-nav {
        width: 36px;
        height: 36px;
        transform: scale(1);
    }
    .swiffy-slider.slider-nav-dark.slider-nav-round .slider-nav.left {
        left: -18px;
    }
    .z-stat-slider .slider-nav-round .slider-nav::before {
        width: 36px;
        height: 36px;
    }
    .swiffy-slider.slider-nav-dark.slider-nav-round .slider-nav.slider-nav-next {
        right: -18px;
        left: unset;
    }
    .z-stat-slider .slider-item-ratio-3x4 {
        --swiffy-slider-item-ratio: 3/4;
    }
    .slide2-img-1,
    .slide2-img-2 {
        width: 100%;
        margin: 0 20px 10px 0;
    }
    .e-gray-block {
        margin: 30px 0 0 0;
        border-radius: unset;
        padding: 0;
    }
    .e-timer-wrapper {
        margin: 0 auto;
        padding: 30px 24px;
        gap: 30px;
    }
    .e-timer-cont-right {
        width: 100%;
        max-width: 309px;
        overflow: hidden;
    }
    .time {
        width: 309px;
        height: 309px;
    }
    .time-inner {
        width: 288px;
        height: 288px;
    }
    .e-timer-cont-left {
        width: 100%;
        max-width: 652px;
    }
    .e-timer-h2 {
        font-size: 32px;
        text-align: center;
    }
    .e-timer-cont-left {
        margin: 20px 0;
    }
    .e-timer-cont-left p {
        margin: 0;
        text-align: center;
    }
    .e-timer-wrapper .e-but-wide {
        margin: 0 auto;
    }
    .footer {
        padding: 0;
    }
    .footer-content {
        padding: 50px 24px 70px 24px;
    }
    .e-footer-row {
        flex-direction: column;
    }
    .e-footer-col {
        width: 100%;
        max-width: 652px;
        margin: 0 auto;
        text-align: center;
        justify-content: center;
    }
    .e-logo {
        display: flex;
        justify-content: center;
    }
    .button.e-but-footer {
        width: 100%;
        max-width: 312px;
        margin: 30px auto 20px auto;
    }
    .e-copy {
        text-align: center;
    }
    h4.e-about-us-center {
        margin-top: 36px;
    }
    .e-spec-row.first-row {
        margin-top: 43px;
    }
    .e-spec-row {
        gap: 15px;
        flex-direction: column;
        /*flex-wrap: wrap;*/
    }
    .e-spec-row-img {
        max-width: 312px;
        margin: 0 auto;
    }
    .e-spec-butt-cont {
        flex-wrap: wrap;
        gap: 5px;
    }
    .e-about-us-wrapper-page hr {
        margin: 20px 0 30px 0;
    }

}

@media screen and (max-width: 991px) {

    .e-about-us-cont h1 {
        font-size: 32px;
    }

}



@media screen and (min-width: 768px) {
    .e-navbar-header .mobile-header-wrapper {
        display: none !important;
    }
}

@media screen and (max-width: 555px) {
    .e-navbar-header-image-about-us {
        width: 100%;
        height: 778px;
        background-image: url('/img/eta/img/img-about-us-mob.webp');
        background-size: 100% auto; /* full width, keep aspect ratio */
        background-position: bottom center;
        background-repeat: no-repeat;
        border-radius: 0;
    }
    .hide-555 {
        display: none;
    }
    .counter {
        flex: 1 1 200px;
        max-width: 100%;
        width: 100%;
    }
    .lang-ru .e-h3-regular {
        font-size: 28px;
    }
    .lang-ru .e-h6 {
        font-size: 16px;
    }
}

@media (max-width: 480px){
    .e-slider-row {
        flex-wrap: wrap;
        gap: 8px;
    }
    .e-hero-left, .e-hero-right {
        gap: 14px;
    }
    .z-stat-slider-card {
        gap: 0;
    }
}

@media (max-width: 444px){
    .z-stat-slider .slider-item-ratio-3x4 {
        --swiffy-slider-item-ratio: 3/5;
    }

}

@media (max-width: 360px) {
    .time {
        width: 260px;
        height: 260px;
    }
    .time-inner {
        width: 240px;
        height: 240px;
    }
    .minutes, .secs, .time-inner {
        font-size: 76px;
        text-align: center;
    }
    .e-dot {
        width: 10px;
        height: 10px;
    }
    .e-hero-block-icon {
        width: 80px;
        height: 80px;
    }
    .e-hero-block-txt {
        padding: 24px 20px 24px 66px;
    }

    .e-h4.rew {
        font-size: 16px;
    }


}


@media (max-width: 330px) {

    .e-card {
        padding: 12px;
        gap: 4px;
    }

}

/*------------------------------*/

