html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    box-sizing: border-box;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    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;
}
#content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}
.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;
}
header .head_row > a{
    line-height: 1;
}
header .head_row > a img{
    width: auto;
    height: 40px;
}
.account_btn.lined {
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px 15px;
    display: inline-block;
    color: black;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
}
.account_btn.lined:hover {
    text-decoration: none;
    color: rgb(255, 131, 0);
    border-color: rgb(255, 131, 0);
}
footer {
    padding: 50px 0 30px;
}
footer .footer_description {
    font-size: 14px;
    opacity: 0.8;
}
footer .footer_description strong, footer .footer_description b {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    opacity: 1;
}
.static_page{
    background: #f0f0f0;
    font-size: 14px;
}
.static_page .content{
    background: white;
    padding: 30px;
    margin: 50px auto 90px;
}
.static_page h1 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.static_page .content a{
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
footer .bottom_menu {
    list-style: none;
    padding: 0;
    display: flex;
}
footer .bottom_menu .sub_menu{
    list-style: none;
    padding: 0;
    margin-right: 40px;
}
footer .bottom_menu .sub_menu .menu_head{
    font-size: 13px;
    line-height: 1.8;
    text-transform: uppercase;
    padding: 5px 0 10px;
    display: inline-block;
}
footer .bottom_menu .sub_menu a {
    padding: 13px 0 5px;
    color: rgb(139, 144, 156);
    font-size: 13px;
    display: inline-block;
    text-decoration: none;
}
footer .footer_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    margin-top: 24px;
    border-top: 1px solid rgba(0,0,0,.1);
}
footer .footer_flex .logo{
    width: 230px;
    height: auto;
}
.read_more{
    position: relative;
}
.read_more.cut{
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}
.read_more.cut:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    height: 100px;
}
.read_more.cut.gray:after{
    background: rgb(240,240,240);
    background: -moz-linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(240,240,240,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(240,240,240,0) 100%);
    background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(240,240,240,0) 100%);
}
button.expand {
    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{
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}
.get_money_button {
    background-color: var(--color-primary);
    border-radius: 5px;
    border: none;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 20px;
    margin-top: 15px;
    color: rgb(255, 255, 255);
    box-shadow: 0 4px 10px 0 rgb(255 131 0 / 50%);
}
.get_money_button:hover {
    background-color: var(--color-primary-hover);
}
.breadcrumbs {
    opacity: 0.8;
    padding: 20px 0 30px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0;
}
.breadcrumbs a{
    color: #333;
}
.static_page .breadcrumbs {
    padding: 0;
}
ul.language {
    margin: auto 20px auto 0;
    padding: 0;
    list-style: none;
}
ul.language a{
    text-decoration: none;
    color: #333;
}
#content .article_loop:not(:last-child){
    border-bottom: 2px dashed #dfdfdf;
}
.article_loop {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
}
.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;
    font-weight: 500;
    margin-top: 0;
}
.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: 500;
    margin-right: 20px;
    font-size: 14px;
}
.article_data .views:before {
    content: '';
    background: url(../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(../img/calendar.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: contain;
    display: block;
    margin-right: 10px;
}
.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;
}
@keyframes ld-spin {
    0% {
        animation-timing-function: cubic-bezier(0.5856,0.0703,0.4143,0.9297);
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.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);
}
.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);
}
section.latest_blog {
    background: #fff;
    text-align: center;
    padding: 2em;
}
section.latest_blog h3{
    font-size: 2em;
    margin-bottom: 0.5em;
}
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;
}
.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(../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: none!important;
}
.ads.container{
    margin: 1em auto;
}


