@charset "UTF-8";
.main .main_subtitle,
.main .main_title {
    text-align: left;
    line-height: 110%;
    color: #494949;
    font-style: normal;
}
.main .main_subtitle span,
.main .main_title span,
.mainKeywords .section-title h1 span,
.mainMfoDetails .section-title h1 span {
    color: #494949;
}
.footer *,
.header *,
.main *,
.mfo-item {
    box-sizing: border-box;
    position: relative;
    z-index: 998;
}
.main,
.mfo-link,
.modal,
html {
    height: 100%;
}
.offerwall,
.offerdetails,
.seo {
    padding-top: 20px;
    padding-bottom: 20px;
}
.offerwall {
    padding-top: 10px;
}
@font-face {
    font-family: Gilroy;
    src: local("Gilroy Thin"), local("GilroyT-Thin"), url("../fonts/Gilroy-Thin.woff2") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy;
    src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy-Regular.woff2") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy;
    src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("../fonts/Gilroy-SemiBold.woff2") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy;
    src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy-Bold.woff2") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy;
    src: local("Gilroy Extrabold"), local("Gilroy-Extrabld"), url("../fonts/Gilroy-ExtraBold.woff2") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
:root {
/*    --bg-body: #32363a;*/
	--bg-body: #f3eeee;
    --light-color: #fff;
    --accent-color-1: #24a558;
    --accent-color-2: #24a558;
    --light-grey-1: #babcbd;
    --light-grey-2: #e7ecf0;
    --links-color-1: #888888;
    --links-color-2: #003f88;
    --text-dark-color: #000;
    --text-dark-color-2: #494949;
    --text-dark-color-3: #303d4e;
    --text-grey-color: #636363;
}
.container {
    width: 100%;
    max-width: 425px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
body {
    font-family: Gilroy, sans-serif;
    font-weight: 400;
    margin: 0;
    background: var(--bg-body);
    display: flex;
    flex-direction: column;
    position: relative;
/*    overflow-y: scroll;*/
    overflow-x: hidden;
}
.header {
    padding-top: 17px;
    padding-bottom: 13px;
    z-index: 6;
}
.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: block;
}
.header .header_wrapper .header_logo a img {
    height: 30px;
}

/* ------------------------------------------------------------- *
 * Offers Details
/* ------------------------------------------------------------- */
.offerdetails {
    padding: 20px 0;
}
.offerdetails .table {
    width: 100%;
}
.offerdetails .table thead {
    border-bottom: 1px solid #333;
}
.offerdetails .table tbody tr:nth-child(2n),
.offerdetails .table thead {
    background: #eee;
}
.offerdetails .table td {
    border: 0 solid transparent;
    color: #636363;
}
.offerdetails .table td,
.offerdetails .table th {
    padding: 5px;
}
.offerdetails .table th {
    height: 68px;
}
.offerdetails .details-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
}
.offerdetails .list-item {
    width: calc((100% - 28px) / 3);
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
    font-size: 13px;
    color: #636363;
}
.offerdetails .list-item a,
.offerdetails .list-item a:hover {
    color: var(--text-dark-color);
    text-decoration: none;
}
.offerdetails .list-item a {
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 10px;
    background-color: var(--light-color);
    border: 1px solid var(--light-grey-2);
}
@media (max-width: 992px) {
    .offerdetails .container {
        max-width: 620px;
    }
    .offerdetails .list-item {
        width: calc((100% - 14px) / 2);
    }
}
@media (max-width: 767px) {
    .offerdetails .list-item {
        width: 100%;
    }
}
.header .header-phone {
    position: relative;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    margin-top: 4px;
}
.header .header-phone a {
    color: #494949;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
    text-decoration-line: none;
}
.header .header-phone span {
    display: inline-block;
    color: #494949;
    text-align: right;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.12px;
}
.header .header_text {
    position: relative;
    color: #fff;
    background: #25a558;
    padding: 6px 10px;
    border-radius: 8px 8px 0;
    font-weight: 600;
    font-size: 13px;
}
.header .header_wrapper .header_text span {
    position: absolute;
    bottom: -13px;
    right: 0;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: #494949;
    border-radius: 4px;
    padding: 1px 7px;
    transform: rotate(-2deg) translateX(3px);
}
@media (max-width: 350px) {
    .header .header-phone a {
        font-size: 11px;
    }
    .header .header-phone span {
        font-size: 8px;
    }
}
.main {
    overflow-x: hidden;
    padding-top: 15px;
}
.main .main_title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}
.main .main_subtitle {
    color: #494949;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 18px;
}
@media (min-width: 992px) {
    .main .main_title {
        font-size: 32px;
    }
    .main .main_subtitle {
        font-size: 18px;
    }
}

