.donate-link {
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}

.donate-link:hover {
    text-decoration: none;
    color: #fff;
}

.header-lang-place {
    height: 100%;
    float: left;
    margin-left: 10px;
}

.header-lang-menu {
    list-style: none;
}

.header-lang-item {
    margin: -3px 0px 5px 0px;
}

.lang-link {
    text-decoration: none;
    text-transform: capitalize;
    color: #494949;
    font-size: 12px;
}

.lang-active {
    color: #96B702;
}

.lang-link:last-child {
    margin-right: 0px;
}

.lang-link:hover {
    text-decoration: none;
    color: #96B702;
}

.lang-active:hover {
    text-decoration: none;
    color: #96B702;
}

.open-menu-btn {
    position: absolute;
    display: none;
    left: 0px;
    bottom: 6px;
    width: 30px;
    height: 30px;
    background-color: #96B702;
    border: none;
    outline: none;
    cursor: pointer;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}

.burger-item {
    display: block;
    position: absolute;
    height: 3px;
    width: 20px;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.burger-item:nth-child(1) {
    top: 8px;
}

.burger-item:nth-child(2) {
    top: 14px;
}

.burger-item:nth-child(3) {
    top: 20px;
}

.open-menu-btn.open .burger-item:nth-child(1) {
    top: 14px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.open-menu-btn.open .burger-item:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.open-menu-btn.open .burger-item:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.header-mobile-menu-place {
    position: absolute;
    top: 100%;
    left: 0%;
    display: none;
    width: 100%;
    height: 0px;
    background-color: #fff;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    overflow: hidden;
}

.header-mobile-menu-place.open {
    height: 220px;
}

.header-mobile-menu {
    text-align: center;
    list-style: none;
}

.mobile-menu-item {
    display: block;
    line-height: 20px;
    margin: 10px 0px;
}

.header-mobile-link {
    text-decoration: none;
    color: #494949;
    font-size: 16px;
}

.header-mobile-link:hover {
    text-decoration: none;
    color: #005101;
}
/* end header style */
/* end header style */



/* start content */
/* start content */
.all-content {
    width: 1920px;
    margin: 80px auto 0px;
    overflow: hidden;
}

/* start big slider */
/* start big slider */
.slider-place {
    width: 100%;
    max-height: 700px;
    height: auto;
}

.item {
    position: relative;
    height: 700px;
    overflow: hidden;
    z-index: 0;
}

.video {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0%;
    right: 0%;
    left: 0%;
    margin: 0px auto;
    object-fit: none;
}

.owl-carousel .owl-dots.disabled {
    display: block;
}

.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel {
    position: relative;
    z-index: 0;
}

.owl-nav {
    display: none;
}

.owl-dots {
    position: absolute;
    bottom: 25px;
    left: 0px;
    width: 100%;
    height: 20px;
    text-align: center;
    z-index: 20;
}

.owl-dot {
    display: inline-block;
    width: 20px;
    height: 3px;
    margin: 0px 5px 5px 5px;
    border-radius: 50px;
    background: #F4F4F4 !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transform: matrix(1, 0, 0, -1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    -moz-transform: matrix(1, 0, 0, -1, 0, 0);
    -ms-transform: matrix(1, 0, 0, -1, 0, 0);
    -o-transform: matrix(1, 0, 0, -1, 0, 0);
}

.owl-dot:focus {
    outline: none;
}

.owl-dots .active {
    width: 40px;
    background-color: #96B702 !important;
}

.owl-partners-carousel .owl-dots.disabled {
    display: block;
}

.owl-partners-carousel .owl-nav.disabled {
    display: none;
}

.owl-partners-carousel {
    position: relative;
    height: 100%;
    z-index: 0;
}

/* end big slider */
/* end big slider */

/* start areas of activities place */
/* start areas of activities place */
.areas-activities-place {
    width: 1380px;
    margin: 20px auto;
}

.areas-activities-title {
    position: relative;
    margin-bottom: 20px;
    color: #005101;
    font-size: 30px;
    z-index: 0;
}

.areas-activities-title::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 80px;
    height: 1px;
    background-color: #005101;
    z-index: 1;
}

.horizontal-section-activities-text-place {
    width: 1100px;
    height: 380px;
    float: left;
    margin-top: 17px;
    overflow-x: hidden;
    overflow-y: auto;
}

/* top */
.areas-activities-top-place {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

.areas-activities-top-child {
    width: 670px;
    height: 325px;
    float: left;
    margin-right: 40px;
}

.areas-activities-top-child:last-child {
    margin-right: 0px;
}

.areas-activities-top-img-place {
    width: 324px;
    height: 300px;
    float: left;
}

.areas-activities-top-info-place {
    position: relative;
    width: 324px;
    height: 300px;
    float: left;
    padding: 40px 30px 30px 30px;
    background-color: #96B702;
    box-sizing: border-box;
    z-index: 0;
}

.areas-activities-top-info-decor {
    position: absolute;
    top: 90px;
    right: -16px;
    width: 220px;
    height: 220px;
    border: 3px solid #96B702;
    z-index: -1;
}

.areas-activities-top-title {
    position: relative;
    margin-bottom: 20px;
    max-height: 50px;
    color: #fff;
    font-size: 20px;
    overflow: hidden;
    z-index: 0;
}

.areas-activities-top-title::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 34px;
    height: 1px;
    background-color: #fff;
    z-index: 1;
}

.areas-activities-top-text {
    max-height: 100px;
    line-height: 20px;
    font-size: 20px;
    color: #fff;
    overflow: hidden;
}

.areas-activities-top-link-place {
    position: absolute;
    left: 30px;
    bottom: 30px;
    max-width: 120px;
    height: 30px;
    padding: 0px 14px;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 2;
}

.top-link-learn-more {
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    color: #8F8F8F;
    font-size: 12px;
}

.top-link-learn-more:hover {
    text-decoration: none;
    color: #8F8F8F;
}

/* top */

/* middle */
.areas-activities-middle-place {
    position: relative;
    width: 100%;
    min-height: 480px;
    margin: 50px auto;
    z-index: 0;
}

.middle-decor-left {
    position: absolute;
    left: -35px;
    bottom: 0px;
    width: 115px;
    height: 115px;
    z-index: -3;
}

.middle-decor-right {
    position: absolute;
    right: -35px;
    bottom: 0px;
    width: 115px;
    height: 115px;
    z-index: -3;
}

.areas-activities-middle-place-child {
    width: 400px;
    height: 430px;
    float: left;
    margin-right: 90px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.areas-activities-middle-place-child:nth-child(3n) {
    margin-right: 0px;
}

.areas-activities-middle-place-child:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.areas-activities-middle-place-child:hover .areas-activities-middle-child-info-title {
    color: #96B702;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.areas-activities-middle-place-child:hover .middle-child-arrow-place {
    background-color: #96B702;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.areas-activities-middle-place-child:hover .arrow-img-black {
    display: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.areas-activities-middle-place-child:hover .arrow-img-white {
    display: inline-block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.areas-activities-middle-place-child a {
    text-decoration: none;
}

.areas-activities-middle-child-img-place {
    width: 100%;
    height: 290px;
}

.areas-activities-middle-child-info-place {
    position: relative;
    width: 100%;
    height: 140px;
    padding: 15px 20px 20px 20px;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 0;
}

.areas-activities-middle-child-info-title {
    max-width: 280px;
    height: 40px;
    line-height: 20px;
    font-size: 16px;
    color: #494949;
    overflow: hidden;
}

.middle-child-arrow-place {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #E5E5E5;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.arrow-img-black {
    display: inline-block;
    width: 13px;
    height: 11px;
    margin-top: 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.arrow-img-white {
    display: none;
    width: 13px;
    height: 11px;
    margin-top: 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.middle-see-all-link-place {
    width: 100%;
    height: 50px;
    float: left;
    margin-top: 60px;
    text-align: center;
}

.see-all-link {
    display: inline-block;
    min-width: 140px;
    height: 100%;
    line-height: 50px;
    padding: 0px 15px;
    text-decoration: none;
    text-align: center;
    color: #005101;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #005101;
    box-sizing: border-box;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.see-all-link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #005101;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

/* middle */
/* end areas of activities place */
/* end areas of activities place */


/* start partners place */
/* start partners place */
.partners-place {
    width: 100%;
    height: 200px;
    float: left;
    margin: 50px 0px;
}

.partners-title {
    margin-bottom: 40px;
    text-align: center;
    color: #005101;
    font-size: 30px;
}

.partners-title span {
    position: relative;
    z-index: 0;
}

.partners-title span::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 80px;
    height: 1px;
    background-color: #005101;
    z-index: 1;
}

.partners-slider-place {
    width: 100%;
    height: 160px;
}

.owl-partners-carousel .owl-item .inner-item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.owl-partners-carousel .owl-item .inner-item:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

/* end partners place */
/* end partners place */



/* start about us page */
/* start about us page */
.pages-bg-place {
    position: relative;
    width: 100%;
    height: 465px;
    max-height: 465px;
    z-index: 0;
}

.pages-bg-under {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -5;
}

.pages-bg-over {
    position: absolute;
    display: table;
    table-layout: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
}

.pages-bg-over-child {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.pages-bg-over-title {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 40px;
    color: #fff;
    z-index: 0;
}

.pages-bg-over-title::before {
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    bottom: -25px;
    width: 80px;
    height: 1px;
    margin: auto;
    background-color: #fff;
    z-index: 1;
}

.pages-bg-over-text {
    margin-top: 30px;
    text-align: center;
    font-size: 50px;
    font-weight: normal;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.5);
}

/*  */

.horizontal-section-place {
    position: relative;
    width: 100%;
    min-height: 495px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
    z-index: 0;
}

.horizontal-section-slider {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.horizontal-section-child {
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 490px;
    z-index: 0;
}

.horizontal-section-child-under-bg-place {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.horizontal-section-child-over-bgColor-place {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 5;
}

.horizontal-section-child-center {
    position: relative;
    width: 1380px;
    margin: 0px auto;
    padding-top: 55px;
    box-sizing: border-box;
    overflow: hidden;
}

.new-block .horizontal-section-child-center {
    padding-top: 5px;
}

.new-block .horizontal-section-child {
    min-height: 270px;
}

.horizontal-section-title-place {
    width: calc(100% - 280px);
    height: 50px;
    float: left;
    padding-top: 5px;
    box-sizing: border-box;
}

.horizontal-section-title {
    position: relative;
    float: left;
    padding-bottom: 17px;
    color: #494949;
    font-size: 30px;
    line-height: 20px;
    letter-spacing: 0.05em;
    z-index: 0;
}

.horizontal-section-title::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 53px;
    height: 1px;
    background-color: #494949;
}

.horizontal-section-text-place {
    width: calc(100% - 280px);
    height: 370px;
    float: left;
    margin-top: 17px;
    overflow-x: hidden;
    overflow-y: auto;
}

.horizontal-section-text-place p {
    max-width: 100%;
    max-height: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #494949;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
}

.horizontal-section-text {
    max-width: 100%;
    max-height: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #494949;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
}

.horizontal-section-menu-place {
    width: 265px;
    float: right;
    margin-top: 17px;
}

.horizontal-section-menu {
    width: 100%;
    list-style: none;
}

.horizontal-section-menu-item {
    position: relative;
    margin-bottom: 20px;
    padding-right: 26px;
    box-sizing: border-box;
    z-index: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.horizontal-section-menu-item:hover::before {
    background-color: #005101;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.horizontal-section-menu-item:hover .horizontal-section-link {
    color: #005101;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.horizontal-section-menu-item::before {
    position: absolute;
    content: '';
    top: 3px;
    right: 0px;
    width: 12px;
    height: 12px;
    background-color: #494949;
    z-index: 1;
}

.menu-item-active::before {
    background-color: #005101;
}

.horizontal-section-link {
    text-decoration: none;
    color: #494949;
    font-size: 14px;
    text-align: right;
    letter-spacing: 0.05em;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.item-link-active {
    color: #005101;
}

.horizontal-section-docs-place {
    width: 100%;
    padding-top: 40px;
    box-sizing: border-box;
    overflow: hidden;
}

.horizontal-section-docs-items-place {
    width: 125px;
    height: 100px;
    float: left;
    margin: 0px 30px 30px 0px;
    overflow: hidden;
}

.horizontal-section-docs-icon-place {
    width: 37px;
    height: 51px;
    margin: 0px auto;
}

.docs-link {
    text-decoration: none;
}

.horizontal-section-docs-name {
    margin: 5px 0px 0px 0px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #494949;
}

/* custom select */
/*the container must be positioned relative:*/
.custom-select-alliance {
    position: relative;
    min-width: 140px;
    width: auto;
    height: 40px;
    float: left;
    margin: -3px 0px 0px 70px;
    background-color: transparent;
    border: 1px solid #96B702;
}

.custom-select-alliance select {
    display: none;
    /*hide original SELECT element:*/
}

.createLinkAlliances {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #494949;
    padding: 5px 8px;
    cursor: pointer;
    user-select: none;
}

#select_alliance_filter {
    display: none;
}


.custom-select-activities {
    position: relative;
    min-width: 140px;
    width: auto;
    height: 40px;
    float: left;
    margin: -3px 0px 0px 70px;
    background-color: transparent;
    border: 1px solid #96B702;
}

.custom-select-activities select {
    display: none;
    /*hide original SELECT element:*/
}

.createLinkActivities {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #494949;
    padding: 5px 8px;
    cursor: pointer;
    user-select: none;
}


.custom-select-media-videos {
    position: relative;
    min-width: 140px;
    width: auto;
    height: 40px;
    float: left;
    margin: -3px 0px 0px 70px;
    background-color: transparent;
    border: 1px solid #96B702;
}

.custom-select-media-videos select {
    display: none;
    /*hide original SELECT element:*/
}

.createLinkMediaVideos {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #494949;
    padding: 5px 8px;
    cursor: pointer;
    user-select: none;
}

.custom-select-media-photos {
    position: relative;
    min-width: 140px;
    width: auto;
    height: 40px;
    float: left;
    margin: -3px 0px 0px 70px;
    background-color: transparent;
    border: 1px solid #96B702;
}

.custom-select-media-photos select {
    display: none;
    /*hide original SELECT element:*/
}

.createLinkMediaPhotos {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #494949;
    padding: 5px 8px;
    cursor: pointer;
    user-select: none;
}

.custom-select-media {
    position: relative;
    min-width: 140px;
    width: auto;
    height: 40px;
    float: left;
    margin: -3px 0px 0px 70px;
    background-color: transparent;
    border: 1px solid #96B702;
}

.custom-select-media select {
    display: none;
    /*hide original SELECT element:*/
}

.createLinkMedia {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #494949;
    padding: 5px 8px;
    cursor: pointer;
    user-select: none;
}

.custom-select {
    position: relative;
    min-width: 140px;
    width: auto;
    height: 40px;
    float: left;
    margin: -3px 0px 0px 70px;
    background-color: transparent;
    border: 1px solid #96B702;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: transparent;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 19px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #494949 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #494949 transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    line-height: 40px;
    padding: 0px 8px;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #494949;
    cursor: pointer;
    user-select: none;
}

.createLink {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #494949;
    padding: 5px 8px;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    top: 105%;
    left: 0;
    right: 0;
    width: 117px;
    max-height: 153px;
    margin: auto;
    background: #FCFBF5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    overflow-y: auto;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

/* custom select */


.coordinator-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #005101;
}

.coordinator-info-text {
    margin-bottom: 5px !important;
    font-size: 14px;
    line-height: 15px !important;
    letter-spacing: 0.05em;
    color: #494949;
}

.cochairs-place {
    width: 1322px;
    margin: 0px auto;
    overflow: hidden;
}

.cochairs-title {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #005101;
}

.cochairs-blocks-place {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.cochairs-block {
    width: 33%;
    float: left;
    margin-bottom: 30px;
    padding: 0px 23px 0px 0px;
    box-sizing: border-box;
}

.cochairs-block:nth-child(2n) {
    padding: 0px 23px 0px 23px;
    border-left: 1px solid #005101;
    border-right: 1px solid #005101;
}

.cochairs-block:nth-child(3n) {
    padding: 0px 0px 0px 23px;
}

.cochairs-img-place {
    width: 100%;
    max-height: 70px;
    min-height: 70px;
    margin-bottom: 10px;
}

.cochairs-img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.cochairs-block-text {
    margin-bottom: 5px !important;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #000;
}

.cochairs-block-text:nth-of-type(1) {
    margin-bottom: 15px !important;
}

.horizontal-section-strategy-text-place {
    width: 100%;
    height: 50%;
    padding: 10px 10px 10px 0px;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.horizontal-section-strategy-docs-place {
    width: 100%;
    height: 50%;
    padding-top: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

/* end about us page */
/* end about us page */



/* start contact us page */
/* start contact us page */
.contact-us-center {
    width: 1380px;
    margin: 0px auto;
    padding-top: 40px;
    box-sizing: border-box;
    overflow: hidden;
}

.contact-us-center-child {
    width: 520px;
    float: left;
}

.contact-us-center-child:last-child {
    width: 680px;
    float: right;
    overflow: hidden;
}

.contact-info-place {
    width: 100%;
    margin-bottom: 25px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.contact-info-place p {
    white-space: normal;
}

.contact-coordinator-name {
    font-family: 'Mardoto-Regular';
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #005101;
}

.contact-coordinator-text {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #000;
}

.contact-info-text {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #000;
}

.contact-info-text span {
    margin-left: 5px;
    color: #005101;
}

.contact-soc-place {
    width: 100%;
    overflow: hidden;
}

.contact-soc-icon-place {
    height: 26px;
    float: left;
    margin: 0px 10px 10px 0px;
}

.fa-contact {
    font-size: 26px;
    color: #96b706;
}

.soc-icon {
    height: 100%;
    object-fit: cover;
}

.form-inp-parent-place {
    width: 100%;
    overflow: hidden;
}

.form-inp-place {
    width: 200px;
    float: left;
    margin: 0px 40px 25px 0px;
}

.form-inp-place:nth-child(3n) {
    margin: 0px 0px 25px 0px;
}

.forn-label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #000;
    cursor: pointer;
}

.form-inp {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #8F8F8F;
    border: 1px solid #96B706;
    outline: none;
    box-sizing: border-box;
}

.form-inp::placeholder {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #8F8F8F;
}

.form-textarea-place {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.form-textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 160px;
    max-height: 160px;
    resize: none;
    padding: 10px 0px 0px 10px;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #8F8F8F;
    border: 1px solid #96B706;
    outline: none;
    box-sizing: border-box;
}

.form-textarea::placeholder {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #8F8F8F;
}

.form-error-text {
    margin-top: 10px;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    color: red;
}

.message-send-btn {
    display: block;
    min-width: 186px;
    height: 50px;
    float: right;
    padding: 0px 10px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    outline: none;
    background-color: #005101;
    box-sizing: border-box;
    cursor: pointer;
}

/* end contact us page */
/* end contact us page */



/* start members page */
/* start members page */
.members-section-top {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.members-section-logo-place {
    width: 218px;
    height: 105px;
    margin: 0px auto;
}

.members-section-text {
    padding: 0px 5px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #000;
    box-sizing: border-box;
    white-space: normal;
}

.members-logos-place {
    width: 1322px;
    margin: 30px auto 0px;
    overflow: hidden;
}

.members-logo-block {
    display: table;
    table-layout: fixed;
    width: 187px;
    height: 103px;
    float: left;
    margin: 0px 40px 30px 0px;
}

.members-logo-block:nth-child(6n) {
    margin: 0px 0px 30px 0px;
}

.members-link {
    display: table-cell;
    vertical-align: middle;
}

.member-img {
    width: 100%;
    max-height: 164px;
    object-fit: contain;
    object-position: center;
}

/* end members page */
/* end members page */



/* start activities page */
/* start activities page */
.activities-projects-place {
    width: 1198px;
    /* height: 440px; */
    height: auto;
    float: left;
    padding: 4px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}

.horizontal-section-activities-menu-place {
    width: 182px;
    float: right;
}

.activities-project-block {
    width: 374px;
    height: 346px;
    float: left;
    margin: 0px 28px 28px 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.activities-project-block:nth-child(3n) {
    margin: 0px 0px 28px 0px;
}

.activities-project-block:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.activities-project-block:hover .areas-activities-middle-child-info-title {
    color: #96B702;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.activities-project-block:hover .middle-child-arrow-place {
    background-color: #96B702;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.activities-project-block:hover .arrow-img-black {
    display: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.activities-project-block:hover .arrow-img-white {
    display: inline-block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.activities-project-block a {
    text-decoration: none;
}

.areas-activities-img-place {
    width: 100%;
    height: 216px;
}

.areas-activities-info-place {
    position: relative;
    width: 100%;
    height: 130px;
    padding: 10px 15px 15px 15px;
    background-color: #fff;
    box-sizing: border-box;
    white-space: normal;
    z-index: 0;
}

#select_year {
    display: none;
}
/* end activities page */
/* end activities page */



/* start media page */
/* start media page */
.horizontal-section-news-place {
    width: calc(100% - 265px);
    /* height: 380px; */
    height: auto;
    float: left;
    margin-top: 17px;
    overflow: hidden;
}

.horizontal-section-news-blocks-place {
    width: 1060px;
    /* height: 336px; */
    height: auto;
    padding: 5px 0px 5px 5px;
    overflow: hidden;
    box-sizing: border-box;
}

.horizontal-section-news-block {
    width: 163px;
    height: 150px;
    float: left;
    margin: 0px 13px 13px 0px;
}

.horizontal-section-news-block:nth-child(6n) {
    margin: 0px 0px 13px 0px;
}

.horizontal-section-news-block:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.horizontal-section-news-block:hover .areas-media-middle-child-info-title {
    color: #96B702;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.horizontal-section-news-block:hover .middle-media-child-arrow-place {
    background-color: #96B702;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.horizontal-section-news-block:hover .arrow-img-black-small {
    display: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.horizontal-section-news-block:hover .arrow-img-white-small {
    display: block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.horizontal-section-news-block a {
    text-decoration: none;
}

.areas-media-img-place {
    width: 100%;
    height: 94px;
}

.areas-media-info-place {
    position: relative;
    width: 100%;
    height: 56px;
    padding: 10px;
    background-color: #fff;
    box-sizing: border-box;
    white-space: normal;
    z-index: 0;
}

.areas-media-middle-child-info-title {
    max-width: 130px;
    height: 29px;
    line-height: 14px;
    font-size: 12px;
    color: #494949;
    overflow: hidden;
}

.middle-media-child-arrow-place {
    position: absolute;
    left: 10px;
    bottom: 3px;
    width: 12px;
    height: 12px;
    text-align: center;
    background-color: #E5E5E5;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.arrow-img-black-small {
    display: block;
    width: 5px;
    height: 4px;
    margin: 4px auto 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.arrow-img-white-small {
    display: none;
    width: 5px;
    height: 4px;
    margin: 4px auto 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.horizontal-section-image-albums-place {
    width: 1040px;
    height: auto;
    padding: 5px 0px 5px 5px;
    overflow: hidden;
    box-sizing: border-box;
}

.horizontal-section-image-album-block {
    width: 157px;
    height: 110px;
    float: left;
    margin: 0px 16px 36px 0px;
}

.horizontal-section-image-album-block:nth-child(6n) {
    margin: 0px 0px 36px 0px;
}

.horizontal-section-image-album-block:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.horizontal-section-image-album-block a {
    text-decoration: none;
}

.horizontal-section-image-block {
    width: 100%;
    height: 94px;
}

.horizontal-section-image-alnum-date {
    height: 23px;
    line-height: 23px;
    padding: 0px 2px;
    text-align: center;
    color: #494949;
    font-size: 12px;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}


#select_year_news {
    display: none;
}

#select_year_albums {
    display: none;
}

#select_year_videos {
    display: none;
}
/* end media page */
/* end media page */



/* start news single page */
/* start news single page */
.news-single-content-place {
    width: 100%;
    padding-top: 45px;
    box-sizing: border-box;
}

.news-single-content-center {
    width: 1380px;
    margin: 0px auto;
}

.news-single-page-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #494949;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.05em;
    z-index: 0;
}

.news-single-page-title::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 80px;
    height: 1px;
    background-color: #494949;
}

.news-single-text-image-place {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

.news-single-post-title {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
    color: #005101;
}

.news-single-post-text-place {
    width: calc(100% - 560px);
    height: 416px;
    float: left;
    margin-right: 10px;
    padding-right: 30px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}

.news-single-post-big-image-place {
    width: 550px;
    height: 333px;
    float: left;
}

.news-single-post-big-image-place p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

.news-single-post-text {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

.news-single-slide-images-place {
    width: 100%;
    margin: 20px auto 0px;
    float: left;
    overflow: hidden;
}

.news-single-slide-videos-place {
    width: 100%;
    margin: 0px auto;
    float: left;
    overflow: hidden;
}

.news-single-slide-block {
    width: 157px;
    height: 95px;
    float: left;
    margin: 0px 16px 16px 0px;
}

.news-single-slide-block:nth-child(8n) {
    margin: 0px 0px 16px 0px;
}

.news-single-slide-block:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-single-slide-block a {
    text-decoration: none;
}

.news-single-slide-video-block {
    width: 157px;
    height: 95px;
    float: left;
    margin: 0px 16px 30px 0px;
}

.news-single-slide-video-block:nth-child(6n) {
    margin: 0px 0px 30px 0px;
}

.news-single-slide-video-block:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-single-slide-video-block a {
    text-decoration: none;
}

.news-single-logo-text-place {
    width: 100%;
    margin: 35px 0px;
    overflow: hidden;
}

.news-single-logo-place {
    width: 90px;
    height: 75px;
    margin: 0px auto;
}

.news-single-logo-text {
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #494949;
}

/* end news single page */
/* end news single page */



/* start member single page */
/* start member single page */
.member-single-page-center {
    width: 1380px;
    height: calc(100vh - 210px);
    margin: 0px auto;
    padding: 20px 0px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}

.member-single-page-title {
    position: relative;
    padding-bottom: 10px;
    color: #494949;
    font-size: 30px;
    line-height: 20px;
    letter-spacing: 0.05em;
    z-index: 0;
}

.member-single-page-title::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 53px;
    height: 1px;
    background-color: #494949;
}

.member-single-page-logo-place {
    width: 190px;
    height: auto;
    max-height: 164px;
    margin: 20px 0px;
}

.member-single-page-logo-place p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.member-single-page-text {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.member-single-link {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
/* end member single page */
/* end member single page */



/* start donate page */
/* start donate page */
.amount-inp {
    display: none;
}

.hidden-inp {
    display: none;
}

.horizontal-section-child-center-donate {
    width: 1380px;
    height: 450px;
    margin: 0px auto;
    padding-top: 20px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}

.donate-slide-section-paginate-place {
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.donate-slide-btn {
    width: 20px;
    height: 20px;
    margin: 0px 3px;
    color: #494949;
    font-size: 14px;
    background-color: #C4C4C4;
    border: none;
    outline: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    cursor: pointer;
}

.donate-slide-btn:hover {
    color: #fff;
    background-color: #96B706;
}

.donate-slide-btn-active {
    color: #fff;
    background-color: #96B706;
}

.donate-amount-text {
    margin: 15px 0px;
    text-align: center;
    font-size: 20px;
    color: #494949;
}

.donate-choose-amount-place {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.amount-place {
    display: none;
}

.amount-place:first-child {
    display: block;
}

.donate-choose-amount-btn-place {
    display: inline-block;
    min-width: 80px;
    height: 50px;
    line-height: 50px;
    margin: 0px 10px 10px 0px;
    padding: 0px 10px;
    text-align: center;
    border: 1px solid #96b706;
    box-sizing: border-box;
    cursor: pointer;
}

.donate-choose-amount-btn-place:last-child {
    min-width: 186px;
    margin: 0px 0px 10px 0px;
}

.donate-choose-amount-btn-place:hover {
    background-color: #96b706;
}

.donate-choose-amount-btn-place:hover .currency-val {
    color: #fff;
}

.donate-choose-amount-btn-place:hover .amount-other {
    color: #fff;
}

.donate-choose-amount-btn-place-active {
    background-color: #96b706;
}

.donate-choose-amount-btn-place-active .currency-val {
    color: #fff;
}

.donate-choose-amount-btn-place-active .amount-other {
    color: #fff;
}

.currency-val {
    font-size: 22px;
    color: #96B702;
}

.amount-other {
    font-size: 22px;
    color: #96B702;
}

.amount-btn-active {
    background-color: #96b706;
}

.currency-val-active {
    color: #fff;
}

.other-input-place {
    display: none;
}

.other-amount {
    width: 230px;
    height: 50px;
    padding-left: 10px;
    font-size: 22px;
    color: #96B706;
    border: 1px solid #96B706;
    outline: none;
    box-sizing: border-box;
}

.currency-place {
    width: 100%;
    min-height: 70px;
    text-align: center;
}

.donate-choose-currency-btn-place {
    display: inline-block;
    min-width: 80px;
    height: 50px;
    line-height: 50px;
    margin: 0px 10px 10px 0px;
    padding: 0px 10px;
    text-align: center;
    border: 1px solid #96b706;
    box-sizing: border-box;
    cursor: pointer;
}

.donate-choose-currency-btn-place:last-child {
    margin: 0px 0px 10px 0px;
}

.donate-choose-currency-btn-place span {
    font-size: 22px;
    color: #96B702;
    text-transform: uppercase;
}

.donate-choose-currency-btn-place:hover {
    background-color: #96b706;
}

.donate-choose-currency-btn-place:hover span {
    color: #fff;
}

.choose-currency-active {
    background-color: #96b706;
}

.choose-currency-active span {
    color: #fff;
}

.next-btn {
    display: block;
    width: 150px;
    height: 50px;
    margin: 10px auto 0px;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    background: #005101;
    border: none;
    outline: none;
    cursor: pointer;
}

.donate-error-text {
    margin-top: 10px;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    color: red;
}

.donateform-inp-place {
    width: 1380px;
    margin: 0px auto;
    overflow: hidden;
}

.donateform-inp-place-child {
    width: 50%;
    float: left;
}

.donateform-inp-item-place {
    width: 100%;
    margin-bottom: 20px;
}

.donateform-label {
    display: block;
    min-width: 140px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-right: 10px;
    text-align: right;
    font-size: 20px;
    color: #494949;
}

.donateform-inp {
    width: 350px;
    height: 40px;
    padding-left: 10px;
    font-size: 20px;
    color: #494949;
    border: 1px solid #96B706;
    outline: none;
    box-sizing: border-box;
}

.donate-form-last-section {
    width: 1380px;
    height: 300px;
    margin: 0px auto;

    background-repeat: no-repeat;
    background-size: contain;
}

/* end donate page */
/* end donate page */



/* start photos single page */
/* start photos single page */
.photos-place {
    width: 100%;
    min-height: calc(100vh - 516px);
    margin: 0px auto;
}

/* end photos single page */
/* end photos single page */


/* start videos single page */
/* start videos single page */
.iframe-slide {
    width: 560px;
    height: 315px;
}

.video-hide-block {
    display: none;
}
/* end videos single page */
/* end videos single page */


/* start search page */
/* start search page */
.search-content-place {
    width: 100%;
    min-height: calc(100vh - 210px);
    padding: 20px 0px;
    box-sizing: border-box;
}

.search-content-center {
    width: 1380px;
    height: auto;
    margin: 0px auto;
}

.search-content-blocks-parent {
    width: 100%;
    max-height: calc(100% - 300px);
    margin: 0px auto;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.search-content-blocks {
    width: 200px;
    height: 180px;
    float: left;
    margin: 0px 30px 30px 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.search-content-blocks:nth-child(6n) {
    margin: 0px 0px 30px 0px;
}

.search-content-blocks:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.search-content-blocks:hover .search-content-text {
    color: #96B702;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.search-content-blocks a {
    text-decoration: none;
}

.search-content-img-place {
    width: 100%;
    height: 140px;
}

.search-content-text-place {
    width: 100%;
    height: 40px;
}

.search-content-text {
    height: 100%;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    color: #494949;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


/* end search page */
/* end search page */

/* end content */
/* end content */



/* start footer */
/* start footer */
footer {
    position: relative;
    width: 100%;
    height: 130px;
    float: left;
    z-index: 0;
}

.footer-bg-place {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -10;
}

.footer-child {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
}

.footer-center {
    width: 1380px;
    height: 100%;
    margin: 0px auto;
}

.footer-center-blocks {
    width: 25%;
    height: 100%;
    padding: 15px 20px 0px 0px;
    float: left;
    box-sizing: border-box;
}

.footer-center-blocks:first-child {
    width: 50%;
}

.footer-logo-place {
    width: 70px;
    height: 50px;
    margin-bottom: 15px;
    padding: 5px 0px;
    background-color: #fff;
    box-sizing: border-box;
}

.copyright-text {
    line-height: 14px;
    color: #E5E5E5;
    font-size: 12px;
}

.footer-info-place {
    margin-bottom: 15px;
}

.footer-info-icon {
    display: block;
    float: left;
    margin-right: 15px;
}

.footer-info-text {
    line-height: 14px;
    color: #E5E5E5;
    font-size: 12px;
}

.footer-soc-text {
    max-width: 190px;
    line-height: 14px;
    margin-bottom: 15px;
    color: #E5E5E5;
    font-size: 12px;
}

.footer-soc-link-place {
    width: 22px;
    height: 22px;
    float: left;
    margin: 0px 20px 20px 0px;
}

.fa-footer {
    color: #fff;
    font-size: 22px;
}
/* end footer */
/* end footer */


/* pagination */
.pagination-parent {
    width: 100%;
    float: left;
}

.pagination {
    list-style: none;
    text-align: center;
}

.pagination li {
    display: inline-block;
    padding: 0px 5px;
    font-size: 20px;
}

.pagination li a {
    text-decoration: none;
    color: #96B702;
}
/* pagination */


/* start responsive */
/* start responsive */
@media(max-width: 1920px) {
    header {
        width: 100%;
    }

    .all-content {
        width: 100%;
    }
}

@media(max-width: 1390px) {
    .header-center {
        width: 98%;
    }

    .areas-activities-place {
        width: 98%;
    }

    .areas-activities-place {
        width: 98%;
    }

    .slider-place {
        max-height: 500px;
    }

    .item {
        height: 500px;
    }

    .areas-activities-top-place {
        width: 1200px;
    }

    .areas-activities-top-child {
        width: 590px;
        margin-right: 20px;
    }

    .areas-activities-top-img-place {
        width: 285px;
    }

    .areas-activities-top-info-place {
        width: 285px;
    }

    .areas-activities-middle-place {
        width: 1200px;
    }

    .areas-activities-middle-place-child {
        width: 386px;
        margin-right: 20px;
    }

    .footer-center {
        width: 98%;
    }

    .horizontal-section-child-center {
        width: 98%;
    }

    .activities-projects-place {
        width: 1018px;
    }

    .activities-project-block {
        width: 320px;
        height: 320px;
        margin: 0px 20px 20px 0px;
    }

    .activities-project-block:nth-child(3n) {
        margin: 0px 0px 20px 0px;
    }

    .areas-activities-img-place {
        height: 203px;
    }

    .areas-activities-info-place {
        height: 117px;
        padding: 10px;
    }

    .member-single-page-center {
        width: 98%;
    }

    .news-single-content-center {
        width: 98%;
    }

    .news-single-post-text-place {
        margin-bottom: 15px;
    }

    .news-single-slide-images-place {
        width: 1195px;
        float: none;
        clear: both;
    }

    .news-single-slide-block:nth-child(8n) {
        margin: 0px 16px 16px 0px;
    }

    .news-single-slide-block:nth-child(7n) {
        margin: 0px 0px 16px 0px;
    }

    .horizontal-section-child-center-donate {
        width: 98%;
    }

    .donateform-inp-place {
        width: 98%;
    }

    .search-content-center {
        width: 1120px;
    }

    .search-content-blocks {
        margin: 0px 20px 20px 0px;
    }

    .search-content-blocks:nth-child(6n) {
        margin: 0px 20px 20px 0px;
    }

    .search-content-blocks:nth-child(5n) {
        margin: 0px 0px 20px 0px;
    }

    .contact-us-center {
        width: 98%;
    }
}

@media(max-width: 1330px) {
    .members-logos-place {
        width: 1095px;
    }

    .members-logo-block:nth-child(6n) {
        margin: 0px 40px 30px 0px;
    }

    .members-logo-block:nth-child(5n) {
        margin: 0px 0px 30px 0px;
    }

    .cochairs-place {
        width: 98%;
    }
}

@media(max-width: 1290px) {
    #activities-two .horizontal-section-title-place {
        float: none;
    }

    .horizontal-section-activities-text-place {
        height: 350px;
        float: none;
        margin: 10px auto 0px;
    }
}

@media(max-width: 1270px) {
    .header-menu {
        margin-top: 16px;
    }

    .header-menu-link {
        font-size: 18px;
    }

    .middle-decor-left {
        display: none;
    }

    .middle-decor-right {
        display: none;
    }
}

@media(max-width: 1230px) {
    .horizontal-section-child-center {
        padding-top: 25px;
    }

    .activities-projects-place {
        /* height: 394px; */
        float: none;
        margin: 0px auto;
    }

    .horizontal-section-activities-menu-place {
        float: none;
        margin: 10px auto 0px;
    }

    .horizontal-section-menu {
        text-align: center;
    }

    .horizontal-section-menu-item {
        margin-bottom: 10px;
        padding-right: 0px;
    }

    .custom-select-activities {
        margin: 0px;
        float: right;
    }

    .horizontal-section-docs-place {
        padding-top: 20px;
    }

    .contact-us-center {
        padding-top: 20px;
    }

    .contact-us-center-child {
        float: none;
        margin: 10px auto 0px;
    }

    .contact-us-center-child:last-child {
        float: none;
        margin: 10px auto 0px;
        padding-bottom: 15px;
    }

    .horizontal-section-menu-place {
        float: none;
        margin: 10px auto 0px;
    }

    .horizontal-section-text-place {
        width: 100%;
        height: 250px;
    }

    .horizontal-section-title {
        padding-bottom: 10px;
        font-size: 24px;
    }

    .horizontal-section-title-place {
        width: 100%;
    }

    .custom-select {
        float: right;
        margin: 0px;
    }

    .custom-select-media {
        float: right;
        margin: 0px;
    }

    .custom-select-media-photos {
        float: right;
        margin: 0px;
    }

    .custom-select-media-videos {
        float: right;
        margin: 0px;
    }

    .horizontal-section-news-place {
        width: 100%;
    }

    .horizontal-section-news-blocks-place {
        margin: 0px auto;
    }

    .horizontal-section-image-albums-place {
        margin: 0px auto;
    }

    /* .horizontal-section-news-place {
        height: 300px;
    } */
}

@media(max-width: 1220px) {
    .areas-activities-title {
        text-align: center;
    }

    .areas-activities-title::before {
        right: 0;
        margin: auto;
    }

    .areas-activities-top-place {
        width: 590px;
    }

    .areas-activities-top-child {
        width: 100%;
        margin-right: 0px;
    }

    .areas-activities-middle-place {
        width: 792px;
        margin: 20px auto;
    }

    .areas-activities-middle-place-child {
        height: 416px;
        margin-bottom: 20px;
    }

    .areas-activities-middle-place-child:nth-child(2n) {
        margin-right: 0px;
    }

    .areas-activities-middle-place-child:nth-child(3n) {
        float: none;
        margin: 0px auto;
        clear: both;
    }

    .middle-see-all-link-place {
        margin-top: 20px;
    }

    .partners-place {
        margin: 20px 0px;
    }

    .partners-title {
        margin-bottom: 20px;
    }

    .partners-slider-place {
        height: 130px;
    }

    .news-single-slide-images-place {
        width: 1022px;
    }

    .news-single-slide-block:nth-child(7n) {
        margin: 0px 16px 16px 0px;
    }

    .news-single-slide-block:nth-child(6n) {
        margin: 0px 0px 16px 0px;
    }
}

@media(max-width: 1200px) {
    .header-logo-place {
        width: 76px;
        margin: 2px 15px 0px 0px;
    }

    .header-menu-place {
        width: calc(100% - 400px);
    }

    .header-menu {
        margin-top: 12px;
    }

    .header-manu-item {
        margin-right: 10px;
    }

    .pages-bg-place {
        height: 390px;
        max-height: 390px;
    }

    .news-single-post-text-place {
        width: calc(100% - 510px);
    }

    .news-single-post-big-image-place {
        width: 500px;
        height: 290px;
    }
}

@media(max-width: 1150px) {
    .header-menu {
        margin-top: 14px;
    }

    .header-menu-link {
        font-size: 16px;
    }
}

@media(max-width: 1140px) {
    .horizontal-section-activities-text-place {
        width: 98%;
    }

    .horizontal-section-docs-items-place {
        margin: 0px 20px 20px 0px;
    }

    .search-content-center {
        width: 890px;
    }

    .search-content-blocks:nth-child(5n) {
        margin: 0px 20px 20px 0px;
    }

    .search-content-blocks:nth-child(4n) {
        margin: 0px 0px 20px 0px;
    }
}

@media(max-width: 1100px) {
    .members-logos-place {
        width: 868px;
    }

    .members-logo-block:nth-child(5n) {
        margin: 0px 40px 30px 0px;
    }

    .members-logo-block:nth-child(4n) {
        margin: 0px 0px 30px 0px;
    }

    .donate-choose-currency-btn-place {
        min-width: 70px;
        height: 40px;
        line-height: 40px;
    }

    .donate-choose-currency-btn-place span {
        font-size: 18px;
    }

    .donate-choose-amount-btn-place {
        min-width: 70px;
        height: 40px;
        line-height: 40px;
    }

    .donate-choose-amount-btn-place:last-child {
        min-width: 150px;
    }

    .amount-other {
        font-size: 18px;
    }

    .currency-val {
        font-size: 18px;
    }

    .donateform-label {
        min-width: 110px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .donateform-inp {
        width: 290px;
        height: 30px;
        font-size: 16px;
    }

    .other-amount {
        width: 200px;
        height: 40px;
    }

    .next-btn {
        width: 130px;
        height: 40px;
        font-size: 18px;
    }
}

@media(max-width: 1080px) {
    .horizontal-section-news-blocks-place {
        width: 885px;
    }

    .horizontal-section-news-block:nth-child(6n) {
        margin: 0px 13px 13px 0px;
    }

    .horizontal-section-news-block:nth-child(5n) {
        margin: 0px 0px 13px 0px;
    }
}

@media(max-width: 1070px) {
    .header-site-name {
        margin-top: 16px;
        font-size: 18px;
    }

    .header-menu {
        margin-top: 17px;
    }

    .header-menu-link {
        font-size: 14px;
    }

    .pages-bg-place {
        height: 380px;
        max-height: 380px;
    }

    .pages-bg-over-title {
        line-height: 20px;
        font-size: 32px;
    }

    .pages-bg-over-title::before {
        bottom: -20px;
    }

    .pages-bg-over-text {
        font-size: 32px;
    }

    .member-single-page-title {
        font-size: 22px;
    }

    .news-single-page-title {
        font-size: 24px;
        line-height: 24px;
    }

    .horizontal-section-image-albums-place {
        width: 870px;
    }

    .news-single-slide-video-block:nth-child(6n) {
        margin: 0px 16px 30px 0px;
    }

    .news-single-slide-video-block:nth-child(5n) {
        margin: 0px 0px 30px 0px;
    }

    .horizontal-section-image-album-block:nth-child(6n) {
        margin: 0px 16px 36px 0px;
    }

    .horizontal-section-image-album-block:nth-child(5n) {
        margin: 0px 0px 36px 0px;
    }
}

@media(max-width: 1050px) {
    .activities-projects-place {
        width: 678px;
    }

    .activities-project-block:nth-child(3n) {
        margin: 0px 20px 20px 0px;
    }

    .activities-project-block:nth-child(2n) {
        margin: 0px 0px 20px 0px;
    }

    .news-single-slide-images-place {
        width: 849px;
    }

    .news-single-slide-block:nth-child(6n) {
        margin: 0px 16px 16px 0px;
    }

    .news-single-slide-block:nth-child(5n) {
        margin: 0px 0px 16px 0px;
    }
}

@media(max-width: 1040px) {
    .cochairs-block {
        width: 50%;
        padding: 0px 23px;
    }
}

@media(max-width: 992px) {
    header {
        height: 190px;
    }

    .header-logo-place {
        float: none;
        margin: 0px auto;
    }

    .header-menu-place {
        width: 100%;
        height: auto;
        float: none;
        margin: 5px auto;
        overflow: hidden;
    }

    .header-site-name {
        width: 100%;
        margin-top: 0px;
        text-align: center;
    }

    .header-menu {
        margin-top: 10px;
        text-align: center;
    }

    .header-manu-item {
        display: inline-block;
        float: none;
    }

    .header-center-right-side {
        position: relative;
        width: 100%;
        float: none;
        margin: 10px auto 0px;
        text-align: center;
    }

    .header-search-place {
        display: inline-block;
        width: 150px;
        line-height: normal;
        float: none;
        margin: 0px;
        margin-right: 10px;
    }

    .header-donate-link-place {
        display: inline-block;
        float: none;
    }

    .header-lang-place {
        display: inline-block;
        float: none;
        margin-top: -19px;
    }

    .header-lang-menu {
        position: absolute;
        top: 6px;
    }

    .all-content {
        margin-top: 190px;
    }

    .slider-place {
        max-height: 400px;
    }

    .item {
        height: 400px;
    }

    .areas-activities-title {
        font-size: 24px;
    }

    .see-all-link {
        min-width: 110px;
    }

    .partners-title {
        font-size: 24px;
    }

    .news-single-post-text-place {
        width: 100%;
        height: auto;
        max-height: 400px;
    }

    .news-single-post-big-image-place {
        float: none;
        clear: both;
        margin: 10px auto 0px;
    }
}

@media(max-width: 940px) {
    .donateform-inp-place-child {
        width: 100%;
        text-align: center;
    }

    .donateform-label {
        display: inline-block;
        float: none;
    }
}

@media(max-width: 910px) {
    .horizontal-section-news-blocks-place {
        width: 710px;
    }

    .horizontal-section-news-block:nth-child(6n) {
        margin: 0px 0px 13px 0px;
    }

    .horizontal-section-news-block:nth-child(5n) {
        margin: 0px 13px 13px 0px;
    }

    .horizontal-section-news-block:nth-child(4n) {
        margin: 0px 0px 13px 0px;
    }

    .search-content-center {
        width: 670px;
    }

    .search-content-blocks:nth-child(6n) {
        margin: 0px 0px 20px 0px;
    }

    .search-content-blocks:nth-child(4n) {
        margin: 0px 20px 20px 0px;
    }

    .search-content-blocks:nth-child(3n) {
        margin: 0px 0px 20px 0px;
    }
}

@media(max-width: 900px) {
    .horizontal-section-image-albums-place {
        width: 696px;
    }

    .news-single-slide-video-block:nth-child(5n) {
        margin: 0px 16px 30px 0px;
    }

    .news-single-slide-video-block:nth-child(4n) {
        margin: 0px 0px 30px 0px;
    }

    .horizontal-section-image-album-block:nth-child(5n) {
        margin: 0px 16px 36px 0px;
    }

    .horizontal-section-image-album-block:nth-child(4n) {
        margin: 0px 0px 36px 0px;
    }
}

@media(max-width: 880px) {
    .members-logos-place {
        width: 641px;
    }

    .members-logo-block:nth-child(6n) {
        margin: 0px 0px 30px 0px;
    }

    .members-logo-block:nth-child(4n) {
        margin: 0px 40px 30px 0px;
    }

    .members-logo-block:nth-child(3n) {
        margin: 0px 0px 30px 0px;
    }

    .cochairs-blocks-place {
        margin-top: 15px;
    }

    .cochairs-block {
        width: 48%;
    }

    .news-single-slide-images-place {
        width: 676px;
    }

    .news-single-slide-block:nth-child(8n) {
        margin: 0px 0px 16px 0px;
    }

    .news-single-slide-block:nth-child(5n) {
        margin: 0px 16px 16px 0px;
    }

    .news-single-slide-block:nth-child(4n) {
        margin: 0px 0px 16px 0px;
    }

    .news-single-page-title {
        font-size: 20px;
        line-height: 20px;
    }
}

@media(max-width: 810px) {
    .slider-place {
        max-height: 340px;
    }

    .item {
        height: 340px;
    }

    .areas-activities-middle-place {
        width: 386px;
    }

    .areas-activities-middle-place-child {
        width: 100%;
        margin-right: 0px;
    }

    footer {
        min-height: 260px;
        height: auto;
    }

    .footer-center-blocks {
        width: 100%;
        height: auto;
        padding: 10px 0px 0px 0px;
        text-align: center;
    }

    .footer-center-blocks:first-child {
        width: 100%;
    }

    .footer-logo-place {
        margin: 0px auto 15px;
    }

    .footer-info-place {
        margin-bottom: 4px;
    }

    .footer-info-icon {
        display: inline-block;
        float: none;
        margin-right: 0px;
    }

    .footer-soc-text {
        max-width: 100%;
        margin-bottom: 4px;
    }

    .footer-soc-link-place {
        display: inline-block;
        float: none;
        margin: 0px 2px;
    }
}

@media(max-width: 800px) {
    .pages-bg-place {
        height: 300px;
        max-height: 300px;
    }

    .pages-bg-over-title {
        font-size: 26px;
    }

    .pages-bg-over-title::before {
        bottom: -15px;
    }

    .pages-bg-over-text {
        font-size: 24px;
    }

    .select-items div,
    .select-selected {
        font-size: 12px;
    }
}

@media(max-width: 780px) {
    .cochairs-block:nth-child(2n) {
        border-left: none;
        border-right: none;
    }

    .cochairs-block {
        width: 100%;
        border-bottom: 1px solid #000;
    }
}

@media(max-width: 730px) {
    .horizontal-section-news-blocks-place {
        width: 535px;
    }

    .horizontal-section-news-block:nth-child(6n) {
        margin: 0px 0px 13px 0px;
    }

    .horizontal-section-news-block:nth-child(5n) {
        margin: 0px 13px 13px 0px;
    }

    .horizontal-section-news-block:nth-child(4n) {
        margin: 0px 13px 13px 0px;
    }

    .horizontal-section-news-block:nth-child(3n) {
        margin: 0px 0px 13px 0px;
    }
}

@media(max-width: 720px) {
    .horizontal-section-image-albums-place {
        width: 526px;
    }

    .news-single-slide-video-block:nth-child(4n) {
        margin: 0px 16px 30px 0px;
    }

    .news-single-slide-video-block:nth-child(3n) {
        margin: 0px 0px 30px 0px;
    }

    .horizontal-section-image-album-block:nth-child(4n) {
        margin: 0px 16px 36px 0px;
    }

    .horizontal-section-image-album-block:nth-child(3n) {
        margin: 0px 0px 36px 0px;
    }
}

@media(max-width: 710px) {
    .activities-projects-place {
        width: 340px;
    }

    .activities-project-block {
        margin: 0px 0px 20px 0px;
    }

    .activities-project-block:nth-child(3n) {
        margin: 0px 0px 20px 0px;
    }

    .activities-project-block:nth-child(2n) {
        margin: 0px 0px 20px 0px;
    }
}

@media(max-width: 700px) {
    .contact-us-center-child:last-child {
        width: 520px;
    }

    .form-inp-place {
        width: 250px;
        margin: 0px 20px 20px 0px;
    }

    .form-inp-place:nth-child(2n) {
        margin: 0px 0px 20px 0px;
    }

    .form-inp-place:nth-child(3n) {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }

    .horizontal-section-title {
        font-size: 18px;
    }

    .news-single-slide-images-place {
        width: 503px;
    }

    .news-single-slide-block:nth-child(8n) {
        margin: 0px 16px 16px 0px;
    }

    .news-single-slide-block:nth-child(6n) {
        margin: 0px 0px 16px 0px;
    }

    .news-single-slide-block:nth-child(4n) {
        margin: 0px 16px 16px 0px;
    }

    .news-single-slide-block:nth-child(3n) {
        margin: 0px 0px 16px 0px;
    }
}

@media(max-width: 690px) {
    .search-content-center {
        width: 450px;
    }

    .search-content-blocks:nth-child(6n) {
        margin: 0px 0px 20px 0px;
    }

    .search-content-blocks:nth-child(4n) {
        margin: 0px 0px 20px 0px;
    }

    .search-content-blocks:nth-child(3n) {
        margin: 0px 20px 20px 0px;
    }

    .search-content-blocks:nth-child(2n) {
        margin: 0px 0px 20px 0px;
    }
}

@media(max-width: 660px) {
    .members-logos-place {
        width: 414px;
    }

    .members-logo-block:nth-child(6n) {
        margin: 0px 0px 30px 0px;
    }

    .members-logo-block:nth-child(4n) {
        margin: 0px 0px 30px 0px;
    }

    .members-logo-block:nth-child(3n) {
        margin: 0px 40px 30px 0px;
    }

    .members-logo-block:nth-child(2n) {
        margin: 0px 0px 30px 0px;
    }
}

@media(max-width: 610px) {
    header {
        height: 140px;
    }

    .header-menu-place {
        display: none;
    }

    .open-menu-btn {
        display: block;
    }

    .header-mobile-menu-place {
        display: block;
    }

    .header-lang-menu {
        top: 15px;
    }

    .all-content {
        margin-top: 140px;
    }

    .slider-place {
        max-height: 270px;
    }

    .item {
        height: 270px;
    }

    .areas-activities-top-place {
        width: 300px;
        overflow: visible;
    }

    .areas-activities-top-img-place {
        width: 100%;
        height: 250px;
    }

    .areas-activities-top-info-place {
        width: 100%;
        height: 250px;
        margin-bottom: 20px;
        padding: 15px 10px 10px 10px;
    }

    .areas-activities-top-child {
        height: auto;
    }

    .areas-activities-top-link-place {
        left: 10px;
        bottom: 10px;
    }

    .areas-activities-top-info-decor {
        top: 155px;
        right: -6%;
        width: 110%;
        height: 100px;
    }
}

@media(max-width: 575px) {
    .cochairs-block {
        width: 100%;
    }

    .news-single-page-title {
        font-size: 16px;
        line-height: 16px;
    }
}

@media(max-width: 550px) {
    .horizontal-section-news-blocks-place {
        width: 358px;
    }

    .horizontal-section-news-block:nth-child(6n) {
        margin: 0px 0px 13px 0px;
    }

    .horizontal-section-news-block:nth-child(5n) {
        margin: 0px 13px 13px 0px;
    }

    .horizontal-section-news-block:nth-child(4n) {
        margin: 0px 0px 13px 0px;
    }

    .horizontal-section-news-block:nth-child(3n) {
        margin: 0px 13px 13px 0px;
    }

    .horizontal-section-news-block:nth-child(2n) {
        margin: 0px 0px 13px 0px;
    }
}

@media(max-width: 540px) {
    .contact-us-center-child {
        width: 98%;
    }

    .contact-us-center-child:last-child {
        width: 98%;
    }

    .form-inp-place {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }

    .form-inp-place:nth-child(2n) {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }

    .custom-select {
        min-width: 100px;
        max-width: 100px;
    }

    .select-items {
        width: 90%;
    }

    .horizontal-section-image-albums-place {
        width: 355px;
    }

    .news-single-slide-video-block:nth-child(4n) {
        margin: 0px 0px 30px 0px;
    }

    .news-single-slide-video-block:nth-child(3n) {
        margin: 0px 16px 30px 0px;
    }

    .news-single-slide-video-block:nth-child(2n) {
        margin: 0px 0px 30px 0px;
    }

    .horizontal-section-image-album-block:nth-child(4n) {
        margin: 0px 0px 36px 0px;
    }

    .horizontal-section-image-album-block:nth-child(3n) {
        margin: 0px 16px 36px 0px;
    }

    .horizontal-section-image-album-block:nth-child(2n) {
        margin: 0px 0px 36px 0px;
    }
}

@media(max-width: 530px) {
    .donate-choose-amount-btn-place:last-child {
        display: block;
        max-width: 150px;
        margin: 0px auto 10px;
    }
}

@media(max-width: 520px) {
    .news-single-slide-images-place {
        width: 330px;
    }

    .news-single-slide-block:nth-child(8n) {
        margin: 0px 0px 16px 0px;
    }

    .news-single-slide-block:nth-child(6n) {
        margin: 0px 0px 16px 0px;
    }

    .news-single-slide-block:nth-child(4n) {
        margin: 0px 0px 16px 0px;
    }

    .news-single-slide-block:nth-child(3n) {
        margin: 0px 16px 16px 0px;
    }

    .news-single-slide-block:nth-child(2n) {
        margin: 0px 0px 16px 0px;
    }

    .news-single-post-big-image-place {
        width: 100%;
        height: auto;
    }

    .news-single-post-big-image-place img {
        height: auto;
    }
}

@media(max-width: 500px) {
    .pages-bg-place {
        height: 230px;
        max-height: 230px;
    }

    .pages-bg-over-title {
        font-size:  20px;
    }

    .pages-bg-over-title::before {
        bottom: -10px;
    }

    .pages-bg-over-text {
        margin-top: 15px;
        font-size: 20px;
    }
}

@media(max-width: 480px) {
    .slider-place {
        max-height: 210px;
    }

    .item {
        height: 210px;
    }

    .member-single-page-title {
        font-size: 20px;
    }
}

@media(max-width: 470px) {
    .search-content-center {
        width: 230px;
    }

    .search-content-blocks:nth-child(6n) {
        margin: 0px 0px 20px 0px;
    }

    .search-content-blocks:nth-child(5n) {
        margin: 0px 0px 20px 0px;
    }

    .search-content-blocks:nth-child(4n) {
        margin: 0px 0px 20px 0px;
    }

    .search-content-blocks:nth-child(3n) {
        margin: 0px 0px 20px 0px;
    }

    .search-content-blocks:nth-child(2n) {
        margin: 0px 0px 20px 0px;
    }

    .search-content-blocks {
        margin: 0px 0px 20px 0px;
    }
}

@media(max-width: 460px) {
    .message-send-btn {
        float: none;
        margin: 0px auto;
    }
}

@media(max-width: 450px) {
    .donateform-label {
        min-width: 100px;
        font-size: 14px;
    }

    .donateform-inp {
        width: 200px;
    }

    .currency-place {
        min-height: 40px;
    }

    .donate-choose-currency-btn-place {
        height: 30px;
        line-height: 30px;
    }

    .donate-choose-currency-btn-place span {
        font-size: 16px;
    }

    .donate-choose-amount-btn-place {
        height: 30px;
        line-height: 30px;
    }

    .donate-choose-amount-btn-place:last-child {
        min-width: 120px;
        max-width: 120px;
    }

    .amount-other {
        font-size: 16px;
    }

    .other-amount {
        width: 170px;
        height: 30px;
    }

    .donateform-inp {
        font-size: 14px;
    }

    .next-btn {
        width: 100px;
        height: 30px;
        font-size: 16px;
    }
}

@media(max-width: 430px) {
    .members-logos-place {
        width: 187px;
    }

    .members-logo-block{
        margin: 0px 0px 20px 0px;
    }

    .members-logo-block:nth-child(6n) {
        margin: 0px 0px 20px 0px;
    }

    .members-logo-block:nth-child(5n) {
        margin: 0px 0px 20px 0px;
    }

    .members-logo-block:nth-child(4n) {
        margin: 0px 0px 20px 0px;
    }

    .members-logo-block:nth-child(3n) {
        margin: 0px 0px 20px 0px;
    }

    .members-logo-block:nth-child(2n) {
        margin: 0px 0px 20px 0px;
    }
}

@media(max-width: 420px) {
    .header-search-place {
        width: 120px;
    }

    .donate-link {
        font-size: 12px;
    }
}

@media(max-width: 400px) {
    .pages-bg-place {
        height: 160px;
        max-height: 160px;
    }

    .news-single-post-big-image-place {
        max-height: 220px;
    }
}

@media(max-width: 396px) {
    .areas-activities-middle-place {
        width: 100%;
    }
}

@media(max-width: 375px) {
    .slider-place {
        max-height: 190px;
    }

    .item {
        height: 190px;
    }

    .members-section-text {
        font-size: 14px;
    }
}

@media(max-width: 370px) {
    .horizontal-section-image-albums-place {
        width: 180px;
    }

    .news-single-slide-video-block:nth-child(4n) {
        margin: 0px 0px 30px 0px;
    }

    .news-single-slide-video-block:nth-child(3n) {
        margin: 0px 0px 30px 0px;
    }

    .news-single-slide-video-block:nth-child(2n) {
        margin: 0px 0px 30px 0px;
    }

    .news-single-slide-video-block {
        margin: 0px 0px 30px 0px;
    }

    .horizontal-section-image-album-block:nth-child(4n) {
        margin: 0px 0px 36px 0px;
    }

    .horizontal-section-image-album-block:nth-child(3n) {
        margin: 0px 0px 36px 0px;
    }

    .horizontal-section-image-album-block:nth-child(2n) {
        margin: 0px 0px 36px 0px;
    }

    .horizontal-section-image-album-block {
        margin: 0px 0px 36px 0px;
    }

    .horizontal-section-news-blocks-place {
        width: 185px;
    }

    .horizontal-section-news-block:nth-child(6n) {
        margin: 0px 0px 13px 0px;
    }

    .horizontal-section-news-block:nth-child(5n) {
        margin: 0px 0px 13px 0px;
    }

    .horizontal-section-news-block:nth-child(4n) {
        margin: 0px 0px 13px 0px;
    }

    .horizontal-section-news-block:nth-child(3n) {
        margin: 0px 0px 13px 0px;
    }

    .horizontal-section-news-block:nth-child(2n) {
        margin: 0px 0px 13px 0px;
    }

    .horizontal-section-news-block {
        margin: 0px 0px 13px 0px;
    }
}

@media(max-width: 360px) {
    .activities-projects-place {
        width: 100%;
    }

    .activities-project-block {
        width: 290px;
    }
}

@media(max-width: 350px) {
    .header-search-place {
        width: 100px;
        margin-right: 5px;
    }

    .header-lang-place {
        margin-left: 5px;
    }

    .areas-activities-top-info-decor {
        top: 150px;
        right: -2%;
        width: 102%;
    }
}

@media(max-width: 340px) {
    .news-single-slide-images-place {
        width: 157px;
    }

    .news-single-slide-block:nth-child(8n) {
        margin: 0px 0px 16px 0px;
    }

    .news-single-slide-block:nth-child(7n) {
        margin: 0px 0px 16px 0px;
    }

    .news-single-slide-block:nth-child(6n) {
        margin: 0px 0px 16px 0px;
    }

    .news-single-slide-block:nth-child(5n) {
        margin: 0px 0px 16px 0px;
    }

    .news-single-slide-block:nth-child(4n) {
        margin: 0px 0px 16px 0px;
    }

    .news-single-slide-block:nth-child(3n) {
        margin: 0px 0px 16px 0px;
    }

    .news-single-slide-block:nth-child(2n) {
        margin: 0px 0px 16px 0px;
    }

    .news-single-slide-block {
        margin: 0px 0px 16px 0px;
    }

    .donateform-inp {
        width: 160px;
    }

    .donate-choose-amount-btn-place {
        min-width: 60px;
    }
}

@media(max-width: 335px) {
    .slider-place {
        max-height: 185px;
    }

    .item {
        height: 185px;
    }
}

.page-item {
    cursor: pointer;
}

#donate-success{
    color: #4d9200 !important;
    text-align: center;
}

#donate-error{
    color: #ff1a1f !important;
    text-align: center;
}

/* end responsive */
/* end responsive */