.container.row {
    margin: 0 auto;
    align-items: stretch;
}
section.how_work{
    padding: 60px 0 90px;
}
.process_row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.process_row .stage{
    flex: 1;
    padding: 25px 25px;
    text-align: center;
}
.process_row .stage:first-child{
    padding-left: 0;
}
.process_row .stage:last-child{
    padding-right: 0;
}
.process_row .stage h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 5px 16px;
}
.process_row .stage h3 span{
    display: block;
    color: var(--color-primary);
    padding: 5px 5px 12px;
    font-size: 75px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 27px;
}
.process_row .stage:nth-child(2) h3 span{
    opacity: 0.65;
}
.process_row .stage:nth-child(3) h3 span{
    opacity: 0.4;
}
.process_row .stage:nth-child(4) h3 span{
    opacity: 0.2;
}
.process_row .stage p{
    margin: 0 5px;
    font-size: 14px;
}
.how_work > 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;
}
.how_work > button:hover{
    background: var(--color-primary-hover);
}
.article-head{
    background: #ff5722;
    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-head .cc_form .type, .article-head .cc_form .numbers {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}
.article-head .cc_form .numbers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.article-head .cc_form .numbers>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.article-head .cc_form .numbers>div>span{
    margin-right: 1rem;
}
.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);
    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;
}
.cc_form.mini {
    text-align: center;
    font-size: 0.9em;
    padding: 2em;
    margin-left: 1em;
    box-sizing: border-box;
}
.cc_form .cc_submit{
    width: 100%;
    border-radius: 5px;
    border: none;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin: 20px 0 10px;
    cursor: pointer;
    transition: background-color 100ms;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 0.5em 1em;
    font-size: 1.4em;
    box-shadow: none;
    background: var(--color-primary);
}
.cc_form .cc_submit:hover {
    background: var(--color-primary-hover);
}
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;
}
.social_icons {
    display: flex;
    flex-direction: row;
    margin-top: 8px;
    gap: 5px;
    align-items: center;
    justify-content: start;
}
.floating-banner {
    position: fixed;
    left: 50%;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    transition: transform 0.4s ease;
    z-index: 9999;
    font-family: system-ui, sans-serif;
    overflow: visible;
    border-radius: 8px 8px 0 0;
    max-width: var(--grid-maxwidth);
    transform: translateX(-50%);
}

.floating-banner.bottom {
    bottom: 0;
    transform: translateY(100%) translateX(-50%);
}
.floating-banner.top {
    top: 0;
    transform: translateY(-100%) translateX(-50%);
    border-radius: 0 0 12px 12px;
}

.floating-banner.open {
    transform: translateY(0) translateX(-50%);
}

.banner-content {
    padding: 8px;
    text-align: center;
    line-height: 1;
}

.toggle-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 28px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: background 0.2s, transform 0.4s;
}

.floating-banner.bottom .toggle-btn {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    top: -28px;
}
.floating-banner.top .toggle-btn {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    bottom: -28px;
}

.toggle-btn::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(-225deg);
    transition: transform 0.3s ease;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
}

.floating-banner.top .toggle-btn::before {
    transform: rotate(-45deg);
}

.floating-banner.open.bottom .toggle-btn::before {
    transform: rotate(-45deg);
}
.floating-banner.open.top .toggle-btn::before {
    transform: rotate(-225deg);
}

.toggle-btn:hover { background: #f9f9f9; }
@media (max-width: 1199px){
    footer .footer_description {
        margin-top: 40px;
    }

    .cookie_accept {
        flex-direction: column;
    }
    .cookie_accept button{
        margin-top: 10px;
    }
    .cookie_accept_panel footer{
        padding-bottom: 140px;
    }
    article {
        padding: 1em 1em 2em;
    }
    section.latest_blog h3 {
        font-size: 1.4em;
    }
}
@media(max-width: 991px) {
    footer .footer_menu > div{
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}
@media(max-width: 767px) {
    .static_page h1 {
        font-size: 22px;
    }
    .static_page .content {
        margin: 0;
    }
    .article_data {
        justify-content: center;
    }
    .article_data a.read_more_button {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .wh_offer {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .process_row .stage {
        padding: 25px 10px;
    }
}
@media(max-width: 575px) {
    footer .bottom_menu {
        text-align: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    footer .bottom_menu .sub_menu {
        margin-right: 0;
        margin-bottom: 40px;
    }
    footer .footer_flex .logo {
        width: 150px;
        height: auto;
    }
    section.latest_blog .links_flex a {
        font-size: 0.8em;
    }
}
@media(max-width: 500px) {
    ul.language {
        text-align: center;
    }
    ul.language img{
        display: none;
    }

}