@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.main .main_subtitle,
.main .main_title {
    text-align: center;
    color: var(--light-color);
    font-style: normal
}
.mainKeywords .section-title h1 span,
.mainMfoDetails .section-title h1 span {
    color: #fff;
}

.footer *,
.header *,
.main *,
.mfo-item {
    box-sizing: border-box
}

.main,
.mfo-link,
.modal {
    height: 100%
}

:root {
    --bg-body: #F6F6F9;
    --light-color: #fff;
    --accent-color-1: #4ade80;
    --accent-color-2: #16a34a;
    --light-grey-1: #babcbd;
    --light-grey-2: #E7ECF0;
    --links-color-1: #888888;
    --links-color-2: #003f88;
    --text-dark-color: #1E1E1E;
    --text-dark-color-2: #343333;
    --text-dark-color-3: #303d4e;
    --text-grey-color: #81818C;
    --radial: radial-gradient(circle, #86efac 0%, #4ade80 100%);
}

.container {
    width: 100%;
    max-width: 425px;
    margin-left: auto;
    margin-right: auto
}

.container .inner-cont {
    padding-left: 15px;
    padding-right: 15px
}

body {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    margin: 0;
    background: var(--radial);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow-y: scroll
}

.header {
    padding-top: 17px;
    padding-bottom: 13px;
    z-index: 6;
    background: var(--accent-color-2);
}

.footer .footer_wrapper,
.header .header_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer .footer_wrapper .footer_logo a,
.header .header_wrapper .header_logo a {
    display: flex
}

.header .header_wrapper .header_logo a img {
    height: 35px
}

.header .header_wrapper .header_text {
    position: relative;
    color: var(--light-color);
    background: var(--accent-color-1);
    padding: 6px 10px;
    font-weight: 400;
    font-size: 13px;
    font-style: italic;
}
.header .header_wrapper .header_text img {
	width: 10px;
	margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.header .header_wrapper .header_text span {
    position: absolute;
    bottom: -13px;
    right: 0;
    font-size: 12px;
    font-weight: 500;
    color: var(--light-color);
    background: var(--accent-color-1);
    border-radius: 4px;
    padding: 1px 7px;
    transform: rotate(-2deg) translateX(3px)
}

.main {
    overflow: hidden;
    padding-top: 15px
}
.main .introWrap {
	position: relative;
}
.main .introWrap .bg-line {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%) scale(1.5);
	transform: translate(-50%, -50%) scale(1.5);
	z-index: -1;
}
.main .main_title {
    font-size: 28px;
    font-weight: 800;
    font-style: italic;
    color: var(--light-color);
}
.main .main_title span {
    font-size: 32px;
}
.main .main_title b {
    font-weight: 800;
    color: var(--accent-color-2);
}
.main .main_subtitle {
    font-size: 15px;
    font-weight: 400;
    color: #73361E;
    max-width: 320px;
    margin: 8px auto 0;
}
.main .introWrap img {
    display: block;
    width: 238px;
    margin: 0 auto;
}

.main .general_button_wrapper,
.toggle-button {
    margin-top: 15px;
    text-align: center
}


.main .offers_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 100vh
}

.main .offers_wrapper .offer {
    width: calc(50% - 6px);
    padding: 12px 10px;
    position: relative;
    margin-top: 25px;
    box-shadow: 0 3px 12px rgb(42 85 181 / 17%);
    border-radius: 15px;
    background: #fff;
}

.main .offers_wrapper .offer>a {
    text-decoration: none;
    display: flex;
    flex-direction: column
}

.main .offers_wrapper .offer .label {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: 600;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--light-color);
    position: absolute;
    left: 50%;
    width: 134px;
    text-align: center;
    transform: translateX(-50%);
    top: -12px;
    padding: 0 9px;
    border-radius: 2px;
    border-radius: 15px;
    text-transform: uppercase
}

.main .offers_wrapper .offer .label .rubick {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    transform: rotate(45deg);
    right: -15px
}

