
.grayscale{
    filter:grayscale(1);
}
.scalefont *{
    font-size:20px !important;
}

.cursor_default {
    cursor: url("/images/kursor.svg"), default!important;
}

.cursor_pointer {
    cursor: url("/images/cursor_pointer.svg"), pointer!important;
}
.events_list_items{
    list-style-type: none;
}

.jssocials-shares{
    display: flex;
    font-size: 30px;
    margin: 0px 25px 0px 0px;
    justify-content: space-between;
    width: 35%;
    padding-top: 10px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 12px;
    background-color: #f8f8f8;
    color: #fff;
}
::-webkit-scrollbar-thumb {
    width: 10px;
    height: 10px;
    background-color: #1468b3;
    border-radius: 15px;
}

.sustine_field input{

    height: 6.3rem!important;
    padding: 0rem 0rem 0rem 2.2rem;

}
.sustine_field.check_agree {
	-webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.sustine_field input[type="checkbox"] {
	height: 2rem !important;
	width: 2rem;
}
.line_separator{
    border-bottom: 2px solid #595959;
    backdrop-filter: blur(4px);
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 13px 2px rgba(34, 60, 80, 0.2);
    margin-bottom: 35px;
    margin-top: 13px;


}

.price_donate{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.donate_title{
    font-size: 16px;
    font-family: Roboto;
    color: black;
    font-weight: 500;
}

.sum_pay_donate{
    color: #EF414B;
    font-size: 30px;
    font-family: Roboto;
    font-weight: 500;
}

.pay__sistem_icons{
    display: flex;
    padding-bottom: 38px;
}
.visa__img{
    margin-right: 13px;
}

.pay__form{
    padding-top: 2.2rem !important;
}

.pay_title{
    padding-top: 0.7rem;
    margin-bottom: 0.6rem;
    width: 512px;
}

.pay__prices{
    display: flex;
    padding-top: 15px;
}
.pay__wrap__button{
    padding-right: 18px;

}

.btn__price{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 210px;
    height: 60px;
    min-height: 1rem;
    padding: 0rem 1rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1;
    color: #ffffff;
    background: #1468b3 !important;
    border-radius: 0.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none !important;
    padding-top: 15px;
}

.price{
    margin-right: 5px;
    font-size: 30px;
    font-weight: 400;
}

.checked__price{
    display: none;
    position: absolute;
    margin-left: 159px;
    margin-top: -6px;

}

.valuta{
    font-size: 20px;
    font-weight: 300;
}
.manual__price{
    padding-top: 20px;
}

.manual__price input{

    display: block;
    width: 97%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    border-radius: 0.25rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 60px;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.share__links{
    display: flex;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 15; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 33px;
    border: 1px solid #888;
    width: 50%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 23px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.echipa_block{
    margin-bottom: -1.1rem;
    position: relative;
    width: 100%;
}


.echipa_block {
    position: relative;
    max-width: 100%;
}

.echipa_block img.image-hover {
    opacity: 0;
    transition: opacity 0.2s;
    position: absolute;
}

.echipa_block:hover img.image-hover {
    opacity: 1;
}

.slick-prev{
    display: none;
}

.slick-next{
    display: none;
}


.form_radio_btn {
    display: inline-block;
    margin-right: 10px;
}
.form_radio_btn input[type=radio] {
    display: none;
}
.form_radio_btn label {

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 210px;
    height: 60px;
    cursor: pointer;
    padding: 0px 15px;
    background-color: #1468B3;
    border-radius: 6px;
    user-select: none;
    color: #ffffff;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1;
    padding-top: 15px;



}

/* Checked */
.form_radio_btn input[type=radio]:checked + label {
    background: #EF414B;
}

/* Checked */
.form_radio_btn input[type=radio]:disabled + label {
    background: #babcbf;
}

/* Hover */
.form_radio_btn label:hover {
    color: #fff;
}

.dosar__title{
    margin-bottom: 10px;
}

.type_dosar{
    max-width: 200px;
    margin-top: 10px;
}
.input_dosar_form{
    padding-top:10px; ;
}

.main__wrapper__form__select{
    display: flex;
    justify-content: space-between;
}

.dosar_item{
    margin-right: 10px;
}

.title_dosar{
    margin-top: 10px;
}

.input__wrapper {
    width: 100%;
    position: relative;
    margin: 15px 0;
    text-align: center;
    display: flex;
}

.name_file{
    margin-left: 20px;
    margin-top: 10px;
    font-weight: 500;
    color: green;
}

.input__file {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.input__file-icon-wrapper {
    height: 60px;
    width: 60px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #fff;
}

.input__file-button-text {
    line-height: 1;
    margin-top: 1px;
    font-size: 15px;
}

.input__file-button {
    width: 100%;
    max-width: 208px;
    height: 45px;
    background: #ef414b;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 3px;
    cursor: pointer;
}


.btn_dosar{
    padding: 18px 74px;
    background-color: #ef414b;
    color: white;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    max-width: 250px;

}

.btn_dosar:hover{
    background-color: #ef414b;
}

.required{
    color: red;
    margin-left: 5px;
    font-weight: 600;
    font-size: 16px;
}


@media(max-width: 760px){
    .campaign__item__date{
        margin-top: 15px;
    }
}

.email__person{
    display: flex;
    align-items: baseline;
    /* justify-content: center; */
    justify-content: flex-start;
    margin-bottom: 5px;
}
.phone_person {
	margin-top: 5px;
}

.email__person .phone_person {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.footer__memeber__icon{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.footer__memeber__icon:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

/* 28/10/2022 */
.accented {
    border: 1px solid red !important;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes shake {
    from, to {
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}


