/*
Theme Name: Finpug
Theme URI: https://finpug.mx/
Author: ОНП
Description: Официальный сайт Finpug
Version: 1.7.38
License: Commercial
*/
@font-face {
    font-family: "Nunito Sans";
    src: url(assets/fonts/NunitoSans-Regular.ttf);
    font-weight: normal;
  }
main {
    background: #fff;
}
form, form button, form input, button{
    font-family: Montserrat;
}
button.outline{
    cursor: pointer;
    display: flex;
    padding: 14px 32px;
    background-color: #FFC93E;
    border-radius: 12px;
    transition: 0.2s ease-in;
    text-decoration: none;
    color: #002956;
    align-items: center;
    justify-content: center;
    border: none;
}
button.outline svg {
    width: 17px;
    height: 18px;
}
button.outline.account svg path{
    fill: #333;
    transition: fill 100ms ease-in-out;
}
button.outline:hover{
    color: #4F4F4F;
}
button.outline.account :hover svg path{
    fill: #4F4F4F;
}
img{
    height: auto;
}
html, body {
    background-color: #2472d9!important;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%
}
html, body .post-template-default {
    background-color: #f3f3f3!important;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%
}
body *{
    -webkit-text-size-adjust: 100%!important;
    text-size-adjust: 100%!important;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    box-sizing: border-box;
}
header {
    height:90px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(189, 189, 189, 0.20);
    transition: 0.5s ease-in-out;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 0 calc(var(--grid-gutter) / 2);

}
header+.google-auto-placed, header .google-auto-placed, body+.google-auto-placed {
    display: none!important;
}
header .container .head_row {
    padding: 16px 0;
}
header .head_row a{
    align-items: center;
}
header .head_row .language {
    background: #F2F2F2;
    border-radius: 50px;
    margin-right: 30px;
}
header .head_row .language li{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 2px;
}
header .head_row .language li a{
    color: #828282;
    font-size: 13px;
}
header .head_row .language li.current-lang{
    background: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
}
header .head_row .language li.current-lang a{
    color: var(--color-primary);
}
body {
    font-family: Montserrat, sans-serif;
font-weight: 400;
line-height: 1.6;
}
.header__wrapper {
    background-color: #fff;
    transition: 0.5s ease-in-out;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    position: relative;
    z-index: 999;
}
h1 {
    max-width: 600px;
    font-size: 48px;
    font-weight: 700;
line-height: 120%;
}
.nav__list {
list-style: none;
display: flex;
gap: 24px;
align-items: center;
flex: 1;
}
.nav__item > a {
padding: 14px 16px;
transition: 0.2s ease-in;
color: #002956;
text-decoration: none;
border-radius: 12px;
display: flex;
}
.button-link-medium {
font-family: "Nunito Sans";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 20px;
}
.button-link-medium > svg {
    width: 24px;
    height: 24px;
}
.nav {
display: flex;
justify-content: space-between;
align-items: center;
padding: 16px 0;
height: 90px;
}
@media (max-width: 991px) {
  .page_header.container.row {
    padding-bottom:10px;
  }

.nav {
height: 56px;
}
}
.nav-secondary {
align-items: center;
justify-content: center;
}
.nav-secondary > .nav__logo {
margin-right: unset;
}
.nav__list {
list-style: none;
display: flex;
gap: 24px;
align-items: center;
flex: 1;
}
@media (max-width: 991px) {
.nav__list {
display: none;
}
}
.nav__logo {
margin-right: 32px;
}
@media (max-width: 991px) {
.nav__logo {
width: 125px;
height: 26px;
}
}
@media (max-width: 991px) {
.nav__button {
display: none !important;
}
}
.nav__burger {
display: flex;
z-index: 100;
}
@media (min-width: 992px) {
.nav__burger {
display: none;
}
}
.mobile-menu {
    position: absolute;
    top: -56px;
    left: 0;
    width: 100%;
    max-height: 0; /* Меню начинается с нулевой высоты */
    overflow: hidden; /* Скрытие контента, который не помещается в область */
    background-color: white; /* Желаемый цвет фона */
    z-index: 99;
    transition: max-height 0.3s ease-in; /* Анимация через изменение max-height */
    height: calc(100vh + 56px);
    padding-top: 56px;
  }
  .mobile-menu__list {
    padding-top: 56px;
    padding-left:0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  #top-line,
#bottom-line,
#middle-line {
    transform-box: fill-box;
    transform-origin: center;
}

#top-line {
    animation: none; /* Начальное состояние без анимации */
}

#bottom-line {
    animation: none; /* Начальное состояние без анимации */
}

#middle-line {
    animation: none; /* Начальное состояние без анимации */
}

.clicked #top-line {
    animation: down-rotate 0.6s ease-out both;
}

.clicked #bottom-line {
    animation: up-rotate 0.6s ease-out both;
}

.clicked #middle-line {
    animation: hide 0.6s ease-out forwards;
}

@keyframes down-rotate {
    0% {
        animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
        transform: translateY(0px);
    }
    30% {
        transform-origin: center;
        animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
        transform: translateY(10px);
    }
    100% {
        transform-origin: center;
        transform: translateY(10px) rotate(-45deg) scale(0.9);
    }
}

@keyframes up-rotate {
    0% {
        animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
        transform: translateY(0px);
    }
    30% {
        transform-origin: center;
        animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
        transform: translateY(-10px);
    }
    100% {
        transform-origin: center;
        transform: translateY(-10px) rotate(45deg) scale(0.9);
    }
}


@keyframes hide {
    29% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* Обратная анимация для возвращения в исходное состояние */
.reverse-animation #top-line {
    animation: down-rotate-reverse 0s ease-out both;
}

.reverse-animation #bottom-line {
    animation: up-rotate-reverse 0s ease-out both;
}

.reverse-animation #middle-line {
    animation: show 0s ease-out forwards;
}

@keyframes up-rotate-reverse {
    0% {
        animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
        transform: translateY(0px);
    }
    30% {
        transform-origin: center;
        animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
        transform: translateY(-10px);
    }
    100% {
        transform-origin: center;
        transform: translateY(-10px) rotate(45deg) scale(0.9);
    }
}
@keyframes down-rotate-reverse {
    0% {
        animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
        transform: translateY(0px);
    }
    30% {
        transform-origin: center;
        animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
        transform: translateY(10px);
    }
    100% {
        transform-origin: center;
        transform: translateY(10px) rotate(-45deg) scale(0.9);
    }
}

@keyframes show {
    29% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
  .clicked #middle-line {
    animation: hide 0.6s ease-out forwards;
}
  .mobile-menu__item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-menu__button {
    width: 50%;
  }
  @media (max-width: 425px) {
.menu {
    box-shadow: none!important;
}
.mobile-menu__button {
      width: 90%;
    }
.nav__list > ul > li > a
    {
        padding: 14px 16px;
        transition: 0.2s ease-in;
        color: #002956;
        text-decoration: none;
        border-radius: 12px;
        display: flex;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }
}
#menu-item-376297 {
    display: none;
}
.mobile-menu__item:last-of-type > a{
    display: flex;
    padding: 10px 32px;
    background-color: #FFC93E;
    border-radius: 12px;
    transition: 0.2s ease-in;
    text-decoration: none;
    color: #002956;
    align-items: center;
    justify-content: center;
}
@media (max-width:991) {
    #menu-item-376297 {
        display:block!important;
    }
}
/* Обратная анимация для возвращения в исходное состояние */
.reverse-animation #top-line {
    animation: down-rotate-reverse 0s ease-out both;
  }
  
  .reverse-animation #bottom-line {
    animation: up-rotate-reverse 0s ease-out both;
  }
  
  .reverse-animation #middle-line {
    animation: show 0s ease-out forwards;
  }