.main .main_subtitle span {
    font-weight: 500;
}
.main .general_button_wrapper,
.toggle-button {
    margin-top: 15px;
    text-align: center;
}

.main .offers_wrapper{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main .offers_wrapper .offer{
    width: calc(50% - 5px);
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.20);
    border-radius: 20px;
    padding: 20px 5px;
    position: relative;
    margin-bottom: 25px;
}
.main .offers_wrapper .offer.offer-small {
    border-radius: 12px;
}

.main .offers_wrapper .body-card-logo {
    height: 60px;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center
}
@media (min-width: 992px) {
    .main .offers_wrapper .body-card-logo {
        height: 90px;
    }
}

.main .offers_wrapper .body-card-logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}
.main .offers_wrapper .offer .label {
    height: 30px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 700;
    left: 0;
    top: 28px;
    position: absolute;
    padding-right: 30px;
}
.main .offers_wrapper .offer .label .rubick{
    position: absolute;
    width: 30px;
    height: 30px;
    background: white;
    transform: rotate(45deg);
    right: -15px;
}
.main .offers_wrapper .offer .label.orange{
    background: linear-gradient(180deg, #f411ed 0%, #c7009e 100%), #f211e9;
}
.main .offers_wrapper .offer .label.green{
    background: linear-gradient(180deg, #53B853 0%, #13AE64 100%), #5DBA45;
}
.main .offers_wrapper .offer .general_button_wrapper{}
.main .offers_wrapper .offer .general_button_wrapper .button{
    width: 100%;
/*    margin-top: 25px;*/
}
.main .general_button_wrapper .button a,
.main .general_button_wrapper .button button {
    background: linear-gradient(90deg, var(--accent-color-1), var(--accent-color-2)) !important;
    border-radius: 50px;
    font-size: 15px;
    height: 45px;
}
.main .offer-hot .general_button_wrapper .button a,
.main .offer-hot .general_button_wrapper .button button {
    border-radius: 0;
}
.main .offer-card-info .rating {
    text-align: center;
    margin-bottom: 5px;
}
.main .offer-card-info .rating span {
    color: #727272;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}
.main .offer-card-info .rating span.big {
    display: block;
    color: var(--accent-color-1);
    font-size: 40px;
    font-weight: 600;
}

.main .offer-card-info .sumdate {
    text-align: center;
    max-width: 135px;
    margin: 0 auto;
}
.main .offer-card-info .sumdate span {
    color: #404040;
    font-size: 17px;
    font-weight: 400;
}
.main .offer-card-info .sumdate span.bold {
    font-weight: 600;
}

.main .offers_wrapper .offer-hot {
    width: 100%;
    padding: 30px 25px 25px 30px;
}
.main .offers_wrapper .offer-hot .body-card-logo {
    height: 80px;
}

.main .offers_wrapper .offer-hot .body-card-logo img {
    display: block;
    margin: 0 auto;
    max-width: 68%;
    height: auto
}
.main .offers_wrapper .offer-hot .offer-card-info .rating {
    margin-bottom: 18px;
}
.main .offers_wrapper .offer-hot .offer-card-info .rating span {
    font-size: 18px;
}
.main .offers_wrapper .offer-hot .offer-card-info .rating span.big {
    font-size: 60px;
    line-height: 1;
}
.main .offers_wrapper .offer-hot .offer-card-info .sumdate {
    max-width: 100%;
    margin: unset;
}
.main .offers_wrapper .offer-hot .offer-card-info .sumdate span {
    font-size: 19px;
}
.main .offers_wrapper .offer-hot .offer-card-info .sumdate span.bold {
    font-weight: 600;
}
.main .offers_wrapper .offer-hot .btn-offer-details {
    font-size: 15px;
    max-width: 100%;
}
.main .offers_wrapper .offer-hot .general_button_wrapper .button a,
.main .offers_wrapper .offer-hot .general_button_wrapper .button button{
    height: 57px;
    font-size: 19px;
    border-radius: 7px;
}
.main .offers_wrapper .offer-hot .general_button_wrapper .button a span,
.main .offers_wrapper .offer-hot .general_button_wrapper .button button span{
    display: inline-block;
    padding-left: 5px;
}
.main .offers_wrapper .offer-small .general_button_wrapper .button a span,
.main .offers_wrapper .offer-small .general_button_wrapper .button button span{
    display: none;
}
.main .offers_wrapper .offer-small {
    padding: 15px 5px 10px 5px;
    margin-bottom: 15px;
}
.main .offers_wrapper .offer-small .body-card-logo img {
    max-width: 90%;
}
.main .offers_wrapper .main_title {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 10px 0 30px 0;
    color: #494949;
}
@media (max-width: 350px) {
    .main .offers_wrapper .offer-hot {
        padding: 30px 15px;
    }
}
.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 0.3s;
}
.main .offers_wrapper .offer .offer-info,
.modal-details .modal-offer-details {
    border-top: 1px solid var(--light-grey-2);
}
.toggle-button .arrow-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.toggle-content {
    display: none;
    padding-top: 20px;
}
.icon,
.list-style-one li,
.main .general_button_wrapper .button .approve-credits span,
.offer-link,
.triangle-down {
    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-dark-color-3);
    font-size: 14px;
}
.main .offers_wrapper .offer .offer-info li span.bold {
    font-weight: 600;
    font-size: 17px;
    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%;
    }
}
.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(--bg-body);
    border-radius: 7px;
    border: none;
    width: 100%;
    height: 43px;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
	color: var(--light-color);
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0 rgb(23 136 242 / 73%);
    -webkit-animation: 2s infinite pulse;
    text-decoration: none;
    transition: 2s;
}
.footer .footer_wrapper .copy span,
.main .bottom_text p,
.mainSeo p,
.mainSeo ul {
    font-size: 12px;
    color: #515151;
}
.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: Gilroy, 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;
    position: relative;
}
.footer .footer_wrapper .copy span {
    font-family: Gilroy, sans-serif;
    font-weight: 500;
    line-height: 14px;
}
.footer .footer_wrapper .footer_logo a img {
    width: 105px;
}
.main .bottom_text {
    margin-top: 42px;
}
.main .bottom_text p {
    font-family: Gilroy, 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(--light-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    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(--light-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    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;
    border-radius: 20px;
    background-color: var(--light-color);
}
thead {
    border-bottom: 1px solid #333;
}
tbody tr:nth-child(2n),
thead {
    background: #eee;
}
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;
    background: var(--light-color);
    box-shadow: 0 0 7px 0 rgba(0, 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, 0.7);
    z-index: 99999;
}
.modal-content {
    background-color: var(--bg-body);
    padding: 30px 20px;
    border: 1px solid #888;
    border-radius: 10px;
    width: 92%;
    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(--text-dark-color-2)
}
.modal-content .modal-title p {
    text-align: center;
    font-size: 13px;
    max-width: 300px;
    margin: 0 auto;
    color: var(--text-dark-color-2)
}
.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: 44px;
    border-radius: 3px;
    background-color: var(--light-color);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.modal-content .modal-offers .offer-text {
    font-weight: 700;
    font-size: 20px;
    color: var(--text-dark-color-2);
}
.modal-content .modal-offers .button {
    width: 30%;
}
.modal-content .modal-offers .button span {
    position: relative;
    background: linear-gradient(99.36deg, #179b19 0.16%, #45ad2c 94.24%);
    border: none;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    color: var(--light-color);
    font-family: Gilroy, 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 {
    padding: 15px 40px;
    width: calc(100% - 70px);
    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: calc(100% - 30px);
    }
}
.btn-main {
    position: relative;
    background: var(--accent-color-1);
    border-radius: 7px;
    border: none;
    width: 100%;
    height: 53px;
    line-height: 19px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
    -webkit-animation: 2s infinite pulse;
    text-decoration: none;
}
@-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);
    margin: 10px auto 0;
    max-width: 140px;
}
.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);
    }
}
.icon {
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.icon.icon-info {
    background-image: url("../img/ico-i.svg");
    margin-top: -3px;
    margin-right: 4px;
}
.icon.icon-link-arrow {
    width: 12px;
    height: 12px;
    background-image: url("../img/ico-link-arrow.svg");
    margin-top: -2px;
    margin-left: 5px;
}
@media (max-width: 350px) {
    .modal-details .modal-content {
        padding: 15px;
        margin-top: 0;
    }
}

.modal-phone .modal-content {
    position: relative;
    background-color: #575b5e;
}
.modal-phone .modal-phone-inner h3,
.modal-progress .modal-phone-inner h3 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-top: 0;
}
.modal-phone .modal-phone-inner h3 span,
.modal-progress .modal-phone-inner h3 span {
    color: var(--accent-color-1);
    background: #fff;
    padding: 3px 5px;
}

