/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

* {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button {
    border: none;
    cursor: pointer
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

.container {
    margin: 0 auto;
    max-width: 1280px
}

a,a[href^=tel] {
    text-decoration: none
}

a[href^=tel] {
    color: inherit
}

body {
    color: var(--font-color)
}

.header {
    background: #fff
}

.common-offers__section {
    background: #fff;
}

.offer-card:hover {
    border: 1px solid var(--accent-color)
}

.offer-card__lines {
    gap: 5px;
    margin: 12px 0
}

.questions-section {
    background: var(--card-bg);
    color: var(--font-color)
}

.faq {
    border: 1px solid #6f6f6f
}

.if-rejected__tips__line {
    background: var(--border-color)
}

.if-rejected__tip__marker {
    background: var(--accent-color)
}

.not-rejected__pic__wrapper {
    border: 1px solid var(--font-color)
}

.question {
    border-top: 1px solid var(--border-color)
}

.question svg {
    border: 1px solid var(--accent-color)
}

.question svg path {
    fill: var(--accent-color);
    stroke: var(--accent-color)
}

.lenders-info {
    background: var(--lenders-bg)
}

.lenders-info__card__header {
    border-bottom: 1px solid var(--border-color)
}

.lenders-info__card__body,.lenders-info__card__footer,.lenders-info__card__legal,.seo-text {
    color: #6f6f6f
}

.seo-text {
    background: var(--lenders-bg)
}

.brand {
    color: var(--main-color)
}

.transit {
    background: var(--main-color)
}

.transit__descr,.transit__heading {
    color: #202020
}

.transit-card__text__time {
    color: var(--main-color);
    white-space: nowrap
}

.transit-card__progress {
    background: var(--main-color)
}

.header {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 25px;
    height: 55px;
    justify-content: center;
    line-height: 35px;
    padding: 0 10px;
    width: 100%
}

.header:after,.header__brand {
    flex-shrink: 0
}

@media (min-width: 768px) {
    .header {
        font-size:30px;
        height: 80px;
        line-height: 38px
    }
}

.header.buen_fin_v1:before,.header.buen_fin_v2:before {
    background-image: url(../../img/themes/buen-fin/buen-fin.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 60px;
    margin-right: 30px;
    width: 60px
}

@media (max-width: 767px) {
    .header.buen_fin_v1:before,.header.buen_fin_v2:before {
        height:40px;
        margin-right: 10px;
        width: 40px
    }
}

.header.buen_fin_v1 {
    background: #e12b1c
}

.header.buen_fin_v2 {
    background: #000
}

@media (max-width: 767px) {
    .header.black_friday_v1,.header.black_friday_v2 {
        font-size:18px;
        line-height: 26px
    }
}

.header.black_friday_v1:before,.header.black_friday_v2:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    margin-right: 30px;
    max-height: 27px;
    max-width: 152px;
    width: 100%
}

@media (min-width: 768px) {
    .header.black_friday_v1:before,.header.black_friday_v2:before {
        display:none
    }
}

@media (max-width: 420px) {
    .header.black_friday_v1:before,.header.black_friday_v2:before {
        margin-right:15px
    }
}

.header.black_friday_v1 {
    background: #000
}

.header.black_friday_v1:before {
    background-image: url(../../img/themes/black-friday/black-friday-header-v1.png)
}

.header.black_friday_v2 {
    background: #c80000
}

.header.black_friday_v2:before {
    background-image: url(../../img/themes/black-friday/black-friday-header-v2.png)
}

.btn {
    border-radius: 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    line-height: 24px;
    transition: background .5s ease;
    width: 100%
}

.domain-active-offer {
    display: flex;
    justify-content: center;
    width: 100%
}

.domain-active-offer__container {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    width: 100%
}

@media (max-width: 767px) {
    .domain-active-offer__container {
        max-width:460px
    }
}

.domain-active-offer__title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 5px;
    text-align: left
}

.domain-active-offer__items {
    display: flex;
    flex-direction: column
}

.domain-active-offer .offer-item {
    align-items: center;
    background-color: #f0f0f0;
    border-radius: 30px;
    color: #000;
    counter-increment: counter;
    display: flex;
    font-size: 18px;
    line-height: 22px;
    min-height: 60px;
    padding-left: 15px;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.domain-active-offer .offer-item:not(:last-of-type) {
    margin-bottom: .75em
}

.domain-active-offer .offer-item:hover {
    background-color: #dcdcdc
}

.domain-active-offer .offer-item:hover .offer-item__description {
    color: #262626
}

.domain-active-offer .offer-item:before {
    color: #000;
    content: counter(counter);
    font-size: 20px;
    line-height: 1.35
}

.domain-active-offer .offer-item:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0zMy4zIDIzYy0zLjEtMi45LTYuMy01LjctOS40LTguNi0zLTIuOC03LjUgMS43LTQuNSA0LjUgMi4zIDIuMSA0LjcgNC4zIDcgNi40LTIuNCAyLjItNC43IDQuNC03LjEgNi42LTMgMi44IDEuNSA3LjMgNC41IDQuNSAzLjItMyA2LjMtNS45IDkuNS04LjkgMS4zLTEuMiAxLjMtMy40IDAtNC41eiIgc3R5bGU9ImZpbGw6I2ZmZiIvPjwvc3ZnPg==);
    border: 5px solid #fff;
    border-radius: 50px;
    content: "";
    flex-shrink: 0;
    height: 54px;
    margin-left: auto;
    width: 54px
}