.mobile-menu.active {
    transition: max-height 1.3s ease-in; /* Анимация через изменение max-height */
    max-height: calc(100vh + 56px); /* При добавлении класса active меню будет выезжать и занимать всю высоту экрана */
    height: calc(100vh + 56px);
    z-index: 99;
}
.mobile-menu__list {
    padding-top: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.mobile-menu__item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav__item > a {
    padding: 14px 16px;
    transition: 0.2s ease-in;
    color: #002956;
    text-decoration: none;
    border-radius: 12px;
    display: flex;
}
.button-link-medium {
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
#hamburger {
width: 42px;
height: 42px;
}
.mobile-menu__list {
    padding-top: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

@media (max-width: 991px) {
.mobile-menu.active > .nav__list {
        display: block!important;
    }
.mobile-menu.active > .nav__list > ul
    {
        padding-top: 56px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
    } 
.mobile-menu.active > .nav__list > ul > li  > a {
        padding: 14px 16px;
        transition: 0.2s ease-in;
        color: #002956;
        text-decoration: none;
        border-radius: 12px;
        display: flex;
    }
}
#top-line,
#bottom-line,
#middle-line {
transform-box: fill-box;
transform-origin: center;
}
@media (max-width: 728px) {
header .interface {display:none!important;}
}
ins {
    padding: 15px 0;
}
button{
    cursor: pointer;
}
h1::first-letter {
    text-transform: uppercase;
}
.static_page h2{
    font-size: 24px;
}
.static_page h3{
    font-size: 21px;
}
input{
    box-sizing: border-box;
}
.row > .col-6 {
    flex: 50%;
    max-width: 50%;
}
#content.static_page{
    background: #f3f3f3;
    padding: 70px 0 120px;
}
#content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
header .head_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
header .interface{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .interface.no_lang_switch .language{
    display: none;
}
.account_btn{
    color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='user' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-user fa-w-14 fa-5x'%3E%3Cpath fill='white' d='M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z' class=''%3E%3C/path%3E%3C/svg%3E");
    background-color: var(--color-primary);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 16px;
    text-decoration: none;
    padding: 8px 24px 8px 42px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    box-shadow: 0px 5px 15px 0px rgb(62 191 31 / 40%);
    cursor: pointer;
    transition: background-color 100ms;
    margin-left: 40px;
    border: 0;
}
header .logo{
    position: relative;
    z-index: 3;
    height: auto;
}
header nav{
    display: flex;
    flex-wrap: wrap;
}
header ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
header ul li{
    margin: 5px 12px;
}
header ul li a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    transition: color 100ms;
}
header ul li a:hover{
    color: var(--color-primary);
}
header .language{
    margin-left: 40px;
}
header .language a span{
    margin-left: 0.5em!important;
}

.menuToggle{
    color: #000;
    padding: 10px 15px;
    cursor: pointer;
    display: none;
    z-index: 3;
    position: relative;
}
.mobile_only{
    display: none;
}
.promo_banner a{
    border-radius: 16px;
    overflow: hidden;
}
.promo_banner img{
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
}

@media( max-width: 1170px){
    .menuToggle{
        display: block;
    }
    .menu{
        display: none;
        position: absolute;
        background: #fff;
        width: 100%;
        padding: 90px 10px 10px;
        left: 0;
        right: 0;
        top: 0;
        z-index: 2;
        box-shadow: 0 0 40px #9d9d9d;
    }
    .menu.active{
        display: block;
    }
    .menu li{
        display: block;
    }
    header ul {
        flex-direction: column;
    }
    header ul li a {
        font-size: 20px;
        margin-bottom: 10px;
        display: block;
    }
    header .interface {
        flex-direction: column;
        width: 100%;
        margin: 30px 0 20px;
    }
    .account_btn, header .language {
        margin-left: 0;
        margin-top: 20px;
    }
}
.icon {
    cursor: pointer;
}
.hamburger {
    width: 40px;
    height: 3px;
    background: #000;
    transition: transform 0.5s, translate 0.5s;
    display: block;
    margin: 0;
    z-index: 2;
    position: relative;
}

.hamburger:before,
.hamburger:after {
    content: "";
    width: 40px;
    height: 3px;
    position: absolute;
    background: #000;
    transition: transform 0.5s, translate 0.5s;
}

.hamburger:before {
    top: -14px;
}

.hamburger:after {
    top: 14px;
}

.icon.active .hamburger {
    background: rgba(0, 0, 0, 0);
}

.icon.active .hamburger:before {
    top: 0;
    transform: rotate(45deg);
}

.icon.active .hamburger:after {
    top: 0;
    transform: rotate(135deg);
}
.breadcrumbs {
    margin-bottom: 20px;
}
.breadcrumbs a{
    color: var(--color-primary);
    text-decoration: none;
}


h2{
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 45px;
    margin-top: 10px;
}

.cc_form {
    padding: 25px 30px 35px;
    border-radius: 5px;
    box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
    background: #fff;
}
.cc_form .head{
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    padding: 10px 0;
}
.cc_form_amount{
    display: none;
}
.cc_form .irs_head{
    font-weight: 600;
    padding: 5px 0;
}
.cc_form >.irs{
    margin: 5px 0 10px;
}
.cc_form >.irs span{
    font-family: 'Montserrat', sans-serif;
}
.cc_form >.irs--round .irs-line {
    height: 5px;
}
.cc_form > .irs--round .irs-bar {
    top: 36px;
    height: 5px;
    background-color: var(--color-primary);
}
.cc_form > .irs--round .irs-handle {
    top: 22px;
    width: 30px;
    height: 30px;
    border: 5px solid var(--color-primary);
    box-shadow: none;
}
.cc_form > .irs--round .irs-from:before, .cc_form > .irs--round .irs-to:before, .cc_form > .irs--round .irs-single:before {
    border-top-color: var(--color-primary);
}
.cc_form > .irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: var(--color-primary);
}
.cc_form > .form_total {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 18px;
    margin-top: 15px;
}
.cc_form .cc_submit{
    width: 100%;
    border-radius: 5px;
    border: none;
    padding: 15px;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    background: var(--color-primary);
    margin: 20px 0 10px;
    box-shadow: 0px 5px 15px 0px rgb(62 191 31 / 40%);
    cursor: pointer;
    transition: background-color 100ms;
    display: block;
    text-align: center;
    text-decoration: none;
}
.cc_form .cc_submit:hover{
    background: var(--color-primary-hover);
}
.cc_form .accept {
    text-align: center;
    font-weight: 600;
}
.cc_form.green_border {
    border: 5px solid var(--color-primary);
    border-radius: 15px;
    box-shadow: 0 1.7px 5px 0px rgb(0 0 0 / 10%);
}
.cc_form.green_border .cc_submit {
    background: var(--color-secondary);
    box-shadow: 0px 5px 15px 0px rgb(255 131 0 / 40%);
}
.cc_form.green_border .cc_submit:hover{
    background: var(--color-secondary-hover);
}
.cc_form.green_border .head{
    font-size: 22px;
    text-align: center;
}

