:root {
    --font-family: "Rubik", sans-serif;
}
body,html{
    overflow-x: hidden;
    padding-right:0 !important;
}
@font-face {
    font-family: "geometria";
    url("/partnership-landing/geometria-medium.ttf") format("truetype");
}
@font-face {
    font-family: "geometria-bold";
    url("/partnership-landing/geometria-bold.ttf") format("truetype");
}

/*
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*/

@font-face {
    font-family: "Rubik";
    src: url("/fonts/Rubik-Regular.woff2") format("woff2");
    font-weight: 300;
    font-display: auto;
    font-style: normal
}
@font-face {
    font-family: "Rubik";
    src: url("/fonts/Rubik-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: auto;
    font-style: normal
}
@font-face {
    font-family: "Rubik";
    src: url("/fonts/Rubik-Medium.woff2") format("woff2");
    font-weight: 500;
    font-display: auto;
    font-style: normal
}
@font-face {
    font-family: "Rubik";
    src: url("/fonts/Rubik-Medium.woff2") format("woff2");
    font-weight: 600;
    font-display: auto;
    font-style: normal
}
@font-face {
    font-family: "Rubik";
    src: url("/fonts/Rubik-Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: auto;
    font-style: normal
}
@font-face {
    font-family: "Rubik";
    src: url("/fonts/Rubik-Bold.woff2") format("woff2");
    font-weight: 800;
    font-display: auto;
    font-style: normal
}


section{
    background: url("/partnership-landing/bg_top.svg" );
    background-position: center center;
    background-size: cover;
    padding-bottom: 40px;
    padding-top: 90px;
}
.navbar-expand-lg{
    padding:  20px 0;
}
.btn_link{
    margin: 5px 12px;
}
.fixed-top{
    background: #fff;

}
.navbar-nav > li > a {
    opacity: 1;
    line-height: 19px;
    font-size: 15px;
    color: #000000;
    font-family: var(--font-family);
    font-weight: 300;
}
.navbar-nav > .bold > a {
    color: #25BB4F;
    text-transform: uppercase;
    font-family: var(--font-family);
    font-weight: 700;
}
.btn_link{
    font-family: var(--font-family);
    font-weight: 300;
    color: #25BB4F;
}
.btn_link:hover{
    color: #25BB4F;
}
.btn-success{
    font-size: 15px;
    line-height: 19px;
    font-family: var(--font-family);
    font-weight: 700;
    padding-left: 38px;
    padding-right: 38px;
    background: #25BB4F;
    border-color: #25BB4F;
    border-radius: 6px;
    margin-left: 8px;
}
.btn-success:hover{
    background: #25BB4F;
    border-color: #25BB4F;
}
h1{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    color: #000000;
    margin-top: 60px;
    margin-bottom: 26px;
}
h1 span{
    color: #25BB4F;
}
.header_p{
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}
.header_p-bottom{
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}
.header_p-bottom span{
    color: #25BB4F;
}
.block-center{
    text-align: center;
}
.btn-success_radius{
    box-shadow: 0px 2px 42px rgba(37, 187, 79, 0.8);
    border-radius: 74px;
    padding: 20px 70px;
    font-size: 20px;
}
.top_content{
    text-align: center;
}
.top_content-bloc{
    vertical-align: top;
    min-height: 310px;
    text-align: left;
    margin: 100px 35px 130px;
    display: inline-block;
    width: 380px;
    padding: 60px 40px 42px;
    border-radius: 20px;
    font-size: 20px;
    line-height: 25px;
    font-family: var(--font-family);
    font-weight: 300;
    position: relative;
}
.top_content-green{
    color: #fff;
    background: #25BB4F;
}
.top_content-white{
    background: #FFFFFF;
    box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.17);
}
.top_content-bloc-img{
    position: absolute;
    top: -27px;
    left: 40px;
}
.top_content-bloc-arr1{
    position: absolute;
    left: -90px;
    bottom: 50%;
}
.top_content-bloc-arr2{
    position: absolute;
    right: -74px;
    bottom: 50%;
}
.top_content-bloc-arr3{
    position: absolute;
    right: -90px;
    top: 50%;
}
.top_content-bloc-arr1-1{
    display: none;
}
.top_content-bloc-arr1-2{
    display: none;
}
.top_content-bloc-arr1-3{
    display: none;
}
/*----------------------------------------*/
.block_audience{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 60px;
}
h2{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    color: #000;
    text-align: left;
    margin-bottom: 45px;
}
h2 span{
    color: #25BB4F;
}
.block_audience-p{
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-family: var(--font-family);
    font-weight: 300;
    text-align: left;
    margin-bottom: 40px;
}
.block_audience-img{
    margin-top: 0px;
    width: 100%;
}
.block_audience-right{
    text-align: left;
    margin-left: 50px;
}
h6{
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #B9B9B9;
    margin-bottom: 5px;
}
.text_number{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}
.block_audience-right{
    margin-top: 0px;
}
.block_audience_media{
    margin-bottom: 8px;
}
.rounded-circle{
    width: 30px;
    margin-right: 15px;
}
/*---------------------------------*/
.block2{
    width: 100%;
    max-width:1400px;
    display: inline-block;
    color: #fff;
    background: #2DD65D;
    border-radius: 25px;
    padding: 68px 70px;
    margin-bottom: 50px;
    margin-top: 180px;
    position: relative;
}
.block-p_l-r{
  padding: 0 30px;
}
.block2_p{
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    font-family: var(--font-family);
    font-weight: 300;
    margin-bottom: 10px;
}
.block2_img{
    position: absolute;
    right: 30px;
    bottom: -68px;
}
.btn-light{
    margin-top: 20px;
    font-family: var(--font-family);
    font-weight: 700;
    color: #25BB4F;
    background: #FFFFFF;
    border-radius: 58px;
    font-size: 20px;
    line-height: 25px;
    padding: 17px 70px;
    float: left;
}
/*----------------------------------------------*/


.block3{
    margin-top: 70px;
}
.card-header, .card-link,.card-link:hover{
    background-color:#fff;
    text-align:left;
    color:#000;
    font-size: 22px;
    line-height: 26px;
    font-family: var(--font-family);
    font-weight: 700;
    border: none;
}
.card{
    border: none;
    margin-bottom: 5px;
    margin-top: 5px;
}
.card-header{
    padding-left: 0;
    border-bottom: 1px solid #C9C9C9;
}
.card-body{
    padding:20px 10px 10px 0;
}
.p{position:absolute;top:5px;right:20px;font-size:20px;color:white;
    -webkit-animation: minus 0.5s;}

@keyframes minus {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
[aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed
{display: none;}

 [aria-expanded="true"] > .color
{color: #25BB4F;}

.card-body_p{
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-family: var(--font-family);
    font-weight: 300;
}
.block3_img{
    margin-top: -90px;
    width: 100%;
}
.block3_img-md{
    display: none;
}
#accordion{
  margin-bottom: 55px;
}
/*-------------------------------------*/
.block4{
    width: 100%;
    max-width:1400px;
    display: inline-block;
    color: #fff;
    background: #FFD029;
    border-radius: 25px;
    padding: 50px 70px 40px;
    margin-top: 100px;
    position: relative;
    bottom: -80px;
}
.block4_h{
    text-align: left;
    font-size: 36px;
    line-height: 43px;
    font-family: var(--font-family);
    font-weight: 700;
}
.btn-light_color{
    color: #FFD029;
}
.block4_img{
   position: absolute;
    left: 70px;
    bottom: -100px;
}
footer{
    padding: 150px 0 50px;
    background: #25BB4F;
    color: #fff;
}
.footer_p{
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.footer_p span{
    font-weight: 700;
}
.footer_p a{
    color: #fff;
    text-decoration: underline;
}
.footer_imf{
    margin-right: 15px;
}
.block-footer_r{
    text-align: right;
}
.block-footer_r_bottom{
    font-family: var(--font-family);
    font-weight: 300;
    margin-top: 15px;
    font-size: 13px;
    line-height: 15px;
    color: #5AEB83;
}
.nav.footer_ul{
    float: right;
}
.nav.footer_ul .nav-item .nav-link {
    display: inline-block;
    padding: 15px 10px;
    color: #fff;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
}
.footer_ul-li-big{
    font-weight: 700;
    text-transform: uppercase;
}


.knopka {
    opacity: 0;
    position: fixed;
    right: 20px;
    bottom: 44%;
    cursor: pointer;
    transition: all .3s ease-in-out;
}


@media (min-width: 992px) and (max-width: 1200px){
.block4_img{
    position: absolute;
    left: -30px;
    bottom: -100px;
}
}

@media (min-width: 768px) and (max-width: 991px){

    .top_content-bloc{
        vertical-align: top;
        min-height: 310px;
        text-align: left;
        margin: 0;
        display: inline-block;
        width: 380px;
        padding: 60px 40px 42px;
        border-radius: 20px;
        font-size: 20px;
        line-height: 25px;
    }
    .top_content-green{
        margin: 120px 35px 50px;
    }
    .top_content-white{
        margin: 50px 35px 120px;
    }
    .top_content-bloc-img{
        position: absolute;
        top: -27px;
        left: 40px;
    }
    .top_content-bloc-arr1-1{
        display: block;
        position: absolute;
        left: -90px;
        bottom: 50%;
    }
    .top_content-bloc-arr1-2{
        display: block;
        position: absolute;
        right: -90px;
        top: 70%;
    }
    .top_content-bloc-arr1-3{
        display: block;
        position: absolute;
        left: -80px;
        top: 75%;
    }
    .top_content-bloc-arr1{
        display: none;
    }
    .top_content-bloc-arr2{
        display: none;
    }
    .top_content-bloc-arr3{
        display: none;
    }

    .block_audience-p{
        vertical-align: top;
        display: inline-block;
        width: 340px;
    }
    /*---------------------------------*/
    .block2{
        padding: 60px 50px 0;
        margin-bottom: 50px;
        margin-top: 30px;
        position: relative;
    }
    .block-p_l-r{
        padding: 0 20px;
    }
    .block2_p{
        text-align: center;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .block2_img{
        position: static;
        right: 0;
        bottom: 0;
        margin-top: 40px;
    }
    .btn-light{
        margin-top: 20px;
        font-size: 20px;
        line-height: 25px;
        padding: 17px 70px;
        float: none;
    }
    /*------------------------*/
    .block3_img-lg{
      display: none;
    }
    .block3_img-md{
        display: block;
    }
    .block3_img{
        margin: 5px auto;
        width: 360px;
    }
    /*-------------------------------------*/
    footer{
        padding: 120px 0 50px;
    }
    .block4{
        width: 100%;
        max-width:1400px;
       text-align: center;
        padding: 0px 70px 60px;
        margin-top: 120px;
        position: relative;
        bottom: -80px;
    }
    .block4_h{
        text-align: center;
        font-size: 34px;
        line-height: 43px;
        font-family: var(--font-family);
        font-weight: 700;
    }
    .block4_img{
        position: static;
        left: 0;
        bottom: 0;
        width: 350px;
        margin-top: -180px;
    }
    .nav.footer_ul{
        float: right;
    }
    .nav.footer_ul .nav-item .nav-link {
        display: inline-block;
        padding: 15px 5px;
        color: #fff;
        font-family: var(--font-family);
        font-weight: 300;
        font-size: 16px;
        line-height: 23px;
    }
}
@media  (max-width: 767px) {
    .knopka {
        width: 8px;
        right: 15px;
    }
    .btn-success_radius{
        padding: 18px 30px;
        font-size: 15px;
    }
    #accordion{

    }
    .top_content-bloc{
        vertical-align: top;
        min-height: 190px;
        text-align: left;
        margin: 0;
        display: inline-block;
        width: 220px;
        padding: 30px 20px 25px;
        font-size: 13px;
        line-height: 18px;
    }
    .top_content-green{
        margin: 40px 15px 20px;
    }
    .top_content-white{
        margin: 20px 15px 80px;
    }
    .top_content-bloc-img{
        width: 95px;
        position: absolute;
        top: -15px;
        left: 20px;
    }
    .top_content-bloc-arr1-1{
        display: block;
        position: absolute;
        left: -45px;
        bottom: 55%;
        width: 40px;
    }
    .top_content-bloc-arr1-2{
        display: block;
        position: absolute;
        right: -47px;
        top: 70%;
        width: 40px;
    }
    .top_content-bloc-arr1-3{
        display: block;
        position: absolute;
        left: -39px;
        top: 75%;
        width: 195px;
    }
    .top_content-bloc-arr1{
        display: none;
    }
    .top_content-bloc-arr2{
        display: none;
    }
    .top_content-bloc-arr3{
        display: none;
    }

    .block_audience-p{
        vertical-align: top;
        display: inline-block;
        width: 340px;
    }
    h1{
        font-size: 28px;
        line-height: 33px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .header_p{
        font-size: 14px;
        line-height: 17px;
    }
    .header_p-bottom{
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }
    .header_p-bottom span{
        color: #25BB4F;
    }
    .block-center{
        text-align: center;
    }
    .btn-success_radius{
        padding: 17px 70px;
    }








    h2{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .block_audience-p{
        width: 100%;
        font-size: 14px;
        line-height: 17px;
        text-align: left;
        margin-bottom: 20px;
    }
    .block_audience-img{
        margin-top: 10px;
        margin-bottom: 30px;
        width: 100%;
        max-width: 210px;
    }
    .block_audience-right{
        text-align: left;
        margin-left: 0px;
    }
    h6{
        font-size: 11.8495px;
        line-height: 14px;
        margin-bottom: 5px;
    }
    .media-body_w{
        vertical-align: top;
        display: inline-block;
        width: 90px;
    }
    .text_number{
        font-size: 15.2351px;
        line-height: 18px;
    }
    .block_audience-right{
        margin-top: 0px;
    }
    .block_audience_media{
        margin-bottom: 8px;
        display: inline-block;
        width: 140px;
    }
    .rounded-circle{
        width: 25px;
        vertical-align: top;
        margin-right: 10px;
    }
    /*---------------------------------*/
    .block2{
        padding: 30px 22px 0;
        margin-bottom: 20px;
        margin-top: 10px;
        position: relative;
    }
    .block-p_l-r{
        padding: 0 20px;
    }
    .block2_p{
        text-align: center;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 8px;
    }
    .block2_img{
        position: static;
        right: 0;
        bottom: 0;
        margin-top: 40px;
        width: 240px;
    }
    .btn-light{
        margin-top: 20px;
        font-size: 14px;
        line-height: 17px;
        padding: 14px 40px;
        float: none;
    }
    /*------------------------*/
    .block3_img-lg{
        display: none;
    }
    .block3_img-md{
        display: block;
    }
    .block3_img{
        margin: 5px auto;
        width: 260px;
    }
    .card-body_p{
        font-size: 14px;
        line-height: 17px;
        color: #000000;
        margin-bottom: 0;
    }
    .card-header, .card-link,.card-link:hover{
        font-size: 18px;
        line-height: 21px;
    }
    .card{
        border: none;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .card-header{
        padding-left: 0;
       margin-right: 25px;
    }
    .p{position:absolute;top:12px;right:20px;font-size:20px;color:white;
        -webkit-animation: minus 0.5s;}
    /*-------------------------------------*/
    footer{
        padding: 120px 0 50px;
        text-align: center;
    }
    .block4{
        width: 100%;
        max-width:1400px;
        text-align: center;
        padding: 0px 10px 60px;
        margin-top: 120px;
        position: relative;
        bottom: -80px;
    }
    .block4_h{
        text-align: center;
        font-size: 24px;
        line-height: 28px;
        font-family: var(--font-family);
        font-weight: 700;
    }
    .block4_img{
        position: static;
        left: 0;
        bottom: 0;
        width: 240px;
        margin-top: -180px;
    }
    .block-footer_r{
        text-align: center;
    }
    .footer_img-r{
        width: 270px;
    }
    .nav.footer_ul{
        float: none;
        margin-bottom: 10px;
    }
    .nav.footer_ul .nav-item {
        width: 100%;
    }
    .nav.footer_ul .nav-item .nav-link {
        display: inline-block;
        padding: 10px 5px;
        color: #fff;
        font-size: 16px;
        line-height: 23px;
    }
}



.transition:hover {
    transition-duration: 0.5s;
    transition-property: opacity, left, top;
}
.top_content-bloc {
    top: 0px;
}
.top_content-bloc:hover {
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    top: -10px;
}

.glow:hover {
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}
.glow-static:hover {
    text-align: center;
    text-shadow: 0 0 20px #fff;
}
.green-glow-static:hover {
    text-align: center;
    text-shadow: 0 0 20px #25BB4F;
}
.orange-glow-static:hover {
    text-align: center;
    text-shadow: 0 0 20px #fdd02a;
}

.btn-light.green-text {
    color: #25BB4F;
    background-color: #fff;
}
.btn-light.orange-text {
    color: #fdd02a;
    background-color: #fff;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #2ad2f2, 0 0 40px #012261, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }
    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #2ad2f2, 0 0 40px #1379ba, 0 0 50px #012261, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
}

a.btn.green-bg-white-text {
    background-color: #25BB4F;
    border-color: #25BB4F;
    color: #fff;
}

a.btn.white-bg-green-text_hover:hover {
    background-color: #fff;
    border-color: #25BB4F;
    color: #25BB4F;
}

a.btn.white-bg-green-text_hover:hover {
    background-color: #fff;
    border-color: #25BB4F;
    color: #25BB4F;
}

a.btn.grey-bg-white-text_hover:hover {
    background-color: #7d8c8f;
    border-color: #7d8c8f;
    color: #fff;
}

a.btn.white-box-shadow_hover:hover {
    box-shadow: 0px 2px 42px rgb(255 255 255 / 80%);
}