.domain-active-offer .offer-item__text {
    padding: 7px .75em
}

.domain-active-offer .offer-item:first-child:after {
    background-color: #d82714
}

.domain-active-offer .offer-item:nth-child(2):after {
    background-color: #a2bc09
}

.domain-active-offer .offer-item:nth-child(3):after {
    background-color: #e57109
}

.domain-active-offer .offer-item:nth-child(4):after {
    background-color: #cd09e5
}

@media (max-width: 999px) {
    .domain-active-offer.v2 .domain-active-offer__container {
        max-width:460px
    }
}

.domain-active-offer.v2-top .domain-active-offer__title {
    color: #fff
}

.offer-card {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 2px 2px 22px #0000002e;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 0;
    max-width: calc(50% - 6px);
    padding: 10px 10px 20px;
    width: calc(50% - 6px)
}

@media (min-width: 768px) {
    .offer-card {
        margin:0;
        max-width: calc(25% - 15px);
        padding: 10px 15px 20px;
        width: calc(25% - 15px)
    }
}

@media (min-width: 1280px) {
    .offer-card {
        margin-top:15px;
        padding: 18px 18px 25px;
        width: 410px
    }
}

.offer-card:hover {
    transition: .5s ease
}

.offer-card__header {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 48px;
    justify-content: center;
    margin-bottom: 10px
}

@media (min-width: 1024px) {
    .offer-card__header {
        margin-bottom:17px
    }
}

.offer-card__logo {
    max-height: 40px;
    max-width: 100px
}

@media (min-width: 1280px) {
    .offer-card__logo {
        max-height:38px
    }
}

.offer-card__first-tag {
    align-items: center;
    display: flex;
    font-size: 14px;
    justify-content: center;
    line-height: 21px;
    min-height: 54px;
    padding: 5px 0;
    text-align: center
}

@media (min-width: 1280px) {
    .offer-card__first-tag {
        font-size:16px;
        height: 60px;
        line-height: 24px;
        min-height: unset
    }
}

.offer-card__lines {
    border: none;
    display: flex;
    flex-direction: column
}

@media (min-width: 1280px) {
    .offer-card__lines {
        display:flex;
        gap: 15px;
        margin-bottom: 15px
    }
}

.offer-card__line {
    white-space: break-spaces
}

@media (min-width: 1280px) {
    .offer-card__line {
        text-align:left
    }
}

.offer-card__line__title {
    margin-bottom: 1px
}

.offer-card__line__value {
    white-space: nowrap
}

.offer-card__tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px
}

@media (min-width: 1280px) {
    .offer-card__tags {
        margin-bottom:auto;
        margin-top: 15px
    }
}

.offer-card__tags :first-of-type {
    color: #fff;
    opacity: .5
}

.offer-card__tag {
    border-radius: 15px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding: 3px 10px 4px
}

.offer-card .btn {
    font-size: 16px;
    height: 55px;
    line-height: 24px
}

.offer-card__example {
    color: #8c8c8c;
    font-size: 10px;
    margin-top: 10px
}

.offer-card.buen_fin_v1 .btn,.offer-card.buen_fin_v2 .btn {
    background: #e12b1c
}

.offer-card.black_friday_v1 .btn,.offer-card.black_friday_v2 .btn {
    background: #c80000
}

.common-offers__section {
    padding: 22px 15px 60px
}

@media (min-width: 1280px) {
    .common-offers__section {
        padding:26px 0 100px
    }
}