.main .offers_wrapper .offer .label.orange {
    background: linear-gradient(180deg, #86efac 0, #22c55e 100%), #4ade80
}

.main .offers_wrapper .offer .label.purple {
    background: #af5bf8
}

.main .offers_wrapper .offer .label.green {
    background: #0bc33f
}

.main .offers_wrapper .offer .label.dark {
    background: #444
}

.main .offers_wrapper .offer .label.one {
    background: var(--accent-color-2);
    color: #fff
}

.main .offers_wrapper .offer .label.two {
    background: var(--accent-color-2);
    color: #fff
}

.main .offers_wrapper .offer .offer-logo {
    width: 90%;
    margin: 0 auto;
    display: block
}
.main .offers_wrapper .offer .label img {
	width: 10px;
	margin-right: 2px;
	margin-top: -3px;
	display: inline-block;
	vertical-align: middle;
}

.toggle-container {
    border-top: 1px solid #ccc
}

.toggle-button {
    cursor: pointer;
    color: #1313ff;
    font-size: 14px;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline-flex;
    justify-content: center
}

.toggle-button .arrow {
    border: solid #1313ff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    margin-left: 7px;
    height: 9px;
    width: 9px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: transform .3s
}

.main .offers_wrapper .offer .offer-info,
.modal-details .modal-offer-details {
    border-top: 1px dashed #C3D6FE;
}

.modal-details .modal-offer-details {
    overflow-wrap: anywhere;
    max-width: 100%;
}

.toggle-button .arrow-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.toggle-content {
    display: none;
    padding-top: 20px
}

.list-style-one li,
.main .general_button_wrapper .button .approve-credits span,
.offer-link {
    display: inline-block
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}

.list-style-one {
    text-align: center;
    margin-bottom: 15px
}

.list-style-one li {
    position: relative;
    font-size: 15px;
    margin-right: 9px;
    font-weight: 500
}

.list-style-one li:last-child {
    margin-right: 0
}

.list-style-one li:first-child:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    right: -7px
}

.list-style-one li span,
.list-style-two li span,
.modal-details ul.list-style-1 li span,
.modal-details ul.list-style-2 li span {
    font-weight: 700;
    color: var(--accent-color-2)
}

.list-style-two li {
    text-align: center;
    font-size: 15px;
    font-weight: 500
}

.offer-link {
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
    color: #1313ff;
    margin-bottom: 12px
}

.offer-text {
    color: #636363;
    font-size: 14px;
    margin: 0 0 10px
}

.footer,
.mainKeywords,
.mainMfoDetails {
    margin-top: 40px
}

.main .offers_wrapper .offer .offer-info {
    display: flex;
    flex-direction: column;
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 17px 0 0
}

.main .offers_wrapper .offer .offer-info li {
    font-size: 12px;
    color: var(--text-dark-color-2);
    position: relative;
    margin-bottom: 5px
}

.main .offers_wrapper .offer .offer-info li:last-child,
.mainSeo ul li:last-child {
    margin-bottom: 0
}

.main .offers_wrapper .offer .offer-info li span {
    display: block;
    font-weight: 400;
    color: var(--text-grey-color);
    font-size: 14px;
    padding-bottom: 3px;
}

.main .offers_wrapper .offer .offer-info li span.bold {
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
    color: var(--text-dark-color-2)
}

@media only screen and (max-width:375px) {
    .container .inner-cont {
        padding-left: 15px;
        padding-right: 15px
    }
    .main .offers_wrapper .offer .general_button_wrapper .button {
        width: 100%
    }
}
@media only screen and (max-width:350px) {
    .main .offers_wrapper .offer .offer-info li span.bold {
    	font-size: 16px;
    }
}

.btn-wrapper,
.modal-details ul.list-style-2 {
    text-align: center
}