.form_wrapper {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 24px 20px;
}
.form_wrapper .phone-wrapper {}
.form_wrapper .phone-wrapper .label {
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #222222;
    margin-bottom: 12px !important;
    background: none;
    width: 100%;
    padding: 0;
}
.form_wrapper .phone-wrapper input {
    background: #F0F0F0;
    border-radius: 20px;
    border: none;
    height: 38px;
    width: 100%;
    padding-left: 19px;
    padding-right: 19px;
}
.form_wrapper .phone-wrapper input:focus {
    outline: none;
}
.form_wrapper .phone-wrapper input::placeholder {
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #BBBBBB;
}
.form_wrapper .general_button_wrapper {
    margin-top: 23px;
}

/* Desktop Adaptive */
@media (min-width: 768px) {
    .container {
        max-width: 900px;
    }
    .main .offers_wrapper .offer {
        width: calc(33.333% - 10px);
    }
    .main .offers_wrapper .offer-hot {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1200px;
    }
    .main .offers_wrapper .offer {
        width: calc(25% - 12px);
    }
    .main .offers_wrapper {
        gap: 16px;
        justify-content: flex-start;
    }
    .main .offers_wrapper .offer-hot {
        width: calc(50% - 8px);
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}

/* ------------------------------------------------------------- *
 * Finup-style storefront for do-zp.com.ua
/* ------------------------------------------------------------- */
:root {
    --white: #ffffff;
    --black: #0d0e10;
    --text: #6a707c;
    --grey-3: #a3b3c1;
    --grey-5: #e5e5e5;
    --grey-6: #717784;
    --grey-8: #f2f4f6;
    --blue: #3292ff;
    --blue-pale: #e4f0ff;
    --light-blue: #bbd9ff;
    --light-yellow: #fff1d0;
    --yellow: #ffd000;
    --shadow-btn: 0 2px 4px rgba(91, 80, 119, 0.3);
}

body {
    background: var(--white);
    color: var(--black);
}

.main {
    padding-top: 0;
}

.page-header *,
.credits-offers *,
.section-faq *,
.section-seo-text *,
.footer * {
    z-index: auto;
}

.bg-gradient {
    background: linear-gradient(180deg, #fff 0%, #e4f0ff 90%, #bbd9ff 100%);
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.w-100 {
    width: 100% !important;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 12px;
    border: 0;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .2s linear, box-shadow .2s linear, opacity .2s linear;
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: var(--shadow-btn);
}

.btn-blue {
    background: var(--blue);
    color: var(--white);
}

.btn-blue .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.btn-blue .icon svg path {
    fill: #fff;
}

.link-style-1 {
    color: var(--blue);
    font-size: 12px;
    line-height: 1.35;
    text-decoration: underline;
}

ul.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
}

ul.breadcrumb li {
    font-size: 12px;
}

ul.breadcrumb li a {
    color: var(--grey-6);
    text-decoration: none;
}

ul.breadcrumb li.active a,
ul.breadcrumb li a:hover {
    color: var(--black);
}

ul.breadcrumb li::after {
    content: "/";
    margin-left: 6px;
    color: var(--grey-6);
}

ul.breadcrumb li:last-child::after {
    display: none;
}

.page-header {
    margin-top: -6px;
    padding: 25px 0 40px;
}

.page-header .row {
    flex-direction: column;
}

.page-header .group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.page-header .group .text-col {
    flex: 1 1 0;
    z-index: 1;
}

.page-header .group .banner-col {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    max-width: 400px;
}

.page-header .group .banner .dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 590px;
    max-width: max-content;
    z-index: -1;
}

.page-header .brand-mark {
    margin-bottom: 18px;
}

.page-header .brand-mark img {
    width: 100px;
    height: auto;
}

.page-header .title h1 {
    font-size: clamp(30px, 5vw, 46px);
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 16px;
}

.page-header .title h1 span {
    position: relative;
    z-index: 1;
}

.page-header .title h1 span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -2.5%;
    width: 105%;
    height: 55%;
    margin-top: 2.5%;
    transform: translateY(-50%);
    background: var(--light-yellow);
    border-radius: 100px;
    z-index: -1;
}