.common-offers__section.buen_fin_v1,.common-offers__section.buen_fin_v2 {
    background: url(../../img/themes/buen-fin/buen-fin-bg-v1.png),#f34c3e;
    background-blend-mode: lighten;
    position: relative
}

.common-offers__section.buen_fin_v1:after,.common-offers__section.buen_fin_v2:after {
    background: linear-gradient(178deg,#f34c3e -2.54%,hsla(5,88%,68%,0) 98.31%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.common-offers__section.buen_fin_v1 .container,.common-offers__section.buen_fin_v2 .container {
    position: relative;
    z-index: 2
}

.common-offers__section.buen_fin_v1 {
    background: url(../../img/themes/buen-fin/buen-fin-bg-v1.png),#f34c3e
}

.common-offers__section.buen_fin_v1:after {
    background: linear-gradient(178deg,#f34c3e -2.54%,hsla(5,88%,68%,0) 98.31%)
}

.common-offers__section.buen_fin_v2 {
    background: url(../../img/themes/buen-fin/buen-fin-bg-v2.png),#000
}

.common-offers__section.buen_fin_v2:after {
    background: linear-gradient(180deg,#000 -2.64%,rgba(0,0,0,.18))
}

.common-offers__section.black_friday_v1,.common-offers__section.black_friday_v2 {
    position: relative
}

.common-offers__section.black_friday_v1:after,.common-offers__section.black_friday_v2:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.common-offers__section.black_friday_v1 .container,.common-offers__section.black_friday_v2 .container {
    position: relative;
    z-index: 2
}

.common-offers__section.black_friday_v1 {
    background: url(../../img/themes/black-friday/black-friday-bg-v1.webp) 0 0 repeat,url(../../img/themes/black-friday/black-friday-bg-v1.webp) 104px 195px repeat,#b8201b;
    background-blend-mode: darken
}

.common-offers__section.black_friday_v1:after {
    background: linear-gradient(180deg,#000,transparent 34.48%)
}

.common-offers__section.black_friday_v2 {
    background: url(../../img/themes/black-friday/black-friday-bg-v2.png) 0 0 repeat,url(../../img/themes/black-friday/black-friday-bg-v2.png) 161px 69px repeat,#000
}

.common-offers__section.black_friday_v2:after {
    background: linear-gradient(99.49deg,#000 .42%,rgba(0,0,0,.78) 43.23%,rgba(200,0,0,.2) 101.63%)
}

.common-offers__header {
    color: #333;
    font-size: 25px;
    line-height: 35px;
    margin: 0;
    text-align: center
}

@media (min-width: 768px) {
    .common-offers__header {
        font-size:40px;
        line-height: 50px
    }
}

.offers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 22px
}

@media (min-width: 768px) {
    .offers {
        display:flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        width: 100%
    }
}

@media screen and (max-width: 319px) {
    .offers_type_fullscreen {
        display:flex;
        flex-direction: column
    }

    .offers_type_fullscreen .offer-card {
        max-width: 100%;
        width: 100%
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .offers_type_fullscreen {
        display:flex;
        flex-direction: column
    }

    .offers_type_fullscreen .offer-card {
        max-width: 100%;
        padding: 10px 20px 20px;
        width: 100%
    }

    .offers_type_fullscreen .offer-card .offer-card__line {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .offers_type_fullscreen .offer-card .offer-card__line .offer-card__line__title,.offers_type_fullscreen .offer-card .offer-card__line .offer-card__line__value {
        font-size: 1rem
    }

    .offers_type_fullscreen .offer-card .offer-card__line:not(:first-of-type) {
        margin-top: .7rem
    }
}

.lenders-info {
    padding: 50px 20px 30px
}

@media (min-width: 1280px) {
    .lenders-info {
        padding-bottom:50px;
        padding-top: 100px
    }
}

.lenders-info__title {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    margin: 0 0 25px
}

@media (min-width: 1280px) {
    .lenders-info__title {
        font-size:40px;
        line-height: 50px
    }
}

.lenders-info__body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (min-width: 1280px) {
    .lenders-info__body {
        gap:24px;
        justify-content: flex-start
    }
}

.lenders-info__card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 22px #0000001f;
    margin-bottom: 10px;
    padding: 20px;
    width: 100%
}

@media (min-width: 768px) {
    .lenders-info__card {
        width:calc(50% - 5px)
    }
}

@media (min-width: 1280px) {
    .lenders-info__card {
        margin-bottom:0;
        padding: 25px 25px 30px;
        width: 302px
    }
}

.lenders-info__card__header {
    padding-bottom: 15px
}

.lenders-info__card__title {
    word-wrap: break-word;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0
}

@media (min-width: 1280px) {
    .lenders-info__card__title {
        font-size:25px;
        font-weight: 400;
        line-height: 35px;
        margin-bottom: 5px
    }
}

.lenders-info__card__legal {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0
}

@media (min-width: 1280px) {
    .lenders-info__card__legal {
        font-size:14px;
        line-height: 21px
    }
}

.lenders-info__card__body {
    padding-top: 15px;
}

.lenders-info__card__row {
    word-wrap: break-word;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0 0 7px;
    text-decoration: none
}

@media (min-width: 1280px) {
    .lenders-info__card__row {
        font-size:16px;
        font-weight: 400;
        line-height: 24px
    }
}

.lenders-info__card__footer {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 15px;
    white-space: break-spaces
}

@media (min-width: 1280px) {
    .lenders-info__card__footer {
        font-size:14px;
        line-height: 21px
    }
}

.lenders-info__card__additional {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 5px 0;
    white-space: break-spaces
}

.lenders-info__card__additional:first-of-type {
    margin-top: 15px;
    padding-top: 15px
}

.lenders-info__card__additional:last-child {
    margin-bottom: 0
}

@media (min-width: 1280px) {
    .lenders-info__card__additional {
        font-size:14px;
        line-height: 21px
    }
}

.question {
    -webkit-tap-highlight-color: transparent;
    padding: 18px 0 20px
}

@media (min-width: 1280px) {
    .question {
        padding:25px 0 32px
    }
}

.question__header {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 19px;
    justify-content: space-between
}

.question__header__text {
    flex-shrink: 1;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0
}

@media (min-width: 1280px) {
    .question__header__text {
        font-size:25px;
        line-height: 35px
    }
}

.question__header svg {
    border-radius: 50%;
    box-sizing: border-box;
    flex-shrink: 0;
    height: 30px;
    width: 30px
}

.question__answer {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    max-height: 0;
    overflow: hidden;
    transition: all .3s
}

@media (min-width: 1280px) {
    .question__answer {
        font-size:16px;
        line-height: 24px
    }
}

.question__answer--opened {
    max-height: 450px;
    padding-top: 15px
}

@media (min-width: 1280px) {
    .question__answer--opened {
        padding-top:20px
    }
}

.faq {
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 25px 20px 30px
}

@media (min-width: 1280px) {
    .faq {
        margin-bottom:100px;
        padding: 35px
    }
}

.faq__header {
    margin-bottom: 25px
}

@media (min-width: 1280px) {
    .faq__header {
        margin-bottom:35px
    }
}

.faq__title {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    margin: 0
}

@media (min-width: 1280px) {
    .faq__title {
        font-size:40px;
        line-height: 50px
    }
}

.questions-section {
    padding: 50px 20px 60px
}

.if-rejected {
    margin-bottom: 25px
}

@media (min-width: 1280px) {
    .if-rejected {
        display:flex;
        flex-direction: row;
        gap: 90px;
        justify-content: space-between
    }

    .if-rejected__first-part {
        flex-shrink: 0;
        width: 526px
    }
}

.if-rejected__question {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    margin: 0
}

@media (min-width: 1280px) {
    .if-rejected__question {
        font-size:40px;
        font-weight: 700;
        line-height: 50px
    }
}

.if-rejected__answer {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 20px 0 35px
}

@media (min-width: 1280px) {
    .if-rejected__answer {
        font-size:16px;
        line-height: 24px;
        margin: 30px 0 0
    }
}

.if-rejected__tips {
    list-style: none;
    padding-left: 0
}

.if-rejected__tips__line {
    height: 100%;
    left: 7px;
    position: absolute;
    top: 4px;
    width: 1px
}

.if-rejected__tip {
    display: flex;
    flex-direction: row;
    gap: 25px;
    padding-bottom: 25px;
    position: relative
}

.if-rejected__tip__marker {
    border-radius: 50%;
    flex-shrink: 0;
    height: 15px;
    position: relative;
    top: 4px;
    width: 15px
}

.if-rejected__tip__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px
}

@media (min-width: 1280px) {
    .if-rejected__tip__text {
        font-size:16px;
        line-height: 24px
    }

    .not-rejected {
        display: flex;
        flex-direction: row;
        gap: 111px;
        justify-content: space-between;
        margin-top: 100px
    }
}

.not-rejected__pic {
    bottom: 16px;
    left: 16px;
    position: relative
}

@media (min-width: 1280px) {
    .not-rejected__pic {
        bottom:25px;
        left: 25px
    }
}

.not-rejected__pic__wrapper {
    border-radius: 7px;
    height: 202px;
    margin-bottom: 35px;
    width: 319px
}

@media (min-width: 1280px) {
    .not-rejected__pic__wrapper {
        height:270px;
        width: 505px
    }

    .not-rejected__text {
        bottom: 25px;
        position: relative
    }
}

.not-rejected__question {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    margin: 0 0 20px
}

@media (min-width: 1280px) {
    .not-rejected__question {
        font-size:40px;
        line-height: 50px;
        margin: 0 0 30px;
        width: 591px
    }
}

.not-rejected__answer {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0
}

@media (min-width: 1280px) {
    .not-rejected__answer {
        font-size:16px;
        line-height: 24px
    }
}

.seo-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 20px 20px 60px
}

@media (min-width: 1280px) {
    .seo-text {
        padding:20px 0 100px
    }
}

.seo-text h2 {
    font-size: 25px;
    font-weight: 400;
    line-height: 33px;
    margin: 0 0 15px
}

@media (min-width: 1280px) {
    .seo-text h2 {
        font-size:30px;
        line-height: 38px
    }
}

.seo-text h3,.seo-text h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin: 30px 0 15px
}

@media (min-width: 1280px) {
    .seo-text h3,.seo-text h4 {
        font-size:25px;
        line-height: 35px
    }
}

.seo-text__content {
    font-size: 12px
}

@media (min-width: 1280px) {
    .seo-text__content {
        font-size:14px
    }
}

.seo-text__content h3 {
    margin-top: 0
}

.seo-text__content h4 {
    margin-bottom: 0
}

.seo-text__content p:first-child {
    margin-top: 0
}

.hidden {
    display: none!important
}

.common-offers__header {
    font-size: 15px;
    text-transform: uppercase
}

.btn__text {
    font-size: 22px;
    width: 100%;
    height: 100%;
}

.offer-card__logo {
    max-width: 155px
}

.offers_type_fullscreen .offer-card .offer-card__line:last-child {
    display: none
}

.offer-card__rating {
    display: none!important
}

.brand {
    align-items: center;
    display: flex;
    flex-direction: row
}

@media (min-width: 1280px) {
    .brand__logo {
        height:40px;
        width: 40px
    }
}

.brand__logo ellipse,.brand__logo path {
    stroke: var(--color)
}

.brand__name {
    color: var(--color);
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin: 0
}

@media (min-width: 768px) {
    .brand__name {
        font-size:30px;
        line-height: 40px
    }
}

.cookies {
    min-height: calc(100vh - 138px);
    padding: 20px 20px 40px
}

@media (min-width: 1280px) {
    .cookies {
        padding:50px 0 60px
    }
}

.cookies__header {
    margin-bottom: 35px
}

@media (min-width: 1280px) {
    .cookies__header {
        margin-bottom:50px
    }
}

.cookies p {
    line-height: 1.4
}

.cookies table {
    border-bottom: 1px solid #434c55;
    width: 100%
}

@media (min-width: 768px) {
    .cookies table {
        border-bottom:none;
        border-top: 1px solid #434c55
    }
}

.cookies tr {
    display: flex;
    flex-direction: column;
    width: 100%
}

@media (min-width: 768px) {
    .cookies tr {
        border-bottom:1px solid #434c55;
        flex-direction: row
    }
}

.cookies td {
    border: 1px solid #434c55;
    border-bottom: none;
    font-size: 13px;
    line-height: 1.4;
    padding: 20px;
    width: 100%
}

@media (min-width: 768px) {
    .cookies td {
        border-right:none;
        border-top: none;
        width: 50%
    }

    .cookies td:last-child {
        border-right: 1px solid #434c55
    }
}

.cookies ol {
    padding-left: 18px
}

.cookies ol li {
    font-size: 13px
}

.cookies ul {
    padding-left: 18px
}

.cookies li {
    line-height: 1.4;
    margin-bottom: 10px
}

.cookies li:last-child {
    margin-bottom: 0
}

.privacy {
    padding: 20px 20px 40px
}

@media (min-width: 1280px) {
    .privacy {
        padding:50px 0 60px
    }
}

.privacy__header {
    margin-bottom: 35px
}

@media (min-width: 1280px) {
    .privacy__header {
        margin-bottom:50px
    }
}

.privacy p {
    line-height: 1.4
}

.terms {
    padding: 20px 20px 40px
}

@media (min-width: 1280px) {
    .terms {
        padding:50px 0 60px
    }
}

.terms__header {
    margin-bottom: 35px
}

@media (min-width: 1280px) {
    .terms__header {
        margin-bottom:50px
    }
}

.terms p {
    line-height: 1.4
}

#__nuxt,.layout,.spinner-container,body,html {
    height: 100%
}

.spinner-container {
    align-items: center;
    display: flex;
    justify-content: center
}

.lds-spinner {
    color: #000;
    display: flex;
    height: 80px;
    margin: auto;
    position: relative;
    width: 80px
}

.lds-spinner div {
    -webkit-animation: lds-spinner 1.2s linear infinite;
    animation: lds-spinner 1.2s linear infinite;
    transform-origin: 40px 40px
}

.lds-spinner div:after {
    background: #4d4d4d;
    border-radius: 5px;
    content: " ";
    display: block;
    height: 18px;
    left: 37px;
    position: absolute;
    top: 3px;
    width: 6px
}

.lds-spinner div:first-child {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
    transform: rotate(0)
}

.lds-spinner div:nth-child(2) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    transform: rotate(30deg)
}

