@font-face {
    font-family: 'Nekst';
    src: url('../fonts/SemiBold.eot');
    src: local('Nekst Semi Bold'), local('Nekst-SemiBold'),
        url('../fonts/Nekst-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nekst-SemiBold.woff2') format('woff2'),
        url('../fonts/Nekst-SemiBold.woff') format('woff'),
        url('../fonts/Nekst-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Nekst';
    src: url('../fonts/Nekst-Regular.eot');
    src: local('Nekst'), local('Nekst-Regular'),
        url('../fonts/Nekst-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nekst-Regular.woff2') format('woff2'),
        url('../fonts/Nekst-Regular.woff') format('woff'),
        url('../fonts/Nekst-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nekst';
    src: url('../fonts/Nekst-Black.eot');
    src: local('Nekst Black'), local('Nekst-Black'),
        url('../fonts/Nekst-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nekst-Black.woff2') format('woff2'),
        url('../fonts/Nekst-Black.woff') format('woff'),
        url('../fonts/Nekst-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Nekst';
    src: url('../fonts/Nekst-Thin.eot');
    src: local('Nekst Thin'), local('Nekst-Thin'),
        url('../fonts/Nekst-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nekst-Thin.woff2') format('woff2'),
        url('../fonts/Nekst-Thin.woff') format('woff'),
        url('../fonts/Nekst-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Nekst';
    src: url('../fonts/Nekst-Bold.eot');
    src: local('Nekst Bold'), local('Nekst-Bold'),
        url('../fonts/Nekst-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nekst-Bold.woff2') format('woff2'),
        url('../fonts/Nekst-Bold.woff') format('woff'),
        url('../fonts/Nekst-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Nekst';
    src: url('../fonts/Nekst-Medium.eot');
    src: local('Nekst Medium'), local('Nekst-Medium'),
        url('../fonts/Nekst-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nekst-Medium.woff2') format('woff2'),
        url('../fonts/Nekst-Medium.woff') format('woff'),
        url('../fonts/Nekst-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Nekst';
    src: url('Nekst-Light.eot');
    src: local('Nekst Light'), local('Nekst-Light'),
        url('../fonts/Nekst-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nekst-Light.woff2') format('woff2'),
        url('../fonts/Nekst-Light.woff') format('woff'),
        url('../fonts/Nekst-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


.rating {
    display: flex;
    width: auto;
    height: 12px;
    gap: 3px;
    align-items: center;
}

.jq-star {
    width: 12px;
    height: 12px;
}

.jq-star svg {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
}

header {
    height: 70px;
    background: #0047F5;
    width: 100%;
    box-shadow: 0px 8px 11px rgba(0, 0, 0, 0.12);
    margin-bottom: 27px;
}

header .wrapper {
    max-width: 1064px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.wrapper {
    max-width: 1120px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}

body {
    font-family: 'Mulish', sans-serif;
}

main {
    max-width: 1120px;
    margin: 0 auto;
    padding-bottom: 68px;
    background: none;
}

.main-top-text {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.main-top-text span {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main-tittle {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}

.main-tittle h2 {
    color: #0047F5;
    font-family: 'Mulish', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 50px;
    white-space: nowrap;
}

.main-card-tittle {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}

.main-tittle span {
    height: 2px;
    width: 100%;
    background: #0047F5;
}

.main-box {
    display: flex;
    gap: 28px;
}

.margin {
    margin-bottom: 35px;
}

.main-card {
    width: 259px;
    min-height: 380px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #F3F6FF;
    padding: 4px 3px;
    box-sizing: border-box;
}

.main-card-img {
    width: 100%;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-card-img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-container {
    margin-bottom: 36px;
}

.main-container h2{
    font-family: 'Nekst-Bold', sans-serif;
    font-size: 46px;
    line-height: 55px;
    color: #FFFFFF;
    margin-bottom: 40px;
}


.creditor > h3 {
    font-family: 'Gilroy-SemiBold', sans-serif !important;
    font-size: 46px;
    font-weight: 400 !important;
    line-height: 55px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.main-content {
    padding: 6px 16px 17px 13px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.star {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #656565;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.main-card-tittle span {
    color: #656565;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: -2px;
}

.main-card-tittle p {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main-card-price-section {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 7px;
}

.main-card-price {
    width: 100%;
    padding: 0 11px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.main-card-price-section span {
    color: #5E5C5C;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main-card-price-section p {
    color: #000;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
}

.main-content button {
    font-family: 'Mulish', sans-serif;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: #0047F5;
    border: none;
    margin-bottom: 8px;
    transition: all 0.5s;
}

.main-content button:hover {
    background: #FED425;
    transition: all 0.5s;
}

.main-content button:active {
    background: #FED425;
    transition: all 0.5s;
}

.offer {
    width: calc(100% - 32px);
    border-radius: 10px;
    border: 1px solid #BBB;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #656565;
    height: 22px;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.download {
    background: #FED425;
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    position: fixed;
    bottom: 0;
    left: 0;
    max-width: 100%;
}

footer {
    background: #414A61;
    padding-top: 40px;
    padding-bottom: 100px;
    box-sizing: border-box;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    padding-bottom: 34px;
    padding-right: 0;
    border-bottom: 1px solid #FFF;
}

footer .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-top-left-img {
    margin-bottom: 25px;
}

.footer-top-left p {
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.about-us {
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
}

.footer-top-right {
    display: flex;
    width: 44%;
    justify-content: space-between;
    align-items: flex-start;
}

.social p {
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-bottom: 11px;
}

.social .social-container:nth-of-type(1) {
    margin-bottom: 11px;
}

.social {
    padding-top: 3px;
}

.footer-top-left {
    max-width: 439px;
}

.social-container {
    position: relative;
    display: flex;
    align-items: center;
}

.social-container-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #616A82;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.social-container-img img {
    width: 100%;
    object-fit: none;
    height: 100%;
}

.social-container {
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

footer .wrapper {
    max-width: 1118px;
}

.pay {
    padding-top: 11px;
    width: 119px;
    display: flex;
    justify-content: space-between;
}

.pay img {
    object-fit: none;
}

.footer-bottom {
    width: 100%;
    padding-top: 29px;
    padding-left: 17px;
}

.footer-bottom form p {
    color: #FFF;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 104.9%;
    margin-bottom: 6px;
    letter-spacing: 0.8px;
    margin-bottom: 11px;
}

.form-input {
    width: 245px;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #FFF;
    overflow: hidden;
    display: flex;
    margin-bottom: 13px;
}

.form-input input:nth-of-type(1) {
    width: calc(100% - 34px);
    background: transparent;
    border: none;
    padding: 10px;
}

.form-input input::placeholder {
    color: #FFF;
    font-family: 'Nekst';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-input input:nth-last-of-type(1) {
    width: 34px;
    height: 32px;
    background: url(../img/submit.svg), #fff;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    border: none;
}

.privecy {
    color: #FFF;
    font-family: 'Mulish', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    max-width: 360px;
    text-align: left;
    margin-bottom: 33px;
    letter-spacing: 0.7px;
}

.privecy button {
    color: #FFF;
    font-family: 'Mulish', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    text-decoration-line: underline;
    background: transparent;
    border: none;
    padding: 0;
    letter-spacing: 0.7px;
}

.footer-content {
    color: #A6BDF4;
    font-family: 'Mulish', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 104.9%;
    letter-spacing: 0.7px;
    margin-bottom: 48px;
}

.footer-content button {
    color: #A6BDF4;
    font-family: 'Mulish', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.7px;
    text-decoration-line: underline;
    background: transparent;
    border: none;
    padding: 0;
    display: block;
}

.logo a {
    font-family: 'Inika', serif;
    color: #FED425;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    gap: 2px;
    margin-left: 10px;
}

.logo {
    position: relative;
}

.animation {
    position: absolute;
    top: 5px;
    left: -5px;
    width: 20px;
    height: 22px;
}

@keyframes scaleXAnimation {
    0% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(-1);
    }
}

.animation img {
    animation: scaleXAnimation 2s ease-in-out infinite alternate;
}

.main-card {
    position: relative;
    border-radius: 10px;
    box-sizing: border-box;
}

.main-card:hover:after {
    content: "";
}


/* Попап */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 200;
    align-items: center;
    justify-content: center;
}

.popup-content {
    width: 838px;
    max-height: 462px;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    background: #F3F6FF;
    padding: 45px 16px 0 80px;
    box-sizing: border-box;
    position: relative;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.body.open {
    overflow: hidden;
}

.popup-visible {
    height: 100%;
    overflow-y: scroll;
    padding-right: 64px;
}

.popup-visible h2 {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.popup-visible div {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.popup-visible {
    overflow: auto;
    scrollbar-width: thin;
    /* для Firefox */
    scrollbar-color: transparent transparent;
    /* для Firefox */
    -ms-overflow-style: none;
    /* для IE/Edge */
    padding-bottom: 20px;
    box-sizing: border-box;
}

.popup-visible::-webkit-scrollbar {
    border-radius: 50px;
    width: 7px;
}

.popup-visible::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 50px;
}

/*---------------------------------------------------------------*/





.popup2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
    z-index: 100;
    align-items: center;
    justify-content: center;
}

.popup-content2 {
    max-width: 838px;
    max-height: 462px;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background: #F3F6FF;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-content2 h2 {
    color: #000;
    text-align: center;
    font-family: 'Nekst';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

.popup-content2 h3 {
    color: #000;
    text-align: center;
    font-family: 'Nekst';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

#popupForm {
    width: 394px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#popupForm input::placeholder {
    color: #000;
    font-family: 'Nekst';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#popupForm input {
    transition: all 0.5s;
    width: 314px;
    height: 50px;
    padding-left: 19px;
    box-sizing: border-box;
    border-radius: 3px;
    background: #FFF;
    border: none;
    margin-bottom: 20px;
}

#popupForm input:hover {
    background: #FED425 !important;
    transition: all 0.5s;
}

.recaptcha {
    width: 314px;
    height: 46px;
    background: #F9F9F9;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recaptcha img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.btn-submit {
    width: 313px;
    height: 42px;
    text-align: center;
    border-radius: 5px;
    background: #0047F5 !important;
    color: #F3F6FF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: 'Mulish', sans-serif;
}

.thank-you-message h2 {
    color: #000;
    text-align: center;
    font-family: 'Nekst';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.thank-you-message p {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.close2 {
    position: absolute;
    top: 16px;
    right: 26px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.thank-you-message {
    display: none;
    flex-direction: column;
    align-items: center;
}

.show {
    display: flex;
}

.form-input input:nth-of-type(1) {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main-content-price {
    display: flex;
    align-items: center;
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 3px;
}

.main-content-price span {
    color: #0047F5;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main-content-price1 {
    margin-right: 5px;
}

.main-content-price-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 7px;
}

.main-content-price-link a {
    color: #5E5C5C;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

.main-content-present {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.main-content-present-tittle {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 3px;
}

.main-content-present-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5px;
}

.main-content-present-text div {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 3px;
}

.main-content-present-text div span {
    color: #0047F5;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.star-rating {
    display: flex;
    gap: 2px
}

.jq-star {
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.jq-star:nth-last-of-type(1) {
    margin-right: 0;
}

.creditor-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.creditor-card {
    width: 551px;
    height: 570px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #F3F6FF;
    box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 32px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.creditor-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #B4B4B4;
    margin-bottom: 20px;
}

.creditor-header h2 {
    color: #000;
    font-family: 'Nekst';
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.creditor-main-top h3 {
    color: #686868;
    font-family: 'Nekst';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    margin-bottom: 17px;
}

.card-container-left {
    width: 151px;
    min-width: 151px;
    color: #686868;
    font-family: 'Nekst';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.card-container {
    display: flex;
    margin-bottom: 8px;
    gap: 28px;
    min-height: 22px;
}

.card-container-right {
    color: #000;
    font-family: 'Nekst';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.card-container-right a {
    color: #000;
    font-family: 'Nekst';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

.creditor-main-top {
    padding-bottom: 20px;
    border-bottom: 1px solid #B4B4B4;
    margin-bottom: 28px;
}

.card-container2 {
    margin-bottom: 28px;
}

.footer-top-left-img .logo a {
    color: #C0C0C0;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.headerNavigationBurger {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.close svg path {
    fill: #fff;
}

.headerNavigationBurger li {
    margin-bottom: 20px;
    text-align: center;
}

.headerNavigationBurger li a {
    font-family: 'Nekst';
    font-weight: 700;
    font-size: 32px;
    line-height: 55px;
    color: #FFFFFF;
    text-align: center;
}

.menu .registrationBtn {
    width: 100%;
    border: 2px solid #FFFFFF;
    color: #fff;
    font-size: 32px;
    line-height: 55px;
    background: transparent;
    margin-top: 50px;
}

/*Burger **********************************************/
.menu {
    width: 100%;
    height: 100vh;
    right: -100%;
    top: 0;
    position: fixed;
    background: linear-gradient(250.6deg, rgba(3, 176, 71, 0.8) -49.48%, #03B047 100%);
    transition: 0.7s;
    z-index: 110;
    padding: 55px 30px;
    box-sizing: border-box;
}

.payMainContentTop p {
    font-family: 'Gilroy-Bold';
    font-size: 22px;
    line-height: 27px;
    color: #353535;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px 0;
    width: 50%;
    box-sizing: border-box;
}

.ConditionsNav a:nth-of-type(1) {
    color: #fff !important;
}

.ConditionsNav a:nth-of-type(2) {
    color: #fff !important;
    opacity: 0.5;
}

.contents {
    text-align: left;
    font-size: 20px !important;
}

.ConditionsMain .wrapper {
    background: transparent !important;
}

.ConditionsMain {
    padding-top: 140px !important;
}

.ConditionsMain .wrapper .conditions {
    width: 100% !important;
    padding-top: 0;
}

.ConditionsMain .wrapper .conditions h2 {
    text-align: left !important;
}

.contents p {
    font-family: 'Gilroy-Regular';
    font-size: 20px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 10px;
    text-align: left;
}


.contents ul li {
    font-family: 'Gilroy-Regular';
    font-size: 20px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 10px;
}

.dost {
    list-style: disc;
    margin-left: 25px;
}


.open_menu {
    left: 0;
}

.menu .close {
    width: 34px;
    height: 22px;
    margin-left: auto;
}

.openBurger {
    display: none;
}

.headerNavigationBurger {
    display: flex;
    flex-direction: column;
}

/*Header **********************************************/
.wrapper {
    max-width: 1290px;
    margin: 0 auto;
}

body {
    margin: 0;
    padding: 0;
    max-width: 100%;
    font-family: 'Nekst';
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #111B25;
    background: linear-gradient(250.6deg, rgba(3, 176, 71, 0) -49.48%, #03B047 100%);
}

.bodySroll {
    overflow: hidden;
}

a {
    text-decoration: none;
}

.showContainer {
    position: fixed;
    bottom: 10vh;
    right: 0;
    transform: translateX(110%);
    transition: all .6s;
    z-index: 100;
    width: 430px;
    height: 203px;
    background: #FFFFFF;
    box-shadow: 4px 7px 20px rgba(80, 80, 80, 0.25);
    border-radius: 10px 0 0 10px;
    padding: 12px 6px 0 16px;
    box-sizing: border-box;
}

.showContainerSection svg {
    position: absolute;
    right: 14px;
    cursor: pointer;
    top: 14px;
}

.showContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.showContentLeft h3 {
    font-family: 'Nekst';
    font-weight: 600;
    font-size: 26px;
    line-height: 140%;
    color: #111B25;
    margin-bottom: 6px;
}

.showContentLeft p {
    font-family: 'Nekst';
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #111B25;
    margin-bottom: 24px;
}

.showContentLeft button {
    padding: 10px;
    background: #03B047;
    border-radius: 100px;
    font-family: 'Gilroy-Regular';
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    border: none;
    width: 100%;
    transition: all 0.3;
    border: 2px solid transparent;
}

.showContentLeft button:hover {
    border: 2px solid #03B047;
    color: #03B047;
    background: transparent;
    transition: all 0.3s;
}

.showContainerAnimation {
    animation: bear-animation 0.6s;
    transform: translateX(0%);
}

@keyframes bear-animation {
    0% {
        transform: translateX(110%);
    }

    100% {
        transform: translateX(0%);
    }
}

header {
    width: 100%;
    height: 90px;
    background: #FFFFFF;
    box-shadow: 4px 4px 20px rgba(80, 80, 80, 0.25);
    border-radius: 0px 0px 20px 20px;
    z-index: 3;
}

header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.logotype {
    display: flex;
    align-items: center;
}

.logotype span {
    font-family: 'Nekst';
    font-weight: 700;
    font-size: 25px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0.05em;
    color: #111B25;
}

.logotype img {
    margin-right: 3px;
}

.logotype .logoTextGreen {
    color: #03B047;
    margin-left: -4px;
}

.headerNavigation {
    display: flex;
    align-items: center;
}

.headerNavigation li {
    margin-right: 30px;
}

.headerNavigation li:nth-last-of-type(1) {
    margin-right: 0;
}

.headerNavigation li a {
    font-size: 18px;
    line-height: 22px;
    color: #111B25;
    transition: all 0.3s;
}

.headerNavigation li a:hover {
    color: #03B047;
    transition: all 0.3s;
}

.registrationBtn {
    padding: 12px 100px;
    background: #03B047;
    border-radius: 30px;
    font-family: 'Gilroy-Semibold', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    border: 2px solid transparent;
    transition: all 0.3s;
}

.registrationBtn:hover {
    background: transparent;
    border: 2px solid #03B047;
    color: #03B047;
    transition: all 0.3s;
}

.navigationFlex {
    display: flex;
    align-items: center;
    width: 75%;
    justify-content: space-between;
}

.finaguru-main .main-card {
    background: #fff;
}

.finaguru-main .creditor-card {
    background: #fff;
}

.footerTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 0;
    border-bottom: 1px solid #EDEDED;
}

.footerTopContainer {
    display: flex;
    width: 80%;
}

.footerTopContainer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;

}

.footer {
    background: #FFFFFF;
    box-shadow: 4px 4px 20px rgba(80, 80, 80, 0.25);
    border-radius: 20px 20px 0px 0px;
    margin-top: -20px;
    position: relative;
    z-index: 2;
}

.footerTopContainer ul li {
    width: 50%;
    margin-bottom: 12px;
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 16px;
    line-height: 19px;
    color: #111B25;
}

.footerTopContainer ul:nth-of-type(1) {
    width: 35%;
}

.footerfina .footerTopContainer ul li {
    flex-wrap: wrap;
}

.footerTopContainer ul li a {
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 16px;
    line-height: 19px;
    color: #111B25;
}

.footerTopContainer ul:nth-of-type(2) li:nth-of-type(1) {
    width: 30%;
}

.footerTopContainer ul:nth-of-type(2) li:nth-of-type(3) {
    width: 30%;
}

.footerCenter {
    display: flex;
    align-items: flex-start;
    padding: 40px 0;
    justify-content: space-between;
    border-bottom: 1px solid #EDEDED;
}

.footerCenterText {
    width: 32%;
}

.footerCenterText p {
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 14px;
    line-height: 140%;
    color: #111B25;
}

.footerCenterText h3 {
    font-family: 'Gilroy-Bold', sans-serif !important;
    font-size: 14px;
    line-height: 140%;
    color: #111B25;
    margin: 4px 0;
}

.footerBottom {
    padding: 20px 0;
    width: 100%;
    text-align: center;
}

.footerBottom a {
    font-family: 'Gilroy-Bold', sans-serif !important;
    font-size: 14px;
    line-height: 140%;
    color: #111B25;
}

.finaguru-main .creditor>h2 {
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: 'Nekst';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
    margin-top: 70px;
}

.finaguru-main {
    padding-bottom: 130px;
}

.main-box2 {
    flex-wrap: wrap;
}

.finaguru-main .main-content-red-bg {
    color: #FFF;
    height: 26px;
    text-align: center;
    font-family: 'Nekst';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #03B047;
    width: 100%;
    margin-bottom: 11px;
}

.finaguru-main .main-content {
    padding: 0;
}

.finaguru-main .main-card {
    padding: 0;
}

.finaguru-main .moigroshi-content-price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0px;
}

.finaguru-main .moigroshi-content-price2 {
    color: #B4B4B4;
    margin-top: -3px;
}

.finaguru-main .moigroshi-content-price1 {
    color: #000;
    font-family: 'Nekst';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px 5px 0px 5px;
    text-align: center;
}

.finaguru-main .moigroshi-content-price-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    min-height: 100px;
}

.finaguru-main .moigroshi-content-price-link a {
    color: blue;
    text-align: center;
    font-family: 'Nekst';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
}

.finaguru-main .moigroshi-content-present-text div {
    color: #000;
    text-align: center;
    font-family: 'Nekst';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.finaguru-main .moigroshi-content-present-text div:nth-of-type(1) {
    margin-bottom: 5px;
}

.finaguru-main .moigroshi-content-present {
    margin-bottom: 12px;
}

.finaguru-main .moigroshi-content-present-text div span {
    color: #000;
    font-family: 'Nekst';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.finaguru-main .moigroshi-content-present-tittle {
    color: #000;
    text-align: center;
    font-family: 'Nekst';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 5px;
    min-height: 15px;
}

.finaguru-main .moigroshi-btn {
    width: calc(100% - 14px);
    margin: 0 auto 30px auto;
    height: 39.298px;
    background: #F8A430;
    color: #FFF;
    text-align: center;
    font-family: 'Nekst';
    font-size: 12px;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.finaguru-main .moigroshi-card-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 11px;
    box-sizing: border-box;
}

.finaguru-main .moigroshi-card-footer-right a {
    color: #82A0ED;
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.finaguru-main .moigroshi-card-footer-left>p {
    color: #000;
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.finaguru-main .moigroshi-card-footer-left .star {
    margin-bottom: 0;
}

.finaguru-main .main-card.main-card2 {
    min-height: 412px;
}

.finaguru-main .moigroshi-card-footer-left .star>div {
    color: #000;
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.finaguru-header .wrapper {
    max-width: 1200px;
}

.finaguru-header {
    height: 85px;
    margin-bottom: 46px;
}

.finaguru-header .registrationBtn {
    padding: 12px 90px;
}

.finaguru-header .headerNavigation li {
    margin-right: 25px;
}

.finaguru-main .main-card-img {
    height: 108px;
}

.footerfina .wrapper {
    max-width: 1200px;
    padding-top: 30px;
}

.footerfina .footerTop {
    width: 100%;
    gap: 10px;
}

.footerfina {
    padding-bottom: 0;
}

.footerCenterText h3 {
    font-weight: 700;
}


















































































































































@media (max-width: 1200px) {
    .navigationFlex {
        display: none;
    }
}


@media (max-width: 1200px) {
    .popup-content2 {
        width: 80%;
    }

    .main-container h2{
        font-size: 30px;
        line-height: 36px;
        margin-top: 50px;
    }

    .creditor > h3{
        font-size: 30px;
        line-height: 36px;
        margin-top: 50px;
    }

    .registrationBtn {
        padding-left: 0;
        padding-right: 0;
        display: flex;
        justify-content: center;
        max-width: 380px;
        margin: 0 auto;
    }

    .main-card:hover::after {
        content: none;
    }

    .card-container-left {
        width: 100px;
        min-width: 100px;
    }

    .card-container2 {
        margin-bottom: 8px;
    }

    .card-container-right a {
        word-break: break-all;
    }

    .main-content-price-link {
        padding: 0;
    }

    .creditor-card {
        width: 100%;
        height: auto;
        padding: 20px 16px;
    }

    .footerTop {
        flex-direction: column;
    }

    .footerTopContainer {
        width: 100%;
        flex-direction: column;
    }

    .footerTop .logotype {
        margin-bottom: 30px;
    }

    .main-box {
        width: 546px;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
    }

    main {
        padding: 0 40px 65px 70px;
        box-sizing: border-box;
    }

    .footerTopContainer {
        flex-direction: row;
    }

    .footerTopContainer ul {
        flex-direction: column;
    }

    .footerTopContainer ul:nth-of-type(2) {
        margin-top: 0;
    }

    .footerfina .footerTopContainer ul li {
        width: 100% !important;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .footerfina {
        padding-top: 17px;
    }

    .footerfina .wrapper {
        padding-top: 0;
    }

    .footerfina .footerTop {
        padding-top: 0;
    }

    .footerfina .footerTopContainer ul li a {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .footerfina .footerTopContainer ul li a img {
        min-width: 20px;
    }

    .footerfina .footerTopContainer ul li img {
        min-width: 20px;
    }

    .footerTopContainer ul li {
        margin-bottom: 20px;
    }

    .footerCenter {
        flex-direction: column;
    }

    .footerCenterText {
        width: 100%;
    }

    header {
        padding-left: 70px;
        box-sizing: border-box;
    }

    footer {
        padding-left: 40px;
        padding-right: 40px;
        box-sizing: border-box;
    }

    .footer-top-left {
        max-width: 211px;
    }

    .footer-top-right {
        flex-wrap: wrap;
    }

    .finaguru-main .main-card {
        border: none !important;
        min-width: 185px;
    }

    .popup-content {
        width: 80%;
        padding-left: 18px;
    }

    .popup-visible {
        padding-right: 9px;
    }

    .main-card {
        height: auto;
    }

    .openBurger {
        display: block;
    }

    .finaguru-header .navigationFlex {
        display: none;
    }

    .finaguru-header {
        padding: 0 16px;
    }

    .main-card-img img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    header {
        height: 70px;
    }

    .headerNavigation {
        margin-bottom: 16px;
    }
}

@media (max-width: 768px) {
    main {
        padding: 0 16px 65px 16px
    }

    .main-card {
        height: auto;
    }

    .main-card {
        padding: 0;
    }
}

@media (max-width: 767px) {
    main {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-card-img img {
        object-fit: contain;
    }

    .main-card {
        max-width: 259px;
        width: 100%;
        min-width: 185px;
    }

    .main-content button {
        margin-bottom: 10px;
    }

    .star {
        margin-bottom: 7px;
    }

    .main-card-tittle {
        margin-bottom: 8px;
    }

    .main-card-price {
        margin-bottom: 0px;
    }

    .main-card-price-section {
        margin-bottom: 4px;
    }

    .main-card-price-section:nth-last-of-type(1) {
        margin-bottom: 7px;
    }

    .footer-top {
        flex-wrap: wrap;
    }

    footer {
        padding-left: 23px;
        padding-right: 23px;
    }

    .footer-top {
        gap: 15px;
    }

    .privecy button {
        text-align: left;
    }

    .logo {
        width: 100%;
    }

    header {
        overflow: hidden;
    }

    .footer-content {
        display: inline-block;
    }

    .footer-content button {
        display: inline-block;
    }

    .main-tittle h2 {
        margin-right: 15px;
    }

    #popupForm {
        padding: 0 16px;
        width: 100%;
        box-sizing: border-box;
    }

    #popupForm input {
        width: 100%;
    }

    .recaptcha {
        width: 100%;
    }

    .thank-you-message {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .main-box {
        width: 100%;
        gap: 6px;
    }

    .main-content {
        padding: 8px 8px 17px 8px;
    }

    .main-card-price {
        padding: 0;
    }

    .main-card-price-section p {
        line-height: normal;
    }

    .main-card-tittle p {
        font-size: 20px;
    }

    .offer {
        height: auto;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 5px 20px;
        box-sizing: border-box;
    }

    .download {
        height: 40px;
        font-size: 14px;
    }

    header {
        padding-left: 37px;
        margin-bottom: 15px;
    }

    .main-tittle {
        margin-bottom: 18px;
    }

    .main-card-tittle {
        margin-bottom: 5px;
    }

    .main-card-price {
        margin-bottom: 4px;
    }

    .offer {
        padding: 0 20px;
    }

    .main-card-tittle span {
        margin-bottom: 1px;
    }

    .main-box {
        gap: 10px 6px;
    }

    .main-card-price-section p {
        letter-spacing: 0px;
    }

    footer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .footer-top {
        padding-bottom: 24px !important;
    }

    .footer-top {
        gap: 11px;
    }

    .pay {
        padding-top: 28px;
    }

    .footer-top-left {
        max-width: 200px;
        padding-left: 9px;
        box-sizing: border-box;
    }

    .footer-top-right {
        width: 42%;
    }

    .margin {
        margin-bottom: 25px;
    }

    main {
        padding-bottom: 34px;
    }

    .footer-top {
        padding: 0;
    }
}

@media (max-width: 553px) {
    .main-card {
        width: 48%;
        max-width: max-content;
    }
    .finaguru-main .moigroshi-content-price-link {
        min-height: 120px;
    }

    .finaguru-main .main-card.main-card2 {
        height: auto !important;
    }

    .finaguru-main .moigroshi-card-footer {
        flex-wrap: wrap;
    }

    .main-container h2{
        font-size: 30px;
        line-height: 36px;
    }
}

@media (max-width: 411px) {
    .form-input {
        max-width: 245px;
        width: 100%;
    }

    .main-card-price-section {
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .main-card {
        min-width: 142px;
    }

    .footer-top-left {
        padding-left: 0;
        margin-bottom: 10px;
    }

    .footer-content {
        margin-bottom: 0;
    }
}

@media (max-width: 400px) {
    .footerfina .footerTopContainer {
        flex-direction: column;
    }

    .finaguru-main .main-card.main-card2 {
        width: 100%;
    }

    .footerfina .footerTopContainer ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footerfina .footerTopContainer ul li {
        display: flex;
        justify-content: center;
    }

    .finaguru-main .main-card.main-card2 {
        padding-bottom: 10px;
    }
}

@media (max-width:350px) {
    .main-content-price {
        font-size: 8px;
    }
}

@media (max-width:319px) {
    .main-card {
        width: 100%;
        min-width: 100%;
    }
}