.page-header .title p {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.4;
    color: var(--black);
}

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

.credits-offers {
    padding: 40px 0;
    background: var(--white);
}

.banks-offers {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.banks-offers .offer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 24px 20px;
    width: calc(25% - 23px);
    background: var(--white);
    border: 1px solid var(--blue-pale);
    border-radius: 12px;
    box-shadow: 0 3px 0 #bbd9ff;
}

.banks-offers .offer .offer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.banks-offers .offer .offer-image {
    width: 100%;
    max-width: 165px;
    margin: 0 auto;
}

.banks-offers .offer .offer-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.banks-offers .offer .offer-info {
    width: 100%;
    padding: 15px 0;
}

.banks-offers .offer .offer-info ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.banks-offers .offer .offer-info ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
}

.banks-offers .offer .offer-info ul li .small {
    font-size: 14px;
    color: var(--text);
}

.banks-offers .offer .offer-info ul li .big {
    font-size: 14px;
    font-weight: 700;
    color: var(--black);
    text-align: right;
}

.banks-offers .offer .offer-present {
    width: 100%;
}

.banks-offers .offer .offer-present-text {
    margin: 0 auto 4px;
    max-width: 180px;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    color: var(--text);
}

.banks-offers .offer .offer-present-inner {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.banks-offers .offer .offer-present-inner div {
    flex: 0 0 calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.banks-offers .offer .offer-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
    margin-top: 16px;
}

.banks-offers .offer .btn-go-url {
    flex-basis: 100%;
}

.banks-offers .offer .btn-offer-details {
    width: 100%;
}

.banks-offers .offer .btn-offer-details a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 6px;
    padding: 4px 12px;
    font-size: 12px;
    color: var(--grey-6);
    text-decoration: none;
}

