legend {
    font-size: 20px;
    font-weight: bold;
    color: #212529;
}

ul {
    padding-left: 0;
}
a.contacts-content-form-button.link:hover {
    color: #e6d9c2;
    text-decoration: none;
}
.form-counter {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #C1B790;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-right: 5px;
}

.btn-custom {
    background-color: #C1B790;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
}

.implemented-project-input {
    width: 25% !important;
}

.file-upload-button {
    position: relative;
    height: 37px;
    line-height: 31px;
    border: 1px solid transparent;
    padding: 5px 5px 5px 30px;
    cursor:pointer;
}
.has-error .file-upload-button {
    border-color: red;
    color: red;
}

span.file-upload-icon {
    background-image: url("/front/images/upload.png");
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 20px;
    height: 27px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.custom-input {
    border: 1px solid #6c7074;
    min-height: 40px;
    line-height: 40px;
    border-radius: 20px;
    margin-bottom: 25px;
    padding:0 10px;
}

.custom-input-borderless{
    border:none;
}

.btn-custom-outline{
    color:#000;
    width:190px;
    height:46px;
    background: none;
    border:1px solid #A39662;
    border-radius:30px
}

.input-group .custom-input:not(:last-child) {
    border-right: 0;
}

.custom-input-text-addon {
    border: 1px solid #6c7074;
    min-height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: none;
    border-left: 0px !important;;
}

form label{
    margin-bottom:15px;
}

.attachments{
    margin-top: 50px;
}

.attachment-item{
    margin: 25px 0;
}

form fieldset legend{
    margin-bottom: 30px;
}

.selected-files-text {
    display:none;
    background-color: #ddd;
    font-style: italic;
    padding: 3px 6px;
    margin-bottom: 25px !important;
}

.request-steps-wrap header {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}
.request-steps-wrap header h1 {
    font-size: 1em !important;
    font-weight: 700;
}

.steps-wrap {
    list-style: none;
}

.steps-wrap .step-item{
    text-align: center;
    min-height: 50px;
    border: 1px solid #999999;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 40px;
    position: relative;
}

.steps-wrap .step-item:not(:last-child)::after{
    content: "";
    width: 13px;
    height: 8px;
    background-image: url('/front/images/chevron-bottom.png');
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    right:50%;
}


.steps-wrap .step-item.active{
    border: 1px solid #8B7736;
    background-color: #8B7736;
}

.steps-wrap .step-item.active a,
.steps-wrap .step-item.active span {
    color: #fff;
}


.step-item a,
.step-item span {
    min-height: 50px;
    line-height: 50px;
    font-weight: bold;
    color:#999999;
}

#grants-wrap .card-img-top{
    max-height: 150px;
    object-fit: cover;
    object-position: center;
}

#grants-wrap .card-desc{
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow:hidden;
    position: relative;
}

.card-desc:after {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '...';
}


@media (max-width: 992px) {
    .request-steps-wrap header h1 {
        font-size: .75em !important;
    }

    .steps-wrap .step-item{
        min-height: 36px;
        margin-bottom: 30px;
    }

    .step-item a,
    .step-item span {
        min-height: 36px;
        line-height: 36px;
    }

    .steps-wrap .step-item:not(:last-child)::after{
        top: calc(100% + 11px);
    }

    .custom-input {
        font-size: 14px;
        min-height: 36px;
        line-height: 36px;
    }
    .custom-input-text-addon {
        min-height: 36px;
        line-height: 36px;
    }
    form label {
        margin-bottom: 8px !important;
        font-size: 14px !important;
    }
    .selected-files-text h5 {
        font-size: 18px;
    }
}

/*Buttons*/

button:focus
{
    outline:none!important;
}

.btn-custom-outline
{
    outline:none;
    align-items: center;
    justify-content: center;
    display: flex;
}
.btn-custom-outline:hover
{
    border-color: #a39662;
    color: #fff;
    background: #a39662;
}