.lds-spinner div:nth-child(3) {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s;
    transform: rotate(60deg)
}

.lds-spinner div:nth-child(4) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s;
    transform: rotate(90deg)
}

.lds-spinner div:nth-child(5) {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s;
    transform: rotate(120deg)
}

.lds-spinner div:nth-child(6) {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s;
    transform: rotate(150deg)
}

.lds-spinner div:nth-child(7) {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s;
    transform: rotate(180deg)
}

.lds-spinner div:nth-child(8) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s;
    transform: rotate(210deg)
}

.lds-spinner div:nth-child(9) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s;
    transform: rotate(240deg)
}

.lds-spinner div:nth-child(10) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s;
    transform: rotate(270deg)
}

.lds-spinner div:nth-child(11) {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s;
    transform: rotate(300deg)
}

.lds-spinner div:nth-child(12) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    transform: rotate(330deg)
}

@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes lds-spinner {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

footer {
    /*display: none!important*/
}

.spinner__dot {
    background: #8a8a8a!important
}

.transit-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px 35px
}

@media (min-width: 1280px) {
    .transit-card__container {
        align-items:center;
        display: flex;
        flex-direction: row;
        gap: 34px;
        justify-content: space-between;
        margin-bottom: 30px
    }
}

.transit-card__logo {
    max-height: 50px;
    max-width: 200px
}