footer .footer_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .footer_flex.contacts{
    margin-top: 20px;
}
footer .footer_column{
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .footer_column ul{
    margin: 0;
    list-style: none;
    display: flex;
    padding: 0;
    margin-bottom: 10px;
}
footer .footer_column ul li a{
    padding: 5px 17px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    transition: color 100ms;
}
footer .footer_column ul li a:hover{
    color: var(--color-primary);
}
.footer_blocks.container{
    margin: 44px auto 64px;
    overflow-x: auto;
}
.footer_blocks ul{
    list-style: none;
    padding: 0;
}
.footer_blocks > ul{
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    width: 1140px;
}
.footer_blocks ul span.header{
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
    display: block;
}
.footer_blocks ul a{
    color: #828282;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color 100ms ease-in-out;
}
.footer_blocks ul a:hover{
    color: var(--color-primary-hover);
}
.footer_blocks ul ul li:not(:last-child){
    margin-bottom: 18px;
}
footer .gray{
    border-top: 1px solid #E0E0E0;
    background: #F5F5F5;
}
footer .footer_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px auto;
}
.footer_top .footer_menu{
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 590px;
    line-height: 1.3;
    margin: 0;
}
.footer_top .footer_menu a{
    color: #4F4F4F;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color 100ms ease-in-out;
}
.footer_top .footer_menu a:hover{
    color: var(--color-primary-hover);
}
.footer_top .contact{
    display: block;
    text-align: left;
}
.footer_top .contact > span{
    color: #4F4F4F;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}
.footer_top .contact a{
    color: #4F4F4F;
    font-size: 16px;
    font-weight: 600;
    text-decoration-line: underline;
    display: flex;
    align-items: center;
    transition: color 100ms ease-in-out;
}
.footer_top .contact a:hover{
    color: var(--color-primary-hover);
}
.footer_top .contact a:hover svg path{
    stroke: var(--color-primary-hover);
}
.footer_top .contact svg{
    width: 20px;
    height: 20px;
    margin-right: 4px;
    transition: stroke 100ms ease-in-out;
}
.footer_mid{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 50px;
}
.footer_mid .logo{
    max-width: 180px;
}
.footer_mid .counties{
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer_mid .counties img{
    max-width: 30px;
    max-height: 30px;
}
.footer_bottom {
    color: #828282;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
#content.vitrina{
    padding: 30px 0 90px;
}
.vitrina p.sub_head{
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.1em;
}
.vitrina p.sub_head span{
    color: var(--color-primary);
}
.offers {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 20px -10px;
}
.offers .offer{
    flex: 1 1 calc(33% - 20px);
    margin: 10px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: column;
    max-width: 366px;
    position: relative;
    overflow: hidden;
}
.offers .offer.row {
    width: 100%;
    flex: 100%;
    max-width: 100%;
    flex-direction: row;
}
.offers .offer.hidden{
    display: none!important;
}
.offers .offer .head{
    height: 100px;
    background-size: auto 40px;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
}
.offers .offer .promotion{
    text-align: center;
    background: var(--color-primary);
    color: #fff;
    font-weight: 600;
    padding: 10px;
    opacity: 0.8;
}
.offers .offer .rate{
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 20px;
    margin: 10px 0;
}
.offers .offer .max_summ{
    text-align: center;
    font-weight: 700;
    color: #000;
    margin: 10px 0;
}
.offers .offer .message img{
    width: 80px;
    height: 80px;
    display: block;
    margin: 10px auto;
}
.offers .offer .message p.await{
    font-size: 12px;
    color: var(--color-primary);
    text-align: center;
    margin: 0 0 10px;
}
.offers .offer .max_summ span{
    color: var(--color-primary);
}
.offers .offer .term{
    text-align: center;
    font-size: 14px;
}
.offers .offer .message p.response{
    padding: 15px 10px 10px;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}
.offers .offer .message p.response span{
    font-weight: 700;
}
.offers .offer .message p.response span:before{
    content: '';
    background: url(./assets/img/message.png) no-repeat left bottom;
    background-size: contain;
    width: 28px;
    height: 21px;
    display: inline-block;
    position: relative;
    top: 5px;
}
.offer a.get_money {
  cursor: pointer;
  padding: 10px 10px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFC93E;
  border-radius: 12px;
  border: thick double white;
  transition: 0.2s ease-in;
  text-decoration: none;
  color: #002956;
}
.offer a.get_money:hover {
	transition: 0.2s ease-in;
  background-color: #FFB661;
  color: #002956;
}
.offers .offer.visited a.get_money{
    opacity: 0.6;
}
.offers_row.other .offer a.get_money {
    font-size: 16px;
    padding: 14px 5px;
    font-weight: 500;
    border-radius: 6px;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1;
    margin-top: 5px;	
}
.offers .offer.visited:after{
    /*content: var(--visited-text);*/
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(245 245 245 / 80%);
    color: #4a4a4a;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.jq-toast-wrap img {
    height: 100%;
    width: auto;
}
#load_more {
    margin: auto;
    position: relative;
    display: block;
    background: #fff;
    border: 2px solid var(--color-primary);
    border-radius: 4px;
    font-size: 16px;
    padding: 10px 30px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all 0.2s;
}
#load_more:hover{
    background: var(--color-primary);
    color: #fff;
}
#content.reg_page{
    background: #f2f2f2;
}
.reg_page h1{
    font-size: 48px;
    text-align: center;
    color: #333;
}
.reg_page .you_get {
    background-color: rgba(62, 191, 31, 0.75);
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
    padding: 15px 20px;
    font-weight: 700;
}
.reg_page .you_get .flex {
    display: flex;
    align-items: center;
}
.reg_page .you_get .flex > div{
    padding: 10px 0;
    flex: 1 1;
}
.reg_page .you_get .flex.small {
    font-size: 14px;
}
.reg_page .you_get .separator {
    margin: 10px 5px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.55);
}
.reg_page .info{
    display: flex;
    padding: 16px 14px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #F2994A;
    background: #F7FDCC;
    width: 100%;
    margin: 23px 0;
}
.reg_page .info svg{
    width: 24px;
    height: 24px;
    flex: 1 0 24px;
}
.reg_page .info p{
    margin: 0;
    text-align: left;
}

@keyframes lineLoader {
    to {
        width: 100%;
    }
}


.swal2-popup{
    font-size: 16px!important;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 15%);
    margin: 60px auto;
}
.swal2-popup .swal2-title {
    font-size: 27px;
}
.swal2-popup .swal2-html-container {
    font-size: 16px;
}
.swal2-popup .swal2-actions{
    width: 90%;
}
.swal2-popup .swal2-styled.swal2-confirm{
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 100px;
    outline: 0;
    padding: 15px;
    font-weight: 400;
    color: #000;
    border: none!important;
    box-shadow: none!important;
}
.swal2-container .swal2-error .swal2-icon {
    margin-top: -48px;
    border: 8px solid;
    background: #fff;
}
.swal2-container .swal2-icon.swal2-error {
    border-color: #fff;
    color: #fff;
}
.swal2-container .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    background-color: #fff;
}
.swal2-container .swal2-icon-error {
    background-color: #f27474;
    color: #fff;
}
.swal2-popup .arr_list{
    text-align: left;
    padding-left: 20px;
}
.swal2-popup .arr_list li{
    margin-bottom: 5px;
}
.suggestions-promo{
    display: none!important;
}
.navigation.pagination {
    text-align: center;
    margin: 20px auto;
}
.navigation.pagination a, .navigation.pagination span.current{
    text-decoration: none;
    color: var(--color-primary);
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    width: 20px;
}
.navigation.pagination a{
    color: var(--color-primary);
}
.navigation.pagination span.current{
    color: #333;
}
.navigation.pagination a.prev,.navigation.pagination a.next {
    display: inline-block;
    background: var(--color-primary);
    color: #fff;
    width: 30px;
    margin: 0 10px;
    border-radius: 5px;
}
.article_loop {
    background: #fff;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 10px #e5e5e5;
}
.article_img{
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    min-height: 200px;
    padding: 0!important;
}
.article_info{
    padding: 10px 20px!important;
    display: flex;
    flex-direction: column;
}
.article_info h2{
    margin-bottom: 10px;
}
.article_data{
    margin-top: auto;
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}
.article_data a.read_more_button {
    margin-left: auto;
    background: var(--color-primary);
    color: #fff;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 5px;
}
.article_data .views, .article_data .date{
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-right: 20px;
    font-size: 14px;
}
.article_data .views:before {
    content: '';
    background: url(./assets/img/eye.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: contain;
    display: block;
    margin-right: 10px;
}
.article_data .date:before {
    content: '';
    background: url(./assets/img/calendar.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: contain;
    display: block;
    margin-right: 10px;
}
#formRequest .hidden_slide{
    display: none;
    width: 100%;
}
#formRequest .hidden_slide p{
    color: #000;
    margin: 10px 0 20px;
    display: block;
    background-color: rgb(247, 253, 204);
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
}
#formRequest .check_fc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;

}
#formRequest .check_fc > input {
    width: 60%;
}