.btn-primary:focus
{
    outline:none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*Contact Page*/
.contacts-content-heading {
    text-align: center;
    margin-bottom: 34px;
}

.contacts-content-header {
    font-size: 25px;
    font-family: "Segoe UI Bold";
    color: #000;
    margin-bottom: 40px;
    margin-top: 48px;
}
.contacts-content-numbers-text, .contacts-content-text {
    font-size: 20px;
    color: #000;
}

.contacts-content-numbers {
    text-align: center;
}

.contacts-content-numbers-menu {
    max-width: 611px;
    margin: 0 auto;
}

.contacts-content-numbers-menu li {
    /*float: left;*/
    margin-right: 20px;
    list-style: none;
}
.contacts-content-numbers-text, .contacts-content-text {
    font-size: 20px;
    color: #000;
}

.spec-letter {
    color: #8b7736;
    font-size: 20px;
}

.contacts-content-form {
    text-align: center;
}

.contacts-content-form-item {
    max-width: 610px;
    width: 100%;
    padding: 5px 20px;
    /* text-align: center; */
    border-radius: 20px;
    border: 1px solid #8b7736;
    color: #8b7736;
    margin-bottom: 22px;
}
.contacts-content-textarea-label {
    margin-top: 22px;
    margin-bottom: 11px;
    font-size: 17px;
    text-align: left;
    margin-left: 16%;
    font-family: "Segoe UI Bold";
    color: #8b7736;
}
.contacts-content-form-textarea {
    max-width: 610px;
    width: 100%;
    padding: 5px 20px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #8b7736;
    color: #8b7736;
    height: 237px;
    margin-bottom: 51px;
}
.contacts-content-form-item-block .terms_style {
    margin-left: 125px;
    margin-bottom: 15px;
}
.terms_style {
    color: red;
    text-align: left;
    margin-left: 19px;
    font-size: 12px;
    transition: all 0.5s ease;
     display: none;
}
.contacts-content-textarea-label {
    display: block;
}
.info-container {

    text-align: center;
    background-color: #f3f1e7;
    margin-bottom: 44px;
    box-shadow: 0 23px 20px -10px #ccc;
    margin-top: 80px;
}

.custom-apply-form-container {
    max-width: 682px;
    margin: 0 auto;
}
.apply-form-content {
    position: relative;
}

.apply-header {
    font-size: 25px;
    font-family: "Segoe UI Bold";
    color: #8b7736;
    padding-top: 62px;
    padding-bottom: 64px;
    margin-bottom: 0;
}
.contacts-content .info-container .close-form {
    border: none;
    background-color: #f3f1e7;
    position: absolute;
    right: -80px;
    top: 10px;
    cursor: pointer;
}

.contacts-content-form-button {
    display: inline-block;
    padding: 9px 63px;
    background-color: #8b7736;
    color: #fff;
    border-radius: 26px;
    box-shadow: 0px 13px 26px #ccc;
    border: 0;
    margin-bottom: 124px;
    cursor: pointer;
}
.contacts-map {
    width: 100%;
    height: 400px;
    margin-top:-62px;
}
/*Contact Page end*/

.news-main-page {
    margin-top: 53px !important;
}

.page-map-menu {
    padding-top: 24px;
    padding-left: 0;
}

.page-map-item {
    float: left;
    padding-right: 5px;
    margin-top: 15px;
}

.page-map-item-link {
    display: inline-block;
}
.page-map-item-text {
    font-size: 14px;
    color: #000;
}
.page-map-active {
    color: #8b7736;
}
.news-content-block-header {
    font-size: 17px;
    font-family: "Segoe UI Bold";
    color: #000;
    margin-top: 0px;
}



.search-content{display: flex}
.search-content-heading{
    /* margin-bottom: 95px;*/
    margin-bottom: 5px;
}
.search-content-header{
    font-size: 25px;
    font-family: "Segoe UI Bold";
    color: #000;
    margin-bottom: 40px;
    margin-top: 38px;
}
.search-content-top-left-item{
    float: left;
    margin-right: 22px;
}
.search-content-top-left-item:nth-child(3){
    margin-right: 0;
}
.search-content-top-left-link{
    display: inline-block;
    color: #000;
    font-size: 15px;
}
.search-content-block p{
    color:#000;
}
.search-content-top-left-link:hover{
    color: #000;
}
.search-content-top-right-link{
    display: inline-block;
    color: #000;
    font-size: 20px;
    margin-right: 15px;
}
.search-content-top-right-link:hover{
    color: #000;
}
.search-content-block-header{
    font-size: 20px;
    font-family: "Segoe UI Bold";
    color: #000;
    margin-bottom: 22px;
}
.search-content-block-text-span{
    text-decoration: underline;
    color: #8b7736;
    font-size: 20px;
}
.search-content-block-text{
    font-size: 20px;
    margin-bottom: 24px;
    line-height: 25px;
}
.search-content-block-date{
    font-size: 16px;
    color: #a5a5a5;
    margin-bottom: 67px;
}
.search-bottom-navigation-numbers-item{
    float: left;
    padding-right: 61px;
}
.search-bottom-navigation-numbers-link{
    font-size: 18px;
    color: #000;
}
.search-bottom-navigation-numbers-link:hover{
    color: #000;
}
.search-bottom-navigation-numbers-menu li:nth-child(10){
    padding-right: 0;
}
.search-bottom-navigation-numbers, .search-bottom-navigation-map{
    max-width: 686px;
    margin: 0 auto;
}
.search-bottom-prev-next{
    text-align: center;
}
.search-bottom-navigation-map-right{
    text-align: right;
}
.search-bottom-navigation-map-right-text, .search-bottom-navigation-map-left-text{
    font-size: 17px;
    color: #8b7736;
}
.search-bottom-navigation-map-right-link, .search-bottom-navigation-map-right-link{
    display: inline-block;
}
.search-bottom-navigation{
    margin-top: 46px;
    margin-bottom: 106px;
}
.search-bottom-navigation-numbers{
    margin-bottom: 66px;
}
.news-bottom-navigation-map-right-text, .news-bottom-navigation-map-left-text {
    font-size: 17px;
    color: #8b7736;
}
.gallery-content
{
    /*height: 500px;*/
}

#tab_content .items-area {
    margin-bottom: 53px;
}
.items-area .items {
    width: 250px;
    height: 251px;
    cursor: pointer;
    background-size: cover!important;
}

