.topic{
    display: none;
}
.reuse-banner{
    margin-bottom: 118px;
}
.reuse-wrapper{
    display: flex;
    justify-content: space-between;
}
.reuse-block{

}
.reuse-block.left{
    max-width: 531px;
    padding-right: 43px;
}
.reuse-block.right{

}
.reuse-block-title{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 37px;
    color: #333333;
    margin-bottom: 30px;
}
.reuse-block-text{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 30px;
}
.reuse-button{
    font-family: 'Montserrat', sans-serif;
    background: #0071e3;
    border-radius: 50px;
    padding: 15px 35px 15px 31px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-right: 50px;
    display: inline-block;
}
.reuse-link{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2F67BA;
    text-decoration: underline;
}
.reuse-block-img{
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: right;
    margin-bottom: 23px;
    background-size: cover;
    height: 200px;
    width: 669px;
}
.reuse-block-img img{
    position: absolute;
    top: -38px;
    left: 31px;

}
.reuse-block-img-text{
    margin-top: 33px;
    max-width: 366px;
}
.reuse-block-img-text-small{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.reuse-block-img-text-text{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}
.reuse-block-img-text-text p{
    margin-bottom: 20px;
}
.reuse-block-blue{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #2F67BA;
}
.reuse-inner{
    margin-top: 80px;
}
.reuse-inner-text{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
    margin-bottom: 30px;
}
.reuse-inner-blocks{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.reuse-inner-block{
    padding: 40px 32px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    max-width: 32%;
}
.reuse-inner-block-title{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #2F67BA;
    margin-bottom: 20px;
}
.reuse-inner-block-text{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #333333;
}
.reuse-inner-center{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 80px;
}
.reuse-inner-center-block{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.reuse-inner-center-block-img{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(image.png);
    border-radius: 20px;
    width: 514px;
    height: 368px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 73px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 65px;
    margin-right: 64px;
}
.reuse-inner-center-block-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.reuse-inner-center-block-text-title{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 9px;
}
.reuse-inner-center-block-text-text{
    /*font-family: 'Roboto';*/
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #333333;
}
.reuse-inner-center-block-text-hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #D9D9D9;
}
.reuse-inner-center-text{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #333333;
}
.reuse-inner-center-text span{
    color: #2F67BA;
}
.reuse-plan-wrap{
    background: #F5F5F5;
    border-radius: 10px;
    padding: 50px 61px;
    background-repeat: no-repeat;
    background-position-x: 80%;
    background-position-y: bottom;
    position: relative;
    margin-bottom: 80px;
}
.reuse-plan-block{
    max-width: 582px;
}
.reuse-plan-block-title{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
    margin-bottom: 30px;
}
.reuse-plan-block-text{
    /*font-family: 'Roboto';*/
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #666666;
    max-width: 509px;
}
.reuse-plan-block-text p{

}
.reuse-plan-logo{
    position: absolute;
    right: 32px;
    top: 39px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.reuse-plan-logo-text{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #333333;
}
.reuse-bot-banner{
    height: 275px;
    width: 100%;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 59px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reuse-mobile{
    display: none;
}
.reuse-plan-logo{
    width: 197px;
}

@media (min-width: 768px) and (max-width: 1024px){

    .reuse-mobile{
        display: block;
    }
    .reuse-desc{
        display: none!important;
    }

    .reuse-wrapper{
        flex-direction: column;
    }
    .reuse-block-buttons{

    }
    .reuse-block-text{
        margin-bottom: 56px;
    }
    .reuse-block-img{
        justify-content: left;
        padding-left: 36%;
        width: 100%;
    }
    .reuse-block, .reuse-block.left, .reuse-block.right{
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .reuse-block-img{
        background-size: cover;
        border-radius: 20px;
    }
    .reuse-block-buttons.reuse-mobile{
        margin-top: 20px;
    }
    .reuse-inner-center-block-img{
        max-width: 350px;
        margin-right: 48px;
        padding: 52px 44px;
        font-size: 50px;
        line-height: 61px;
        height: auto;
    }
    .reuse-plan-wrap{
        background-position-x: right;
    }
    .reuse-plan-block{
        max-width : 67%
    }
    .reuse-bot-banner{
        height: 166px;
        border-radius: 20px;
        background-size: cover;
    }
}
@media (max-width: 768px){

    .reuse-banner{
        margin-bottom: 70px;
    }
    .reuse-mobile{
        display: block;
    }
    .reuse-desc{
        display: none!important;
    }

    .reuse-wrapper{
        flex-direction: column;
    }
    .reuse-block-buttons{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .reuse-button{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .reuse-block-text{
        margin-bottom: 56px;
    }
    .reuse-block-img{
        justify-content: left;
        padding-left: 36%;
    }
    .reuse-block, .reuse-block.left, .reuse-block.right{
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .reuse-block-img{
        background-size: cover;
        border-radius: 20px;
        height: 410px;
        padding: 150px 30px 30px 30px;
        width: 100%;
    }
    .reuse-block-buttons.reuse-mobile{
        margin-top: 20px;
    }
    .reuse-inner-center-block-img{
        max-width: 100%;
        padding: 52px 44px;
        font-size: 50px;
        line-height: 61px;
        height: auto;
        margin-bottom: 40px;
        margin-right: 0;
    }
    .reuse-plan-wrap{
        background-position-x: 10%;
        background-position-y: 135%;
        padding: 30px;
    }
    .reuse-plan-block{
        max-width : 67%
    }
    .reuse-bot-banner{
        height: 166px;
        border-radius: 20px;
        background-size: cover;
        padding: 20px;
    }
    .reuse-block-img img{
        left: calc(50% - 90px);
    }
    .reuse-inner{
        margin-top: 70px;
    }
    .reuse-inner-blocks{
        flex-direction: column;
        margin-bottom: 70px;
    }
    .reuse-inner-block{
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .reuse-inner-center-block{
        flex-direction: column;
    }
    .reuse-plan-logo{
        position: relative;
    }
    .reuse-plan-block{
        width: 100%;
        max-width: 100%;
    }
    .reuse-plan-logo{
        top: unset;
        margin-top: 19px;
        right: unset;
        display: block;
        width: 125px;
    }
    .reuse-plan-logo-text{

    }
    .reuse-inner-center-text{
        font-size: 20px;
        line-height: 24px;
    }
    .blogers-small-gallery{
        margin-bottom: 60px!important;
    }
}
.form.REUSE .form_head{
    font-size: 22px;
}

.u-section-4 .u-sheet{
    justify-content: center;
    flex-direction: column;
    display: flex;
    align-items: center;
    min-height: auto;
}
.u-section-1 .u-image-1{
    margin: auto;
}
.u-section-1 .u-sheet-1{
    min-height: auto;
}
.topic{
    display: none;
}
.u-section-2 .u-image-1, .u-section-2 .u-image-2, .u-section-2 .u-image-3, .u-section-2 .u-image-4{
    margin: 0;
}
.u-section-2 .u-image-5, .u-section-2 .u-image-6, .u-section-2 .u-image-7, .u-section-2 .u-image-8{
    margin: 0;
}
.margin0{
    margin: 0!important;
}
.max322{
    max-width: 322px;
    width: 327px;
    height: 231px;
    background-size: contain;
    padding-top: 65px;
    padding-left: 24px;
    background-repeat: no-repeat;
}
.team-item{
    text-align: center;
}
.u-section-2 .u-text-11{
    width: auto;
}
.u-section-3 .u-image-2{
    margin: 0;
}
.u-section-2{
    min-height: auto;
}
.team-item img{
    height: auto!important;
    max-width: 400px;
}
.u-section-3 .u-sheet-1{
    min-height: auto;
}
.button-kviz{
    position: absolute;
    left: 7%;
    bottom: 23%;
}
.kviz-banner{
    width: 1200px;
    height: 510px;
    background-size: cover;
}
.u-section-4 .u-shape-1{
    width: 100%;
}
.top-banner{
    width: 100%;
    height: 504px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.top-banner p{
    left: 25%;
}
.u-clearfix.u-section-4{
    overflow: hidden;
}

