html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    box-sizing: border-box;
    line-height: 1.5;
}
img {
    height: auto;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}
h1::first-letter {
    text-transform: uppercase;
}

/* Links */


a {
    text-decoration: none;
}

.anchor {

    margin:0;
    font-size:1px;
    padding:0

}


.static_page h2{
    font-size: 24px;
}
.static_page h3{
    font-size: 21px;
}
input{
    box-sizing: border-box;
}

/* Action */

.action {

    color:var(--color-primary);

    font-weight:600

}

#credit-count .action {

    font-size:22px

}

.action-additional {

    color:#295fe8;
    font-weight:550

}

button{
    font-family: 'Rubik', sans-serif;
}


/* Text */

h1 {

    font-size:28px!important

}

.mini-header {

    font-size:20px

}

.align-center {

    text-align:center

}



/* Media */

.arrow-down:before {

    background-image: url('/wp-content/themes/zaymovich_2/assets/img/arrow-down.svg');

    content: "";

    height: 24px;

    left: 0;
    
    position: absolute;
  
    width: 24px;

}

/* Blocks */

.flex {

    display:flex

}

.block-relative {

    position:relative

}

#content {

    background: #f9f9f9;

    display: flex;

    flex: 1 0 auto;
    
    flex-direction: column;

}

.footer {
    flex: 0 0 auto;
    background: #fff;
}

/* Page Header */

.page_header .flex {

    margin: 15px auto;
  
    max-width: fit-content;
  
    justify-content: flex-start;

}

.page_header .flex img {

    margin:0 15px;

}

/* Offers */

.offers a {

    color: unset;

    display: flex;

    flex: 1 1 calc(33% - 20px) !important;

    flex-direction: column;

    max-width: calc(33% - 20px) !important;

}

@media (max-width: 640px) {

  .offers a {

    flex: 1 0 96%!important;

    max-width: 96%!important;

    margin: 2% 2% 2% 2% !important;

  }

}

.offers .offer {

    border:1px solid #dedede!important;

    border-radius:12px!important;

    box-shadow:none!important;

    margin:12px!important;

    max-width: 100% !important;

    padding:24px!important;

}

@media (max-width: 640px) {

  .offers .offer {

    margin: 2% 2% 2% 2% !important;

  }
  
}

.offers .offer:first-child, .offers .offer:nth-child(4n){

    margin-left:0!important

}

.offers .offer:nth-child(5n){

    margin-left:12px!important

}

.offers .offer .head {

    margin:12px 0!important

}

.max_summ {

    margin:12px 0 24px;

    text-align:center

}

.max-summ-val {

    display:block

}

.max-summ-val span {

    font-size:20px;
    font-weight:700

}

.rate {

    justify-content: space-between

}


.rate-value {

    font-weight:700

}


.min-age {

    justify-content: space-between

}


.min-age-value {

    font-weight:700

}


.offers .offer .promotion {

    background: #fff!important;
    color: #295fe8!important;
    font-size: inherit!important;
    padding: 12px!important;
    border: 1px solid #dedede!important;
    margin: 24px 0!important;
    border-radius: 12px!important;
    font-weight: 550!important;

}


.offers .offer .offer_button {

    background-color: var(--color-primary)!important;
    width: 100%!important;
    text-align: center!important;
    font-size: 20px!important;
    border-radius: 12px!important;
    
}


.obtain {

    margin-top:20px;

    text-align:center

}

.obtain span {

    display:block;

    margin-top:15px

}

.obtain span > img {

    height:18px;

    margin:0 7.5px
  
}


/* Header */
header {

    background: #fff!important;

    border-bottom: 1px solid #dedede;

    position: sticky;
    
    top: 0;
    
    z-index: 200;
  
}

header .head_row{

    display: flex;

    align-items: center;

    padding: 20px 0 22px;

}

header .header_text {
    font-size: 20px;
    margin-left: auto;
}