.main .general_button_wrapper .button {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.main .general_button_wrapper .button .btn-main,
.main .general_button_wrapper .button a,
.main .general_button_wrapper .button button {
    position: relative;
    background: var(--accent-color-2);
    border: none;
    border-radius: 7px;
    width: 100%;
    height: 46px;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 800;
    font-style: italic;
    line-height: 19px;
    text-align: center;
    color: var(--light-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

.footer .footer_wrapper .copy span,
.main .bottom_text p,
.mainSeo p,
.mainSeo ul {
    font-size: 12px;
    color: var(--text-dark-color);
    opacity: .8;
}

.main .general_button_wrapper .button button:hover {
    -webkit-animation: none;
    cursor: pointer
}

.main .general_button_wrapper .button .btn-main img,
.main .general_button_wrapper .button a img {
    margin-right: 4px;
    width: 16px
}

.main .general_button_wrapper .button button:focus {
    outline: 0
}

.main .general_button_wrapper .button .action {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: right;
    color: #4db75a;
    font-style: italic;
    margin-top: 10px
}

.main .general_button_wrapper .button .arrow {
    position: absolute;
    right: -23px;
    top: 26px
}

.main .general_button_wrapper .button .approve-credits {
    width: 90%;
    margin: 5px auto 0;
    font-size: 11px;
    color: #5f5f5f
}

@media (max-width:350px) {
    .header .header_wrapper .header_logo a img {
        height: 30px
    }
    .header .header_wrapper .header_text,
    .main .general_button_wrapper .button .btn-main,
    .main .general_button_wrapper .button a,
    .main .general_button_wrapper .button button,
    .main .offers_wrapper .offer .offer-info li span {
        font-size: 12px
    }
    .main .offers_wrapper .offer .offer-info li span.bold {
        font-size: 15px
    }
}

.footer {
    padding: 14px 0;
    background: var(--accent-color-2);
    position: relative
}

.footer .footer_wrapper .copy span {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    line-height: 14px;
    color: var(--light-color);
}

.footer .footer_wrapper .footer_logo a img {
    height: 30px;
}

.main .bottom_text {
    margin-top: 42px
}

.main .bottom_text p {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 100%;
    text-align: justify
}

.mainSeo {
    padding-top: 30px
}

.mainSeo .section-title h1,
.mainSeo .section-title h2 {
    color: var(--text-dark-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 10px;
    margin-left: 0
}

.mainSeo ul {
    padding-left: 25px
}

.mainSeo ul li {
    list-style: circle;
    margin-bottom: 5px
}

h2.page-title {
    text-align: center;
    color: #326360
}

.mainKeywords .section-title h1,
.mainMfoDetails .section-title h1 {
    color: var(--text-dark-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 8600;
    line-height: 100%;
    margin-bottom: 25px;
    margin-left: 0
}

.mfo-details .mfo-table,
.modal-details .modal-logo img {
    width: 100%
}

.mfo-table td {
    border: 0 solid transparent;
    color: #636363
}

.mfo-details .row {
    padding-left: 5px;
    padding-right: 5px
}

.mfo-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
    font-size: 13px;
    color: #636363
}

.label {
    width: 160px;
    margin: 0 auto 15px;
    background: #34a853;
    padding: 5px 15px;
    color: var(--light-color)
}

.mfo-link,
.mfo-link:hover {
    color: inherit;
    text-decoration: none
}

.mfo-item {
    width: 100%;
    margin: 7px 0
}

.mfo-link {
    display: block;
    padding: 10px;
    box-shadow: 0 3px 12px rgb(209 166 62 / 11%);
    border-radius: 20px;
    border: 1px solid rgb(255 255 255 / 69%);
    background: #fff;
}

thead {
    border-bottom: 1px solid #333
}

tbody tr:nth-child(2n),
thead {
    background: #fef6eb;
    border-radius: 16px;
}

td,
th {
    padding: 5px
}

th {
    height: 68px
}

.mainKeywords .keywords-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.mainKeywords .keywords-list li {
    margin-right: 10px;
    margin-bottom: 10px;
    list-style: none
}

.mainKeywords .keywords-list li a {
    text-decoration: none;
    border-radius: 15px;
    color: var(--text-dark-color);
    background: var(--bg-body);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
    display: inline-flex;
    padding: 14px 10px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    color: #636363;
    font-size: 14px;
    font-style: normal;
    font-weight: 400
}

.modal-details ul.list-style-1 li,
.modal-details ul.list-style-2 li {
    font-weight: 500;
    color: var(--text-dark-color-2);
    display: inline-block
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 99999
}

.modal-content {
    box-sizing: border-box;
    background-color: #363636;
    padding: 30px 20px;
    border: 1px solid #888;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -50px
}

.modal-content .modal-title h3,
.modal-content .modal-title h4,
.modal-content .modal-title h5 {
    text-align: center;
    margin: 0 0 10px;
    font-size: 23px;
    color: var(--light-color)
}

.modal-content .modal-title p {
    text-align: center;
    font-size: 13px;
    max-width: 300px;
    margin: 0 auto;
    color: var(--light-color)
}

.modal-content .modal-offers .modal-offer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    margin-top: 20px
}

.modal-content .modal-offers .offer-img {
    width: 30%;
    height: 50px;
    border-radius: 10px;
    background-color: var(--light-color);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat
}

.modal-content .modal-offers .offer-text {
    font-weight: 700;
    font-size: 20px;
    color: var(--light-color)
}

.modal-content .modal-offers .modabutton {
    width: 30%
}

.modal-content .modal-offers .modabutton span {
    position: relative;
    background: linear-gradient(99.36deg, #7cbd28 .16%, #53b13c 94.24%);
    border: none;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    color: var(--light-color);
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    padding: 15px 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.modal-content .close {
    position: absolute;
    top: 2px;
    right: 7px;
    padding: 0;
    color: #7f7f7f;
    margin: 0;
    cursor: pointer;
    font-size: 30px;
    display: inline-block
}

.modal-details .modal-content {
    box-sizing: border-box;
    padding: 15px 20px;
    width: min(400px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    background-color: var(--light-color);
    -webkit-box-shadow: 0 0 25px rgb(255 255 255 / 30%);
    box-shadow: 0 0 25px rgb(255 255 255 / 30%)
}

.modal-details .modal-logo {
    max-width: 150px;
    margin: 0 auto
}

.modal-details ul.list-style-1 {
    text-align: center;
    padding-top: 15px
}

.modal-details ul.list-style-1 li {
    position: relative;
    padding-right: 15px;
    text-align: center;
    font-size: 18px
}

.btn-main,
.btn-offer-details,
.modal-details .modal-heading {
    text-align: center;
    font-size: 14px
}

.modal-details ul.list-style-1 li:last-child {
    padding-right: 0
}

.modal-details ul.list-style-1 li:first-child:before {
    content: '';
    position: absolute;
    right: 5px;
    width: 1px;
    height: 90%;
    background: var(--light-grey-1)
}

.modal-details .modal-heading {
    margin-bottom: 5px
}

.modal-details ul.list-style-2 li {
    position: relative;
    text-align: center;
    padding: 0 4px;
    font-size: 14px;
    margin-bottom: 2px
}

.modal-details .modal-offer-links {
    text-align: center;
    margin-top: 8px
}

.modal-details .modal-offer-links a {
    display: inline-block;
    margin-top: 12px;
    font-size: 13px;
    text-decoration: none;
    color: var(--links-color-1)
}

.modal-details .modal-button {
    margin-top: 25px
}

@media (max-width:767px) {
    .mainSeo .section-title h1 br {
        display: none
    }
    .modal-details .modal-content {
        width: min(400px, calc(100vw - 20px));
        max-width: calc(100vw - 20px);
        padding-left: 16px;
        padding-right: 16px
    }
}

.btn-main {
    position: relative;
    background: var(--accent-color-2);
    border-radius: 7px;
    width: 100%;
    height: 48px;
    font-size: 14px;
    color: var(--light-color);
    font-weight: 700;
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}
.modal-details .modal-button .btn-main {
    height: 48px
}

@-webkit-keyframes up-down {
    50% {
        margin-top: -5px
    }
}

@keyframes up-down {
    50% {
        margin-top: -5px
    }
}

.btn-offer-details {
    display: inline-flex;
    position: relative;
    user-select: none;
    cursor: pointer;
    color: var(--links-color-2);
    padding-right: 14px;
    margin: 10px 0 0
}

.icon,
.triangle-down {
    display: inline-block
}

.triangle-down {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border: 1px solid var(--links-color-2);
    border-width: 0 1.5px 1.5px 0;
    height: 9px;
    width: 9px
}

@-webkit-keyframes pulse {
    70% {
        box-shadow: 0 0 0 7px rgba(90, 153, 212, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0)
    }
}

@keyframes pulse {
    70% {
        box-shadow: 0 0 0 7px rgba(90, 153, 212, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0)
    }
}

.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial;
    position: fixed;
    top: -10%;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 20s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0%,
    100% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(80px)
    }
}

.snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s
}

.snowflake:first-of-type {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s
}

.snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s
}

.snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s
}

.snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s
}

.snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s
}

.snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s
}

.snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s
}

.snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s
}

.snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
}

.icon {
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-size: 100%;
    background-repeat: no-repeat
}

.icon.icon-info {
    background-image: url('/img/takkredit/ico-i.svg');
    margin-top: -3px;
    margin-right: 4px
}

.icon.icon-link-arrow {
    width: 12px;
    height: 12px;
    background-image: url('/img/takkredit/ico-link-arrow.svg');
    margin-top: -2px;
    margin-left: 5px
}

@media (max-width:350px) {
    .modal-details .modal-content {
        width: calc(100vw - 16px);
        max-width: calc(100vw - 16px);
        padding: 12px 12px;
        margin-top: 0
    }
}

.footer .footer_wrapper {
    flex-wrap: wrap;
}

.foooter_privacy {
    width: 100%;
    text-align: center;
    padding: 7px 0;
}

.foooter_privacy a {
    color: var(--accent-color-1);
    font-size: 14px;
    text-align: center;
}

.privacy h3 {
    font-size: 19px;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 0;
}

.privacy h5 {
    font-size: 16px;
}

.privacy h5,
.privacy p {
    color: var(--text-dark-color);
    margin-bottom: 16px;
}

.privacy p {
    font-size: 15px;
}

.privacy p a {
    color: #2b60f4;
    text-decoration: underline;
}