.transit-card__text {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 20px 0 15px
}

@media (min-width: 1280px) {
    .transit-card__text {
        margin:0
    }
}

.transit-card__progress {
    border-radius: 3px;
    height: 100%;
    transition: all 3s linear;
    width: var(--progress-width)
}

.transit-card__progress-bar {
    background: #e7e7e7;
    border-radius: 3px;
    height: 5px;
    margin-bottom: 25px;
    overflow: hidden;
    width: 100%
}

.transit-card__link {
    text-decoration: none
}

.transit-card__seconds {
    display: inline-block;
    text-align: center;
    width: 10px
}

@media (min-width: 1280px) {
    .container {
        flex-grow:1
    }
}

.transit {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 20px
}

@media (min-width: 1280px) {
    .transit {
        padding-top:60px
    }

    .transit__container {
        align-items: center;
        display: flex;
        flex-direction: row;
        height: 100%;
        justify-content: space-between;
        width: 1280px
    }
}

.transit__body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center
}

@media (min-width: 1280px) {
    .transit__text {
        width:450px
    }
}

.transit__heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin: 35px 0 20px
}

@media (min-width: 768px) {
    .transit__heading {
        font-size:50px;
        line-height: 60px
    }
}

.transit__descr {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 40px
}

@media (min-width: 1280px) {
    .transit__descr {
        margin:0;
        width: 364px
    }

    .transit__card {
        width: 652px
    }
}
@media(max-width: 767px){
    .offer-card__line{
        white-space: initial;
    }
    .not-rejected__pic{
        max-width: 100%;
        bottom:5px;
        left:5px;
    }
    .not-rejected__pic__wrapper{
        height: 173px;
    }
}