@media (max-width: 640px) {
  header .header_text {
    display: none;
    text-align: center;
    font-size: 16px;
    margin: 15px auto 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{

    height: inherit;

    width: 200px;

}

.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: var(--color-primary);
    border-color: var(--color-primary);
}
footer {
    background: rgb(36, 39, 43);
    padding: 60px 0 45px;
    color: #dfdfdf;
}
footer .footer_description {
    font-size: 14px;
    margin-top: 30px;
}
footer .footer_description strong, footer .footer_description b {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    opacity: 1;
}
#bottom-nav .sub-menu > li > a {
    padding: 13px 0 5px;
    color: rgb(139, 144, 156);
    font-size: 13px;
    display: inline-block;
}
.static_page .content:not(.blog){
    background: #fff;
    padding: 40px 30px;
    font-size: 14px;
}
.static_page h1 {
    font-size: 62px;
    padding: 35px 0 47px;
    max-width: 800px;
}
.static_page .content a{
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
.static_page .content a.article_img{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.static_page .content a.article_img img{
    width: auto;
    max-width: unset;
}
footer .bottom_menu {
    list-style: none;
    padding: 0;
    display: flex;
}
footer .bottom_menu li{
    flex: 1;
}
footer .bottom_menu li > span{
    text-transform: uppercase;
}
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 .bottom_menu .sub_menu a.blog_link {
    text-decoration: underline;
}
footer .footer_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 8px;
    border-top: 1px solid rgba(0,0,0,.1);
}
footer .footer_flex .logo{
    height: 45px;
    width: auto;
    margin: 0;
}
.copyright {
    margin-left: auto;
}
a.privacy{
    color: #007bff;
    margin: 1rem 0;
    display: block;
}
a.privacy:hover {
    color: #0056b3;
}
.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: 25px;
    border: none;
    padding: 10px 20px;
    line-height: 27px;
    font-size: 18px;
    color: white;
    width: 100%;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.get_money_button:hover {
    background-color: var(--color-primary-hover);
}
.breadcrumbs {
    opacity: 0.8;
    padding: 20px 0 30px;
    line-height: 1.6;
    letter-spacing: 0;
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 600;
}
.breadcrumbs a{
    color: #333;
    text-decoration: none;
}
.static_page .breadcrumbs {
    padding: 30px 0 20px 0;
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
}
.static_page .breadcrumbs a{
    color: #1a1a1a;
}
ul.language {
    margin: auto 20px auto 0;
    padding: 0;
    list-style: none;
}
ul.language a{
    text-decoration: none;
    color: #333;
}
.article_loop {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 10px #0000001a;
    padding: 24px 10px;
    margin: 0 0 20px 0;
}
.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{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 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;
    text-decoration: none;
    padding: 12px 30px;
    color: #fff;
    text-align: center;
    background: var(--color-primary);
    border-radius: 24px;
    display: block;
}
.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;
}
.post_img {
    margin: 0 0 30px 0;
}
.post_img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.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;
}
.get-money-button {
    background-color: var(--color-primary);
    border-radius: 32px;
    border: none;
    width: 100%;
    min-width: 200px;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    box-shadow: 0 4px 10px 0 #41a5ff80;
    display: block;
}
.get-money-button:hover {
    background-color: var(--color-primary-hover);
}
.sidebar .right_widget {
    text-align: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 10px #0000001a;
    padding: 20px;
}
.sidebar .right_widget_angle {
    margin-left: 30px;
    width: 30px;
    height: 16px;
    overflow: hidden;
}
.sidebar .right_widget_angle:before {
    content: ' ';
    display: block;
    margin-top: -20px;
    margin-left: -13px;
    width: 30px;
    height: 30px;
    background-color: rgb(255, 255, 255);
    transform: rotate(50deg);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.1);
}
.sidebar .right_widget .title {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.sidebar .right_widget .text {
    color: #41a5ff;
    font-weight: 500;
}
.sidebar .right_widget button {
    font-size: 15px;
}
.about {
    background: white;
    padding: 40px 0;
}
.about h2 {
    font-size: 32px;
    margin: 15px 0 35px;
}
.about h3 {
    color: #333;
    line-height: 1.4;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
    margin-top: 20px;
    margin-bottom: 5px;
}
.about .content {
    line-height: 1.5;
    opacity: 0.8;
    padding: 0;
    font-size: 14px;
}
.about .content [class*=" col-"]{
    margin-bottom: 10px;
}
.mfo_list {
    display: flex;
    flex-wrap: wrap;
}
.mfo_list .organisation{
    flex: 1 33.3%;
}
.mfo_list .organisation .text{
    font-size: 12px;
    color: #333;
    padding: 15px;
    line-height: 1.8;
}
.mfo_list .organisation:first-child .text, .mfo_list .organisation:nth-child(3n+1) .text{
    padding-left: 0;
}
@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);
}
#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);
}
.archive .static_page h1, .single-post .static_page h1{
    font-size: 2em;
    padding: 0;
    margin: 1em 0 0.5em;
}
.archive .static_page .breadcrumbs, .single-post .static_page .breadcrumbs {
    padding: 0;
}
.single-post .static_page .content {
    margin: 20px auto;
    background: #ffffff;
    position: relative;
}
.single-post .static_page .content:before, .single-post .static_page .content:after{
    bottom: 0;
    width: 1px;
    box-shadow: 0 0 15px #000;
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    top: 0;
}
.single-post .static_page .content:before {
    left: -1px;
}
.single-post .static_page .content:after {
    right: -1px;
}
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;
    color: #fff;
}
.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-head .cc_form .result_row, .article-head .cc_form .button_holder {
    width: 100%;
    flex: 100%;
    max-width: 100%;
    text-align: center;
}
.article-head .cc_form .checkbox-item {
    margin-right: 5px;
}
.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 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);
}
.cc_form .head {
    display: block;
    text-align: center;
    font-size: 1.6em;
    line-height: 1.2;
    letter-spacing: 0.04em;
    padding-bottom: 30px;
}
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;
}