.privacy ul {
    padding-left: 12px;
}

.privacy ul li {
    list-style: disc;
    padding: 5px 0;
}

/* vitrina */
#show-more-wrap {
    margin: 20px 0 10px;
    width: 100%;
    text-align: center;
}

#show-more-btn {
    width: 100%;
    max-width: 340px;
    padding: 15px 26px;
    background: linear-gradient(145deg, #86efac 0%, #22c55e 45%, #15803d 100%);
    border: none;
    border-radius: 16px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    box-shadow: 0 8px 28px rgba(22, 163, 74, 0.4);
    letter-spacing: 0.02em;
    transition: filter 0.2s ease, transform 0.15s ease;
}

#show-more-btn:hover {
    filter: brightness(1.06);
}

#show-more-btn:active {
    transform: scale(0.98);
}

.modal.modal-details {
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100vh;
    height: auto;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

body#start .modal-details .modal-content {
    border-radius: 20px !important;
    box-shadow:
        0 4px 6px rgba(15, 23, 42, 0.05),
        0 24px 48px -12px rgba(15, 23, 42, 0.2) !important;
    border: 1px solid rgba(226, 232, 240, 0.9);
}

/* Фон сторінки: м’який градієнт замість плоского жовтого */
body#start {
    background: linear-gradient(165deg, #f0fdf4 0%, #dcfce7 28%, #bbf7d0 62%, #86efac 100%) fixed !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body#start .header {
    box-shadow: 0 4px 28px rgba(15, 23, 42, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

/* Дворядковий бренд у шапці */
.header .header_logo .header-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    gap: 2px;
}

.header .header_logo .header-brand__l1 {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.header .header_logo .header-brand__l2 {
    color: rgba(255, 255, 255, 0.95);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.15;
}

/* «ТОП КРЕДИТИ» — легке скло */
.header .header_text_badge {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Блок привітання + блакитна порада (другий референс) */
.vitrina-hero {
    margin-bottom: 18px;
}

.vitrina-hero-headline {
    margin: 0 0 16px;
    padding: 0 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.vitrina-expert-box {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 55%, #e0e7ff 100%);
    border: 1px solid rgba(59, 130, 246, 0.28);
    border-radius: 18px;
    padding: 16px 16px;
    box-shadow:
        0 2px 4px rgba(37, 99, 235, 0.06),
        0 12px 32px -8px rgba(37, 99, 235, 0.12);
}

.vitrina-target-svg {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 1px;
}

.vitrina-target-svg svg {
    display: block;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.08));
}

.vitrina-expert-text {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 600;
    color: #1e3a5f;
}

/* Картки оферів — тінь, рамка, легкий hover */
body#start .main .offers_wrapper .offer {
    border-radius: 20px;
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 8px 28px -6px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.75);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

body#start .main .offers_wrapper .offer:hover {
    transform: translateY(-4px);
    box-shadow:
        0 4px 12px rgba(15, 23, 42, 0.06),
        0 18px 44px -10px rgba(15, 23, 42, 0.16);
}

body#start .main .offers_wrapper .offer .label.one {
    border-radius: 999px;
    box-shadow: 0 4px 16px rgba(22, 163, 74, 0.38);
}

body#start .main .offers_wrapper .offer .offer-info {
    border-top-color: rgba(148, 163, 184, 0.45) !important;
}

/* Кнопка «Отримати» */
body#start .main .general_button_wrapper .button .btn-main,
body#start .main .general_button_wrapper .button a.btn-main {
    border-radius: 14px !important;
    background: linear-gradient(180deg, #86efac 0%, #22c55e 48%, #15803d 100%) !important;
    box-shadow: 0 8px 24px rgba(22, 163, 74, 0.38);
    transition: filter 0.2s ease, transform 0.15s ease;
}