.custom-container {
    max-width: 860px;
    margin: 0 auto;
}

.items-area .items .overlay {
    background-color: rgba(109, 100, 61, 0.61);
    width: 250px;
    height: 108px;
}
.items-area .items .overlay .overlay-text, .overlay-content {
    text-align: left;
    padding-top: 28px;
    padding-left: 18px;
    color: #fff;
    font-size: 14px;
    /* opacity: 1; */
}
.items-area .items .main {
    height: 143px;
    width: 250px;
    /* background: url(../img/Rectangle_19.png); */
    background: #000;
    opacity: 0.7;
}
.card-header
{
    background: #8b7736;
    color: #fff;
    height: 100px;
    overflow: hidden;
    padding: 0;
}
.card-header span
{
    height: calc(100px - 2rem);
    overflow: hidden;
    display: block;
    overflow: hidden;
    width: calc(100% - 2rem);
}
.card-text {
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.custom-button,.custom-button:hover,.custom-button:focus,.custom-button:active
{
    background: #8b7736;
    color: #fff;
    border:1px solid #8b7736;
}
.page-map-menu li {
    list-style: none;
}

.newsinner-content-top-tools-menu li {
    list-style: none;
}
.slider .item section {
    background: transparent;
    right: 100%;
    left: 150px;
    bottom: 0;
    width: 100%;
    padding: 2px 0px 2px 10px;
    /*z-index: -1;*/
}
.slider .item section div{
    background-color: rgba(168,144,63,0.75);
    text-align: left;
    max-width: 790px;
    color: #fff;
    border-radius: 5px;
    width: calc(100% - 175px);
    padding: 2px 0px 2px 10px;
    position: absolute;
    bottom: -15px;
    left:0;
}

.owl-dots {
    position: absolute!important;
    left: 150px!important;
    top: 390px!important;
}


@media (max-width: 992px) {
    .slider .item section {
        left: 100px;
    }
    .slider .item section div {
        width: calc(100% - 125px);
    }
    .owl-dots {
        left: 100px!important;
    }
}
@media (max-width: 768px) {
    .slider .item section {
        left: 50px;
    }
    .slider .item section div {
        width: calc(100% - 75px);
    }
    .owl-dots {
        left: 50px!important;
    }
}

.owl-dots .owl-dot{
    float: left!important;
    list-style: none!important;
    /*background: rgba(138, 123, 81, 0.7)!important;*/
    background: rgba(168,144,63,0.75)!important;;
    margin: 0 5px!important;
    padding: 2px 4px!important;
    color: #fff!important;
    font-size: 10px!important;
}
.owl-dots .owl-dot:hover
{
    background: rgba(138, 123, 81, 0.7)!important;
}
.slider{
    width: 75%;
    margin: auto;
}
.slider .item section > header {
    padding-top: 7px;
    font-size: 14px;
}
/*.slider .item section span.icon{*/
/*    display: block;*/
/*    width: 15px;*/
/*    height: 5px;*/
/*    !* z-index: 20; *!*/
/*    position: relative;*/
/*    top: -5px;*/
/*    left: 3px;*/
/*    background: url(/front/images/title_arr.png) !important;*/
/*}*/
.owl-dot.active::before
{
    content: '';
    display: block;
    width: 15px;
    height: 5px;
    /* z-index: 20; */
    position: absolute;
    top: -10px;
    left: 0px;
    background: url(/front/images/title_arr.png) !important;
}

.owl-dot {
    position: relative;
}

.owl-dots {
    margin-top: 0 !important;
}


.image-cropper {
    width: 100%;
    padding-top: 75%;
    position: relative;
    display: block;
    overflow: hidden;
}
.image-cropper img, .image-cropper .img {
    position: absolute;
    top: 0;
    min-width: 100%;
    height: 100%;
}
.image-cropper .img {
    background-size: cover !important;
    height: 100%;
}
.image-cropper-portrait {
    width: 100%;
    padding-top: 125%;
    position: relative;
    display: block;
    overflow: hidden;
}
.image-cropper-portrait img {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100%;
}
.slider .item {
    height: 590px !important;
}
.slider .item .img-class {
    height: 450px !important;
    border-radius: 4.643px !important;
}

.slidegallery .custom-indicator {
    margin-top: 10px;
}
.slidegallery .carousel-item {
    transition: transform 0ms !important;
}



/*Small devices (landscape phones, 576px and up)*/
/*@media (min-width: 576px) { ... }*/

/*Medium devices (tablets, 768px and up)*/
/*@media (min-width: 768px) { ... }*/

/*Large devices (desktops, 992px and up)*/
/*@media (min-width: 992px) { ... }*/

/*Extra large devices (large desktops, 1200px and up)*/
/*@media (min-width: 1200px) { ... }*/



.registration-cards .cards-wrap .col:nth-child(1) .card, .registration-cards .cards-wrap .col:nth-child(2) .card {
    margin-left: 0;
    margin-right: 0;
}

footer ul {
    list-style: none;
    padding-left: 0;

}
footer ul li {
    font-size: 0.75rem;
}

.footer .footer-wrap {
    padding-bottom: 32.5px;
}

.footer .footer-wrap .copyright {
    margin: 7.5px 0 7.5px;

}

.auth .nav-link {
    padding: 0.5rem !important;
}
@media (max-width: 992px) {
    .auth .nav-link:first-child {
        padding-left: 0 !important;
    }
    .auth .nav-link:last-child {
        padding-right: 0 !important;
    }
}

@media (max-width: 1200px) {
    .tor, .header--top {
        background-size: 120px, 120px !important;
    }
}
@media (max-width: 1070px) {
    .tor, .header--top {
        background-size: 0px, 0px !important;
    }
}

.hedhed {
    width: 75%;
    margin: 0 auto;
}

.search .wrapper {
    margin: 0 auto;
}

.grant-details section {
    padding: 0;
}

.registerbtn {
    color:#fff;
    width:100%;
    height:46px;
    background: #A39662 !important;
    border:1px solid #A39662 !important;
    border-radius:30px
}

.socialiconsfixed {
    position: fixed;
    top: calc(50% - 102px);
    right:0px;
    display: block;
}
.fb-icon, .yt-icon {
    background: #8b7736;
    margin-bottom: 15px;
    transition: all .2s;
    border-radius: 4.643px!important;
}
.socialiconsfixed a{
    width: 70px;
    height: 70px;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}
.fb-icon:hover {
    background-color:#3a559f;
    transition: all .2s;
}
.yt-icon:hover {
    background-color:#e53935;
    transition: all .2s;
}
.fb-icon-image {
    background: url('/front/images/facebook-icon.svg');
    width: 20px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}
.yt-icon-image {
    background: url('/front/images/youtube-icon.svg');
    width: 33px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}

@media (max-width: 992px) {
    .socialiconsfixed {
        position: relative;
        display: flex;
        margin-left: auto;
    }
    .fb-icon, .yt-icon {
        background: #8b7736;
        padding: 0;
        margin-bottom: 0px;
        transition: all .2s;
        border-radius: 4.643px!important;
        display: inline-block;
    }
    .fb-icon-image {
        background: url('/front/images/facebook-icon.svg');
        width: 10px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: center;
        margin: auto;
    }
    .yt-icon-image {
        background: url('/front/images/youtube-icon.svg');
        width: 16px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: center;
        margin: auto;
    }
    .socialiconsfixed a{
        padding-top: 5px;
        padding-bottom: 5px;
        width: 30px;
        height: 30px;
    }
}
#lightgallery{
    margin-bottom: 15px;
}