.banks-offers .offer .btn-offer-details a img {
    width: 18px;
    height: 18px;
}

.banks-offers .offer .offer-links {
    display: flex;
    width: 100%;
    margin-top: 6px;
}

.banks-offers .offer .offer-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.banks-offers .offer .offer-links ul li {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.banks-offers .offer-hot {
    border-color: var(--blue);
}

.banks-offers .offer-hot-label {
    position: absolute;
    top: -9px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 9px;
    font-size: 10px;
    text-transform: uppercase;
    color: var(--black);
    background: var(--yellow);
    border-radius: 100px;
}

.offer-placeholder {
    width: calc(25% - 23px);
    padding: 24px 20px;
    border: 1px solid var(--blue-pale);
    border-radius: 12px;
    box-shadow: 0 3px 0 #bbd9ff;
}

.skel {
    display: block;
    border-radius: 10px;
    background: linear-gradient(90deg, #eef5ff 25%, #e2edfb 50%, #eef5ff 75%);
    background-size: 200% 100%;
    animation: storefront-skeleton 1.4s ease infinite;
}

.skel-logo {
    width: 100%;
    height: 72px;
    margin-bottom: 18px;
}

.skel-info,
.skel-link {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.skel-info {
    margin-bottom: 18px;
}

.skel-info span,
.skel-link span {
    height: 14px;
}

.skel-text {
    height: 34px;
    margin-bottom: 18px;
}

.skel-link {
    margin-bottom: 18px;
}

.skel-button {
    height: 48px;
}

@keyframes storefront-skeleton {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.section-faq,
.section-seo-text {
    padding: 80px 0;
}

.section-faq .row {
    align-items: flex-start;
    gap: clamp(30px, 8vw, 100px);
}

.section-faq .text-col {
    flex: 0 0 auto;
    max-width: 280px;
}

.section-faq .accordion-col {
    flex: 1 1 0;
    width: 100%;
}

.section-faq .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section-faq .text img {
    width: 120px;
}

.section-title {
    margin: 0 0 30px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.accordion-item {
    padding: 20px 0;
    border-bottom: 1px solid rgba(187, 217, 255, 0.8);
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.accordion-header .accordion-title {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 70%;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.accordion-header .accordion-title img {
    width: 20px;
}

.accordion-header .accordion-title .divider {
    display: inline-flex;
    width: 1px;
    height: 20px;
    background: var(--light-blue);
}

.accordion-header .arrow-accord {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
}

.accordion-header .arrow-accord span {
    width: 17px;
    height: 1px;
    background: var(--grey-3);
    transition: transform .2s ease;
}

.accordion-header .arrow-accord span:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item.active .arrow-accord span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(180deg);
}

.accordion-content {
    display: none;
    max-width: 94%;
    padding-top: 16px;
}

.accordion-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: var(--black);
}

.section-seo-text .seo-text h2 {
    margin: 0 0 22px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
}

.section-seo-text .seo-text p {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--black);
}

.section-seo-text .seo-text p:last-child {
    margin-bottom: 0;
}

.footer {
    padding: 60px 0;
    background: rgba(228, 240, 255, 0.5);
}

.footer .row {
    gap: 30px;
}

.footer .row .col-3 {
    flex-basis: calc(25% - 15px);
}

.footer .row .col-9 {
    flex-basis: calc(75% - 15px);
}

.footer .footer-logo .logo img {
    max-width: 100px;
}

.footer .footer-logo .footer-title {
    margin-top: 18px;
    font-size: 13px;
    color: var(--text);
}

.footer .footer-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}

.footer .footer-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .footer-links ul li a,
.footer .footer-links > a {
    font-size: 14px;
    color: var(--text);
    text-decoration: none;
}

.footer .footer-text p {
    margin: 0;
    font-size: 12px;
    color: var(--text);
}

.footer .footer-copyright {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding-top: 24px;
    border-top: 1px solid var(--light-blue);
}

.footer .footer-copyright p {
    margin: 0;
    font-size: 12px;
    text-align: center;
    color: var(--text);
}

.footer .footer-copyright img {
    width: 20px;
}

@media (max-width: 992px) {
    .banks-offers .offer,
    .offer-placeholder {
        width: calc(50% - 15px);
    }

    .page-header .group .banner-col {
        max-width: 300px;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 8px;
    }

    .page-header .group,
    .section-faq .row {
        flex-direction: column;
    }

    .page-header .title,
    .page-header .breadcrumb {
        text-align: center;
        justify-content: center;
    }

    .page-header .title h1 {
        font-size: 28px;
    }

    .page-header .title p,
    .section-seo-text .seo-text p {
        font-size: 14px;
    }

    .banks-offers {
        gap: 15px;
    }

    .banks-offers .offer,
    .offer-placeholder {
        width: calc(50% - 8px);
        padding: 20px 8px 15px;
    }

    .banks-offers .offer .offer-info ul li .small {
        font-size: 11px;
    }

    .banks-offers .offer .offer-info ul li .big {
        font-size: 12px;
    }

    .banks-offers .offer .offer-present-text {
        max-width: 140px;
        font-size: 12px;
    }

    .banks-offers .offer .offer-present-inner div,
    .link-style-1 {
        font-size: 11px;
    }

    .banks-offers .offer .btn-go-url {
        font-size: 12px;
        padding: 12px;
    }

    .section-faq,
    .section-seo-text {
        padding: 40px 0;
    }

    .section-faq .text {
        flex-direction: column-reverse;
    }

    .section-faq .text img {
        width: 80px;
    }

    .section-title,
    .section-seo-text .seo-text h2 {
        font-size: 24px;
    }

    .accordion-header .accordion-title {
        width: calc(100% - 40px);
        gap: 12px;
        font-size: 14px;
        font-weight: 500;
    }

    .footer {
        padding: 30px 14px;
    }

    .footer .row .col-3,
    .footer .row .col-9,
    .footer .footer-links {
        width: 100%;
        flex-basis: 100%;
    }

    .footer .footer-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

@media (max-width: 500px) {
    .banks-offers .offer .offer-logo {
        min-height: 54px;
    }
}
