.grecaptcha-badge{
    display: none;
}
#mainCalculator{
    background-image: url('/data/img/calc__bg.png');
}
.info{
    color: #193e53;
    margin: 15px 0;
}
.page-numbers{
  margin: 0 4px;
}
.apply_loan__right p{
    margin-top: 15px;
}
.wpcf7-response-output{
   /* display: block;*/
}
.accordeon_content .text{
    margin: 10px 30px;
}
footer {
   /* max-height: 320px;*/
}
.partnership_form__elem.elem_block{
   /* max-height: 670px;*/
}
.partnership_form .container{
    max-height: 87%;
}
.partnership_form .alert-message{
    text-align: left;
    width: 100%;
    margin: 5px 0 20px;
}
.partners .swiper-wrapper{
    display: flex !important;
    align-items: center;
}
.indicators{
    margin-top: 5px;
}
.h1-style{
    font-size: calc(36px + 0.625vw);
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.2;
    color: #000;
}
.h2-style{
    font-weight: 500;
    font-size: calc(18px + 0.938vw);
    color: #000000;
    font-family: 'Craftwork Grotesk Heavy';
    text-transform: inherit;
}
.h3-style{
    font-weight: 700;
    font-size: calc(18px + 0.625vw);
    margin: 0;
    color: #000;
}
.first-screen-title{
    font-size: calc(36px + 0.625vw);
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    color: #000;
}
.slide_calc__inner-h2{
    font-size: 22px;
    text-align: center;
    margin: 0 0 35px;
    font-family: 'Craftwork Grotesk Heavy';
    color: #000;
}
.action_seo_btn {
    width: 100%;
    max-width: 140px;
    height: 35px;
    font-size: calc(10px + 0.208vw);
    font-family: 'Craftwork Grotesk Heavy', sans-serif;
    color: #000;
    background: linear-gradient(57.8deg, #97CA3E 4.52%, #FFFF22 95.48%);
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    position: relative;
    font-weight: 400;
    background-size: 300% 100%;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    animation: grad 3s ease-in-out infinite alternate;
}
.list-style-circle ul li{
    list-style: circle;
}

/*#home .first_screen__slider {*/
/*    display: block;*/
/*}*/

.first_screen__wrapper_mobile {
    display: none;
}

.mobile_view {
    display: none;
}
.mobile_hide {
    display: block;
}

@media screen and (max-width: 976px) {
    /*#home .first_screen__slider {*/
    /*    display: none;*/
    /*}*/

    .first_screen__wrapper_mobile {
        margin-top: 10px;
        display: block;
    }

    .mobile_view {
        display: block;
    }
    .mobile_hide {
        display: none;
    }
}

.video_frame{
    z-index: 99;
    display: flex;
    width: 100%;
    height: 400px;
}

.video_frame video{
    background: url(https://e-groshi.com/wp-content/themes/eg-site-wp-redesign-2023/img/home__about_us__bg.png) center center no-repeat;
    background-size: cover;
    position: relative;
}

.footer_up__payment div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
}

.w-100 {
    width: 100% !important;
}
.credit_service__info__elem .title{
    font-size: calc(14px + .208vw);
    font-weight: 700;
    font-family: inherit;
    text-align: center;
}
.credit_service__info__elem p{
    margin: 5px 0;
}
.credit_service__info__elem.block_warning{
    margin: 15px auto;
}