body#start .main .general_button_wrapper .button .btn-main:hover,
body#start .main .general_button_wrapper .button a.btn-main:hover {
    filter: brightness(1.05);
}

body#start .main .general_button_wrapper .button .btn-main:active,
body#start .main .general_button_wrapper .button a.btn-main:active {
    transform: scale(0.98);
}

/* «Детальніше» — як у takkredit (синій #003f88, div замість button) */
.vitrina-btn-details-wrap {
    text-align: center;
    width: 100%;
}

.main .offers_wrapper .offer .btn-offer-details {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 10px auto 0;
    padding: 8px 22px 8px 12px;
    background: rgba(0, 63, 136, 0.06) !important;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    color: #0c4a6e !important;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.2s ease, color 0.2s ease;
}

.main .offers_wrapper .offer .btn-offer-details:hover {
    background: rgba(0, 63, 136, 0.1) !important;
}

.main .offers_wrapper .offer .btn-offer-details:hover .btn-offer-details__label {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.main .offers_wrapper .offer .btn-offer-details:focus {
    outline: none;
}

.main .offers_wrapper .offer .btn-offer-details:focus-visible {
    border-radius: 4px;
    box-shadow: 0 0 0 2px rgba(0, 63, 136, 0.35);
}

.main .offers_wrapper .offer .btn-offer-details__label {
    display: inline-block;
}

.main .offers_wrapper .offer .btn-offer-details .triangle-down {
    position: absolute;
    top: 50%;
    right: 2px;
    margin-top: -2px;
    transform: translateY(-50%) rotate(45deg);
    border-color: #0c4a6e !important;
    border-width: 0 1.5px 1.5px 0 !important;
}

/* Футер: міні-бренд */
.footer .footer_logo .footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-decoration: none;
    gap: 0;
}

.footer .footer_logo .footer-brand__l1 {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
}

.footer .footer_logo .footer-brand__l2 {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-top: 2px;
}

/* Дисклеймер під рядком копірайту */
body#start .footer {
    box-shadow: 0 -10px 40px rgba(15, 23, 42, 0.14);
}

.footer .footer-disclaimer {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.footer .footer-disclaimer__inner {
    max-width: 100%;
}

.footer .footer-disclaimer__p {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 10.5px;
    font-weight: 400;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
    text-align: justify;
}

.footer .footer_wrapper .copy span {
    letter-spacing: 0.01em;
}

.footer .footer-disclaimer__p + .footer-disclaimer__p {
    margin-top: 8px;
}

/* FOMO-тости (логіка як social_proof.js на takkredit) */
#fomo-popup-vitrina {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9998;
    max-width: min(320px, calc(100vw - 40px));
    width: 100%;
    display: none;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.38s ease, transform 0.38s ease;
    font-family: Montserrat, sans-serif;
}

#fomo-popup-vitrina.fomo-popup-vitrina--visible {
    opacity: 1;
    transform: translateY(0);
}

.fomo-popup-vitrina__inner {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 36px 14px 14px;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14), 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8e8ec;
    cursor: pointer;
    position: relative;
}

.fomo-popup-vitrina__avatar {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(145deg, #2dd4bf 0%, #14b8a6 45%, #0d9488 100%);
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(13, 148, 136, 0.35);
}

.fomo-popup-vitrina__text {
    flex: 1;
    min-width: 0;
    padding-right: 4px;
}

.fomo-popup-vitrina__line1 {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
}

.fomo-popup-vitrina__line2 {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.45;
    color: #64748b;
}

.fomo-popup-vitrina__muted {
    color: #64748b;
}

.fomo-popup-vitrina__sum {
    color: #059669;
    font-weight: 700;
}

.fomo-popup-vitrina__line3 {
    margin-top: 3px;
    font-size: 11px;
    color: #94a3b8;
    line-height: 1.35;
}

.fomo-popup-vitrina__close {
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    background: transparent;
    color: #cbd5e1;
    font-size: 22px;
    line-height: 1;
    padding: 2px 8px;
    cursor: pointer;
    border-radius: 8px;
}

.fomo-popup-vitrina__close:hover {
    color: #64748b;
    background: #f1f5f9;
}

@media (max-width: 380px) {
    #fomo-popup-vitrina {
        left: 12px;
        bottom: 12px;
        max-width: calc(100vw - 24px);
    }
}
