@media screen and (min-width: 768px) {
    .showInMobile, .showOnMobile {
        display: none !important;
    }

    .navInner > ul > li:hover > ul {
        display: flex;
    }
}

@media screen and (min-width: 992px) {
    .showInTablet, .showOnTablet {
        display: none !important;
    }

    .doobleAccess_itembox:hover {
        filter: alpha(opacity=85);
        opacity: 0.85;
        -khtml-opacity: 0.85;
    }

    .topLanguagesList.active a:hover {
        background: #fafafa;
    }

    nav a {
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    nav a:hover {
        color: #82d4ab;
    }

    nav .navInner > ul > li > ul.show {
        display: flex !important;
    }

    nav .navInner > ul > li > ul > li > ul.show {
        display: block !important;
    }

    .mintBtn, .btnPurple {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .mintBtn:hover {
        background: #430047;
        color: #ffffff;
    }

    .btnPurple:hover {
        background: none;
        color: #430047;
    }

    .btnPurple.submitBtn:hover {
        background: #82d4ab;
        color: #ffffff;
    }

    .circleBtn::before {
        content: "";
        background: #430047;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 50%;
        z-index: -1;
        filter: alpha(opacity=50);
        opacity: 0.5;
        -khtml-opacity: 0.5;
    }

    .circleBtn {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .circleBtn:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .circleBtn:hover::before {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        filter: alpha(opacity=0);
        opacity: 0;
        -khtml-opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .hpBtmNsltrSubmit {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .hpBtmNsltrSubmit:hover {
        background: #430047;
        color: #ffffff;
        border-color: #ffffff;
    }

    .readMoreBtn {
        filter: alpha(opacity=0);
        opacity: 0;
        -khtml-opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0.2);
        transform: translate(-50%, -50%) scale(0.2);
        -webkit-transition: transform 0.6s cubic-bezier(0, 0.88, 0.47, 1.6), opacity 0.3s linear;
        transition: transform 0.6s cubic-bezier(0, 0.88, 0.47, 1.6), opacity 0.3s linear;
    }

    .hpSection4ItemsInner:hover .readMoreBtn {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        filter: alpha(opacity=100);
        opacity: 1;
        -khtml-opacity: 1;
    }

    .hpSection4ItemsImgWrap, .hpSection4ItemsImgWrap img, .morePostsItemImgWrap, .morePostsItemImg {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .hpSection4ItemsInner:hover .hpSection4ItemsImgWrap, .morePostsItem:hover .morePostsItemImgWrap {
        border-radius: 20px;
    }

    .hpSection4ItemsInner:hover .hpSection4ItemsImgWrap img.imgCenter, .morePostsItem:hover .morePostsItemImg {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }

    .footerSocialsLinks {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .footerSocialsLinks:hover {
        border-color: #430047;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .partnersItem:nth-child(10n+6),
    .partnersItem:nth-child(10n+7),
    .partnersItem:nth-child(10n+8),
    .partnersItem:nth-child(10n+9),
    .partnersItem:nth-child(10n) {
        justify-content: flex-end;
    }

    .yosGallery .next:hover,
    .yosGallery .prev:hover {
        border-color: #fefdf0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    .galleryPage .next::before,
    .galleryPage .prev::before,
    .yosGallery .next::before,
    .yosGallery .prev::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: -2px;
        top: -2px;
        border: 2px solid #fefdf0;
        border-radius: 50%;
    }

    .galleryPage .next:hover::before,
    .galleryPage .prev:hover::before,
    .yosGallery .next:hover::before,
    .yosGallery .prev:hover::before {
        -webkit-transform: scale(2);
        transform: scale(2);
        filter: alpha(opacity=0);
        opacity: 0;
        -khtml-opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .galleryPage .next:hover {
        border-color: #430047;
        -webkit-transform: translate(0, -96%) scale(0.9);
        transform: translate(0, -96%) scale(0.9);
    }

    .galleryPage .prev:hover {
        border-color: #430047;
        -webkit-transform: translate(0, -96%) scale(0.9);
        transform: translate(0, -96%) scale(0.9);
    }

    .galleryPage .next::before,
    .galleryPage .prev::before {
        border-color: #430047;
    }

    .yoBtnsUnderContent:hover {
        background: #82d4ab;
        color: #fefdf0;
    }

    .tagsLink:hover {
        background: #82d4ab;
    }

    .donationArrowsWrap .next:hover, .donationArrowsWrap .prev:hover {
        background: #430047;
    }

    .donationArrowsWrap .next:hover svg path, .donationArrowsWrap .prev:hover svg path {
        fill: #ffffff;
    }

    .morePostsItem:hover .readMoreBtn {
        filter: alpha(opacity=100);
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    .resizeHeader .logoLink {
        transition: all ease 0.5s;
        max-height: 26px;
    }

    .resizeHeader header {
        background: #430047;
    }

    body.resizeHeader[data-bg="cream"] .openMenu,
    body.resizeHeader[data-bg="mint"] .openMenu {
        color: #ffffff;
    }

    body.resizeHeader[data-bg="mint"] header a,
    body.resizeHeader[data-bg="cream"] header a,
    .purpleHeader header a {
        color: #ffffff;
    }

    body.resizeHeader[data-bg="cream"] .openMenu rect,
    body.resizeHeader[data-bg="cream"] .logoImg path,
    body.resizeHeader[data-bg="cream"] .topAccessibilityBtn path,
    body.resizeHeader[data-bg="cream"] .topSearchBtn path,
    body.resizeHeader[data-bg="cream"] .topLanguagesList path,
    body.resizeHeader[data-bg="cream"] .topRegBtn path,
    body.resizeHeader[data-bg="mint"] .openMenu rect,
    body.resizeHeader[data-bg="mint"] .logoImg path,
    body.resizeHeader[data-bg="mint"] .topAccessibilityBtn path,
    body.resizeHeader[data-bg="mint"] .topSearchBtn path,
    body.resizeHeader[data-bg="mint"] .topLanguagesList path,
    body.resizeHeader[data-bg="mint"] .topRegBtn path,
    .resizeHeader .purpleHeader .logoImg path,
    .resizeHeader .purpleHeader .topAccessibilityBtn path,
    .resizeHeader .purpleHeader .topSearchBtn path,
    .resizeHeader .purpleHeader .topLanguagesList path,
    .resizeHeader .purpleHeader .topRegBtn path {
        fill: #ffffff;
    }

    body.resizeHeader[data-bg="cream"] .topInvestorsBtn path,
    body.resizeHeader[data-bg="mint"] .topInvestorsBtn path,
    .resizeHeader .purpleHeader .topInvestorsBtn path {
        stroke: #ffffff;
    }

    .resizeHeader .closeMenu {
        color: #ffffff;
    }

    .resizeHeader .closeMenuIcon {
        filter: grayscale(100%) invert(100%);
    }
}

@media screen and (max-width: 1720px) {
    .breadCrumbsWrap {
        right: 45px;
    }

    .wrapperForBreadCrumbs .hpContainer1500 {
        width: 100%;
        padding: 0 70px;
    }

    .postPageSocialsWrap {
        right: 45px;
    }

    .postMainSection .hpContainer1500 {
        width: 100%;
        padding: 0 120px 0 52px;
    }

    .postPageTitle {
        font-size: 44px;
        line-height: 56px;
    }

    .morePosts {
        padding-left: 32px;
        padding-right: 100px;
    }

    .donationRecommendText {
        padding: 28px 0;
    }

    .donationRecommendText, .donationArrowsWrap {
        right: 11%;
        max-width: 83%;
        padding-right: 30px;
        padding-left: 30px;
    }

    .donationArrowsWrap {
        bottom: 80px;
    }

    .donationRecommendTextTitle {
        font-size: 32px;
        line-height: 40px;
    }

    .donationRecommendText {
        font-size: 18px;
        line-height: 28px;
    }
}

@media screen and (max-width: 1620px) {
    body {
        font-size: 21px;
        line-height: 37px;
    }

    .hpSection2circlesWrap:nth-child(1) {
        right: 75.2%;
        top: 500px;
    }

    .hpSection2circlesWrap:nth-child(2) {
        top: 650px;
    }

    .hpSection2circlesWrap:nth-child(3) {
        top: 120px;
    }

    .hpSection2circlesWrap:nth-child(4) {
        top: 470px;
    }

    .hpAboutImg1wrap {
        width: 31vw;
        height: 31vw;
    }

    .hpAboutImg2wrap {
        width: 17.3vw;
        height: 17.3vw;
    }

    .hpAboutText4wrap {
        width: 15vw;
        height: 15vw;
        font-size: 3.3vw;
        line-height: 3vw;
    }

    .titles {
        font-size: 78px;
        line-height: 80px;
    }

    .titles .letterImg {
        height: 44px;
    }

    .hpAboutContainer {
        padding-bottom: 60px;
    }

    .sec2imgWrap::after {
        background: linear-gradient(82deg, rgba(129, 212, 171, 1) 17%, rgba(129, 212, 171, 0) 62%);
    }

    .sec2imgWrap::before {
        background: linear-gradient(82deg, rgba(254, 253, 240, 1) 17%, rgba(254, 253, 240, 0) 62%);
    }

    .hpSection4 .hpContainer1500 {
        padding-top: 190px;
    }

    .hpBtmNsltrTitle {
        font-size: 56px;
        line-height: 60px;
    }

    .aboutWorkersItemsWrap {
        width: -webkit-calc(100% + 40px);
        width: calc(100% + 40px);
        margin: 0 -20px;
    }

    .aboutNumbersLeft {
        width: 62%;
    }

    .aboutNumbers {
        background-position: 0 bottom;
        background-size: auto 81%;
    }

    .morePostsItemImgWrap {
        height: 314px;
    }

    .morePostsItemTitle {
        font-size: 27px;
        line-height: 36px;
    }

    .blogMainSection {
        padding-top: 210px;
    }

    nav:not(.woocommerce-MyAccount-navigation) {
        padding-top: 150px;
    }

    .navSocials {
        padding: 40px 0 0 0;
    }

    .navInner > ul {
        max-height: -webkit-calc(100% - 122px);
        max-height: calc(100% - 122px);
    }

    nav:not(.woocommerce-MyAccount-navigation) ul a {
        font-size: 30px;
        line-height: 30px;
    }
}

@media (max-width: 1440px) {
    header {
        padding: 15px 38px 15px 52px;
    }

    .topAccessibilityBtn.active {
        margin: 0 50px 0 0;
    }

    .logoLink {
        margin-right: 50px;
    }

    .topSearchBtn {
        margin: 0 35px 0 0;
    }

    nav:not(.woocommerce-MyAccount-navigation) {
        padding: 165px 163px 0 50px;
        background-size: 70% auto;
        background-position: 0 170px;
    }

    .navInner > ul {
        max-height: -webkit-calc(100% - 130px);
        max-height: calc(100% - 130px);
    }

    nav:not(.woocommerce-MyAccount-navigation) ul a {
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1;
    }

    .navSocials {
        padding: 50px 0 0 0;
    }

    .closeMenu, .openMenu, .headerBtns a {
        font-size: 19px;
    }

    .headerBtns a {
        padding: 0 18px;
    }

    .openMenuBtns_li {
        width: 110px;
    }

    .topSearchWrap {
        left: 195px;
    }

    .hpSection2circlesWrap:nth-child(1) {
        top: 450px;
    }

    .hpSection2circlesWrap:nth-child(2) {
        top: 640px;
    }

    .hpSection2circlesWrap:nth-child(4) {
        top: 450px;
    }

    .hpAboutText4wrap {
        width: 16vw;
        height: 16vw;
        font-size: 3.1vw;
    }

    .titles {
        font-size: 70px;
        line-height: 74px;
    }

    .titles .letterImg {
        height: 40px;
    }

    .hpContainer1500 {
        width: 100%;
    }

    .hpSection4Items {
        padding: 0 50px 60px;
    }

    .hpSection4ItemsImgWrap {
        height: 370px;
    }

    .hpSection4 .hpContainer1500 {
        padding-top: 188px;
    }

    .hpBtmNsltrTitle {
        font-size: 50px;
        line-height: 55px;
    }

    .partnersItem:nth-child(8n) .partnersItemCircle {
        width: 210px;
        height: 210px;
    }

    .hpBottomNewsletterInner {
        align-items: center;
    }

    .hpBottomNewsletter .hpContainer1500 {
        padding-top: 150px;
        padding-bottom: 60px;
    }

    .workerItemImgWrap {
        width: 190px;
        height: 190px;
    }

    .workerName {
        font-size: 24px;
    }

    .workerJob {
        font-size: 18px;
    }

    .aboutWorkers .titles {
        margin: 0 0 84px 0;
    }

    .workerItem {
        padding-bottom: 44px;
    }

    .aboutSubTitle {
        font-size: 38px;
        line-height: 41px;
    }

    .aboutSections .hpSection2Inner {
        width: 52%;
    }

    .aboutSections .sec2imgWrap {
        width: 54%;
    }

    .numbersItems_num {
        font-size: 65px;
    }

    .numbersItemsTitles {
        font-size: 22px;
    }

    .numbersItems {
        padding-bottom: 65px;
    }

    .aboutNumbersRight {
        padding-right: 0;
    }

    .yosBoxesItemTitle {
        font-size: 43px;
        line-height: 51px;
        margin: 0 0 30px 0;
    }

    .navWrap {
        bottom: 4vh;
    }

    .serviceGalleryItem {
        width: 615px;
    }

    .galleryPage .titles {
        margin: 0 0 50px 0;
    }

    .serviceGalleryItemImgWrapFront {
        width: 57%;
        height: 440px;
    }

    .serviceGalleryItemImgWrapRight, .serviceGalleryItemImgWrapLeft {
        width: 39%;
        height: 360px;
    }

    .galleryPage .prev {
        right: -95px;
    }

    .galleryPage .next {
        left: -100px;
    }

    .gradient.cream {
        background: linear-gradient(88deg, rgba(254, 253, 240, 1) 49%, rgba(254, 253, 240, 0) 65%);
    }

    .gradient.mint {
        background: linear-gradient(88deg, rgba(129, 212, 171, 1) 49%, rgba(129, 212, 171, 0) 65%);
    }

    .gradient.purple {
        background: linear-gradient(88deg, rgba(67, 0, 71, 1) 49%, rgba(67, 0, 71, 0) 65%);
    }

    /* .aboutSections:nth-child(odd) .gradient.cream{background:linear-gradient(92deg,rgba(254,253,240,0) 35%,rgba(254,253,240,1) 52%);}
	.aboutSections:nth-child(odd) .gradient.mint{background: linear-gradient(92deg, rgba(129,212,171,0) 35%,rgba(129,212,171,1) 52%);}
	.aboutSections:nth-child(odd) .gradient.purple{background:linear-gradient(92deg, rgba(67,0,71,0) 35%,rgba(67,0,71,1) 52%);} */
    .yoRightContentInner {
        line-height: 32px;
        font-size: 19px;
    }

    .yoTitle {
        font-size: 50px;
        line-height: 57px;
    }

    .yoBtnsUnderContentWrap {
        width: -webkit-calc(100% + 10px);
        width: calc(100% + 10px);
        margin: 0 -5px;
    }

    .yoBtnsWrapUnderContent {
        padding: 0 5px 10px;
    }

    .yoBtnsUnderContent, .Qul > li > .Q_showME {
        font-size: 18px;
    }

    .branchesTitle {
        font-size: 32px;
    }

    .closestBranchTitle {
        font-size: 18px;
    }

    .Qul > li .Q_a {
        font-size: 22px;
        line-height: 37px;
    }

    .postPageTitle {
        font-size: 38px;
        line-height: 48px;
    }

    .postPageRowDetailsColumn {
        font-size: 18px;
    }

    .postMainSection .hpContainer1500 {
        padding-left: 35px;
    }

    .morePostsItemImgWrap {
        height: 275px;
    }

    .morePostsItemTitle {
        font-size: 24px;
        line-height: 32px;
    }

    .morePostsItem {
        font-size: 19px;
        line-height: 28px;
    }

    .morePostsItemDate {
        margin: 3px 0 0 0;
    }

    .morePostsTitle {
        font-size: 50px;
        line-height: 50px;
    }

    .donationRecommendTextTitle {
        font-size: 30px;
        line-height: 38px;
    }

    .blogMainSection {
        background-position: -30px 150px;
    }

    .contactMainSection {
        padding: 160px 0 0 0;
    }

    .contactTitle {
        font-size: 50px;
        line-height: 64px;
    }

    .contactLeftTitle {
        font-size: 32px;
        line-height: 39px;
    }
}

@media screen and (max-width: 1200px) {
    .hpTopBannerTitleWrap {
        width: 680px;
    }

    .topBannerTitle {
        font-size: 54px;
        line-height: 64px;
    }

    nav:not(.woocommerce-MyAccount-navigation) {
        background-size: 85% auto;
        padding-right: 35px;
        padding-left: 20px;
    }

    nav ul a {
        font-size: 27px;
    }

    .logoImg {
        height: 70px;
    }

    .logoLink {
        margin-right: 30px;
    }

    .topAccessibilityBtn.active {
        margin: 0 35px 0 0;
    }

    .topSearchBtn {
        margin: 0 22px 0 0;
    }

    .topSearchWrap {
        left: 155px;
    }

    .hpSection2circlesWrap:nth-child(1) {
        top: 430px;
    }

    .hpSection2circlesWrap:nth-child(2) {
        right: 56.7%;
    }

    .hpSection2circlesWrap:nth-child(3) {
        right: 64.5%;
    }

    .hpSection2circlesWrap:nth-child(4) {
        top: 410px;
        right: 52%;
    }

    .hpAboutImg2wrap {
        width: 19vw;
        height: 19vw;
    }

    .hpAboutText4wrap {
        width: 20vw;
        height: 20vw;
        font-size: 3.8vw;
        line-height: 3.5vw;
    }

    .hpAboutInner {
        width: 55%;
    }

    .titles {
        font-size: 60px;
        line-height: 64px;
    }

    .titles .letterImg {
        height: 34px;
    }

    .hpSection4 .hpContainer1500 {
        padding-top: 138px;
    }

    .hpSection4 .titles {
        top: 120px;
    }

    .hpSection4ItemsRightLeft:first-child {
        margin: 130px 0 0 0;
    }

    .hpSection4ItemsImgWrap {
        height: 290px;
    }

    .partnersItemCircle {
        width: 15.6vw;
        height: 15.6vw;
    }

    .partnersItem:nth-child(8n+2) .partnersItemCircle {
        width: 14vw;
        height: 14vw;
    }

    .partnersItem:nth-child(8n+4) .partnersItemCircle {
        width: 12vw;
        height: 12vw;
    }

    .partnersItem:nth-child(8n+6) .partnersItemCircle {
        width: 14vw;
        height: 14vw;
    }

    .partnersItem:nth-child(8n+7) .partnersItemCircle {
        width: 12vw;
        height: 12vw;
    }

    .partnersItem:nth-child(8n) .partnersItemCircle {
        width: 17.5vw;
        height: 17.5vw;
    }

    .partnersItem:nth-child(10n+8) {
        align-items: flex-start;
    }

    .hpBtmNsltrTitle {
        font-size: 46px;
        line-height: 53px;
    }

    .hpBtmNsltrForm {
        margin-top: 42px;
    }

    .hpBottomNewsletterInner {
        min-height: 53vh;
        background-size: 121% auto;
    }

    footer {
        padding: 45px 35px 60px;
    }

    .hpBottomNewsletter footer {
        min-height: 47vh;
    }

    .hpBottomNewsletter .hpContainer1500 {
        padding-top: 140px;
        padding-bottom: 40px;
    }

    #reg {
        padding: 60px 60px 60px 0;
    }

    .regBG {
        height: 340px;
    }

    .regTitle {
        font-size: 35px;
    }

    .inputs, .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 18px !important;
    }

    .workerItem {
        width: 25%;
    }

    .aboutSubTitle {
        font-size: 30px;
        line-height: 35px;
    }

    .aboutNumbersRight {
        font-size: 75px;
        line-height: 75px;
    }

    .aboutNumbersRight .cultureImg {
        height: 57px;
    }

    .aboutNumbersRight .letterImg {
        height: 42px;
    }

    .numbersItems_num {
        font-size: 58px;
        line-height: 58px;
    }

    .numbersItemsTitles {
        font-size: 20px;
        line-height: 26px;
    }

    .aboutNumbers .hpContainer1500 {
        padding-top: 135px;
    }

    .yosBoxesItems {
        padding: 0 0 30px 30px;
    }

    .yosBoxesItems:nth-child(even) {
        padding: 0 30px 30px 0;
    }

    .yosBoxesItemTitle {
        font-size: 38px;
        line-height: 46px;
        margin: 0 0 26px 0;
    }

    .yosBoxes .hpContainer1500 {
        padding-top: 125px;
        padding-bottom: 82px;
    }

    .aboutSectionsInner {
        padding: 125px 0;
    }

    .faqSection .titles {
        margin: 0 0 30px 0;
    }

    .yosGallery .swiper-container {
        padding-top: 140px;
    }

    .yosGalleryImgWrap {
        padding: 0 20px;
    }

    .yosGallery .swiper-container {
        height: 700px;
    }

    .serviceGalleryItemImgWrapFront {
        width: 51%;
        height: 350px;
    }

    .galleryPage .next, .galleryPage .prev {
        width: 70px;
        height: 70px;
    }

    .serviceGalleryItemImgWrapRight, .serviceGalleryItemImgWrapLeft {
        top: 15px;
        height: 300px;
    }

    .serviceGalleryItemTitle {
        font-size: 34px;
        line-height: 44px;
    }

    .galleryPageContainer {
        padding-top: 125px;
    }

    .galleryPage .swiper-slide-active .serviceGalleryItemImgWrapLeft {
        -webkit-transform: translate(-96%, -6px) rotate(-8deg);
        transform: translate(-96%, -6px) rotate(-8deg);
    }

    .galleryPage .swiper-slide-active .serviceGalleryItemImgWrapRight {
        -webkit-transform: translate(7px, 0) rotate(4.5deg);
        transform: translate(7px, 0) rotate(4.5deg);
    }

    .yoRightContent {
        padding-top: 125px;
    }

    .yoTitle {
        font-size: 40px;
        line-height: 47px;
    }

    .branchesTitle {
        font-size: 30px;
    }

    .branchesTitleWrap {
        flex-direction: column;
        align-items: center;
    }

    .closestBranchCombo {
        width: 250px;
    }

    .morePostsItemImgWrap {
        height: 215px;
    }

    .morePostsItem {
        margin: 0 13px;
    }

    .morePosts {
        padding-left: 22px;
    }

    .morePostsItemTitle {
        font-size: 22px;
        line-height: 30px;
    }

    .morePostsItem {
        font-size: 18px;
        line-height: 26px;
    }

    .blogMainSection {
        padding-top: 180px;
    }

    .contactLeft {
        padding-right: 30px;
    }

    .contactRight {
        margin: 0 0 0 30px;
    }

    .contactMainSection .wrapperForBreadCrumbs .hpContainer1500 {
        padding-left: 35px;
    }

    .contactForm .inputsWrap.contactFormCheckboxesWrap {
        width: 100%;
        padding-top: 0;
    }

    .contactForm .inputsWrap.contactFormSubmitWrap {
        width: 100%;
        padding-top: 0;
    }

    .contactTitle {
        font-size: 44px;
        line-height: 58px;
    }

    .contactLeftTitle {
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 10px 0;
    }

    .contactDetailsItem {
        font-size: 20px;
        line-height: 28px;
        margin: 10px 0;
    }
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 20px;
    }

    .topBannerTitle {
        font-size: 48px;
        line-height: 56px;
    }

    nav ul ul ul a {
        font-size: 20px;
        line-height: 26px;
    }

    .sec2imgWrap::after {
        background: linear-gradient(82deg, rgba(129, 212, 171, 1) 20%, rgba(129, 212, 171, 0) 62%);
    }

    .sec2imgWrap::before {
        background: linear-gradient(82deg, rgba(254, 253, 240, 1) 20%, rgba(254, 253, 240, 0) 62%);
    }

    .hpSection4Items {
        padding: 0 30px 50px;
    }

    .hpSection4ItemTitle {
        font-size: 26px;
        line-height: 30px;
    }

    .hpSection4ItemsRightLeft:first-child {
        margin: 120px 0 0 0;
    }

    footer {
        font-size: 17px;
    }

    .footerLinksTitle {
        font-size: 20px;
    }

    .hpBtmNsltrForm {
        width: 450px;
        height: 44px;
    }

    .hpBtmNsltrEmailField {
        line-height: 44px;
        font-size: 18px;
    }

    .hpBtmNsltrSubmit {
        line-height: 40px;
        font-size: 18px;
    }

    .hpBtmNsltrTitle {
        font-size: 40px;
        line-height: 44px;
    }

    .aboutNumbersRight .cultureImg {
        height: 47px;
    }

    .aboutNumbersRight {
        font-size: 61px;
        line-height: 61px;
    }

    .aboutNumbersRight .letterImg {
        height: 35px;
    }

    .aboutNumbersLeft {
        width: 65%;
    }

    .numbersItems {
        padding: 0 15px 50px;
    }

    .aboutNumbers {
        background-position: -130px bottom;
    }

    .yosBoxesItemTitle {
        font-size: 34px;
        line-height: 42px;
        margin: 0 0 20px 0;
        padding: 0 0 0 53px;
    }

    .yosBoxesItemTitle::after {
        width: 40px;
        height: 4px;
    }

    .yosGallery .swiper-container {
        height: 630px;
    }

    .yosGallery .swiper-pagination-total, .yosGallery .swiper-pagination-current {
        font-size: 35px;
    }

    .galleryPage .prev {
        right: -80px;
    }

    .galleryPage .next {
        left: -85px;
    }

    .breadCrumbs2 {
        font-size: 16px;
    }

    .breadCrumbs2 li:not(:first-child)::before {
        width: 20px;
    }

    .yoRightContentInner {
        line-height: 30px;
        font-size: 18px;
    }

    .yoTitle {
        font-size: 36px;
    }

    .yoBtnsUnderContent {
        min-height: 40px;
    }

    .postPageRow, .postPageRow:nth-child(even) {
        flex-direction: column;
        padding: 0 0 40px 0;
    }

    .postPageColumn, .postPageRow:nth-child(even) .postPageColumn {
        width: 100%;
        padding: 0 0 20px 0;
    }

    .postPageColumnImg, .postPageRow:nth-child(even) .postPageColumnImg {
        width: 632px;
        max-width: 100%;
        justify-content: center;
    }

    .morePostsItemImgWrap {
        height: 205px;
    }

    .morePosts {
        padding-top: 130px;
    }

    .morePostsTitle {
        font-size: 40px;
        margin: 0 0 50px 0;
    }

    .morePostsItemTitle {
        font-size: 20px;
        margin: 13px 0 0 0;
    }

    .morePostsItem {
        font-size: 16px;
        line-height: 24px;
    }

    .morePostsItemDate {
        font-size: 16px;
    }

    .donationRecommendText {
        padding: 22px 0;
    }

    .donationArrowsWrap {
        bottom: 73px;
    }

    .blogMainSection {
        padding-top: 160px;
    }

    .contactForm textarea.inputs {
        height: 90px;
    }

    .contactTitle {
        font-size: 37px;
        line-height: 48px;
    }

    .contactDetailsItem {
        width: 50%;
        justify-content: flex-start;
        padding: 0 0 0 15px;
    }

    .contactDetailsItem:nth-child(even) {
        padding: 0 15px 0 0;
    }

    .contactDetailsItem.addressWrap {
        padding: 0;
    }

    .contactDetailsItem.emailWrap {
        padding: 0;
    }

    .contactDetailsItem::before {
        display: none;
    }

    .contactForm {
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px);
        margin: 0 -10px;
    }

    .contactForm .inputsWrap {
        padding: 10px 10px 0 !important;
    }
}

@media screen and (max-width: 991px) {
    body {
        font-size: 18px;
        line-height: 30px;
    }

    .hideInTablet, .hideOnTablet {
        display: none !important;
    }

    .headerBtns {
        flex-wrap: wrap;
    }

    .openMenuBtns_li {
        width: 40px;
    }

    .headerBtns li:nth-child(3) {
        margin: 8px 40px 0 0;
    }

    nav ul a {
        font-size: 20px;
        line-height: 24px;
    }

    .navInner > ul {
        max-height: -webkit-calc(100% - 110px);
        max-height: calc(100% - 110px);
    }

    nav ul ul ul a {
        font-weight: 400;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 16px;
        line-height: 21px;
    }

    .navSocials {
        padding: 30px 0 0 0;
    }

    .hpAboutInner {
        width: 57%;
    }

    .titles {
        font-size: 52px;
        line-height: 54px;
        margin: 0 0 16px 0;
    }

    .titles .letterImg {
        height: 30px;
    }

    .hpSection2circlesWrap:nth-child(1) {
        right: 81%;
        top: 350px;
    }

    .hpSection2circlesWrap:nth-child(2) {
        right: 68.7%;
        top: 600px;
    }

    .hpSection2circlesWrap:nth-child(3) {
        right: 59%;
        top: 140px;
    }

    .hpSection2circlesWrap:nth-child(4) {
        right: 54%;
        top: 410px;
    }

    .hpAboutImg1wrap {
        width: 34vw;
        height: 34vw;
    }

    .hpAboutImg2wrap {
        width: 23vw;
        height: 23vw;
    }

    .hpAboutImg3wrap {
        width: 32vw;
        height: 32vw;
    }

    .hpAboutText4wrap {
        width: 23vw;
        height: 23vw;
        font-size: 4.8vw;
        line-height: 4.6vw;
    }

    .hpSection2Inner {
        width: 54%;
    }

    .sec2imgWrap::after {
        background: linear-gradient(82deg, rgba(129, 212, 171, 1) 27%, rgba(129, 212, 171, 0) 62%);
    }

    .sec2imgWrap::before {
        background: linear-gradient(82deg, rgba(254, 253, 240, 1) 27%, rgba(254, 253, 240, 0) 62%);
    }

    .hpSection4 .hpContainer1500 {
        padding-top: 145px;
        padding-bottom: 98px;
    }

    .hpSection4 .titles {
        position: static;
        margin: 0 0 50px 0;
        text-align: center;
    }

    .hpSection4ItemsWrap {
        margin: 0 -20px;
        width: -webkit-calc(100% + 40px);
        width: calc(100% + 40px);
    }

    .hpSection4ItemsRightLeft:first-child {
        margin: 0;
    }

    .hpSection4Items {
        padding: 0 20px 30px;
    }

    .hpSection4ItemsImgWrap {
        height: 220px;
    }

    .hpSection4ItemTitle {
        font-size: 24px;
        line-height: 26px;
        margin: 20px 0 5px 0;
    }

    .circleBtn {
        margin: 30px auto 0;
    }

    .hpPartners .titles {
        margin: 37px 0 0 0;
    }

    .partnersWrap {
        padding: 43px 0;
    }

    .partnersItem {
        width: 25%;
        height: 180px;
    }

    .partnersItem:nth-child(8n+5) {
        align-items: center;
    }

    .partnersItem .partnersItemCircle {
        width: 19vw;
        height: 19vw;
    }

    .partnersItem:nth-child(5n) .partnersItemCircle {
        margin-bottom: 0;
    }

    .partnersItem:nth-child(8n+2) .partnersItemCircle {
        width: 15vw;
        height: 15vw;
    }

    .partnersWrap.even .partnersItem:nth-child(8n+5) .partnersItemCircle {
        width: 16vw;
        height: 16vw;
        max-width: 155px;
        max-height: 155px;
        -webkit-transform: translate(50%, 0) scale(0.2);
        transform: translate(50%, 0) scale(0.2);
    }

    .hpPartners.active .partnersWrap.even .partnersItem:nth-child(8n+5) .partnersItemCircle {
        -webkit-transform: translate(50%, 0) scale(1);
        transform: translate(50%, 0) scale(1);
    }

    .partnersItem:nth-child(8n+5),
    .partnersItem:nth-child(8n+6),
    .partnersItem:nth-child(8n+7),
    .partnersItem:nth-child(8n) {
        justify-content: flex-end;
    }

    .partnersItem:nth-child(4n+2) {
        align-items: flex-start;
    }

    .partnersItem:nth-child(8n+4) .partnersItemCircle {
        width: 18vw;
        height: 18vw;
    }

    .partnersItem:nth-child(8n+6) .partnersItemCircle {
        width: 14vw;
        height: 14vw;
    }

    .partnersItem:nth-child(8n+7) .partnersItemCircle {
        width: 18vw;
        height: 18vw;
    }

    .partnersItem:nth-child(8n+8) .partnersItemCircle {
        width: 21vw;
        height: 21vw;
        max-width: 190px;
        max-height: 190px;
    }

    .hpBottomNewsletterInner {
        background-size: 145% auto;
    }

    .footerLogoImg {
        height: 70px;
    }

    .hpBtmNsltrTitle {
        font-size: 38px;
    }

    .hpBtmNsltrForm {
        width: 400px;
    }

    #reg {
        padding: 30px 30px 50px 0;
    }

    .inputsWrap:not(.textareaWrap) {
        padding-left: 10px;
    }

    .inputsWrap:nth-child(even) {
        padding-right: 10px;
        padding-left: 0;
    }

    .inputsWrap:nth-child(even) .inputsLabel, .inputsWrap:nth-child(even) .valIsEmpty:focus ~ .inputsLabel {
        right: 10px;
    }

    .regBG {
        height: 250px;
    }

    .regTitle {
        font-size: 30px;
    }

    .workerItemImgWrap {
        width: 160px;
        height: 160px;
    }

    .aboutSubTitle {
        font-size: 26px;
        line-height: 32px;
    }

    .aboutNumbers .hpContainer1500 {
        flex-direction: column;
        text-align: center;
    }

    .aboutNumbersLeft {
        width: 100%;
    }

    .aboutNumbersRight {
        padding: 0 0 70px 0;
    }

    .aboutNumbers {
        background-position: -610px bottom;
    }

    .yosBoxesItemTitle {
        font-size: 30px;
        line-height: 38px;
        margin: 0 0 17px 0;
    }

    .yosBoxesItems {
        padding: 0 0 20px 20px;
    }

    .yosBoxesItems:nth-child(even) {
        padding: 0 20px 20px 0;
    }

    .yoMapWrap, .yoMapWrap .fp-scroller, .faqSection, .faqSection .fp-scroller {
        display: block;
    }

    .faqSection .aboutSectionsInner {
        padding-bottom: 44px;
    }

    .Qul > li:last-child {
        border-bottom: none;
    }

    .yoMapWrap .sec2imgWrap, .faqSection .sec2imgWrap {
        width: 100%;
        height: auto;
        position: relative;
        filter: alpha(opacity=100);
        opacity: 1;
        -khtml-opacity: 1;
    }

    .faqSection .hpSection2Inner {
        width: 100%;
    }

    .faqSection .sec2imgWrap .imgCenterWrap {
        height: auto;
    }

    .faqSection .sec2imgWrap .imgCenter {
        width: 100%;
        height: auto;
        position: static;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        vertical-align: top;
    }

    .faqSection .titles {
        margin-top: 45px;
        text-align: center;
    }

    .yosGallery .next, .yosGallery .prev {
        border-color: #fefdf0;
    }

    .galleryPageContainer {
        width: 100%;
    }

    .serviceGalleryItemImgWrapFront {
        width: 53%;
    }

    .galleryPage .next, .galleryPage .prev {
        border-color: #430047;
    }

    .galleryPage .next {
        left: 20px;
    }

    .galleryPage .prev {
        right: 20px;
    }

    .serviceGalleryItem {
        width: 540px;
    }

    .serviceGalleryItemImgWrapRight, .serviceGalleryItemImgWrapLeft {
        width: 40%;
    }

    .galleryPage .swiper-slide-active .serviceGalleryItemImgWrapLeft {
        -webkit-transform: translate(-95%, -6px) rotate(-8deg);
        transform: translate(-95%, -6px) rotate(-8deg);
    }

    .galleryPage .swiper-slide-active .serviceGalleryItemImgWrapRight {
        -webkit-transform: translate(7px, 0) rotate(4.5deg);
        transform: translate(7px, 0) rotate(4.5deg);
    }

    .galleryPage .titles {
        padding: 0 15px;
    }

    .sec2imgWrap {
        width: 52%;
    }

    .gradient.cream {
        background: linear-gradient(88deg, rgba(254, 253, 240, 1) 49%, rgba(254, 253, 240, 0) 80%);
    }

    .gradient.mint {
        background: linear-gradient(88deg, rgba(129, 212, 171, 1) 49%, rgba(129, 212, 171, 0) 80%);
    }

    .gradient.purple {
        background: linear-gradient(88deg, rgba(67, 0, 71, 1) 49%, rgba(67, 0, 71, 0) 80%);
    }

    .faqSection .gradient.cream {
        background: linear-gradient(94deg, rgba(254, 253, 240, 0) 60%, rgba(254, 253, 240, 1) 92%);
    }

    .faqSection .gradient.mint {
        background: linear-gradient(94deg, rgba(129, 212, 171, 0) 60%, rgba(129, 212, 171, 1) 92%);
    }

    .faqSection .gradient.purple {
        background: linear-gradient(94deg, rgba(67, 0, 71, 0) 60%, rgba(67, 0, 71, 1) 92%);
    }

    /* .aboutSections:nth-child(odd) .gradient.cream{background:linear-gradient(92deg,rgba(254,253,240,0) 20%,rgba(254,253,240,1) 50%);}
	.aboutSections:nth-child(odd) .gradient.mint{background: linear-gradient(92deg, rgba(129,212,171,0) 20%,rgba(129,212,171,1) 50%);}
	.aboutSections:nth-child(odd) .gradient.purple{background:linear-gradient(92deg, rgba(67,0,71,0) 20%,rgba(67,0,71,1) 50%);} */
    .yoMainSection {
        flex-direction: column;
    }

    .yoRightContent {
        width: 100%;
    }

    .yoMapWrap {
        width: 100%;
        height: 100vh;
    }

    .yoRightContentInner {
        width: 100%;
        margin: 0;
        padding: 20px 18px 0;
        position: relative;
    }

    .yoBtnsUnderContentWrap {
        padding-bottom: 54px;
    }

    .yoRightContent {
        padding-bottom: 0;
    }

    .branchesWrap {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        background: #ffffff;
        max-height: 30vh;
        border-top: 2px solid #430047;
        padding: 0 20px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }

    .branchesWrap.active {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .branchesTitle {
        margin: 0 0 10px 0;
    }

    .closestBranchCombo {
        width: 400px;
        max-width: 100%;
    }

    .closestBranchCombo .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered,
    .closestBranchCombo .select2-container--default .select2-selection--single .select2-selection__rendered {
        background: #ffffff;
        border: 2px solid #430047;
        line-height: 40px;
        border-radius: 8px;
        padding: 0 20px 0 0;
    }

    .closestBranchCombo .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 30px;
    }

    .closestBranchCombo .select2-container--default .select2-selection--single .select2-selection__arrow b {
        left: auto;
        right: 0;
    }

    .mapGradient {
        height: 13%;
        width: 100%;
        background: linear-gradient(to bottom, rgba(254, 253, 240, 1) 20%, rgba(254, 253, 240, 0) 100%);
    }

    .branchesTitleWrap {
        border-bottom: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 0 18px 20px;
        z-index: 0;
    }

    .select2-dropdown.citiesComboList {
        border: 2px solid #430047;
        border-radius: 0 0 8px 8px;
        top: -3px;
    }

    .closestBranchCombo .select2-container[dir="rtl"].select2-container--open .select2-selection--single .select2-selection__rendered,
    .closestBranchCombo .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
        border-radius: 8px 8px 0 0;
    }

    .postPageSocialsWrap {
        right: 25px;
    }

    .postMainSection .hpContainer1500 {
        padding-right: 85px;
    }

    .postPageTitle {
        font-size: 34px;
        line-height: 43px;
        margin: 0 0 15px 0;
    }

    .postMainSection {
        padding-top: 130px;
    }

    .postPageRow, .postPageRow:nth-child(even) {
        padding: 0 0 30px 0;
    }

    .postPageColumnImg {
        width: 648px;
    }

    .morePosts {
        padding: 130px 85px 50px 35px;
    }

    .morePostsTitle {
        font-size: 33px;
        line-height: 37px;
    }

    .morePostsItemsWrap {
        flex-direction: column;
    }

    .morePostsItem {
        width: 100%;
        max-width: 100%;
        margin: 0;
        display: flex;
        font-size: 18px;
        border-bottom: 1px solid #693369;
        padding: 25px 0;
    }

    .morePostsItem:first-child {
        padding-top: 0;
    }

    .morePostsItem:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    .morePostsItemImgWrap {
        width: 240px;
        height: 173px;
    }

    .morePostsItemText {
        padding: 0 19px 0 0;
        flex: 1;
    }

    .morePostsItemTitle {
        margin: 0 0 9px 0;
    }

    .donationLeft {
        width: 100%;
    }

    .donationLeft .swiper-container {
        height: auto;
    }

    .donationRecommendImgWrap {
        height: 620px;
    }

    .donationRight {
        padding-bottom: 30px;
        text-align: center;
    }

    .donationRight .breadCrumbs2 {
        justify-content: center;
    }

    .donationImgGradient {
        background: linear-gradient(90deg, rgba(254, 253, 240, 0) 0%, rgba(254, 253, 240, 1) 100%);
    }

    .donationRecommendText {
        background: #fefdf0;
        position: static;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        text-align: center;
        padding-right: 20px;
        padding-left: 20px;
    }

    .donationArrowsWrap {
        bottom: 25px;
        right: 0;
        left: 0;
        width: auto;
        max-width: 100%;
        padding: 0 20px;
        justify-content: space-between;
    }

    .donationArrowsWrap .next, .donationArrowsWrap .prev {
        margin: 0;
    }

    .donationRecommendDetails {
        padding: 14px 60px 0
    }

    .donationRecommendDetails::before {
        width: 37px;
        height: 5px;
        top: 0;
        right: auto;
        left: 50%;
        margin: 0 0 0 -18px;
    }

    .blogInner .titles {
        position: static;
    }

    .blogMainSection {
        padding-bottom: 50px;
        background-size: 700px auto;
    }

    .blogMainSection .breadCrumbsWrap {
        top: 15px;
    }

    .contactDetailsItemTitle, .contactDetailsItem {
        font-size: 18px;
    }

    .contactTitle {
        font-size: 36px;
        line-height: 38px;
    }

    .contactLeftTitle {
        font-size: 24px;
        line-height: 30px;
        margin: 0;
    }

    .contactLeft {
        padding-right: 0;
    }

    .contactRight {
        background-size: 77% auto;
    }
}

@media screen and (max-width: 767px) {
    .hpContainer1500 {
        padding: 0 15px;
    }

    .hideInMobile, .hideOnMobile {
        display: none !important;
    }

    .btnPurple, .mintBtn {
        min-height: 40px;
        font-size: 20px;
    }

    .topBannerTitle {
        font-size: 40px;
        line-height: 48px;
        margin: 0 0 17px 0;
    }

    .hpTopBannerSection .swiper-slide {
        padding: 120px 15px 100px;
    }

    .paginationWithProgress {
        bottom: 25px;
        right: 15px;
        left: 15px;
        text-align: center;
    }

    .paginationWithProgress .swiper-pagination-bullet {
        line-height: 40px;
    }

    .paginationWithProgress .swiper-pagination-bullet.swiper-pagination-bullet-active {
        font-size: 40px;
    }

    header {
        padding: 17px 17px 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .logoImg {
        height: 73px;
        margin: 0;
        vertical-align: top;
    }

    nav:not(.woocommerce-MyAccount-navigation) {
        padding: 68px 16px 0;
    }

    .navInner {
        height: 100%;
        overflow: auto;
    }

    .navInner > ul {
        max-height: none;
    }

    .navInner > ul > li {
        width: 100%;
        position: relative;
    }

    nav ul a {
        padding: 10px 27px 10px 0;
        font-size: 24px;
        line-height: 28px;
    }

    nav ul ul a {
        font-size: 20px;
        padding: 4px 27px 4px 0;
    }

    nav li.hasSons > .openSubMenu {
        display: block;
    }

    .navInner > ul > li > ul, .navInner > ul > li > ul.hasSons {
        width: 100%;
        flex-direction: column;
        position: static;
    }

    .navInner > ul > li > ul > li, .navInner > ul > li > ul.hasSons > li {
        width: 100%;
    }

    nav ul ul ul a {
        font-size: 18px;
        line-height: 26px;
    }

    .navSocials {
        padding-bottom: 30px;
        justify-content: center;
        margin: 0;
    }

    .navSocials .footerSocialsLinks {
        margin: 0 10px;
    }

    .logoLink {
        overflow: hidden;
        height: 73px;
        margin: 0 auto 0 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transition-delay: 1.3s;
        transition-delay: 1.3s;
    }

    .menuIsOpen .logoLink {
        filter: alpha(opacity=0);
        opacity: 0;
        -khtml-opacity: 0;
        visibility: hidden;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .topAccessibilityBtn.active {
        width: 43px;
        max-width: 43px;
        height: 27px;
        line-height: 27px;
        text-align: left;
        margin: 0;
        position: absolute;
        left: 16px;
        top: 17px;
        border-right: 1px solid #d8cace;
    }

    .topSearchBtn {
        height: 27px;
        line-height: 27px;
        margin: 0;
        padding: 0 21px;
        position: absolute;
        left: 59px;
        top: 17px;
        border-right: 1px solid #d8cace;
    }

    .topLangWrap {
        position: absolute;
        left: 128px;
        top: 8px;
    }

    .topAccessibilityBtn {
        -webkit-transform: translate(0, -60px);
        transform: translate(0, -60px);
    }

    .topAccessibilityBtn.active, .topSearchBtn, .topLangWrap {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transform: translate(0, -60px);
        transform: translate(0, -60px);
        filter: alpha(opacity=0);
        opacity: 0;
        -khtml-opacity: 0;
        visibility: hidden;
    }

    .menuIsOpen .topAccessibilityBtn.active, .menuIsOpen .topSearchBtn, .menuIsOpen .topLangWrap {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        -khtml-opacity: 1;
        visibility: visible;
    }

    .menuIsOpen .topAccessibilityBtn.active {
        -webkit-transition-delay: 1.3s;
        transition-delay: 1.3s;
    }

    .menuIsOpen .topSearchBtn {
        -webkit-transition-delay: 1.5s;
        transition-delay: 1.5s;
    }

    .menuIsOpen .topLangWrap {
        -webkit-transition-delay: 1.7s;
        transition-delay: 1.7s;
    }

    .menuIsOpen .logoImg {
        height: 51px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .closeMenu, .openMenu {
        height: 40px;
        width: 40px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .closeMenu {
        align-items: center;
    }

    .closeMenuIcon {
        height: 22px;
        margin: 0;
        vertical-align: middle;
    }

    .topInvestorsBtn, .topRegBtn {
        display: block;
        line-height: 52px;
        font-size: 20px;
        font-weight: 500;
        text-decoration: none;
        border-top: 1px solid #d8cace;
    }

    .topInvestorsBtn svg, .topRegBtn svg {
        margin: 0 0 -2px 2px;
    }

    .topRegBtn {
        border-bottom: 1px solid #d8cace;
    }

    .topSearchWrap {
        left: 0;
        height: 69px;
        z-index: 2;
        padding: 14px 9px 0;
    }

    .topSearchField {
        font-size: 20px;
        padding-right: 7px;
    }

    body.resizeHeader header {
        padding: 15px 15px 0;
    }

    body.resizeHeader:not(.purpleHeader) header {
        background: #430047;
    }

    body.resizeHeader .logoLink {
        height: 20px;
        margin-top: 7px;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    body.menuIsOpen.resizeHeader .logoLink {
        height: 15px;
    }

    body.resizeHeader .logoLink path {
        fill: #ffffff;
    }

    body.resizeHeader .openMenu rect {
        fill: #ffffff;
    }

    .hpAboutInner .btnPurple {
        margin: 20px 0 0 0;
    }

    .hpAbout {
        display: block;
    }

    .hpAboutContainer {
        padding: 80px 15px 40px;
    }

    .iScrollVerticalScrollbar.iScrollLoneScrollbar {
        right: 0 !important;
    }

    .slimScrollBar, .iScrollIndicator {
        filter: alpha(opacity=40);
        opacity: 0.4;
        -khtml-opacity: 0.4;
        width: 7px !important;
    }

    .hpSection3 {
        flex-direction: column;
    }

    .hpSection2Inner {
        width: 100%;
    }

    .hpSection3 .hpContainer1500 {
        padding: 80px 22px 50px;
        text-align: center;
        flex: 1;
    }

    .sec2imgWrap {
        width: 100%;
        height: auto;
        position: relative;
        filter: alpha(opacity=100);
        opacity: 1;
        -khtml-opacity: 1;
    }

    .sec2imgWrap .imgCenterWrap {
        height: auto;
    }

    .sec2imgWrap .imgCenter {
        width: 100%;
        height: auto;
        position: static;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        vertical-align: top;
    }

    .sec2imgWrap::after {
        background: linear-gradient(85deg, rgba(129, 212, 171, 1) 9%, rgba(129, 212, 171, 0) 55%);
    }

    .sec2imgWrap::before {
        background: linear-gradient(85deg, rgba(254, 253, 240, 1) 9%, rgba(254, 253, 240, 0) 55%);
    }

    .hpSection4 .hpContainer1500 {
        padding-top: 78px;
    }

    .hpSection4 .titles {
        margin-top: 15px;
    }

    .hpSection4ItemsImgWrap {
        height: 190px;
    }

    .hpBtmNsltrTitle {
        font-size: 30px;
        line-height: 36px;
    }

    .hpBottomNewsletter .hpContainer1500 {
        padding-top: 70px;
    }

    .hpBtmNsltrForm {
        width: 335px;
    }

    .hpBottomNewsletterInner {
        min-height: 53.2vh;
    }

    .footerSection, .footerSection .fp-scrollable {
        max-height: -webkit-calc(100vh - 63px);
        max-height: calc(100vh - 63px);
    }

    footer {
        padding: 10px 17px 17px;
    }

    .hpBottomNewsletter footer {
        min-height: 59vh;
    }

    .footerInner {
        flex-direction: column;
    }

    .footerLinksWrap {
        width: 100% !important;
        padding: 0 !important;
        border-bottom: 1px solid rgba(67, 0, 71, 0.2);
    }

    .footerSocials {
        position: static;
        margin: 0;
        padding: 20px 0 0 0;
    }

    .footerSocialsInner {
        display: flex;
        justify-content: center;
    }

    .footerSocialsLinks {
        margin: 0 10px;
    }

    .footerLinksTitle {
        height: 45px;
        line-height: 45px;
        width: 100%;
        margin: 0;
        position: relative;
        padding: 0 0 0 20px;
        text-align: right;
    }

    .footerLinksTitle::after {
        content: "";
        width: 13px;
        height: 13px;
        background: url(../images/plus.svg) center center no-repeat;
        position: absolute;
        left: 0;
        top: 50%;
        margin: -6px 0 0 0;
    }

    .footerLinksWrap.active .footerLinksTitle::after {
        height: 3px;
        margin: -1px 0 0 0;
    }

    .footerLinksWrap > ul, .footerLinksWrap > div {
        padding: 60px 15px 30px 15px;
    }

    .footerLinksWrap a.footerPhoneOnMobile {
        display: inline;
    }

    .hpPartners .hpContainer1500 {
        padding-top: 63px;
    }

    .titles {
        font-size: 50px;
        line-height: 41px;
    }

    .titles .letterImg {
        height: 28px;
    }

    .regTitle {
        font-size: 28px;
        margin: 0 0 10px 0;
    }

    .btnPurple.submitBtn {
        font-size: 19px;
    }

    .inputsWrap {
        padding-top: 12px !important;
    }

    .submitWrap {
        padding-top: 25px !important;
    }

    .regRight {
        padding: 0 0 0 5px;
    }

    .yBoxFrame.myStyle::before {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }

    .yBoxFrame.myStyle .closeYbox {
        width: 39px;
        height: 39px;
        top: 15px;
        right: 15px;
    }

    .yBoxFrame.myStyle .insertYboxAjaxHere {
        padding: 17px;
    }

    #reg {
        display: block;
        padding: 28px 26px 37px;
    }

    textarea.inputs {
        height: 70px;
    }

    .submitWrap {
        padding-left: 0 !important;
        width: 100%;
    }

    .select2-results__option {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .aboutWorkers .titles {
        margin: 0 0 54px 0;
    }

    .aboutWorkersItemsWrap {
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px);
        margin: 0 -10px;
    }

    .aboutWorkers .hpContainer1500 {
        padding-top: 90px;
        padding-bottom: 20px;
    }

    .workerItem {
        width: 33.333%;
    }

    .workerName, .workerJob {
        padding: 0 10px;
    }

    .aboutSections {
        text-align: center;
        display: block;
    }

    .aboutSections .hpSection2Inner {
        width: 100%;
    }

    .aboutSections .sec2imgWrap {
        width: 100%;
    }

    .aboutSections .aboutSectionsInner {
        padding: 85px 0 40px 0;
    }

    .aboutSections:first-child .aboutSectionsInner {
        padding: 25px 0 60px 0;
    }

    .breadCrumbsWrap {
        position: static;
        white-space: normal;
        padding: 0 15px 10px;
    }

    .breadCrumbs {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        position: static;
        justify-content: center;
    }

    .wrapperForBreadCrumbs .hpContainer1500 {
        padding: 0 15px;
    }

    .aboutSubTitle {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 25px 0;
    }

    .aboutNumbersRight {
        font-size: 51px;
        line-height: 51px;
    }

    .aboutNumbersRight .letterImg {
        height: 29px;
    }

    .numbersItemsTitles {
        font-size: 18px;
        line-height: 22px;
        margin: 10px 0 0 0;
    }

    .numbersItems_num {
        font-size: 40px;
        line-height: 47px;
    }

    .numbersItems {
        padding-bottom: 30px;
    }

    .aboutNumbers .hpContainer1500 {
        padding-top: 85px;
        padding-bottom: 30px;
    }

    .aboutNumbers {
        background: url(../images/bg2mobile.svg) 0 bottom no-repeat;
    }

    .yosSections {
        display: flex;
        flex-direction: column;
    }

    .yosSections .aboutSectionsInner {
        flex: 1;
    }

    .yosBoxes .hpContainer1500 {
        padding-top: 103px;
        padding-bottom: 60px;
    }

    .yosBoxesItems {
        width: 100%;
        padding: 0 0 20px 0 !important;
    }

    .faqSection .aboutSectionsInner {
        padding-top: 63px;
        padding-bottom: 27px;
    }

    .Qul > li {
        padding: 17px 0;
    }

    .Qul > li .Q_a {
        font-size: 20px;
        line-height: 24px;
    }

    .yosGallery .swiper-container {
        height: 432px;
        padding-top: 73px;
    }

    .yosGallery .swiper-pagination-total, .yosGallery .swiper-pagination-current {
        font-size: 24px;
    }

    .yosGalleryImgWrap {
        padding: 0 5px;
    }

    .yosGallery .next, .yosGallery .prev {
        width: 40px;
        height: 40px;
    }

    .yosGallery .swiper-pagination-total, .yosGallery .swiper-pagination-current {
        line-height: 40px;
    }

    .navWrap {
        width: 220px;
    }

    .galleryPage {
        background: url(../images/services_gallery_bg_mobile.svg) left 103px no-repeat;
    }

    .galleryPage .next, .galleryPage .prev {
        width: 40px;
        height: 40px;
    }

    .serviceGalleryItemImgWrapFront {
        width: 45%;
        height: 283px;
    }

    .serviceGalleryItemImgWrapRight, .serviceGalleryItemImgWrapLeft {
        top: 20px;
        height: 227px;
    }

    .serviceGalleryItemTitle {
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        line-height: 24px;
        width: 45%;
        padding: 0;
        margin: 19px auto 0;
    }

    .galleryPage .next::after, .galleryPage .prev::after, .yosGallery .next::after, .yosGallery .prev::after {
        width: 6px;
        height: 9px;
    }

    .galleryPage .titles {
        margin: 0 0 30px 0;
    }

    .gradient {
        width: 0;
        right: auto;
        left: 0;
        -webkit-transition: opacity 0.8s ease 0.8s, width 0.8s ease 0s;
        transition: opacity 0.8s ease 0.8s, width 0.8s ease 0s;
    }

    .faqSection .gradient {
        left: auto;
        right: 0;
    }

    body[data-bg="cream"] .gradient.cream, body[data-bg="purple"] .gradient.purple, body[data-bg="mint"] .gradient.mint {
        width: 100%;
    }

    .gradient.cream {
        background: linear-gradient(85deg, rgba(254, 253, 240, 1) 8%, rgba(254, 253, 240, 0) 42%);
    }

    .gradient.mint {
        background: linear-gradient(85deg, rgba(129, 212, 171, 1) 8%, rgba(129, 212, 171, 0) 42%);
    }

    .gradient.purple {
        background: linear-gradient(85deg, rgba(67, 0, 71, 1) 8%, rgba(67, 0, 71, 0) 42%);
    }

    /* .aboutSections:nth-child(odd) .gradient{left:auto;right:0;}
	.aboutSections:nth-child(odd) .gradient.cream{background:linear-gradient(95deg,rgba(254,253,240,0) 62%,rgba(254,253,240,1) 92%);}
	.aboutSections:nth-child(odd) .gradient.mint{background: linear-gradient(95deg, rgba(129,212,171,0) 62%,rgba(129,212,171,1) 92%);}
	.aboutSections:nth-child(odd) .gradient.purple{background:linear-gradient(95deg, rgba(67,0,71,0) 62%,rgba(67,0,71,1) 92%);} */
    .aboutSections.flipSides .gradient {
        left: auto;
        right: 0;
    }

    .aboutSections.flipSides .gradient.cream {
        background: linear-gradient(95deg, rgba(254, 253, 240, 0) 62%, rgba(254, 253, 240, 1) 92%);
    }

    .aboutSections.flipSides .gradient.mint {
        background: linear-gradient(95deg, rgba(129, 212, 171, 0) 62%, rgba(129, 212, 171, 1) 92%);
    }

    .aboutSections.flipSides .gradient.purple {
        background: linear-gradient(95deg, rgba(67, 0, 71, 0) 62%, rgba(67, 0, 71, 1) 92%);
    }

    .postMainSection {
        text-align: center;
    }

    .postMainSection .hpContainer1500 {
        padding: 0 15px;
    }

    .postMainSection .breadCrumbs2 {
        justify-content: center;
    }

    .yoRightContentInner {
        padding-top: 0;
    }

    .postPageSocialsWrap {
        position: static;
        display: flex;
        justify-content: center;
        margin: 25px 0 33px 0;
    }

    .postPageSocials_btn {
        margin: 0 12px;
        width: auto;
    }

    .postPageColumnImg, .postPageRow:nth-child(even) .postPageColumnImg {
        width: 100%;
    }

    .postMainSection {
        padding: 125px 0 50px 0;
    }

    .postPageTitle {
        font-size: 30px;
        line-height: 36px;
        margin: 0;
    }

    .postPageRowDetails {
        justify-content: center;
        margin: 15px 0;
    }

    .postPageRow, .postPageRow:nth-child(even) {
        padding: 0 0 20px 0;
    }

    .tagsWrap {
        justify-content: center;
    }

    .tagsInner {
        justify-content: center;
    }

    .tagsTitle {
        font-size: 20px;
    }

    .tagsLink {
        min-height: 33px;
        font-size: 16px;
        margin: 0 15px 15px 0;
        padding: 5px 15px;
        min-width: 80px;
    }

    .postPageRowDetailsColumn:not(:first-child) {
        padding: 0 28px 0 0;
    }

    .postPageRowDetailsColumn:not(:first-child)::before {
        right: 14px;
    }

    .postPublishDate {
        padding: 0;
    }

    .postPageRowDetailsColumn:last-child .postPageRowDetailsColumnTitle {
        display: flex;
    }

    .morePostsItemImgWrap {
        width: 120px;
        height: 83px;
        margin: 5px ​0 0 0;
    }

    .morePosts {
        padding: 75px 17px 37px;
    }

    .morePostsTitle {
        font-size: 30px;
        line-height: 32px;
        margin: 0 0 35px 0;
    }

    .morePostsItemTitle {
        line-height: 22px;
    }

    .donationRecommendImgWrap {
        height: 530px;
    }

    .donationRecommendTextTitle {
        font-size: 24px;
        line-height: 24px;
    }

    .donationRecommendText {
        line-height: 26px;
    }

    .blogMainSection {
        padding: 125px 0 20px 0;
    }

    .blogInner .titles {
        text-align: center;
        margin: 0 0 25px 0;
    }

    .contactMainSection {
        padding: 120px 0 0 0;
        text-align: center;
    }

    .contactMainSection .wrapperForBreadCrumbs {
        flex-direction: column;
    }

    .contactMainSection .hpContainer1500 {
        flex-direction: column;
    }

    .contactRight {
        width: calc(100% + 30px);
        margin: 0 -15px 40px;
        padding: 0 15px 40px;
        background: none;
        border-bottom: 1px solid #d8cace;
    }

    .contactRightInner {
        width: 100%;
    }

    .contactLeft {
        width: 100%;
        max-width: 100%;
        padding: 0 0 58px 0;
    }

    .contactDetailsItem {
        width: 33.333%;
        text-align: right;
        padding: 0 15px !important;
        justify-content: center;
    }

    .contactDetailsItem.addressWrap {
        width: 50%;
    }

    .contactDetailsItem.emailWrap {
        width: 50%;
    }

    .contactMainSection .wrapperForBreadCrumbs .hpContainer1500 {
        padding-left: 15px;
    }

    .contactForm .inputsWrap.contactFormCheckboxesWrap {
        text-align: right;
    }

    .postcardMobile {
        width: 260px;
        margin: 0 auto;
    }

    .contactForm .inputsWrap.contactFormSubmitWrap, .contactForm .inputsWrap.contactFormCheckboxesWrap {
        padding: 0 10px !important;
    }

    .contactForm .inputsWrap.contactFormSubmitWrap .inputsWrapInner, .contactForm .inputsWrap.contactFormCheckboxesWrap .inputsWrapInner {
        padding: 10px 0 0 0;
    }

    .contactForm textarea.inputs {
        height: 82px;
    }

    .radio, .checkbox {
        width: 20px;
        line-height: 20px;
        height: 20px;
        margin: 2px 0 0 0;
        border-radius: 4px;
    }

    .checkbox::after, .radio::after {
        background-size: 100% 100% !important;
        width: 12px;
        height: 9px;
    }

    .checkboxItem, .radioItem {
        padding: 7px 0;
    }

    .contactForm .inputsWrap {
        padding: 0 10px 0 !important;
    }

    .page-template-landing .contactRight {
        padding-bottom: 20px;
    }

    .faqSection, .yosGallery {
        min-height: 1px;
    }
}

@media screen and (max-width: 599px) {
    .hpBottomNewsletter .hpContainer1500 {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .hpAbout .slimScrollDiv {
        align-items: flex-start;
    }

    .hpAboutInner {
        width: 100%;
        text-align: center;
    }

    .hpSection2images {
        position: relative;
        height: 464px;
    }

    .hpSection2images.moveOutFromScroll {
        filter: alpha(opacity=100);
        opacity: 1;
        -khtml-opacity: 1;
    }

    .hpSection2circlesWrap:nth-child(1) {
        right: 70%;
        top: 205px;
    }

    .hpSection2circlesWrap:nth-child(2) {
        right: 29%;
        top: 270px;
    }

    .hpSection2circlesWrap:nth-child(3) {
        right: 27.8%;
        top: 0;
    }

    .hpSection2circlesWrap:nth-child(4) {
        right: 10px;
        top: 180px;
    }

    .hpAboutImg1wrap {
        width: 68vw;
        height: 68vw;
    }

    .hpAboutImg2wrap {
        width: 33.4vw;
        height: 33.4vw;
    }

    .hpAboutImg3wrap {
        width: 236px;
        height: 236px;
    }

    .hpAboutText4wrap {
        width: 31.1vw;
        height: 31.1vw;
        font-size: 6.8vw;
        line-height: 6vw;
    }

    .hpSection4ItemsRightLeft {
        max-width: 100%;
    }

    .hpSection4 .hpContainer1500 {
        padding: 78px 18px 98px;
    }

    .hpSection4ItemsImgWrap {
        height: 240px;
    }

    .partnersWrap {
        padding-bottom: 25px;
    }

    .partnersItem {
        width: 50%;
        height: 160px;
        justify-content: flex-end !important;
        align-items: flex-start !important;
    }

    .partnersItem:nth-child(4n+3) {
        justify-content: flex-start !important;
    }

    .partnersItem:nth-child(4n) {
        justify-content: flex-start !important;
    }

    .partnersItem .partnersItemCircle {
        width: 36vw !important;
        height: 36vw !important;
        max-width: 150px;
        max-height: 150px;
    }

    .partnersItem:nth-child(3n+2) {
        align-items: center !important;
    }

    .partnersItem:nth-child(3n+2) .partnersItemCircle {
        width: 30vw !important;
        height: 30vw !important;
        max-width: 125px;
        max-height: 125px;
    }

    .hpBtmNsltrTitle br {
        display: none;
    }

    .hpBottomNewsletterInner {
        background-image: url(../images/newsletter_mobile_bg.svg);
        background-size: 100% 81%;
        min-height: 53.3vh;
        background-position: 50% 63px;
    }

    .hpBottomNewsletter footer {
        min-height: 46.7vh;
    }

    .regRight {
        padding: 0;
    }

    .regTitle {
        text-align: center;
    }

    .inputsWrap {
        width: 100%;
    }

    .inputsWrap:nth-child(even) {
        padding-right: 0;
    }

    .inputsWrap:not(.textareaWrap) {
        padding-left: 0;
    }

    .inputsWrap:nth-child(even) .inputsLabel, .inputsWrap:nth-child(even) .valIsEmpty:focus ~ .inputsLabel {
        right: 0;
    }

    .workerItem {
        width: 50%;
    }

    .numbersItems {
        width: 50%;
    }

    .serviceGalleryItemImgWrapFront, .serviceGalleryItemTitle {
        width: 60.55%;
        max-width: 227px;
    }

    .galleryPage .next, .galleryPage .prev {
        top: auto;
        bottom: 0;
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
    }

    .donationRecommendImgWrap {
        height: 450px;
    }
}

@media screen and (max-width: 479px) {
    .yoBtnsUnderContentWrap {
        width: 100%;
        margin: 0;
        flex-direction: column;
        padding-top: 20px;
    }

    .yoBtnsWrapUnderContent {
        padding: 0 0 20px 0;
    }

    .donationRecommendImgWrap {
        height: 338px;
    }

    .contactDetailsItem {
        width: 50%;
        justify-content: flex-start;
    }

    .contactDetailsItem.emailWrap {
        width: 100%;
    }

    .contactDetailsWrap {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
}


@media (max-width: 767px) {
    .gradient.purple,
    .gradient.cream,
    .gradient.mint {
        display: none;
    }
}


.yosBoxes .hpContainer1500 {
    padding-top: 0;
}

@media (min-width: 1024px) {
    .yosBoxesItems a img {
        max-width: 24%;
    }
}