.calculator{
    font-family: 'Open Sans', sans-serif !important;
}

#load_more {
    flex: 1 1 100%;
    text-decoration: none;
    color: #fff;
    background-color: rgb(241, 101, 22);
    transition: background-color 0.3s ease-in-out;
    font-size: 14px;
    border: none;
    margin: 10px 0;
    border-radius: 4px;
    padding: 12px;
    font-size: 17px;
}

@media (max-width: 1199px){
    footer .footer_description {
        margin-top: 40px;
    }
    footer .footer_flex .logo {
        width: auto;
        height: auto;
    }
    footer .footer_description {
        margin-top: 10px;
        font-size: 13px;
    }
    .head_row > .wrapper {
        margin-left: auto;
    }

    header .header_text {

        text-align: right;

    }
    
    .cookie_accept {
        flex-direction: column;
    }
    .cookie_accept button{
        margin-top: 10px;
    }
    article {
        padding: 1em 1em 2em;
    }
    section.latest_blog h3 {
        font-size: 1.4em;
    }
}
@media(max-width: 991px) {

}
@media(max-width: 767px) {
    .static_page h1 {
        font-size: 22px;
        padding: 10px 0;
        text-align: center;
    }
    .static_page .content {
        margin: 0;
    }
    .article_data {
        justify-content: center;
    }
    .article_data a.read_more_button {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    header .header_text {
        display: none;
    }
    .static_page .content:not(.blog) {
        padding: 20px 10px;
    }
    .archive .static_page .breadcrumbs, .single-post .static_page .breadcrumbs {
        text-align: center;
    }
    .wh_offer {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin: 1em 0;
    }
    .process_row .stage {
        padding: 25px 10px;
    }
}
@media (max-width: 991px){

}
@media(max-width: 539px) {
    footer {
        text-align: center;
    }
    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 {
        height: 45px;
        width: auto;
        margin: 0 0 20px;
    }
    footer .footer_flex {
        flex-direction: column;
        text-align: center;
    }
    .footer_text {
        margin-left: unset;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .copyright {
        margin-left: unset;
    }
    header .head_row {
        flex-direction: column;
    }
    ul.language {
        text-align: center;
    }
    ul.language img{
        display: none;
    }
    section.latest_blog .links_flex a {
        font-size: 0.8em;
    }
}
@media(max-width: 399px) {

}