.img-container{
    position:relative;
    display:inline-block;
}
.img-container .overlay{
    position:absolute;
    top:0;
    width:calc(100% - 30px);
    left: 15px;
    height:0;
    background: #000;
    opacity:0;
    transition:all 500ms ease-in-out;
}
.img-container .overlay .overlay-content {
    height: 40%;
    position: relative;
    bottom: -60%;
    background: #8b7736;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-left: 15px;
    padding-right: 15px;
}
.img-container:hover .overlay{
    opacity:.7;
    height: 100%;
    transition:all 500ms ease-in-out;
}
.overlay span{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:#fff;
}
@media (max-width: 768px) {
    .img-container .overlay{
        width:calc(100% - 30px);
        left: 15px;
        height:100%;
        background: transparent;
        opacity:.7;
        transition:all 500ms ease-in-out;
    }
    .overlay-content {
        font-size: 14px;
        padding-top: 10px;
    }
}

.navbar-toggler:hover .navbar-toggler-icon {
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
.navigation-bar .container nav .navbar-toggler:hover {
    border-color:rgba(255,255,255,1)
}


.news-time-container, .news-content-block-date {
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .hot-line {
        display: none;
    }
    .hedhed {
        width: 100%;
    }
    .slider {
        width: 100%;
    }
}

.call, .searcha {
    text-align: center;
    padding-top: 75px;
    max-height: 200px;
}
.call-text {
    font-size: 1.313em;
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

.call-text:before {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 0px;
    background: url(../images/call-center.jpg) left center no-repeat;
}
.call .hot-line {
    position: relative;
    top: -3px;
    font-size: 13px;
}
.searcha input {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #8b7736;
    color: #8b7736;
    padding: .5rem .3rem;
    font-size: .8em;
    width: calc(100% - 35px);
    display: inline-block;
}
.searcha .btn-search {
    width: 35px;
    height: 35px;
    display: inline-block;
    background-color: none;
    background: url(../images/search-find.png) center center no-repeat;
    border-radius: 0;
    border: none;
    cursor: pointer;
}
.logoa {
    max-height: 200px;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
}
.logoa img {
    height: 100%;
    max-width: 100%;
}

.galim {
    display: none;
}

.tor {
    min-height: calc(100vh - 247px - 278px);
}

.pagination {
    margin: 0 auto;
}

.news-cont {
    min-height: 110px;
    border-bottom: 2px solid #8b773670;
}

#newsslider {
    padding: 15px;
    background: #444;
}

.indicos {
    padding: 5px;
    opacity: .7;
}
.indicos.active {
    opacity: 1;
}
.indicos img {
    border: 1px solid #000;
}

.custom-indicator {
    margin-left: -5px;
    margin-right: -5px;
}

.ffd {
    justify-content: flex-end;
}
.ffdr {
    padding-left: 10px;
    text-align: center;
}
.ffdl {
    flex: 50%;
}

i {
    color: #8b7736;
}

.faqHeaderFontSize{
    font-size: 24px;
}




.faqNavHeader {
    color: #4d4d4d;
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin-bottom: 21px;
}
.faqNavItem {}
.faqNavItemLink {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin-bottom: 4px;
    padding: 5px 0;
}
.faqNavItemLink:hover {
    color: #4d4d4d;
}
.faqNavItemLink.active {
    color: #8b7736;
}
.faqNavItemLink.active:hover {
    color: #8b7736;
}

.accordionItem {
    margin-bottom: 35px;
    padding-left: 26px;
}
.accordionItemHeader {
    color: #8b7736;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    padding-bottom: 8px;
    display: flex;
    position: relative;
    border-bottom: 1px solid #8b7736;
    margin-bottom: 8px;
}
.accordionItemHeader::before {
    content: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-up fa-w-14'%3E%3Cpath fill='%238b7736' d='M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z' class=''%3E%3C/path%3E%3C/svg%3E");
    width: 14px;
    position: absolute;
    left: -26px;
}
.accordionItemHeader.collapsed::before {
    transform: rotate(180deg);
}
.accordionItemHeader:hover {
    color: #8b7736;
    text-decoration: none;
}

.accordionItemHeader.collapsed {
    color: #4d4d4d;
}

.accordionItemContent {
    color: #4b4545;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

@media (max-width: 992px) {
    .faqNav {
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .faqNavHeader {
        text-align: center;
    }
}

/*New style*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #8b7736;
    background: none;
}
a.nav-link{
    color: #2b2b2b;
    font-size: 20px;
    padding-left: 0;
}
.result-wrap{
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #8b7736;
}
.result{
    text-align: justify;
    max-height: 127px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    cursor:pointer;
}
.result:hover{
    background-color: #F7F7F7;
}
h5>small{
    font-size:13px;
    color: #aaaaaa;
    font-style: italic;
}


.mainBtn {
    display: inline-block;
    padding: 9px 63px;
    background-color: #8b7736;
    color: #fff;
    border-radius: 26px;
    border: 0;
    margin-bottom: 45px;
    cursor: pointer;
}
.mainBtn:hover {
    color: #fff;
    text-decoration: unset;
}


.report_head {
    padding-bottom: 30px;
}
.goBack {
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}
.goBack svg {
    margin-right: 10px;
}
.goBack svg path {
    fill: #707070;
}
.goBack:hover {
    color: #707070;
    text-decoration: unset;
}

.report_head--header {
    color: #212529;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    padding-bottom: 30px;
}

.downloadBtn {
    border-radius: 8px;
    border: 1px solid #8b7736;
    padding: 13px 21px;

    color: #8b7736;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
    text-align: center;
    display: inline-flex;
    align-items: center;

    margin-bottom: 20px;
}
.downloadBtn svg {
    margin-left: 10px;
}
.downloadBtn:hover {
    color: #8b7736;
    text-decoration: unset;
}
.downloadBtn--active {
    color: #ffffff;
    background: #8b7736;
    margin-bottom: 0;
    padding: 13px;
}
.downloadBtn--active svg path {
    fill: #ffffff
}
.downloadBtn--active:hover {
    color: #ffffff;
    background: #8b7736;
    text-decoration: unset;
}

.report--message {
    background-color: #f9f9f9;
    padding: 16px 10px;

    color: #8b7736;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin-bottom: 20px;
}


.report_form {
    margin-bottom: 45px;
}
.report_form_input_group {
    display: flex;
}
.report_form_input_group label:first-child {
    flex: 1 0 auto;
    margin: 0 !important;
}
.report_form_input_group label:first-child input {
    /*width: auto;*/
    height: 100%;
    border: 1px solid #707070;
}
.report_form_input_group .downloadBtn--active {
    flex: 0 0 auto;
    margin-left: 10px;
    cursor: pointer;
}
.custom-label {
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin-bottom: 8px;
}


.file_IkIomd {
    display: flex;
    align-items: center;
    height: 100%;
}
.file_Ikasj {
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    padding-right: 5px;
}
.file_Ikasj:hover {
    color: #707070;
    text-decoration: unset;
}
.aLink {
    cursor: pointer;
}
.file_Ikdsae {
    cursor: pointer;
}
.file_Ikdsae img {
    width: 13px;
    height: 13px;
}
.file--hidden {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.addBtn {
    border-radius: 8px;
    border: 1px solid #8b7736;
    padding: 13px 21px;
    background: #ffffff;
    width: 100%;

    color: #707070;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
}
.addBtn span {
    margin-right: 10px;
}
.report_form--fileSection {
    margin-bottom: 16px;
}
.report_form--fileSection--item {
    margin-bottom: 16px;
}

.report_form_footer {
    display: flex;
}
.report_form_footer button + button {
    margin-left: 15px;
}

.saveBtn,
button.saveBtn.ingaAda {
    border-radius: 50px !important;
    border: 1px solid #a39662 !important;
    background-color: #ffffff !important;
    padding: 13px 45px !important;

    color: #a39662 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    letter-spacing: normal !important;
    line-height: 20px !important;
    text-align: center !important;
    cursor: pointer !important;
}
.saveBtn:hover,
.swal2-popup button.saveBtn.ingaAda:hover {
    background: #ffffff !important;
    color: #a39662 !important;
    text-decoration: unset !important;
}
.saveBtn[disabled] {
    cursor: default !important;
}

.applyBtn,
.swal2-popup button.applyBtn.ingaAda {
    border-radius: 50px !important;
    border: 1px solid #8b7736 !important;
    color: #ffffff !important;
    padding: 13px 45px !important;

    background-color: #8b7736 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    letter-spacing: normal !important;
    line-height: 20px !important;
    text-align: center !important;
    cursor: pointer !important;
}
.applyBtn:hover,
.swal2-popup .applyBtn.ingaAda:hover {
    color: #ffffff !important;
    background: #a39662 !important;
    text-decoration: unset !important;
}
.applyBtn svg path,
.swal2-popup .applyBtn.ingaAda svg path {
    fill: #ffffff !important;
}
.applyBtn[disabled] {
    background-color: #757575 !important;
    cursor: default !important;
}

.sweetAccept {}
.sweetDeny {}
.report_swal {
    padding: 80px 110px !important;
    width: 675px !important;
}
.swal2-title {
    font-size: 28px !important;
    margin-bottom: 35px !important;
}

.errorLabel.has-error input {
    border-color: red !important;
}
.errorLabel.has-error.downloadBtn {
    border-color: red !important;
}


.regisCard {
    height: 100%;
    padding: 0 45px 45px;
    display: flex;
    align-items: center;
}
.regisCard--left {
    width: 35%;
    flex: 1 1 35%;
    padding: 0 35px;
}
.regisCard--left img {
    width: 100%;
}
.regisCard--right {
    width: 35%;
    flex: 1 1 65%;
    padding: 0 35px;
    text-align: left !important;
}
.regisCard--right .btn-registration {
    margin-left: 0 !important;
}

@media (max-width: 992px) {
    .regisCard {
        padding: 0 15px 15px;
    }
    .regisCard--left {
        padding: 0 10px;
    }
}

.infoButton {
    background: none;
    border: none;
    font-size: 24px;
}
.infoButton i {
    color: #C1B790;
}


.error {
    margin-top: -20px;
    margin-bottom: 25px;
    display: block;
    color: red;
}
.form-group.mb-0 .error {
    margin: 0 !important;
}
.form-group.has-error select {
    border-color: red;
}

@media (min-width:576px) {
    .custom_modal .modal-dialog {
        max-width:625px;
        margin:1.75rem auto
    }
}
@media (max-width:576px) {
    .modal-dialog {
        margin-left:0!important;
        margin-right:0!important
    }
    .modal-body,
    .modal-footer,
    .modal-header {
        padding-left:15px!important;
        padding-right:15px!important
    }
}
.custom_modal {
    max-width: 1000px;
}
.custom_modal .modal-header {
    border-bottom:none;
    padding:15px 25px 15px 45px
}
.custom_modal .modal-body {
    padding:0 45px
}
.custom_modal .modal-footer {
    border-top:none;
    padding:15px 45px
}
.custom_modal--header {
    color:#4b4545;
    font-size:30px;
    font-weight:700;
    margin-bottom:10px
}
.custom_modal--description {
    color:#4b4545;
    font-size:18px;
    font-weight:400;
    margin-bottom:45px
}
.custom_modal--description--link,
.custom_modal--description--link:hover {
    display:inline-block;
    font-weight:700;
    color:#4b4545
}
.custom_modal .close {
    opacity:1
}

.infoImage--img {
    width: 100%;
    margin: 15px auto;
    display: block;
}
.btn-save {
    color:#000;
    width:190px;
    height:46px;
    background: none;
    border:1px solid #A39662;
    border-radius:30px;
    line-height: 32px;
}
.btn-save:hover {
    color:#fff;
    background: #A39662;
    border:1px solid #A39662;
}
.btn-next {
    color:#000;
    text-decoration: none;
}
.btn-next:hover {
    color:#000;
    text-decoration: none;
}


@media (max-width: 992px) {
    .btn-save {
        width:105px;
        height:40px;
        border-radius:25px;
        font-size: 14px;
        padding: 6px;
        line-height: 26px;
    }
    .btn-next {
        font-size: 14px;
        padding: 6px;
    }

    .smetaTable {
        font-size: 14px;
    }
}

.requests section table tbody tr td:first-child {
    border-left: 1px solid;
}

.formGroup {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 16px);
}
.requests section table {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.datepickers-container { display: none; }


.btn-register-general-edu {
    margin: 45px auto 30px;
}