#formRequest #code_validate {
    position: relative;
}
#formRequest #code_validate.invalid:after{
    content: '✖';
    position: absolute;
    color: red;
    top: 0;
    right: 10px;
    line-height: 1;
}
#formRequest #code_validate.invalid input{
    border: 1px solid #f00;
}
#formRequest .check_fc input.full {
    width: 100%;
}
#formRequest .check_fc button:not(#sms) {
    width: 37%;
    margin-left: 2%;
    border: 0;
    margin-right: 0;
    padding: 10px 5px;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    background: var(--color-primary);
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
#formRequest button#sms {
    text-align: center;
    width: 100%;
    background: transparent;
    border: none;
    padding: 0.5em;
    line-height: 1.3;
    margin: 0;
    font-size: 0.9em;
    display: block;
    font-weight: 600;
    text-decoration: underline;
    color: #036fc5;
}
#formRequest .message, #formRequest .captcha_message {
    margin: 10px 0 20px;
    display: block;
    background-color: rgb(247, 253, 204);
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.2;
}
#formRequest .captcha_message{
    margin: 10px 0 10px;
    background-color: transparent;
    color: #ff9800;
    text-align: center;
    font-weight: 600;
    padding: 0;
}
.main_btn {
    border-radius: 5px;
    border: none;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background: var(--color-primary);
    margin: 10px 0;
    cursor: pointer;
    transition: background-color 100ms;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.main_btn:hover {
    background: var(--color-primary-hover);
}
.phone-check-holder{
    transition: opacity 200ms ease-in-out, height 200ms ease-in-out;
}
#formRequest *.hidden{
    height: 0!important;
    opacity: 0!important;
    display: none;
}
.read_more{
    position: relative;
}
.read_more.cut{
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 20px;
}
.read_more.cut:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(245,245,245);
    background: -moz-linear-gradient(0deg, rgba(245,245,245,1) 0%, rgba(245,245,245,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(245,245,245,1) 0%, rgba(245,245,245,0) 100%);
    background: linear-gradient(0deg, rgba(245,245,245,1) 0%, rgba(245,245,245,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    height: 100px;
}
button.expand, button.collapse {
    margin: auto;
    display: block;
    background: #fff;
    border: 1px solid #000;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 100ms;
}
button.expand:hover, button.collapse:hover{
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}
button.expand:hover svg path, button.collapse:hover svg path{
    stroke: #fff;
}
.cookie_accept {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: #333;
    font-size: 15px;
    padding: 10px 10px;
    line-height: 1.2;
    box-shadow: 0 0 10px #cdcdcd;
}
.cookie_accept button {
    background-color: var(--color-primary);
    border: none;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.2;
    font-size: 14px;
    border-radius: 32px;
    display: block;
    padding: 10px 25px;
    margin-left: 10px;
}
.cookie_accept button:hover{
    background-color: var(--color-primary-hover);
}
/*.cookie_accept_panel footer{
    padding-bottom: 80px;
}
*/
#content > div.content p:first-letter{
    text-transform: capitalize;
}
.main_btn_content{
    border-radius: 5px;
    border: none;

    font-size: inherit;
    color: #fff;
    background: var(--color-primary);
    font-weight: 600;
    cursor: pointer;
    transition: background-color 100ms;
    text-align: center;
    text-decoration: none;
}
.main_btn_content.left{
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 15px;
}
.main_btn_content.center{
    display: table;
    margin: 10px auto 30px;
    font-size: 18px;
    padding: 10px 20px;
}
.main_btn_content.right{
    display: inline-block;
    float: right;
    padding: 5px 5px;
    margin-left: 5px;
}
.main_btn_content:hover{
    background: var(--color-primary-hover);
}
.btn_loading:after {
    content: "";
    border-radius: 50%;
    border: 0.3rem solid #fff;
    border-left-color: transparent;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    animation: ld-spin 1s infinite linear;
}
input[type=checkbox]:hover {
    cursor: pointer;
}
.doi_request {
    margin: 20px 0;
}
.doi_email, .phone_check {
    display: flex;
    align-items: center;
}
.doi_email .prev_step, .phone_check  .prev_step{
    margin: 0 0 0 auto!important;
}
.redirect{
    text-align: center;
    margin: 30px auto;
}
.redirect .title {
    font-size: 18px;
    font-weight: 600;
}
.redirect .loader{
    height: 20px;
    max-width: 350px;
    margin: 20px auto 5px;
    background: #ddd;
}
.redirect .loader span{
    display: block;
    height: inherit;
    width: 0;
    background: var(--color-primary);
}
.redirect .countdown {
    font-weight: 600;
    font-size: 14px;
    color: var(--color-primary);
}
.reg_page form button.prev_step:after, .reg_page form button.reject:after {
    border-color: 0.3rem solid var(--color-primary);
    border-left-color: transparent;
}
section.latest_blog {
    background: #fff;
    text-align: center;
    padding: 2em;
}
section.latest_blog h3{
    font-size: 2em;
    margin-bottom: 0.5em;
    margin-top: 0;
}
section.latest_blog .links_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
section.latest_blog .links_flex a{
    border: 2px solid var(--color-primary);
    padding: 5px 15px;
    border-radius: 5px;
    white-space: pre-line;
    text-decoration: none;
    margin: 3px 5px;
    color: #1d1d1d;
}
section.latest_blog .links_flex a:hover{
    background: var(--color-primary);
    color: #fff;
}


.popover{
    display: none;
}
.wh_offer {
    background: var(--color-primary);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 2em;
    margin: 0 -1rem;
    border-radius: 8px;
    color: #fff;
    display: none;
}
.wh_offer p {
    margin: 0.5em 0;
    font-weight: 500;
    font-size: 1.1em;
}
.wh_offer a {
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 0.5em 1em;
    border-radius: 8px;
    transition: background-color 200ms ease-in-out;
    display: flex;
    align-items: center;
}
.wh_offer a:hover{
    background: #ebebeb;
}
.wh_offer a .icon{
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    background-size: contain!important;
    margin-right: 0.5em;
}
.fixed-top, .fixed-bottom{
    position: fixed;
    transform: translate3d(0,0,0);
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 46%);
    z-index: 5;
    transition: transform 150ms ease-in-out;
    padding: 0;
    margin: 0;
}
.fixed-top .ads, .fixed-bottom .ads{
    transition: transform 150ms ease-in-out;
    max-height: 25vh;
    overflow-y: hidden;
}
.fixed-top {
    top: 0;
}
.fixed-bottom {
    bottom: 0;
}
.fixed-top.collapsed{
    transform: translateY(-100%);
}
.fixed-bottom.collapsed{
    transform: translateY(calc(100% - 1px));
}
.fixed-top .expand, .fixed-bottom .expand {
    content: '';
    background: #fff url(./assets/img/arrow.svg) no-repeat center center;
    background-size: 1.4rem;
    width: 50px;
    height: 30px;
    position: absolute;
    transition: rotate 100ms ease;
    bottom: 0;
    right: 3em;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 5px 10px #bfbfbf;
    z-index: 1;
    cursor: pointer;
}
.fixed-top .expand{
    top: calc(100% - 0.01rem);
}
.fixed-bottom .expand {
    bottom: calc(100% - 0.01rem);
    transform: rotate(180deg);
}
button.disabled{
    opacity: 0.7!important;
    background: #c5c5c5!important;
    cursor: no-drop!important;
    box-shadow: unset!important;
}
.ads.container{
    margin: 1em auto;
}
.container.row {
    margin: 0 auto;
    align-items: stretch;
    --grid-gutter: 1px;
}
.article-head{
    background: rgb(11,171,100);
    background: -moz-linear-gradient(120deg, rgba(11,171,100,1) 0%, rgba(59,183,143,1) 100%);
    background: -webkit-linear-gradient(120deg, rgba(11,171,100,1) 0%, rgba(59,183,143,1) 100%);
    background: linear-gradient(120deg, rgba(11,171,100,1) 0%, rgba(59,183,143,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0bab64",endColorstr="#3bb78f",GradientType=1);
    color: #fff;
    padding: 2em 0;
}
.article-head .container.row {
    align-items: center;
}
.article-head .cc_form {
    color: #000;
}
.article-head .breadcrumbs{
    color: #d7d7d7;
    margin-bottom: 0;
}
.article-head .breadcrumbs a{
    color: #fff;
}
.article-head h1{
    margin-top: 5px;
    font-size: 2.5em;
}
.article-head ul {
    display: block;
    margin-left: -10px;
    font-size: 1.2em;
}
.article-head ul li {
    display: block;
    position: relative;
}
.article-head ul li:not(:last-child) {
    margin-bottom: 16px;
}
.article-head ul li:before {
    content: "";
    position: absolute;
    top: 1.2em;
    left: -25px;
    margin-top: -0.6em;
    background: #ffeb3b;
    height: 8px;
    width: 8px;
    border-radius: 50%;
}
.article {
    font-size: 0.95em;
}
.article h2 {
    text-align: center;
    font-size: 2.2em;
}
.article .button {
    display: table;
    margin: 20px auto 10px;
    background: var(--color-primary);
    box-shadow: 0px 5px 15px 0px rgb(62 191 31 / 40%);
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    padding: 14px 28px;
    font-size: 18px;
    text-decoration: none;
    transition: background-color 100ms;
    border: 0;
    cursor: pointer;
}
.article a{
    color: var(--color-primary);
}
.article .content {
    padding: 2em 0;
}
.article .article-top h2{
    margin-bottom: 0.8em;
}
.article .article-top p{
    text-align: center;
    margin-bottom: 2em;
}
.article .table-contents{
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    padding: 1em;
}
.article .table-contents a{
    text-decoration: none;
}
.article .table-contents a:before{
    content: '- ';
}
article ol, article ul{
    list-style-type: none;
    counter-reset: paginate-counter 0;
    padding: 0 0 0 3em;
}
article ol li, article ul li{
    position: relative;
    margin-bottom: 1em;
}
article ol li:before {
    counter-increment: paginate-counter;
    content: counter(paginate-counter);
    background: var(--color-primary);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    width: 2em;
    height: 2em;
    display: inline-block;
    line-height: 2em;
    vertical-align: middle;
    position: absolute;
    left: -3em;
}
article ul:not(.tableContents) li:before {
    content: '';
    background: var(--color-primary);
    background-image: url("data:image/svg+xml,%3Csvg id='Слой_1' data-name='Слой 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 191 135.35563'%3E%3Cpath d='M212,60.6c-.8.4-25.5,24.5-54.7,53.8L104,167.5,78.5,142,53,116.5H48c-4.3,0-5.4.5-8.2,3.3s-3.3,3.9-3.3,8.2v5l31.3,31.2L99,195.5h10l59.2-59.3L227.5,77V72c0-4.2-.5-5.4-3.1-8.1C221.3,60.9,215.5,59.3,212,60.6Z' transform='translate(-36.5 -60.14437)' style='fill:%23fff'/%3E%3C/svg%3E");    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    display: inline-block;
    line-height: 2em;
    vertical-align: middle;
    position: absolute;
    left: -3em;
}
article img.size-full {
    width: 100%;
}
article img{
    border-radius: 8px;
}
.sidebar{
    will-change: min-height;
}
.sidebar__inner{
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}
.sidebar .calculator .checkboxGroup{
    display: none;
}
.sidebar .calculator button.submit {
    margin-top: 25px;
}
.cc_form.mini {
    text-align: center;
    font-size: 0.9em;
    padding: 2em;
    margin-left: 1em;
}
.cc_form.mini .cc_submit{
    padding: 0.5em 1em;
    font-size: 1.4em;
    box-shadow: none;
}
article{
    margin: 1em 0 2em;
    padding: 1em 0 2em;
}
article.add-content {
    background: #fafafa;
    margin-bottom: 0;
    padding-top: 2em;
}
article.add-content h2{
    margin-bottom: 0;
}
.container.mini {
    max-width: 800px;
}
.focusButton button.swal2-confirm {
    color: #fff!important;
}

.container.error_404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.error_404 img{
    margin-bottom: 50px;
}
.error_404 h1{
    margin: 0 0 14px 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 130%;
}
.error_404 p{
    margin: 0 0 50px 0;
    font-size: 18px;
    font-weight: 500;
}
.error_404 a.main_btn{
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    padding: 14px 22px;
    min-width: 335px;
}
@keyframes modal {
    0% {
        background: rgba(0, 0, 0, 0.0);
    }
    100% {
        background: rgba(0, 0, 0, 0.5);
    }
}
@keyframes ld-spin {
    0% {
        animation-timing-function: cubic-bezier(0.5856,0.0703,0.4143,0.9297);
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media all and (max-width: 280px) {
    header .head_row > a {
        max-width: 80px!important;
        height: auto;
    }
}
@media all and (max-width: 1160px){
    header .head_row .interface {
        flex-direction: row;
        justify-content: flex-end;
        width: auto;
        margin: 0;
    }
    header .head_row .language {
        display: flex;
        flex-direction: row;
        margin-top: 0;
    }
    header .head_row .logo {
        width: auto;
        height: auto;
    }
    .desktop-only{
        display: none;
    }
    .mobile-only{
        display: block;
    }
    header .head_row > a {
        max-width: 140px;
        height: auto;
    }
    header .head_row .language a{
        margin-bottom: 0;
    }
    a, button{
        transition: none!important;
    }
    .accordion li, .accordion li p{
        transition: height 300ms!important;
    }
    #content.static_page {
        padding: 30px 0 30px;
    }
    .col, [class*=col-], [class^=col-] {
        -webkit-box-flex: 0!important;
        -ms-flex: 0 1 100%!important;
        flex: 0 1 100%!important;
        max-width: 100%!important;
    }
    h2 {
        font-size: 30px;
        text-align: center;
    }
    .cc_form {
        padding: 20px;
    }
    .cc_form > .form_total {
        flex-direction: column;
    }

    footer .footer_flex {
        flex-wrap: wrap;
    }
    footer .footer_column ul {
        flex-wrap: wrap;
        margin-top: 10px;
        justify-content: center;
    }
    footer .account_btn {
        margin: 10px auto;
    }
    footer .footer_column {
        width: 100%;
    }
    footer .logo {
        display: block;
        margin: 0 auto 20px;
    }
    .offers .offer {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    .cookie_accept {
        flex-direction: column;
    }
    .cookie_accept button{
        margin-top: 10px;
    }
    article {
        padding: 1em 1em 2em;
    }
    section.latest_blog h3 {
        font-size: 1.4em;
    }
    footer .gray {
        border-top: none;
        padding: 10px 0;
    }
    footer .gray.container {
        padding: 10px 10px;
    }
    footer .container {
        width: 100%;
    }
}
@media all and (max-width: 768px){
    button.outline.account span {
        display: none;
    }
    button.outline.account svg {
        width: 24px;
        height: 24px;
    }
    .mobile_only{
        display: block;
    }
    .desktop_only{
        display: none;
    }
    .cc_form .head{
        font-size: 16px;
        line-height: 1.5;
    }
    .gen_dir_holder {
        padding-top: 20px;
    }
    .offers .offer {
        flex: 1 1 calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
    .article_data {
        justify-content: center;
    }
    .article_data a.read_more_button {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    #formRequest .check_fc button {
        width: 36%;
        font-size: 0.78em;
    }
    .reg_page form input {
        padding: 10px 11.2px;
        font-size: 16px;
    }
    .vitrina h1{
        line-height: 1.2;
        font-size: 25px;
    }
    .vitrina p.sub_head {
        font-size: 18px;
        letter-spacing: 0;
    }
    .reg_page h1 {
        font-size: 25px;
        line-height: 1.2;
        margin: 24px 0;
    }
    .reg_page .info {
        font-size: 14px;
        line-height: 1.2;
    }
    section.latest_blog .links_flex a {
        font-size: 0.8em;
    }
    .popover{
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #f5f5f5;
        color: #333;
        font-size: 15px;
        padding: 10px 10px;
        line-height: 1.2;
        box-shadow: 0 0 10px #cdcdcd;
        visibility: visible;
        transition: visibility 200ms ease-in-out;
    }
    .popover p {
        margin: 0;
    }
    .popover a {
        background-color: var(--color-primary);
        border: none;
        color: rgb(255, 255, 255);
        font-weight: 600;
        line-height: 1.2;
        font-size: 14px;
        border-radius: 32px;
        display: flex;
        align-items: center;
        padding: 10px 25px;
        margin-left: 10px;
        margin-top: 10px;
        text-decoration: none;
    }
    .popover a .icon{
        width: 1.5em;
        height: 1.5em;
        display: inline-block;
        background-size: contain!important;
        margin-right: 0.5em;
    }
    .wh_offer {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin: 0;
    }
    .process_row .stage {
        padding: 25px 10px;
    }
    form .used_offers label.offer {
        flex: 1 0 48%;
        max-width: 48%;
    }
    footer .footer_flex{
        flex-direction: column;
    }
    .error_404 a.main_btn{
        min-width: 100%;
        max-width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .footer_blocks.container{
        margin: 0 auto 55px;
        overflow-x: auto;
    }
    .footer_blocks > ul{
        width: 900px;
    }
    .footer_mid{
        justify-content: center;
    }
    .footer_mid .counties {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        max-width: 75%;
        margin: auto;
    }
    .footer_mid{
        margin: 20px 0 30px;
    }
    footer .footer_top {
        flex-wrap: wrap;
    }
    footer .footer_top {
        text-align: center;
        margin-bottom: 0;
        flex-direction: column;
    }
    .footer_top .footer_menu {
        align-items: center;
        justify-content: center;
    }
    .footer_top .contact {
        text-align: center;
        width: 100%;
    }
    .footer_top .contact a {
        align-items: center;
        justify-content: center;
    }
    .footer_top .footer_menu_holder{
        margin-bottom: 40px;
    }
    .footer_mid .logo {
        display: none;
    }
}
.hero {
    padding: 80px 0;
}
.home_hero.color h1 span {
    color: #fff!important;
}


#menu-main-menu {
    list-style: none;
    display: flex;
    gap: 24px;
    align-items: center;
    flex: 1;
}

#menu-main-menu > li > a {
    padding: 14px 16px;
    transition: 0.2s ease-in;
    color: #002956;
    text-decoration: none;
    border-radius: 12px;
    display: flex;
}
#menu-main-menu > li > a:hover {
    background-color: #DFEBFC;
    color: #002956;
}
nav > a > .logo {
    width: 180px;
    margin-right: 32px;
}
.comeback.outline.account {
    cursor: pointer;
    display: flex;
    padding: 14px 32px;
    background-color: #FFC93E;
    border-radius: 12px;
    transition: 0.2s ease-in;
    text-decoration: none;
    color: #002956;
    align-items: center;
    justify-content: center;
}

.comeback.outline.account:hover {
    transition: 0.2s ease-in;
    background-color: #FFB661;
    color: #002956;
}
.regMain {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
@media (max-width: 991px) {
.nav {
    padding:0!important;
}
nav > a {
    line-height: 2;
}
nav > a > .logo {
    width: 125px;
    height: 26px;
}
}
.nav__logo {
    margin-right: 32px;
  }
  @media (max-width: 991px) {
    .nav__logo {
      width: 125px;
      height: 26px;
    }
  }
.home_hero {
    background-color: #2472D9;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 32px 0 40px 0!important;
}
.hero__tip {
    display: flex;
    align-items: flex-start;
    color: #fff;
    gap: 8px;
    margin-top: 32px;
}
.hero__tip > span > svg {
    width: 24px;
    height: 24px;
}
.button-link-small {
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.step {
    background-color: #fff;
}
.step__container {
    padding-top: 80px;
    padding-bottom: 80px;
}
.section__title {
    text-align: center;
    margin-bottom: 40px;
    color: #002956;
}
.headline-3-desktop {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.step {
    background-color: #fff;
  }
  .step__container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .step__row {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    display: grid!important;
    gap: 12px;
    padding: 0 16px;
  }
  @media (max-width: 991px) {
    .step__row {
      display: flex!important;
      gap: 32px;
    }
  }
  .step-block__wrapper {
    display: flex;
    gap: 13px;
    align-items: flex-start;
  }
  .step-block__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .step-block__img > img {
    width: 85px;
    height: 85px;
  }
  @media (max-width: 767px) {
    .step-block__img > img {
      width: 65px;
      height: 65px;
    }
  }
  .step__row {
    justify-content: space-around;
  }
  @media (max-width: 991px) {
    .step__row {
      flex-direction: column;
    }
  }
.cta {
    background-color: #fff;
  }
  .cta-banner {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  @media (max-width: 467px) {
    .cta-banner__container {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .cta-banner__block {
    display: flex;
    gap: 85px;
    background-color: #2472D9;
    border-radius: 30px;
    padding: 56px;
  }
  @media (max-width: 1199px) {
    .cta-banner__block {
      gap: 42.5px;
    }
  }
  @media (max-width: 991px) {
    .cta-banner__block {
      gap: 24px;
      flex-direction: column;
      align-items: center;
      padding: 36px;
    }
  }
  @media (max-width: 567px) {
    .cta-banner__block {
      padding: 28px;
    }
  }
  @media (max-width: 425px) {
    .cta-banner__block {
      padding: 22px;
    }
  }
  .cta-banner__info {
    display: flex;
    flex-direction: column;
  }
  @media (max-width: 991px) {
    .cta-banner__info {
      align-items: center;
    }
  }
  @media (min-width: 992px) and (max-width: 425px) {
    .cta-banner__info {
      text-align: center;
    }
  }
  .cta-banner__title {
    color: #fff;
    margin-bottom: 16px;
  }
  .cta-banner__subtitle {
    color: #fff;
    margin-bottom: 32px;
  }
  .cta-choice {
    background-color: #fff;
  }
  .cta-choice__container {
    padding-bottom: 80px;
  }
  @media (max-width: 467px) {
    .cta-choice__container {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .cta-choice__wrapper {
    background-color: #FFB661;
    border-radius: 30px;
    display: flex;
    justify-content: space-around;
    padding: 50px 40px 65px;
    position: relative;
  }
  .cta-choice__wrapper > .button-link-medium {
    position: absolute;
    right: 40px;
    bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #002956;
  }
  @media (max-width: 899px) {
    .cta-choice__wrapper {
      flex-direction: column;
      row-gap: 32px;
    }
  }
  @media (max-width: 425px) {
    .cta-choice__wrapper {
      padding: 32px 16px 74px;
    }
  }
  .cta-choice__title {
    color: #002956;
    max-width: 242px;
    display: flex;
    flex: 1;
  }
  .cta-choice__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 8px;
  }
  @media (max-width: 899px) {
    .cta-choice__grid {
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(3, auto);
    }
  }
  @media (max-width: 767px) {
    .cta-choice__grid {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(3, auto);
    }
  }
  .cta-choice__card {
    padding: 12px 24px;
    border-radius: 12px;
    border: 1px solid #002956;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media (max-width: 567px) {
    .cta-choice__card {
      padding: 8px;
    }
  }
  .cta-choice__button {
    color: #002956;
  }
  .cta-banner-end {
    margin-bottom: 80px;
  }
  .cta-banner-end__block {
    display: flex;
    border-radius: 20px;
    background-color: #DBE9FF;
    padding: 56px;
    position: relative;
    overflow: hidden;
  }
  @media (max-width: 676px) {
    .cta-banner-end__block {
      padding: 42px 24px;
    }
  }
  .cta-banner-end__info {
    max-width: 625px;
    display: flex;
    flex-direction: column;
  }
  @media (max-width: 991px) {
    .cta-banner-end__info {
      max-width: 170px;
    }
  }
  .cta-banner-end__info > .button-link-medium {
    width: fit-content;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #002956;
  }
  .cta-banner-end__img {
    position: absolute;
    right: 150px;
    top: 40px;
  }
  @media (max-width: 1199px) {
    .cta-banner-end__img {
      right: 30px;
    }
  }
  @media (max-width: 676px) {
    .cta-banner-end__img {
      width: 200px;
      height: 180px;
      top: 60px;
      right: -15px;
    }
  }
  @media (max-width: 567px) {
    .cta-banner-end__img {
      top: 34px;
    }
  }
  .cta-banner-end__title {
    margin-bottom: 16px;
    z-index: 999;
  }
  .cta-banner-end__subtitle {
    margin-bottom: 24px;
  }
  @media (max-width: 991px) {
    .cta-banner-end__subtitle {
      display: none;
    }
  }
  
.credit-card {
    background-color: #fff;
  }
  .credit-card__container {
    padding-bottom: 80px;
  }
  @media (max-width: 1199px) {
    .credit-card__row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(3, auto);
      gap: 24px;
    }
  }
  @media (max-width: 767px) {
    .credit-card__row {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, auto);
      padding: 0 16px;
    }
  }
  @media (max-width: 425px) {
    .credit-card__row {
      gap: 8px;
    }
  }
  @media (max-width: 588px) {
    .credit-card__section-title {
      text-align: left;
    }
  }
  .credit-card__block {
    max-width: 267px;
    display: flex;
    flex-direction: column;
    padding: 20px 14px;
    background-color: #DFEBFC;
    border-radius: 20px;
    transition: 0.2s ease-in;
    gap: 16px;
  }
  .credit-card__block:hover {
    transition: 0.2s ease-in;
    background-color: #b9d4fa;
  }
  @media (max-width: 1199px) {
    .credit-card__block {
      max-width: unset;
    }
  }
  @media (max-width: 567px) {
    .credit-card__block {
      padding: 20px 12px;
    }
  }
  .credit-card__img > img {
    max-width: 60px;
    max-height: 60px;
  }
  @media (max-width: 991px) {
    .credit-card__img > img {
      max-width: 50px;
      max-height: 50px;
    }
  }
  @media (max-width: 567px) {
    .credit-card__img > img {
      max-width: 40px;
      max-height: 40px;
    }
  }
  .credit-card__title {
    display: flex;
    flex: 1;
    justify-content: center;
    margin-bottom: 20px;
    color: #002956;
  }
  @media (max-width: 991px) {
    .credit-card__title {
      justify-content: flex-start;
    }
  }
  @media (max-width: 567px) {
    .credit-card__title {
      margin-bottom: 12px;
    }
  }
  .credit-card__link {
    display: flex;
    flex: 2;
    justify-content: flex-end;
    align-items: flex-end;
    text-decoration: none;
    color: #002956;
  }
  .credit-card__link > .button-link-medium {
    border-bottom: 1px solid #002956;
    display: flex;
    align-items: center;
  }
  @media (max-width: 425px) {
    .credit-card__link > .button-link-medium {
      gap: 2px;
    }
  }
  @media (max-width: 370px) {
    .credit-card__link > .button-link-medium {
      font-size: 13px;
    }
  }
  @media (max-width: 425px) {
    .credit-card__link > .button-link-medium > svg {
      width: 16px;
      height: 16px;
    }
  }
.credit-card__row {
    justify-content: space-between!important;
    row-gap: 24px;
}
.credit-card__block {
    max-width: 267px!important;
    display: flex;
    flex-direction: column;
    padding: 20px 14px;
    background-color: #DFEBFC;
    border-radius: 20px;
    transition: 0.2s ease-in;
    gap: 16px;
}
@media (max-width: 425px) {
.credit-card__row {
    gap: 8px;
}
}
@media (max-width: 767px) {
.credit-card__row {
    display: grid!important;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    padding: 0 16px;
}
}
.headline-4-desktop {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.body-text-mobile-2 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

/* .footer {
    background-color: #fff;
  } */
  .footer__wrapper {
    background-color: #002956;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
  .footer__container {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .footer__row {
    row-gap: 32px;
    justify-content: space-around !important;
  }
  @media (max-width: 768px) {
    .footer__row > .col-3 {
      padding: 0 16px;
    }
  }
  .footer__list-horizontal {
    list-style: none;
    display: flex;
    justify-content: space-between;
  }
  .footer__list-horizontal > .footer__item > a {
    color: #fff;
    transition: 0.2s ease-in;
    text-decoration: none;
  }
  .footer__list-horizontal > .footer__item > a:hover {
    transition: 0.2s ease-in;
    color: #FFC93E;
  }
  @media (max-width: 991px) {
    .footer__list-horizontal {
      flex-direction: column;
    }
  }
  .footer__list-vertical {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .footer__list-vertical > .footer__item > a {
    color: #fff;
    transition: 0.2s ease-in;
    text-decoration: none;
  }
  .footer__list-vertical > .footer__item > a:hover {
    transition: 0.2s ease-in;
    color: #FFC93E;
  }
  .footer__title {
    color: #fff;
    margin-bottom: 18px;
  }
  .footer__divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 48px 0;
  }
  .footer__nav {
    margin-bottom: 40px;
  }
  .footer__article > p {
    color: #fff;
    font-family: "Nunito Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
  .footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  @media (max-width: 567px) {
    .footer__bottom {
      align-items: flex-start;
      flex-direction: column;
      gap: 24px;
    }
  }
  .footer__bottom-secondary {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
  }
  .footer__bottom-secondary > div:nth-child(2) {
    max-width: 150px;
  }
  .footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #fff;
  }
  .footer__contacts > div {
    text-align: center;
    font-weight: 500;
  }
  .footer__logo {
    margin-right: 56px;
  }
.footer__logo svg {
    width:180px;
    height:37px ;
}
.cta {
    background-color: #fff;
  }
  .cta-banner {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  @media (max-width: 467px) {
    .cta-banner__container {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .cta-banner__block {
    display: flex;
    gap: 85px;
    background-color: #2472D9;
    border-radius: 30px;
    padding: 56px;
  }
  @media (max-width: 1199px) {
    .cta-banner__block {
      gap: 42.5px;
    }
  }
  @media (max-width: 991px) {
    .cta-banner__block {
      gap: 24px;
      flex-direction: column;
      align-items: center;
      padding: 36px;
    }
  }
  @media (max-width: 567px) {
    .cta-banner__block {
      padding: 28px;
    }
  }
  @media (max-width: 425px) {
    .cta-banner__block {
      padding: 22px;
    }
  }
  .cta-banner__info {
    display: flex;
    flex-direction: column;
  }
  @media (max-width: 991px) {
    .cta-banner__info {
      align-items: center;
    }
  }
  @media (min-width: 992px) and (max-width: 425px) {
    .cta-banner__info {
      text-align: center;
    }
  }
  .cta-banner__title {
    color: #fff;
    margin-bottom: 16px;
  }
  .cta-banner__subtitle {
    color: #fff;
    margin-bottom: 32px;
  }
  .cta-choice {
    background-color: #fff;
  }
  .cta-choice__container {
    padding-bottom: 80px;
  }
  @media (max-width: 467px) {
    .cta-choice__container {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .cta-choice__wrapper {
    background-color: #FFB661;
    border-radius: 30px;
    display: flex;
    justify-content: space-around;
    padding: 50px 40px 65px;
    position: relative;
  }
  .cta-choice__wrapper > .button-link-medium {
    position: absolute;
    right: 40px;
    bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #002956;
  }
  @media (max-width: 899px) {
    .cta-choice__wrapper {
      flex-direction: column;
      row-gap: 32px;
    }
  }
  @media (max-width: 425px) {
    .cta-choice__wrapper {
      padding: 32px 16px 74px;
    }
  }
  .cta-choice__title {
    color: #002956;
    max-width: 242px;
    display: flex;
    flex: 1;
  }
  .cta-choice__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 8px;
  }
  @media (max-width: 899px) {
    .cta-choice__grid {
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(3, auto);
    }
  }
  @media (max-width: 767px) {
    .cta-choice__grid {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(3, auto);
    }
  }
  .cta-choice__card {
    padding: 12px 24px;
    border-radius: 12px;
    border: 1px solid #002956;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
  }
  .cta-choice__card:hover {
    background-image:url(/wp-content/uploads/2024/02/button-bg.png);
    cursor: pointer;
    background-position: center;
  }
  @media (max-width: 567px) {
    .cta-choice__card {
      padding: 8px;
    }
  }
  .cta-choice__button {
    color: #002956;
  }
  .cta-banner-end {
    margin-bottom: 80px;
  }
  .cta-banner-end__block {
    display: flex;
    border-radius: 20px;
    background-color: #DBE9FF;
    padding: 56px;
    position: relative;
    overflow: hidden;
  }
  @media (max-width: 676px) {
    .cta-banner-end__block {
      padding: 42px 24px;
    }
  }
  .cta-banner-end__info {
    max-width: 625px;
    display: flex;
    flex-direction: column;
  }
  @media (max-width: 991px) {
    .cta-banner-end__info {
      max-width: 170px;
    }
  }
  .cta-banner-end__info > .button-link-medium {
    width: fit-content;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #002956;
  }
  .cta-banner-end__img {
    position: absolute;
    right: 150px;
    top: 40px;
  }
  @media (max-width: 1199px) {
    .cta-banner-end__img {
      right: 30px;
    }
  }
  @media (max-width: 676px) {
    .cta-banner-end__img {
      width: 200px;
      height: 180px;
      top: 60px;
      right: -15px;
    }
  }
  @media (max-width: 567px) {
    .cta-banner-end__img {
      top: 34px;
    }
  }
  .cta-banner-end__title {
    margin-bottom: 16px;
  }
  .cta-banner-end__subtitle {
    margin-bottom: 24px;
  }
  @media (max-width: 991px) {
    .cta-banner-end__subtitle {
      display: none;
    }
  }
  .faq {
    background-color: #fff;
}
section.questions {
    background-color: #fff!important;
}
section.questions > .container > h2
{
    text-align: center;
    margin-bottom: 40px;
    color: #002956;
}
section.questions > .container > h2
{
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.accordion > li
{
    position: relative;
    background-color: transparent;
    border-top: 1px solid var(--text-gray-4, #B5C3D1);
    border-bottom: 1px solid var(--text-gray-4, #B5C3D1);
    padding: 24px 12px;
    text-align: left;
    cursor: pointer;
    color: #002956;
    list-style-image: none;
    list-style: none;
}
.accordion > li > p
{
    background-color: transparent;
    border-bottom: 1px solid var(--text-gray-4, #B5C3D1);
}

.partners {
    background-color: #fff;
  }
  .partners__container {
    padding-bottom: 80px;
  }
  .partners__wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* Пять элементов в одной строке */
    gap: 54px;
    justify-content: space-between;
    align-items: center;
    justify-items: center; /* Центрирование элементов внутри ячеек грида по горизонтали */
    text-align: center; /* Центрирование содержимого элементов внутри ячеек грида по центру */
  }
  @media (max-width: 1200px) {
    .partners__wrapper {
      grid-template-columns: repeat(4, 1fr); /* При ширине экрана менее 1200px - четыре элемента в строке */
    }
  }
  @media (max-width: 992px) {
    .partners__wrapper {
      grid-template-columns: repeat(3, 1fr); /* При ширине экрана менее 992px - три элемента в строке */
    }
  }
  @media (max-width: 768px) {
    .partners__wrapper {
      grid-template-columns: repeat(2, 1fr); /* При ширине экрана менее 768px - два элемента в строке */
    }
  }
  .partners__card {
    /* Стили для карточек */
  }
  .partners__img {
    /* Стили для изображений в карточках */
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
  }

  .single {
	background-color: #f2f5fc!important;
}
  .blog {
    background-color: #F2F5FC!important;
  }
  .blog__main {
    background-color: #F2F5FC;
  }
  .blog__wrapper {
    display: flex;
    gap: 24px;
  }
  @media (max-width: 1199px) {
    .blog__wrapper {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 48px;
    }
  }
  .blog__content {
    max-width: 752px;
  }
  .blog__img {
    margin-bottom: 40px;
  }
  .blog__img > a img {
    border-radius: 20px;
  }
  @media (max-width: 567px) {
    .blog__img {
      margin-bottom: 24px;
    }
  }
  .blog__img > img {
    border-radius: 20px;
  }
  .blog__header {
    display: flex;
    flex-direction: column;
  }
  .blog__title {
    margin-bottom: 24px;
  }
  .blog__info {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 40px;
  }
  @media (max-width: 567px) {
    .blog__info {
      margin-bottom: 24px;
    }
  }
  .blog__views {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .blog__views > svg {
    width:16px;
    height: 16px;
  }
  .blog-text__title {
    margin-bottom: 16px;
    color: #002956;
  }
  .blog-text__title-secondary {
    margin-bottom: 8px;
    color: #002956;
  }
  .blog-text > p {
    margin: 0 0 30px;
    color: #424F65;
  }
  @media (max-width: 567px) {
    .blog-text > p {
      margin: 0 0 40px;
    }
  }
  .blog-text > p.small-margin {
    margin-bottom: 24px;
  }
  @media (max-width: 567px) {
    .blog-text > p.small-margin {
      margin-bottom: 32px;
    }
  }
  .blog-text > p > a {
    text-decoration: none;
    color: #173CC2;
  }
  .blog-text > p:last-child {
    margin-bottom: 40px;
  }
  .blog-text > ul {
    margin: 16px 0;
    list-style-type: none;
  }
  .blog-text > ul > li {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .blog-text > ul > li > span {
    display: flex;
    align-items: center;
  }
  .blog-text__back-btn {
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid #002956;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 80px;
  }
  @media (max-width: 1199px) {
    .blog-text__back-btn {
      margin-bottom: unset;
    }
  }
  .blog__date {
    color: #8E99AA;
  }
  .blog__views {
    color: #8E99AA;
  }
  .blog-list__content {
    max-width: 752px;
    display: none;
  }
  .blog-list__content.active {
    display: block;
  }
  .blog-list__pagination {
    display: flex;
    gap: 8px;
    padding-bottom: 80px;
  }
  @media (max-width: 1199px) {
    .blog-list__pagination {
      justify-content: center;
      padding-bottom: 60px;
    }
  }
  .blog-list__pagination > button {
    padding: 8px 14.5px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    color: #002956;
    background-color: transparent;
    transition: 0.2s ease-in;
    font-size: 18px !important;
  }
  .blog-list__pagination > button.active {
    background-color: #002956;
    color: #fff;
    transition: 0.2s ease-in;
  }
  .blog-list__pagination > button.active:hover {
    background-color: #002956;
  }
  .blog-list__pagination > button:hover {
    background-color: #DFEBFC;
  }
  .blog-list__pagination > button.arrow {
    width: 24px;
    height: 24px;
  }
  .blog-list__pagination > button:first-child {
    padding: 0;
    margin-right: 16px;
    display: flex;
    align-items: center;
  }
  .blog-list__pagination > button:first-child:hover {
    background-color: transparent;
  }
  .blog-list__pagination > button:first-child.active {
    background-color: transparent;
  }
  .blog-list__pagination > button:last-child {
    padding: 0;
    margin-left: 16px;
    display: flex;
    align-items: center;
  }
  .blog-list__pagination > button:last-child:hover {
    background-color: transparent;
  }
  .blog-list__pagination > button:last-child.active {
    background-color: transparent;
  }
  .blog-list__title {
    color: #002956;
    margin-bottom: 32px;
  }
  .blog-list__wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
  }
  @media (max-width: 1199px) {
    .blog-list__wrapper {
      margin-bottom: 24px;
    }
  }
  @media (max-width: 567px) {
    .blog-list__wrapper {
      gap: 16px;
    }
  }
  @media (max-width: 390px) {
    .blog-list__wrapper {
      gap: 8px;
    }
  }
  @media (max-width: 1199px) {
    .blog-list__calculator {
      padding-bottom: 24px;
    }
  }
  .blog-list__card {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    border-radius: 10px;
    background-color: #fff;
  }
  @media (max-width: 567px) {
    .blog-list__card {
      flex-direction: column;
      border-radius: 20px;
      gap: 20px;
    }
  }
  .blog-list__card-info {
    display: flex;
    flex-direction: column;
    margin: 16px 0;
    padding: 0 30px 0 0;
  }
  .blog-list__card-info > .blog__info {
    margin-bottom: 0;
  }
  @media (max-width: 567px) {
    .blog-list__card-info > .blog__info {
      justify-content: space-between;
    }
  }
  @media (max-width: 567px) {
    .blog-list__card-info {
      padding: 0 16px;
      margin: 0 0 24px 0;
    }
  }
  .blog-list__card-title {
    color: #002956;
    max-width: max-content;
    margin: 20px 0;
    text-decoration: none;
    transition: 0.2s ease-in;
  }
  .blog-list__card-title:hover {
    color: #2472D9;
    transition: 0.2s ease-in;
  }
  @media (max-width: 567px) {
    .blog-list__card-title {
      margin: 16px 0 20px 0;
    }
  }
  .blog-list__img {
    max-width: 334px;
    width: -webkit-fill-available;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    max-height: 180px;
    height: 180px;
  }
  @media (max-width: 567px) {
    .blog-list__img {
      max-width: unset;
      border-bottom-left-radius: 0px;
    }
  }
  .blog-list__img > img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  @media (max-width: 567px) {
    .blog-list__img > img {
      border-bottom-left-radius: 0px;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
    }
  }
  .blog-list__calculator {
    padding-bottom: 24px;
}

@media (max-width: 1199px) {
.offer__calculator-mobile {
    display: flex!important;
    justify-content: center;
}
.hero__calculator > .CreditCalculator {
  width: 358px;
}
}
.offer__calculator-mobile {
    display: none;
}
@media (max-width: 991px) {
.hero__calculator {
    display: flex;
    align-items: center;
    justify-content: center;
}
}
.hero__calculator > .CreditCalculator {
  width: 348px;
}
.offer__calculator-desktop {
    display: block;
    position: sticky;
    top: 20px;
    align-self: flex-start;
}
@media (max-width: 1199px) {
.offer__calculator-desktop {
    display: none;
}
}
.offer-back-page-btn {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 46px 0 36px;
  width: fit-content;
  color: #002956;
}
.blog-list__wrapper > .navigation {
  display: flex;
  gap: 8px;
  padding-bottom: 80px;
  margin: 0;
  justify-content: flex-start;
}

.blog-list__wrapper > .navigation.pagination > .nav-links > .page-numbers {
  width: 40px;
  border-radius: 10px;
  color: #002956;
  margin-right: 10px;
}
.blog-list__wrapper > .navigation.pagination > .nav-links > .page-numbers:hover {
  background-color: #DFEBFC;
  color: #002956 !important;
  transition: all 0.2s ease-in;
}
.blog-list__wrapper > .navigation.pagination > .nav-links > .page-numbers:active {
  color: #fff!important;
}
.blog-list__wrapper > .navigation.pagination span.current {
  background-color: #002956;
    color: #fff !important;
    transition: 0.2s ease-in;
    stroke-linecap: butt;
    stroke-linecap: butt;
    stroke-linecap: butt;
    
}
.nav-links > a > svg {
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
}

.navigation.pagination a.prev, .navigation.pagination a.next {
  background: none;
}
#RegistrationForm form
{
    max-width: 752px;
    margin: 0 auto;
}
.reg_page  {
    background-color: #2472D9!important;
    padding-bottom: 50px;
}
.reg_page > div > div {
  display: flex;
  justify-content: center;
}
.reg_page h1
 {
    display: flex;
    margin: 50px 0!important;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    color: #fff;
    position: relative;
    margin: 0 auto;
}
.reg-form > #RegistrationForm > form > .controls {
	cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0;
    gap: 10px;
    border: none;
    border-radius: 12px;
    transition: 0.36s ease-in;
}
#RegistrationForm > form > div.controls > button {
  background: #FFC93E;
}
#RegistrationForm > form > div.controls > button:hover {
    background: #f9b303;
    transition: 0.36s ease-in;
}
/* .reg-form > #RegistrationForm > form > .controls:hover {
    background: #f9b303;
    transition: 0.36s ease-in;
} */
.static_page.single_offer, .offers-template-default {
  background-color: #F2F5FC!important;
}
.footer__logo-secondary > svg {
  width: 180px;
  height: 37px;
}
.offers_row .offer {
  justify-content: flex-start!important;
}
.vue-slider-dot-handle {
  background-size: cover!important;
  width: 37px!important;
}
.vue-slider-process {
  background-color: #01356d!important;
  border-radius: 15px;
}
@media (max-width: 567px) {
  .offers {
    margin:0!important;
  }
  .content.offers {
    top:-70px!important;
  }
}
.blog-text__back-btn {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #002956;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 80px;
}
.blog-text__back-btn.button-link-normal > a > svg {
  width:24px;
  height:24px;
}
.blog-text__back-btn.button-link-normal > a {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: #002956;
}
.page-template-default {
  background-color:#f3f3f3!important;
}
.col-3 {
    flex: 0 0 calc(50% - var(--grid-gutter))!important;
    max-width: calc(50% - var(--grid-gutter))!important;
}