html {
    width: 100%
}

body {
    background: #fff;
    font-family: NextExitRound, arial, tahoma;
    text-align: center;
    height: 100%;
    width: 100%;
    overflow-x: hidden
}

.imgHidden {
    display: none
}

#container {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-align: left;
    padding-top: 95px;
    overflow: hidden
}

#container.mobilemenu {
    z-index: 0
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.clearfix {
    clear: both;
    *zoom: 1
}

.inner_content {
    width: 100%;
    height: 100%;
    max-width: 1366px;
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: left
}

.dark_title {
    text-align: center;
    margin: 0;
    padding: 41px 0 0;
    font-weight: 400;
    font-size: 65px;
    color: #3cb6af;
    display: block;
    direction: ltr
}

.dark_title.white {
    color: #fff
}

select {
    width: 100%
}

.chosen-container {
    width: 100%;
    height: 40px;
    position: relative
}

.chosen-container-single .chosen-single {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .09);
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    color: #636363;
    font-size: 25px;
    font-weight: 300;
    width: 100%;
    height: 40px;
    line-height: 42px
}

.chosen-container-single .chosen-single span {
    padding-left: 9px;
    margin-left: 0;
    margin-right: 26px;
    font-size: 30px;
    font-weight: 200;
    color: #636363;
    letter-spacing: -1.8px;
    direction: ltr
}

.chosen-container-single .chosen-single div {
    left: auto;
    right: 11px
}

.chosen-container-single .chosen-single div b {
    background-position: 0 11px
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 11px
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 7px 7px 0;
    background-clip: padding-box;
    background: #fff;
    border-color: #cfcfcf
}

.chosen-container .chosen-results li {
    font-size: 30px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 200;
    color: #636363;
    letter-spacing: -1.8px
}

.chosen-container .chosen-results li:last-child {
    border-radius: 0 4px 4px 0
}

.chosen-container .chosen-results li.highlighted {
    color: #fff;
    background: #555
}

.grey .chosen-container {
    width: 100%;
    height: 40px;
    position: relative
}

.grey .chosen-container-single .chosen-single {
    width: 100%;
    height: 40px;
    line-height: 41px;
    background: #f7f7f7;
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0, #f7f7f7), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #f7f7f7 0, #ededed 100%);
    background: -webkit-linear-gradient(top, #f7f7f7 0, #ededed 100%);
    background: linear-gradient(to bottom, #f7f7f7 0, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ededed', GradientType=0);
    border-color: #d6d6d6;
    border-radius: 7px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1)
}

.grey .chosen-container-single .chosen-single span {
    margin-left: 10px;
    margin-right: 26px;
    font-size: 21px;
    font-weight: 200;
    color: #000
}

.grey .chosen-container-single .chosen-single div {
    left: auto;
    right: 11px
}

.grey .chosen-container-single .chosen-single div b {
    background-position: 0 11px
}

.grey .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 11px
}

.grey .chosen-container-active.chosen-with-drop .chosen-single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.grey .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 7px 7px 0;
    background-clip: padding-box;
    background: #ececec;
    border-color: #d6d6d6
}

.grey .chosen-container .chosen-results li {
    font-size: 21px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 200;
    color: #000
}

.grey .chosen-container .chosen-results li:last-child {
    border-radius: 0 4px 4px 0
}

.grey .chosen-container .chosen-results li.highlighted {
    color: #fff;
    background: #555
}

#header {
    height: 95px;
    line-height: 95px;
    background: #3cb6b0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .49);
    direction: ltr;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
    overflow: hidden
}

#header .logo {
    position: absolute;
    left: 26px;
    top: 26px;
    display: block;
    height: 50px;
    width: 120px;
    background: url(../images/logo.png?v=1) no-repeat 0 0
}

#header .topmenu {
    position: absolute;
    right: 148px;
    top: 0
}

#header .topmenu.giftIcon {
    right: 290px
}

#header .topmenu li {
    float: left
}

#header .topmenu li a {
    font-size: 22px;
    font-weight: 200;
    color: #fff;
    margin: 0 1px;
    padding: 3px 7.8px 0;
    line-height: 24px;
    height: 24px;
    margin-top: 34px;
    display: block;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .22)
}

#header .topmenu li a:hover {
    color: #f5d616
}

#header .topmenu li a.french {
    font-family: FiraSans, arial, tahoma;
    font-weight: 300;
    font-size: 19px;
    line-height: 20px;
}

#header .donate_btn {
    display: block;
    width: 123px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    position: absolute;
    background: #f5d616;
    right: 23px;
    top: 27px;
    text-align: center;
    font-weight: 200;
    font-size: 22px;
    color: #000;
    border: 2px solid #35a29d
}

#header .donate_btn.giftIcon {
    right: 120px
}

#header .donate_btn:hover {
    background: #ffdf17
}

#header .desktop_langs {
    display: block;
    position: absolute;
    top: -28px;
    right: 148px;
    color: #fff;
    height: 20px;
    font-size: 12px;
    font-family: arial
}

#header .gift_icon {
    position: absolute;
    top: 12px;
    right: 70px
}

.flag {
    width: 20px;
    height: 13px;
    display: inline-block;
    background: url(../images/flags.png) no-repeat;
    position: relative;
    top: 2px
}

.flag.flag-fr {
    background-position: -16px 0
}

.flag.flag-il {
    background-position: -40px 0
}

.flag.flag-ru {
    background-position: 0 -11px
}

.flag.flag-us {
    background-position: -20px -14px
}

.snap-drawer .langs, .snap-drawer li {
    text-align: center
}

#header .desktop_langs a {
    color: #fff;
    font-weight: 400 !important
}

#header .desktop_langs a.active, #header .desktop_langs a:hover {
    color: #f7dc00
}

@media only screen and (max-width: 1120px) {
    #header .topmenu.giftIcon {
        right: 175px
    }
}

@media only screen and (max-width: 768px) {
    #header .gift_icon {
        right: 15px
    }

    #header .donate_btn.giftIcon {
        right: 60px
    }
}

@media only screen and (max-width: 640px) {
    #header .gift_icon img {
        max-width: 70%
    }
}

#footer .bottom_nav {
    height: 220px;
    background: #3cb6b0;
    border-top: 1px solid #4ebdb7;
    border-bottom: 1px solid #3aa9a4;
    direction: ltr
}

#footer .bottom_nav .effective_tav {
    position: absolute;
    left: 22px;
    top: 150px;
    max-width: 81px;
}

#footer .bottom_nav .menu {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 110px;
    top: 39px;
    width: 50%;
}

#footer {
    position: relative;
    z-index: 15;
}

@media only screen and (max-width: 1350px) {
    #footer .bottom_nav .menu {
        width: 60vw;
    }
}

#footer .bottom_nav .menu li {
    width: 135px;
    padding-bottom: 10px;;
    /*float: left*/
}

#footer .bottom_nav .menu li a {
    font-size: 22px;
    font-weight: 200;
    color: #fff;
    margin: 3px 1px 0;
    padding: 0 7.8px;
    display: block;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .22)
}

#footer .bottom_nav .menu li a:hover {
    color: #f5d616
}

#footer .bottom_nav .newsletter-box {
    align-items: center;
}

#footer .bottom_nav .donate_btn {
    display: block;
    width: 123px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    position: absolute;
    background: #f5d616;
    left: 830px;
    top: 28px;
    text-align: center;
    font-weight: 200;
    font-size: 22px;
    color: #000;
    border: 2px solid #35a29d
}

#footer .bottom_nav .donate_btn:hover {
    background: #ffdf17
}

#footer .bottom_nav .follow_us {
    position: absolute;
    right: 0;
    top: 0;
    width: 115px
}

#footer .bottom_nav .follow_us b {
    font-weight: 200;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 14px;
    left: 10px
}

#footer .bottom_nav .follow_us a {
    width: 41px;
    height: 41px;
    position: absolute;
    left: 5px;
    top: 38px
}

#footer .bottom_nav .follow_us a.youtube {
    background: url(../images/icon_youtube1.png) right top no-repeat;
    left: 21px
}

#footer .bottom_nav .follow_us a.facebook {
    background: url(../images/icon_facebook1.png) right top no-repeat;
    left: 46px
}

#footer .bottom_nav .follow_us a.instagram {
    background: url(../images/icon_instagram1.png) right top no-repeat;
    left: -8px;
    top: 40px
}

#footer .bottom_nav .newsletter-box {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    top: 150px;
    width: calc(100% - 145px);
    left: 110px;
    padding-top: 3px;
}

/*#footer .bottom_nav .search-wrapper {*/
/*    display: flex;*/
/*    !*margin-left: 15px;*!*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    padding: 11px 0 0 0;*/
/*}*/

/*#footer .bottom_nav .search-wrapper #___gcse_0 .gsc-control-cse-iw {*/
/*    background: transparent;*/
/*    border: transparent;*/
/*    padding: unset;*/
/*    margin: unset;*/
/*}*/

/*#footer .bottom_nav .search-wrapper #___gcse_0 .gsc-control-cse-iw .gsc-control-wrapper-cse .gsc-search-box-tools .gsc-search-box {*/
/*    direction: ltr;*/
/*}*/

/*#footer .bottom_nav .search-wrapper #___gcse_0 .gsc-control-cse-iw .gsc-control-wrapper-cse .gsc-search-box-tools .gsc-search-box .gsc-input{*/
/*    padding: unset;*/
/*    margin: unset;*/
/*}*/

/*#footer .bottom_nav .search-wrapper #___gcse_0 .gsc-control-cse-iw .gsc-control-wrapper-cse .gsc-search-box-tools .gsc-search-box .gsc-input .gsc-input-box{*/
/*    width: 180px;*/
/*    height: 42px;*/
/*    padding: unset;*/
/*    border-radius: 7px 0 0 7px;*/
/*    border: 1px solid #31948f;*/
/*    font-size: 24px;*/
/*    font-weight: 200;*/
/*}*/

/*#footer .bottom_nav .search-wrapper #___gcse_0 .gsc-control-cse-iw .gsc-control-wrapper-cse .gsc-search-box-tools .gsc-search-box .gsc-input .gsc-input-box .gsc-input .gsib_a .gsc-input::-webkit-input-placeholder{*/
/*    font-size: 24px;*/
/*    text-align: left;*/
/*}*/


/*#footer .bottom_nav .search-wrapper #___gcse_0 .gsc-control-cse-iw .gsc-control-wrapper-cse .gsc-search-box-tools .gsc-search-box .gsc-search-button{*/
/*    !*padding: unset;*!*/
/*    margin: unset;*/
/*}*/

/*#footer .bottom_nav .search-wrapper #___gcse_0 .gsc-control-cse-iw .gsc-control-wrapper-cse .gsc-search-box-tools .gsc-search-box .gsc-search-button .gsc-search-button-v2{*/
/*    height: 40px;*/
/*    border-radius: 0 7px 7px 0;*/
/*}*/

/*#footer .bottom_nav .search-wrapper #___gcse_0 .gsc-control-cse-iw .gsc-control-wrapper-cse .gsc-search-box-tools .gsc-search-box .gsc-search-button .gsc-search-button-v2 svg{*/
/*    width: 21px;*/
/*    height: 21px;*/
/*    margin: auto;*/
/*    filter: invert(100%);*/
/*}*/

/*@media only screen and (max-width: 400px) {*/
/*    #footer .bottom_nav .search-wrapper #___gcse_0 .gsc-control-cse-iw .gsc-control-wrapper-cse .gsc-search-box-tools .gsc-search-box .gsc-input .gsc-input-box{*/
/*        width: 130px;*/
/*    }*/
/*}*/

/*#footer .bottom_nav .search-wrapper #___gcse_0 .gsc-control-cse-iw .gsc-control-wrapper-cse .gsc-search-box-tools .gsc-search-box .gsc-input .gsc-input-box input{*/
/*    font-family: NextExitRound;*/
/*    margin: 4px !important;*/
/*    font-size: 24px;*/
/*    font-weight: 200;*/
/*}*/

/*#footer .bottom_nav .search-wrapper .search-title {*/
/*    text-shadow: 0px 1px 0 #2f8e89;*/
/*    font-family: NextExitRound;*/
/*    font-size: 23.5px;*/
/*    font-weight: 300;*/
/*    line-height: 1.02;*/
/*    letter-spacing: -0.16px;*/
/*    color: #feffff;*/
/*    margin: 3px 16px 0 0;*/
/*}*/

/*#footer .bottom_nav .search-wrapper .search-input-container .search-input {*/
/*    width: 229px;*/
/*    height: 100%;*/
/*    padding: 0 15px 0 0;*/
/*    border-radius: 7px;*/
/*    border: solid 1px #349591;*/
/*    font-family: NextExitRound;*/
/*    font-size: 23.5px;*/
/*    font-weight: 300;*/
/*    line-height: 1.02;*/
/*    letter-spacing: -0.16px;*/
/*}*/

/*#footer .bottom_nav .search-wrapper .search-input-container .search-button {*/
/*    width: 43px;*/
/*    height: 39px;*/
/*    padding: 11px 10px 9px 12px;*/
/*    border: none;*/
/*    border-radius: 7px;*/
/*    background-color: #f5d616;*/
/*    position: absolute;*/
/*    left: -16px;*/
/*    top: 1px;*/
/*    cursor: pointer;*/
/*}*/

/*#footer .bottom_nav .search-wrapper .search-input-container input.search-input:focus {*/
/*    outline: none;*/
/*    outline-width: 0;*/
/*}*/

/*#footer .bottom_nav .search-wrapper .search-input-container {*/
/*    width: 212px;*/
/*    height: 41px;*/
/*    position: relative;*/
/*}*/

#footer .bottom_text {
    height: 43px;
    background: #292929
}

#footer .bottom_text .right {
    color: #7f7f7f;
    font-size: 19px;
    font-weight: 200;
    position: absolute;
    left: 122px;
    top: 13px
}

#footer .bottom_text .left {
    color: #7f7f7f;
    font-size: 13px;
    font-weight: 200;
    position: absolute;
    right: 11px;
    top: 16px;
    font-family: MYRIADPROREGULAR
}

#footer .bottom_text .left a {
    color: #7f7f7f
}

#footer .newsletter-box input[name=email] {
    padding: 13px 13px 9px 13px;
    width: 230px;
    height: 42px;
    border-radius: 6px;
    border: 1px solid #31948f;
    margin: 12px 0 0 0;
    font-size: 24px;
    font-weight: 200
}

#footer .bottom_nav .newsletter-box:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dadada
}

@media only screen and (max-width: 1130px) {

    /*#footer .bottom_nav .newsletter-box-divider {*/
    /*    display: none;*/
    /*}*/

    #footer .bottom_nav .newsletter-box {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    /*#footer .bottom_nav .search-wrapper {*/
    /*    flex-direction: column;*/
    /*    align-items: flex-start;*/
    /*}*/

    #footer .bottom_nav .newsletter-wrapper .newsletter-form-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    /*#footer .bottom_nav .search-wrapper .search-input-container .search-input {*/
    /*    margin-top: 13px;*/
    /*}*/

    /*#footer .bottom_nav .search-wrapper .search-input-container .search-button {*/
    /*    top: 14px;*/
    /*}*/

    #footer .bottom_nav .effective_tav {
        top: 80px;
        left: 12px;
    }
}

#footer .newsletter-pre-text {
    float: left;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .22);
    font-size: 24px;
    font-weight: 100;
    margin: 23px 16px 0 0
}

#footer .success {
    float: left;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .22);
    font-size: 24px;
    font-weight: 100;
    margin: 23px 0 0 16px
}

#footer .form-container {
    float: left
}

#footer .newsletter-box input[name=submit] {
    padding: 11px 13px 9px 13px;
    background: #fff;
    width: 88px;
    font-size: 24px;
    font-weight: 200;
    border: 1px solid #31948f;
    border-radius: 26px;
    margin: 0 0 -1px 10px;
    vertical-align: bottom;
    height: 42px;
    color: #a9a49f
}

.main_carousel {
    background: #44b7b0
}

.main_carousel img {
    width: 100%
}

.whatWeDo {
    background: #f2f2f2;
    border-bottom: 1px solid #f3f3f3;
    direction: ltr
}

.whatWeDo .whatWeDo_blocks {
    padding: 50px 15% 0
}

.whatWeDo .whatWeDo_blocks .whatWeDo_block_item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 62px;
    float: left;
    text-align: center
}

.whatWeDo .whatWeDo_blocks .whatWeDo_block_item.no-margin-left {
    margin-right: 0
}

.whatWeDo .whatWeDo_blocks .whatWeDo_block_item .block_img {
    display: block;
    margin-bottom: 26px
}

.whatWeDo .whatWeDo_blocks .whatWeDo_block_item .block_img img {
    max-width: 306px;
    width: 100%
}

.whatWeDo .whatWeDo_blocks .whatWeDo_block_item p {
    font-weight: 200;
    font-size: 25px;
    line-height: 26px;
    color: #9c9c9c;
    font-weight: 300;
    min-height: 110px
}

@media only screen and (max-width: 960px) {
    .whatWeDo .whatWeDo_blocks .whatWeDo_block_item p {
        height: 125px;
        font-size: 23px;
        min-height: 116px
    }
}

@media only screen and (max-width: 1120px) {
    .whatWeDo .whatWeDo_blocks .whatWeDo_block_item p {
        font-size: 21px
    }
}

.whatWeDo .whatWeDo_blocks .whatWeDo_block_item .block_btn {
    margin: 18px auto 0;
    display: block;
    width: 152px;
    height: 46px;
    line-height: 50px;
    border-radius: 23px;
    background: #000;
    font-weight: 200;
    font-size: 25px;
    color: #fff
}

.whatWeDo .whatWeDo_blocks .whatWeDo_block_item .block_btn.purple, .whatWeDo .whatWeDo_blocks .whatWeDo_block_item .card__face.purple {
    background: #2a579f
}

.whatWeDo .whatWeDo_blocks .whatWeDo_block_item .block_btn.purple:hover {
    background: #3268bf
}

.whatWeDo .whatWeDo_blocks .whatWeDo_block_item .block_btn.blue, .whatWeDo .whatWeDo_blocks .whatWeDo_block_item .card__face.blue {
    background: #3e156e
}

.whatWeDo .whatWeDo_blocks .whatWeDo_block_item .block_btn.blue:hover {
    background: #5b1fa1
}

.whatWeDo .whatWeDo_blocks .whatWeDo_block_item .block_btn.cyan, .whatWeDo .whatWeDo_blocks .whatWeDo_block_item .card__face.cyan {
    background: #3cb6b0
}

.whatWeDo .whatWeDo_blocks .whatWeDo_block_item .block_btn.cyan:hover {
    background: #44cfc8
}

.whatWeDo .whatWeDo_blocks .whatWeDo_block_item .block_btn.pink, .whatWeDo .whatWeDo_blocks .whatWeDo_block_item .card__face.pink {
    background: #e53163
}

.whatWeDo .whatWeDo_blocks .whatWeDo_block_item .block_btn.pink:hover {
    background: #ff366f
}

.whatWeDo .whatWeDo_blocks .whatWeDo_block_item .block_btn.yellow, .whatWeDo .whatWeDo_blocks .whatWeDo_block_item .card__face.yellow {
    background: #f7dc00
}

.whatWeDo .whatWeDo_blocks .whatWeDo_block_item .block_btn.yellow:hover {
    background: #ffe300
}

.whatWeDo .whatWeDo_blocks .whatWeDo_block_item .block_btn.green, .whatWeDo .whatWeDo_blocks .whatWeDo_block_item .card__face.green {
    background: #a5d20b
}

.whatWeDo .whatWeDo_blocks .whatWeDo_block_item .block_btn.green:hover {
    background: #b7eb0c
}

/**************** flipcard ***************/
.scene {
    width: 306px;
    height: 306px;
    border: none;
    /*margin: 40px 0;*/
    perspective: 600px;
}

.card {
    width: 100%;
    height: 100%;
    transition: transform 1s;
    transform-style: preserve-3d;
    cursor: pointer;
    position: relative;
}

@media only screen and (max-width: 1400px)  and (min-width:769px) {
    .whatWeDo .whatWeDo_blocks{
        width: 768px;
        padding: 50px 0 0;
        margin: 0 auto;
    }

    .scene {
        width: 240px;
        height: 240px;
    }
}

@media only screen and (max-width: 768px) {
    .scene {
        width: 45vw;
        height: 45vw;
    }

    .card {
        transition: none;
        transform: none !important;
    }
}

.card.is-flipped {
    transform: rotateY(180deg);
}

.card__face {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 26px;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    backface-visibility: hidden;
}

.card__face--front {
    /*background: black;*/
}

.card__face--back {
    /*background: #3cb6b0;*/
    transform: rotateY(180deg);
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/**************** end flipcard ***************/


.mainVideo {
    background: #fff;
    position: relative;
    overflow: hidden
}

.topBannerVideo {
    padding-bottom: 56.25%;
    height: 0;
}

.mainVideo .tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.mainVideo .play {
    background: red;
    width: 100px;
    height: 100px;
    z-index: 3;
    position: absolute;
    background: url(../images/play_video.png) no-repeat right top;
    display: block;
    top: 50%;
    margin: -50px auto 0;
    left: 0;
    right: 0
}

.mainVideo .play:hover {
    background: url(../images/play_video.png) no-repeat left top
}

.topBannerVideo iframe#player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.topBannerVideo img.mobile {
    height: 56.25vw;
    object-fit: cover;
}
@media only screen and (min-width: 1200px) {
    .topBannerVideo iframe#player {
        height: 459px;
    }
    .topBannerVideo {
        padding-bottom: 0;
        height: 459px;
    }
}
.topBannerVideo img.desktop {
    height: 100%;
    object-fit: cover;
}
@media only screen and (min-width: 1600px) {
    .topBannerVideo iframe#player {
        height: 769px;
    }
    .topBannerVideo {
        padding-bottom: 0;
        height: 769px;
    }
}

.mainVideo img {
    width: 100%
}

.weCanDoThis {
    height: 713px;
    background: #f2f2f2;
    border-bottom: 3px solid #f3f3f3
}

.weCanDoThis .dark_title {
    padding-top: 50px
}

.weCanDoThis .arrow-right {
    background: url(../images/slider_arrows.png) no-repeat 0 0;
    height: 61px;
    width: 47px;
    display: block;
    position: absolute;
    left: 5.2%;
    z-index: 25;
    top: 53.5%;
    display: none
}

.weCanDoThis .arrow-left {
    background: url(../images/slider_arrows.png) no-repeat 0 -61px;
    height: 58px;
    width: 44px;
    display: block;
    position: absolute;
    right: 5.5%;
    z-index: 25;
    top: 53.9%;
    display: none
}

.weCanDoThis .inner_content:hover .arrow-left, .weCanDoThis .inner_content:hover .arrow-right {
    display: block
}

.weCanDoThis .swiper-container {
    width: 74%;
    margin: 36px auto 60px;
    color: #fff;
    text-align: center;
    position: relative;
    max-height: 900px
}

.weCanDoThis .swiper-container .swiper-slide .block_item {
    background: #fff;
    width: 93.5%;
    margin: 0 auto;
    border: 1px solid #dadada;
    border-bottom-color: #c3c3c3;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .27);
    text-align: left;
    position: relative;
    direction: ltr
}

.weCanDoThis .swiper-container .swiper-slide .block_item .title {
    font-size: 36px;
    line-height: 33px;
    color: #3cb6b0;
    font-weight: 400;
    text-align: left;
    margin: 14px 20px 0;
    padding: 3px 8px;
    display: block;
    border-bottom: 1px solid #ddd
}

.weCanDoThis .swiper-container .swiper-slide .block_item .desc {
    font-size: 20px;
    line-height: 20px;
    color: #828587;
    font-weight: 200;
    text-align: left;
    padding: 15px 28px 3px;
    letter-spacing: .2px;
    display: block
}

.weCanDoThis .swiper-container .swiper-slide .block_item .img {
    padding: 11px 20px 21px;
    display: block
}

.weCanDoThis .swiper-container .swiper-slide .block_item .img img {
    width: 100%
}

.weCanDoThis .swiper-container .swiper-slide .block_item .block_bottom {
    background: url(../images/box_shadow.png) top repeat-x #fbfbfb;
    width: 100%;
    display: table;
    border-bottom: 1px solid #dadada;
    padding: 21px 0 5px
}

.weCanDoThis .swiper-container .swiper-slide .block_item .block_bottom li {
    display: table-cell;
    text-align: center;
    border-right: 1px solid #cfcfcf;
    width: 27.5%;
    color: #828587;
    font-size: 20px;
    font-weight: 200;
    vertical-align: top
}

.weCanDoThis .swiper-container .swiper-slide .block_item .block_bottom li:first-child {
    width: 36.5%
}

.weCanDoThis .swiper-container .swiper-slide .block_item .block_bottom li:last-child {
    border-right: none;
    width: 36.5%
}

.weCanDoThis .swiper-container .swiper-slide .block_item .block_bottom li b {
    font-weight: 400;
    font-size: 36px;
    color: #000;
    display: block;
    position: relative;
    top: -5px;
    margin-bottom: -4px
}

.weCanDoThis .swiper-container .swiper-slide .block_item .block_bottom li span {
    font-weight: 200;
    font-size: 36px;
    color: #000;
    display: block;
    position: relative;
    top: -5px;
    margin-bottom: -4px
}

.weCanDoThis .swiper-container .swiper-slide .block_item .block_bottom_donate {
    position: relative;
    height: 38px;
    display: block;
    padding: 13px 20px;
    background: #f9f9f9
}

.musicWin {
    background: #e53163
}

.musicWin img {
    width: 100%
}

.newInUs {
    min-height: 619px;
    background: #3cb6b0;
    border-top: 1px solid #53a4a6;
    border-bottom: 1px solid #53a4a6;
    position: relative
}

.newInUs .dark_title {
    padding-top: 55px;
    direction: ltr
}

.newInUs .arrow-right_new {
    background: url(../images/slider_arrows.png) no-repeat 0 0;
    height: 61px;
    width: 47px;
    display: block;
    position: absolute;
    right: 4.2%;
    z-index: 25;
    top: 51.5%;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.newInUs .arrow-left_new {
    background: url(../images/slider_arrows.png) no-repeat 0 -61px;
    height: 58px;
    width: 44px;
    display: block;
    position: absolute;
    left: 4.5%;
    z-index: 25;
    top: 51.9%;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

#newInUs_blocks {
    margin-top: 31px;
    direction: ltr;
    overflow: hidden;
    position: relative;
    height: 535px;
    width: 100%
}

#newInUs_blocks .scroller {
    direction: ltr;
    display: table;
    table-layout: fixed
}

#newInUs_blocks .block_item {
    height: 100%;
    width: 298px;
    display: table-cell;
    text-align: left
}

#newInUs_blocks .block_item .block_item_inner {
    width: 298px;
    margin: 0 4px;
    background: #fff;
    border: 1px solid #319590;
    padding: 10px;
    height: 100%;
    width: 298px
}

#newInUs_blocks .block_item:first-child .block_item_inner {
    margin-left: 0
}

#newInUs_blocks .block_item:last-child .block_item_inner {
    margin-right: 0
}

#newInUs_blocks .block_item img {
    width: 100%;
    margin-bottom: 20px
}

#newInUs_blocks .block_item .content {
    height: 224px;
    position: relative
}

#newInUs_blocks .block_item .content strong {
    display: block;
    font-weight: 400;
    font-size: 31px;
    line-height: 27px;
    padding-left: 3px
}

#newInUs_blocks .block_item .content p {
    display: block;
    font-weight: 200;
    font-size: 17px;
    padding-left: 3px
}

#newInUs_blocks .block_item a.btn {
    display: block;
    font-weight: 200;
    width: 72px;
    height: 25px;
    border-radius: 12.5px;
    font-size: 17px;
    text-align: center;
    background: #000;
    color: #fff;
    line-height: 28px;
    position: absolute;
    bottom: 0;
    right: 0
}

#newInUs_blocks .block_item.pink {
    color: #e23751
}

#newInUs_blocks .block_item.pink a.btn {
    background: #e23751
}

#newInUs_blocks .block_item.pink a.btn:hover {
    background: #fc3d59
}

#newInUs_blocks .block_item.purple {
    color: #2957a0
}

#newInUs_blocks .block_item.purple a.btn {
    background: #2957a0
}

#newInUs_blocks .block_item.purple a.btn:hover {
    background: #3268bf
}

#newInUs_blocks .block_item.cyan {
    color: #3cb6b0
}

#newInUs_blocks .block_item.cyan a.btn {
    background: #3cb6b0
}

#newInUs_blocks .block_item.cyan a.btn:hover {
    background: #44cfc8
}

#newInUs_blocks .block_item.yellow {
    color: #f0a800
}

#newInUs_blocks .block_item.yellow a.btn {
    background: #f0a800
}

#newInUs_blocks .block_item.yellow a.btn:hover {
    background: #ffb300
}

#newInUs_blocks .block_item.pink2 {
    color: #ef3d56
}

#newInUs_blocks .block_item.pink2 a.btn {
    background: #ef3d56
}

#newInUs_blocks .block_item.pink2 a.btn:hover {
    background: #ff425b
}

#newInUs_blocks .block_item.blue {
    color: #3e146f
}

#newInUs_blocks .block_item.blue a.btn {
    background: #3e146f
}

#newInUs_blocks .block_item.blue a.btn:hover {
    background: #5b1fa1
}

#newInUs_blocks .block_item.green {
    color: #9acd2f
}

#newInUs_blocks .block_item.green a.btn {
    background: #9acd2f
}

#newInUs_blocks .block_item.green a.btn:hover {
    background: #b7eb0c
}

.ourPartners {
    background: #f5d616;
    height: 625px;
    text-align: center
}

.ourPartners .dark_title {
    padding-top: 51px
}

.ourPartners .building_arrow {
    position: absolute;
    left: 23px;
    max-width: 381px;
    bottom: 0;
    width: 27.9%;
    z-index: 0
}

.ourPartners .ourPartners_blocks {
    width: 100%;
    max-width: 792px;
    margin: 43px auto 0;
    padding: 0 4px;
    position: relative;
    z-index: 1
}

.ourPartners .ourPartners_blocks .block_item {
    background: #fff;
    width: 188px;
    height: 138px;
    margin: 0 4px 8px;
    display: block;
    float: left;
    text-align: center;
    display: table
}

.ourPartners .ourPartners_blocks .block_item span {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.ourPartners .ourPartners_blocks .block_item img {
    max-height: 130px;
    max-width: 180px
}

.mainMap {
    background: #fff;
    position: relative;
    height: 620px
}

.mainMap .inner_content {
    position: relative;
    z-index: 2
}

#map-canvas {
    width: 100%;
    height: 620px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.mainMap .mainMap_text {
    height: 400px;
    width: 358px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -169px;
    right: 14.1%;
    z-index: 3;
    box-shadow: 3px 2px 1px 0 rgba(0, 0, 0, .2);
    text-align: left;
    direction: ltr
}

.mainMap .mainMap_text b {
    font-weight: 400;
    font-size: 60px;
    color: #3cb6b0;
    display: block;
    padding: 32px 0 0 36px
}

.mainMap .mainMap_text strong {
    font-weight: 400;
    font-size: 112px;
    color: #3cb6b0;
    display: block;
    padding: 0 0 0 33px;
    margin-top: -20px;
    letter-spacing: -1.6px;
    direction: ltr
}

.mainMap .mainMap_text strong a {
    color: #3cb6b0
}

.mainMap .mainMap_text strong span {
    font-size: 207px;
    line-height: 134px;
    height: 65px;
    display: inline-block;
    vertical-align: middle
}

.mainMap .mainMap_text p {
    font-size: 20px;
    line-height: 24.5px;
    color: #515151;
    padding-left: 32px;
    padding-right: 10px;
    font-weight: 200
}

.mainMap .mainMap_text p a {
    color: #515151;
    text-decoration: underline
}

@media only screen and (max-width: 1024px) {
    .mainMap .mainMap_text {
        width: 318px;
        left: 10%
    }
}

@media only screen and (max-width: 900px) {
    .mainMap .mainMap_text {
        width: 298px;
        left: 8%
    }

    .mainMap .mainMap_text strong {
        font-size: 100px
    }

    .mainMap .mainMap_text strong span {
        font-size: 195px
    }
}

@media only screen and (max-width: 900px) {
    #footer .bottom_nav .follow_us {
        display: none
    }
}

@media only screen and (max-width: 840px) {
    .ourPartners .ourPartners_blocks .block_item {
        width: 24%;
        margin: 4px .5%
    }
}

@media only screen and (max-width: 768px) {
    .mainMap .mainMap_text {
        width: 275px
    }

    .mainMap .mainMap_text b, .mainMap .mainMap_text p, .mainMap .mainMap_text strong {
        padding-left: 20px
    }

    .mainMap .mainMap_text strong span {
        display: block;
        position: absolute;
        left: 157px;
        top: 68px
    }
}

.worlds_nav {
    background: #fff
}

.worlds_nav .inner_content {
    height: 187px
}

.worlds_nav .worlds_menu {
    position: absolute;
    left: 26px;
    bottom: 5px;
    margin: 0;
    padding: 0
}

.worlds_nav .worlds_menu li {
    float: left;
    margin-right: 9px;
    opacity: .3
}

.worlds_nav .worlds_menu li:hover {
    opacity: 1
}

.worlds_nav .worlds_menu li img {
    width: 107px;
    height: 107px
}

.worlds_nav .worlds_menu li.active {
    position: relative;
    top: 10px;
    opacity: 1
}

.worlds_top_content {
    background: #5f5f5f;
    border-bottom: 1px solid #5f5f5f;
    direction: ltr
}

.worlds_top_content .inner_content .first {
    padding: 63px 0 0 13.9%;
    text-align: left;
    position: relative;
    min-height: 450px
}

.worlds_top_content .inner_content .first h1 {
    margin: 0 0 14px;
    padding: 0;
    color: #fff;
    font-size: 45px;
    font-weight: 400;
    line-height: 38px
}

.worlds_top_content .inner_content .first .text7 {
    margin: 0 0 41px;
    padding: 0 0 0 3px;
    color: #fff;
    font-size: 23px;
    font-weight: 200;
    line-height: 27px;
    display: block;
    width: 530px;
    letter-spacing: .3px
}

.worlds_top_content .inner_content .first .btn {
    border: 2px solid #fff;
    border-radius: 20px;
    background: 0 0;
    font-size: 22px;
    font-weight: 400;
    padding: 0 14px;
    display: inline-block;
    color: #fff;
    height: 36px;
    line-height: 35px;
    margin: 0 14px 0 2px;
    letter-spacing: -.1px;
    margin-bottom: 58px
}

.worlds_top_content .inner_content .first .btn:hover {
    background: #fff;
    color: #000
}

.worlds_top_content .inner_content .first .btn.btn_mobile {
    display: none
}

.worlds-readmore-label a {
    color: #fff;
    font-size: 21px
}

.worlds-readmore-label {
    display: none;
    position: absolute;
    left: 105px;
    bottom: 64px
}

.worlds_top_content .inner_content .first .big_img {
    position: absolute;
    width: 28%;
    right: 14%;
    top: 39px;
    max-width: 375px
}

.worlds_top_content .inner_content .first .contact {
    position: absolute;
    right: 16.1%;
    bottom: 56px;
    width: 275px;
    height: 46px;
    color: #fff
}

.worlds_top_content .inner_content .first .contact b {
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    left: 8px;
    top: 14px
}

.worlds_top_content .inner_content .first .contact .email {
    width: 45px;
    height: 44px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 86px;
    top: 1px;
    background: url(../images/email_1.png) 10px 12px no-repeat
}

.worlds_top_content .inner_content .first .contact .email:hover {
    background-position: -59px 12px;
    background-color: #fff;
    border-color: #2756a3
}

.worlds_top_content .inner_content .first .contact .phone {
    position: absolute;
    left: 144px;
    top: 1px
}

.worlds_top_content .inner_content .first .contact .phone a {
    width: 45px;
    height: 44px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    z-index: 2;
    background: url(../images/phone_1.png) 13px 7px no-repeat #2756a3
}

.worlds_top_content .inner_content .first .contact .phone a:hover {
    background-position: -53px 7px;
    background-color: #fff;
    border-color: #2756a3
}

.worlds_top_content .inner_content .first .contact .phone span {
    display: block;
    width: 95px;
    width: 0;
    overflow: hidden;
    height: 35px;
    background: #fff;
    position: absolute;
    left: 35px;
    top: 4px;
    z-index: 1;
    direction: ltr;
    font-size: 36px;
    line-height: 38px;
    text-align: left;
    font-weight: 400;
    letter-spacing: -.8px;
    border-radius: 0 20px 20px 0;
    color: #2756a3
}

.worlds_top_content .inner_content .first .contact .phone span i {
    font-style: normal;
    font-size: 63px;
    line-height: 35px;
    vertical-align: middle;
    font-weight: 200;
    position: relative;
    top: 11px;
    margin: 0 1px 0 12px;
    display: block;
    float: left
}

.worlds_top_content .inner_content .first .noar_register {
    margin-top: -45px;
    display: inline-block
}

.worlds_top_content .inner_content .first .noar_register .btn2 {
    border: 2px solid #fff;
    border-radius: 20px;
    background: 0 0;
    font-size: 22px;
    font-weight: 400;
    padding: 0 14px;
    display: inline-block;
    color: #fff;
    height: 36px;
    line-height: 35px;
    margin: 0 2px 0 14px;
    letter-spacing: -.1px;
    width: 186px;
    text-align: center
}

.worlds_top_content .inner_content .first .noar_register .btn2:hover {
    background: #fff
}

.worlds_top_content .inner_content .second {
    text-align: left;
    position: relative;
    height: 477px;
    width: 72%;
    margin: -6px auto 0;
    border-top: 1px solid #4a70ad;
    padding: 50px 0 0;
    display: none
}

.worlds_top_content .inner_content .second .close {
    position: absolute;
    right: 0;
    top: 50px;
    width: 26px;
    height: 27px;
    z-index: 6;
    background: url(../images/close.png) top left
}

.worlds_top_content .inner_content .second .scroller {
    width: 100%;
    height: 370px;
    margin-left: -60px;
    direction: ltr;
    font-size: 25px;
    font-weight: 200;
    color: #fff;
    text-align: left
}

.worlds_top_content .inner_content .second .scroller .mCSB_scrollTools {
    left: 0;
    right: auto
}

.worlds_top_content .inner_content .second .scroller_inner {
    margin-left: 31px;
    width: 65%;
    direction: ltr;
    float: left;
    padding-left: 31px
}

.worlds_top_content .inner_content .second .scroller_inner ul {
    list-style: circle !important;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 40px;
    clear: both
}

.worlds_top_content .inner_content .second .scroller_inner li {
    list-style: circle !important
}

.worlds_top_content .inner_content .second .scroller b {
    color: #00b2be;
    letter-spacing: .5px;
    font-size: 30px;
    line-height: 31px;
    display: block;
    font-weight: 400
}

.worlds_top_content .inner_content .second .scroller strong {
    font-weight: 400;
    letter-spacing: .5px;
    margin-bottom: 2px
}

.worlds_top_content .inner_content .second .scroller p {
    letter-spacing: .39px;
    line-height: 29px;
    margin-bottom: 31px
}

.worlds_top_content .inner_content .second .scroller .mCSB_scrollTools {
    width: 34px
}

.worlds_top_content .inner_content .second .scroller .mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background: rgba(255, 255, 255, .52)
}

.worlds_top_content .inner_content .second .scroller .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 29px
}

.worlds_top_content .inner_content .second .scroller .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 0;
    width: 29px;
    height: 29px;
    background: url(../images/scroller.png) no-repeat 0 0;
    margin: 0 6px
}

.galleryAndVideo {
    background: #fff;
    position: relative;
    z-index: 2
}

.galleryAndVideo .inner_content.one {
    padding: 50px 0 110px
}

.galleryAndVideo .galleryAndVideo_content {
    width: 982px;
    min-height: 420px;
    margin: 0 auto;
    position: relative;
    padding-top: 100px
}

.galleryAndVideo .galleryAndVideo_content h2 {
    font-size: 44px;
    color: #2756a3;
    position: absolute;
    top: 39px;
    letter-spacing: -.8px;
    left: 2px
}

.galleryAndVideo .galleryAndVideo_content select {
    width: 201px
}

.galleryAndVideo .galleryAndVideo_content .chosen-container {
    position: absolute;
    right: 5px;
    top: 30px;
    width: 201px;
    height: 40px
}

.galleryAndVideo .galleryAndVideo_content .chosen-container-single .chosen-single {
    width: 201px;
    height: 40px;
    line-height: 41px;
    background: #f7f7f7;
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0, #f7f7f7), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #f7f7f7 0, #ededed 100%);
    background: -webkit-linear-gradient(top, #f7f7f7 0, #ededed 100%);
    background: linear-gradient(to bottom, #f7f7f7 0, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ededed', GradientType=0);
    border-color: #d6d6d6;
    border-radius: 7px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1)
}

.galleryAndVideo .galleryAndVideo_content .chosen-container-single .chosen-single span {
    margin-left: 10px;
    margin-right: 26px;
    font-size: 21px;
    font-weight: 200;
    color: #000;
    letter-spacing: 0
}

.galleryAndVideo .galleryAndVideo_content .chosen-container-single .chosen-single div {
    left: auto;
    right: 11px
}

.galleryAndVideo .galleryAndVideo_content .chosen-container-single .chosen-single div b {
    background-position: 0 11px
}

.galleryAndVideo .galleryAndVideo_content .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 11px
}

.galleryAndVideo .galleryAndVideo_content .chosen-container-active.chosen-with-drop .chosen-single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.galleryAndVideo .galleryAndVideo_content .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 7px 7px 0;
    background-clip: padding-box;
    background: #ececec;
    border-color: #d6d6d6
}

.galleryAndVideo .galleryAndVideo_content .chosen-container .chosen-results li {
    font-size: 21px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 200;
    color: #000;
    letter-spacing: 0
}

.galleryAndVideo .galleryAndVideo_content .chosen-container .chosen-results li:last-child {
    border-radius: 0 4px 4px 0
}

.galleryAndVideo .galleryAndVideo_content .chosen-container .chosen-results li.highlighted {
    color: #fff;
    background: #555
}

.galleryAndVideo .gallery_pictures {
    width: 590px;
    min-height: 294px;
    float: right;
    position: relative;
    z-index: 0
}

.galleryAndVideo .gallery_pictures a {
    float: left;
    margin: 0 3px 6px;
    padding: 0;
    height: 92px;
    width: 92px;
    cursor: pointer;
    background-position: top center;
    background-size: auto 100%;
    position: relative
}

.galleryAndVideo .gallery_pictures img {
    cursor: pointer;
    width: 100%
}

.galleryAndVideo .overlay {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .82);
    z-index: 3;
    display: none;
    min-height: 748px
}

.galleryAndVideo .gallery_slider {
    position: relative;
    text-align: center;
    padding: 106px 0 71px
}

.galleryAndVideo .overlay .item {
    text-align: center;
    min-height: 748px
}

.galleryAndVideo .overlay .item .inner_item {
    display: none;
    margin: 0 auto;
    background: #fff;
    padding: 12px 12px 60px;
    position: relative
}

.galleryAndVideo .bx-wrapper {
    height: 100%
}

.galleryAndVideo .bx-wrapper img {
    width: auto;
    max-width: 668px
}

.galleryAndVideo .overlay .bx-controls-direction {
    position: absolute;
    top: 44.3%;
    margin-top: 19.5px;
    z-index: 10;
    width: 100%
}

.galleryAndVideo .overlay .bx-next, .galleryAndVideo .overlay .bx-prev {
    width: 28px;
    height: 45px;
    background: url(../images/big_arrow_gallery.png) no-repeat right top;
    margin: 0
}

.galleryAndVideo .overlay .bx-prev {
    position: absolute;
    right: 6.8%
}

.galleryAndVideo .overlay .bx-next {
    position: absolute;
    left: 6.8%;
    background-position: left top
}

.galleryAndVideo .overlay .item .close {
    position: absolute;
    left: 0;
    top: -53px;
    width: 26px;
    height: 27px;
    background: url(../images/close.png) top left
}

.galleryAndVideo .overlay .item .desc {
    font-weight: 200;
    color: #696969;
    font-size: 16px;
    position: absolute;
    bottom: 22px;
    right: 15px
}

.galleryAndVideo .overlay .item .counter {
    font-weight: 200;
    color: #bababa;
    font-size: 16px;
    position: absolute;
    bottom: -23px;
    right: 0
}

.galleryAndVideo .youtube_box {
    width: 386px;
    float: left
}

.galleryAndVideo .youtube_box .player {
    width: 386px;
    height: 288px;
    position: relative
}

.galleryAndVideo .youtube_box .player div {
    width: 100%;
    height: 100%;
    background: url(../images/video_tint.png);
    position: absolute;
    left: 0;
    top: 0
}

.galleryAndVideo .youtube_box .player div span {
    width: 50px;
    height: 50px;
    z-index: 3;
    position: absolute;
    background: url(../images/play_video.png) no-repeat right bottom;
    display: block;
    top: 50%;
    margin: -25px auto 0;
    left: 0;
    right: 0;
    cursor: pointer
}

.galleryAndVideo .youtube_box .player div span:hover {
    background: url(../images/play_video.png) no-repeat left bottom
}

.galleryAndVideo .youtube_box.util-theme-default .util-pagination {
    margin-top: 9px
}

.galleryAndVideo .youtube_box.util-theme-default .util-page span {
    width: 8px;
    height: 8px;
    margin-left: 4.5px;
    margin-right: 0;
    border: 1px solid #cdcdcd;
    background: #dcdcdc
}

.galleryAndVideo .youtube_box.util-theme-default .util-page.active-page span {
    border-color: #2756a3;
    background: #2756a3
}

.galleryAndVideo .youtube_box.util-theme-default .util-navigation {
    position: absolute;
    top: 127px;
    z-index: 10;
    width: 100%
}

.galleryAndVideo .youtube_box.util-theme-default .util-next, .galleryAndVideo .youtube_box.util-theme-default .util-prev {
    width: 16px;
    height: 25px;
    background: url(../images/youtube_slider_arrow.png) no-repeat right top;
    margin: 0
}

.galleryAndVideo .youtube_box.util-theme-default .util-prev {
    position: absolute;
    right: 14px
}

.galleryAndVideo .youtube_box.util-theme-default .util-next {
    position: absolute;
    left: 14px;
    background-position: left top
}

.wantToBlock {
    background: #2756a3;
    border-bottom: 1px solid #436caf;
    color: #fff
}

.wantToBlock .inner_content {
    text-align: center;
    padding: 66px 0 79px;
    direction: ltr
}

.wantToBlock strong {
    font-size: 110px;
    line-height: 98px;
    display: block;
    font-weight: 400
}

.wantToBlock strong div {
    display: inline;
    font-size: 26px;
    margin-left: -10px
}

.wantToBlock span {
    font-size: 60px;
    display: block;
    font-weight: 400
}

.wantToBlock span.big {
    font-size: 72px;
    line-height: 48px;
    margin-bottom: 30px
}

.wantToBlock .btn {
    border: 3px solid #fff;
    border-radius: 34.5px;
    background: 0 0;
    font-size: 26px;
    font-weight: 400;
    padding: 0;
    display: inline-block;
    color: #fff;
    height: 36px;
    line-height: 35px;
    margin: 0 5px;
    letter-spacing: -.1px;
    width: 167px;
    height: 69px;
    line-height: 21px;
    padding-top: 23px
}

.wantToBlock .btn b {
    font-weight: 400;
    font-size: 30px;
    display: block
}

.wantToBlock .btn:hover {
    background: #fff;
    color: #2756a3
}

.groupBlock {
    background: #f9f9f9;
    color: #fff
}

.groupBlock .inner_content {
    text-align: center
}

.groupBlock .inner_content:hover .util-navigation {
    display: block
}

.groupBlock .groupBlock_slider {
    width: 100%;
    margin: 0 auto
}

.groupBlock .groupBlock_slider.util-theme-default .util-navigation {
    position: absolute;
    top: 20%;
    z-index: 10;
    width: 100%;
    display: none
}

.groupBlock .inner_content:hover .groupBlock_slider.util-theme-default .util-navigation {
    display: block
}

.groupBlock .groupBlock_slider.util-theme-default .util-next, .groupBlock .groupBlock_slider.util-theme-default .util-prev {
    background: url(../images/slider_arrows.png) no-repeat 0 0;
    margin: 0
}

.groupBlock .groupBlock_slider.util-theme-default .util-prev {
    height: 58px;
    width: 44px;
    position: absolute;
    left: 5%;
    top: -9px;
    background-position: -94px -61px
}

.groupBlock .groupBlock_slider.util-theme-default .util-next {
    height: 61px;
    width: 47px;
    position: absolute;
    right: 5.8%;
    top: 3px;
    background-position: -94px 0
}

.groupBlock .inner_content h2 {
    direction: ltr;
    font-size: 44px;
    color: #2756a3;
    font-weight: 400;
    width: 72.5%;
    padding: 85px 0 20px;
    text-align: left;
    margin: 0 auto
}

.groupBlock .groupBlock_slider {
    width: 100%;
    margin: 0 auto
}

.groupBlock .groupBlock_slider .item {
    height: 100%;
    position: relative
}

.groupBlock .groupBlock_slider .item:after {
    clear: both;
    display: table;
    content: ''
}

.groupBlock .groupBlock_slider .item img {
    width: 33.3333%;
    float: left
}

.groupBlock .groupBlock_slider .item .block_text {
    width: 33.3333%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0)
}

.groupBlock .groupBlock_slider .item .block_text:nth-child(1) {
    right: auto;
    left: 0;
    margin: 0
}

.groupBlock .groupBlock_slider .item .block_text:nth-child(5) {
    left: auto;
    right: 0;
    margin: 0
}

.groupBlock .groupBlock_slider .item .block_text div {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 13.1%;
    right: 42.7%;
    background: #2756a3;
    text-align: center;
    cursor: default
}

.groupBlock .groupBlock_slider .item .block_text div b {
    display: none
}

.groupBlock .groupBlock_slider .item .block_text div.active b {
    display: block
}

.groupBlock .groupBlock_slider .item .block_text:nth-child(1) div {
    bottom: 3.7%;
    right: 17.6%
}

.groupBlock .groupBlock_slider .item .block_text:nth-child(3) div {
    bottom: 15.2%;
    right: auto;
    left: 7.1%
}

.groupBlock .groupBlock_slider .item .block_text div strong {
    display: block;
    font-size: 30px;
    line-height: 25px;
    font-weight: 400;
    padding: 10px 20px 11px
}

.groupBlock .groupBlock_slider .item .block_text div span {
    font-size: 17px;
    font-weight: 200;
    letter-spacing: .1px;
    padding: 0 5px
}

.groupBlock .groupBlock_slider .item .block_text.openp div {
    text-align: left;
    direction: ltr
}

.groupBlock .groupBlock_slider .item .block_text.openp div b {
    padding: 15px 15px 12px 17px
}

.groupBlock .groupBlock_slider .item .block_text.openp div strong {
    padding: 0;
    margin-bottom: 5px;
    letter-spacing: .5px
}

.groupBlock .groupBlock_slider .item .block_text.openp div strong.second {
    font-size: 26px;
    font-weight: 300;
    margin-top: -8px
}

.groupBlock .groupBlock_slider .item .block_text.openp div span {
    display: none
}

.groupBlock .groupBlock_slider .item .block_text.openp div p {
    display: block;
    font-size: 17px;
    font-weight: 200;
    letter-spacing: .19px;
    line-height: 18px
}

.groupBlock .groupBlock_slider .item .block_text div .mail {
    display: none;
    height: 30px;
    width: 34px;
    position: absolute;
    right: 0;
    bottom: -30px;
    background: url(../images/mail_icon.png) 6px 5px no-repeat #3cb6b0
}

.groupBlock .groupBlock_slider .item .block_text:nth-child(1) div .mail {
    bottom: auto;
    top: 0;
    right: -34px;
    height: 34px;
    background-position: 6px 9px
}

.groupBlock .groupBlock_slider .item .block_text:nth-child(3) div .mail {
    right: auto;
    left: 0
}

.howToDonateBlock {
    background: #fff;
    height: 796px
}

.howToDonateBlock h2 {
    direction: ltr;
    font-size: 44px;
    color: #2756a3;
    font-weight: 400;
    width: 72%;
    padding: 68px 0 52px;
    text-align: left;
    margin: 0 auto
}

.howToDonateBlock .inner_content:hover .util-navigation {
    display: block
}

.howToDonateBlock .howToDonateBlock_slider {
    width: 73%;
    margin: 0 auto
}

.howToDonateBlock .howToDonateBlock_slider.util-theme-default .util-navigation {
    position: absolute;
    top: 233px;
    z-index: 10;
    width: 100%
}

.howToDonateBlock .howToDonateBlock_slider.util-theme-default .util-next, .howToDonateBlock .howToDonateBlock_slider.util-theme-default .util-prev {
    background: url(../images/slider_arrows.png) no-repeat 0 0;
    margin: 0
}

.howToDonateBlock .howToDonateBlock_slider.util-theme-default .util-prev {
    height: 58px;
    width: 44px;
    position: absolute;
    left: -10.9%;
    top: 3px;
    background-position: -47px -61px
}

.howToDonateBlock .howToDonateBlock_slider.util-theme-default .util-next {
    height: 61px;
    width: 47px;
    position: absolute;
    right: -11.5%;
    top: 1px;
    background-position: -47px 0
}

.howToDonateBlock .howToDonateBlock_slider .item {
    margin-bottom: 2px
}

.howToDonateBlock .howToDonateBlock_slider .item .block_item {
    background: #fff;
    width: 96.5%;
    margin: 0 auto;
    border: 1px solid #dadada;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .27);
    text-align: left;
    position: relative;
    direction: ltr;
    max-width: 315px
}

.howToDonateBlock .howToDonateBlock_slider .item .block_item .title {
    font-size: 36px;
    line-height: 33px;
    color: #2756a3;
    font-weight: 400;
    text-align: left;
    margin: 14px 15px 0;
    padding: 32px 0 4px;
    display: block;
    border-bottom: 1px solid #ddd;
    letter-spacing: -.4px
}

.howToDonateBlock .howToDonateBlock_slider .item .block_item .desc {
    font-size: 20px;
    line-height: 19px;
    color: #828587;
    font-weight: 200;
    text-align: left;
    padding: 7px 1px 1px;
    margin: 0 15px;
    letter-spacing: .2px;
    display: block;
    height: 70px
}

.block-min-wrap {
    min-height: 174px;
    border-bottom: 1px solid #ddd
}

.howToDonateBlock .howToDonateBlock_slider .item .block_item .img {
    padding: 12px 16px 0;
    display: block;
    margin-bottom: 20px
}

.howToDonateBlock .howToDonateBlock_slider .item .block_item .img img {
    width: 100%
}

.howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom {
    font-size: 19px;
    color: #646464;
    padding: 9px 16px 5px;
    text-align: center
}

.howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom b {
    font-weight: 400;
    display: block;
    text-align: left;
    letter-spacing: .2px;
    margin-bottom: 1px
}

.howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom label {
    font-weight: 200;
    margin: 0 4px 0 1px;
    white-space: nowrap
}

.howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom label input {
    vertical-align: middle
}

.howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom_donate {
    position: relative;
    height: 73px;
    border-top: 1px solid #dadada;
    background: #f9f9f9;
    border-radius: 0 8px 8px 0;
    padding: 9px 19px;
    color: #2756a3;
    position: relative
}

.howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom_donate span {
    font-size: 23px;
    font-weight: 400;
    display: block;
    margin-bottom: -8px
}

.howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom_donate b {
    font-size: 45px;
    font-weight: 400;
    letter-spacing: -.5px
}

.howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom_donate .btn {
    border: 2px solid #2756a3;
    border-radius: 20px;
    background: 0 0;
    font-size: 24px;
    font-weight: 400;
    min-width: 83px;
    display: inline-block;
    color: #2756a3;
    height: 39px;
    line-height: 39px;
    position: absolute;
    right: 15px;
    top: 20px;
    letter-spacing: -.1px;
    text-align: center
}

.howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom_donate .btn:hover {
    background: #2756a3;
    color: #fff
}

.communicationBlock {
    background: #f9f9f9
}

.communicationBlock .inner_content {
    height: 746px
}

.communicationBlock h2 {
    direction: ltr;
    font-size: 44px;
    color: #2756a3;
    font-weight: 400;
    width: 71.5%;
    padding: 97px 0 70px;
    text-align: left;
    margin: 0 auto
}

.communicationBlock .building_icon {
    position: absolute;
    left: 0;
    bottom: 0
}

.communicationBlock .band_icon {
    position: absolute;
    right: 36px;
    top: 78px
}

.communicationBlock .communicationBlock_slider {
    width: 76%;
    margin: 0 auto;
    position: relative
}

.communicationBlock .communicationBlock_slider .util-pagination {
    width: auto;
    display: inline-block;
    position: absolute;
    bottom: -157px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1
}

.communicationBlock .communicationBlock_slider .util-page span {
    width: 11px;
    height: 11px;
    margin-left: 3px;
    margin-right: 3px;
    border: 1px solid #cdcdcd;
    background: #fff
}

.communicationBlock .communicationBlock_slider .util-page.active-page span {
    border-color: #2756a3;
    background: #2756a3
}

.communicationBlock .communicationBlock_slider .util-navigation {
    width: 138px;
    display: inline-block;
    position: absolute;
    bottom: -135px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2
}

.communicationBlock .communicationBlock_slider .util-next, .communicationBlock .communicationBlock_slider .util-prev {
    width: 10px;
    height: 15px;
    background: url(../images/communication_slider_arrow.png) no-repeat right top;
    margin: 0;
    padding: 0;
    bottom: -19px
}

.communicationBlock .communicationBlock_slider .util-prev {
    position: absolute;
    right: 0
}

.communicationBlock .communicationBlock_slider .util-next {
    position: absolute;
    left: 0;
    background-position: left top
}

.communicationBlock .communicationBlock_slider .item2 {
    float: right;
    background: url(../images/border_slider.png) no-repeat 0 105px;
    width: 33.3333%
}

.communicationBlock .communicationBlock_slider .item2.noground {
    background: 0 0
}

.communicationBlock .communicationBlock_slider .item2 .logo {
    position: relative;
    height: 60px;
    padding-left: 18px
}

.communicationBlock .communicationBlock_slider .item2 .logo a {
    position: absolute;
    bottom: 0
}

.communicationBlock .communicationBlock_slider .item2 .inner {
    min-height: 260px;
    padding: 10px 20px 0 25px
}

.communicationBlock .communicationBlock_slider .item2 .block_item {
    width: 96.5%;
    margin: 0 auto;
    text-align: left;
    position: relative;
    direction: ltr
}

.communicationBlock .communicationBlock_slider .item2 .block_item .date {
    font-size: 17.28px;
    color: #bcbcbc;
    display: block;
    font-weight: 200
}

.communicationBlock .communicationBlock_slider .item2 .block_item .title {
    font-size: 32px;
    line-height: 29px;
    color: #2756a3;
    font-weight: 400;
    text-align: left;
    padding: 15px 0 4px;
    display: block
}

.communicationBlock .communicationBlock_slider .item2 .block_item .desc {
    font-size: 21px;
    line-height: 24px;
    color: #919191;
    font-weight: 200;
    text-align: left;
    display: block;
    margin-bottom: 9px
}

.communicationBlock .communicationBlock_slider .item2 .block_item .readmore {
    font-size: 17px;
    font-weight: 200;
    color: #2756a3;
    text-decoration: none;
    display: block
}

.communicationBlock .communicationBlock_slider .item2 .block_item .readmore:hover {
    text-decoration: underline
}

@media only screen and (max-width: 1210px) {
    .howToDonateBlock .howToDonateBlock_slider .item .block_item {
        max-width: none
    }
}

@media only screen and (max-width: 1100px) {
    .worlds_top_content .inner_content .first .text7 {
        width: 430px
    }

    .howToDonateBlock .howToDonateBlock_slider .item .block_item .title {
        font-size: 27px
    }
}

@media only screen and (max-width: 1024px) {
    .galleryAndVideo .galleryAndVideo_content {
        width: 885px
    }

    .galleryAndVideo .gallery_pictures {
        width: 493px
    }

    .communicationBlock .communicationBlock_slider {
        width: 100%
    }
}

@media only screen and (max-width: 980px) {
    .worlds_top_content .inner_content .first .text7 {
        width: 400px
    }
}

@media only screen and (max-width: 920px) {
    .galleryAndVideo .galleryAndVideo_content {
        width: 731px
    }

    .galleryAndVideo .gallery_pictures {
        width: 339px
    }

    .galleryAndVideo .gallery_pictures a {
        width: 78px;
        height: 78px
    }

    .galleryAndVideo .bx-wrapper img {
        max-width: 550px
    }
}

@media only screen and (max-width: 870px) {
    .worlds_top_content .inner_content .first .text7 {
        width: 370px
    }

    .communicationBlock .inner_content {
        height: 700px
    }

    .communicationBlock h2 {
        padding: 67px 0 50px
    }

    .communicationBlock .band_icon {
        top: 40px;
        width: 124px
    }

    .communicationBlock .building_icon {
        width: 124px
    }

    .communicationBlock .communicationBlock_slider .util-pagination {
        bottom: -111px
    }

    .communicationBlock .communicationBlock_slider .util-navigation {
        bottom: -89px
    }

    .communicationBlock .communicationBlock_slider .item2 .block_item .title {
        font-size: 28px
    }
}

@media only screen and (max-width: 768px) {
    .howToDonateBlock .howToDonateBlock_slider {
        width: 98%
    }

    .howToDonateBlock .howToDonateBlock_slider.util-theme-default .util-navigation {
        display: block
    }

    .howToDonateBlock .howToDonateBlock_slider.util-theme-default .util-prev {
        right: 5.8%
    }

    .howToDonateBlock .howToDonateBlock_slider.util-theme-default .util-next {
        left: 5.8%
    }
}

@media only screen and (max-width: 740px) {
    .worlds_top_content .inner_content .first .contact .phone span {
        display: none
    }
}

@media only screen and (max-width: 440px) {
    .howToDonateBlock .howToDonateBlock_slider.util-theme-default .util-navigation {
        display: none
    }
}

.world_1 #header {
    background: #e53163
}

.world_1 #header .logo {
    background-position: 0 0
}

.world_1 #header .topmenu li a:hover {
    color: #f2c11d
}

.world_1 #header .donate_btn {
    border-color: #cc2c58;
    background: #fff;
    color: #000
}

.world_1 .worlds_top_content .inner_content .first h1 {
    color: #f2c11d
}

.world_1 .worlds_top_content {
    background: #e53163;
    border-bottom: 1px solid #ee90aa
}

.world_1 .worlds_top_content .inner_content .first .contact .email {
    background-image: url(../images/email_1.png)
}

.world_1 .worlds_top_content .inner_content .first .contact .email:hover {
    border-color: #e53163;
    background-color: #fff;
    background-position: -59px -66px
}

.world_1 .worlds_top_content .inner_content .first .contact .phone a {
    background: url(../images/phone_1.png) 13px 7px no-repeat #e53163
}

.world_1 .worlds_top_content .inner_content .first .contact .phone a:hover {
    background-position: -53px -92px;
    background-color: #fff;
    border-color: #e53163
}

.world_1 .worlds_top_content .inner_content .second {
    border-color: #ff6791
}

.world_1 .worlds_top_content .inner_content .second .scroller b {
    color: #f2c11d
}

.world_1 .wantToBlock {
    background: #e53163;
    border-color: #ee90aa
}

.communicationBlock .communicationBlock_slider .util-page.active-page span, .world_1 .galleryAndVideo .youtube_box.util-theme-default .util-page.active-page span {
    background: none repeat scroll 0 0 #e13352;
    border-color: #e13352
}

.world_1 .groupBlock .groupBlock_slider .item .block_text div {
    background: #e53163;
    height: initial !important;
    min-height: 107px
}

.world_1 .groupBlock .groupBlock_slider .item .block_text div .mail {
    background-color: #f3c21d
}

.world_1 .communicationBlock .communicationBlock_slider .item2 .block_item .readmore, .world_1 .communicationBlock .communicationBlock_slider .item2 .block_item .title, .world_1 .communicationBlock h2, .world_1 .galleryAndVideo .galleryAndVideo_content h2, .world_1 .groupBlock .inner_content h2, .world_1 .howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom_donate, .world_1 .howToDonateBlock .howToDonateBlock_slider .item .block_item .title, .world_1 .howToDonateBlock h2, .world_1 .wantToBlock .btn:hover, .world_1 .worlds_top_content .inner_content .first .btn:hover, .world_1 .worlds_top_content .inner_content .first .contact .phone span {
    color: #e53163
}

.world_1 .howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom_donate .btn {
    color: #e53163;
    border-color: #e53163
}

.world_1 .howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom_donate .btn:hover {
    color: #fff;
    background: #e53163
}

.world_1 .howToDonateBlock .howToDonateBlock_slider.util-theme-default .util-prev {
    background-position: -141px -61px
}

.world_1 .howToDonateBlock .howToDonateBlock_slider.util-theme-default .util-next {
    background-position: -141px 0
}

.world_1 .worlds_top_content .inner_content .second .scroller .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-position: -58px 0
}

.world_1 .worlds_top_content .inner_content .first .big_img {
    max-width: 252px;
    top: 41px;
    right: 18%
}

@media only screen and (max-width: 1024px) {
    .world_1 .worlds_top_content .inner_content .first .big_img {
        right: 11%;
        width: 24%
    }
}

@media only screen and (max-width: 640px) {
    .world_1 .worlds_top_content .inner_content .first .big_img {
        top: 30px;
        right: 6%;
        width: 19%
    }

    #footer .newsletter-pre-text {
        float: none
    }
}

@media only screen and (max-width: 400px) {
    .world_1 .worlds_top_content .inner_content .first .big_img {
        width: 20%
    }
}

.world_2 #header {
    background: #9ACD2F;
}

.world_2 #header .logo {
    background-position: right top
}

/*.world_2 #header .topmenu li a {*/
/*color: #000*/
/*}*/

.world_2 #header .topmenu li a:hover {
    color: #4c4400
}

.world_2 #header .donate_btn {
    border-color: #9ACD2F;
    background: #fff;
    color: #000
}

.world_2 .worlds_top_content .inner_content .first h1 {
    color: #0063b0;
}

.world_2 .worlds_top_content .inner_content .first .text7 {
    color: #000
}

/*.world_2 .worlds_top_content .inner_content .first .btn {*/
/*color: #0063b0;*/
/*border-color: #0063b0;*/
/*}*/

/*.world_2 .worlds_top_content .inner_content .first .btn:hover {*/
/*background-color: #0063b0;*/
/*color: #9ACD2F;*/
/*}*/

.world_2 .worlds_top_content {
    background: #9ACD2F;
    border-bottom: 1px solid #9ACD2F
}

.world_2 .worlds_top_content .inner_content .first .contact .email {
    background-image: url(../images/email_1.png)
}

.world_2 .worlds_top_content .inner_content .first .contact .email:hover {
    border-color: #9ACD2F;
    background-color: #fff;
    background-position: 10px -26px;
}

.world_2 .worlds_top_content .inner_content .first .contact .phone a {
    background: url(../images/phone_1.png) 13px 7px no-repeat #9ACD2F;
}

.world_2 .worlds_top_content .inner_content .first .contact .phone a:hover {
    background-position: 13px -92px;
    background-color: #fff;
    border-color: #9ACD2F;
}

.world_2 .worlds_top_content .inner_content .second {
    border-color: rgba(255, 255, 255, .3);
}

.world_2 .worlds_top_content .inner_content .second .scroller b {
    color: #0063b0;
}

.world_2 .worlds_top_content .inner_content .second .scroller_inner {
    color: #000
}

.world_2 .wantToBlock {
    background: #9ACD2F;
    border-color: #7db915;
}

.communicationBlock .communicationBlock_slider .util-page.active-page span, .world_2 .galleryAndVideo .youtube_box.util-theme-default .util-page.active-page span {
    background: none repeat scroll 0 0 #f6d800;
    border-color: #f6d800
}

.world_2 .groupBlock .groupBlock_slider .item .block_text div {
    background: #9ACD2F;
    color: #000
}

.world_2 .groupBlock .groupBlock_slider .item .block_text div .mail {
    background-color: #0063b0;
}

.world_2 .communicationBlock .communicationBlock_slider .item2 .block_item .readmore, .world_2 .communicationBlock .communicationBlock_slider .item2 .block_item .title, .world_2 .communicationBlock h2, .world_2 .galleryAndVideo .galleryAndVideo_content h2, .world_2 .groupBlock .inner_content h2, .world_2 .howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom_donate, .world_2 .howToDonateBlock .howToDonateBlock_slider .item .block_item .title, .world_2 .howToDonateBlock h2, .world_2 .wantToBlock .btn:hover, .world_2 .worlds_top_content .inner_content .first .btn:hover, .world_2 .worlds_top_content .inner_content .first .contact .phone span {
    color: #9ACD2F;
}

.world_2 .howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom_donate .btn {
    color: #f7dc00;
    border-color: #f7dc00
}

.world_2 .howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom_donate .btn:hover {
    color: #fff;
    background: #f7dc00
}

.world_2 .howToDonateBlock .howToDonateBlock_slider.util-theme-default .util-prev {
    background-position: -188px -61px
}

.world_2 .howToDonateBlock .howToDonateBlock_slider.util-theme-default .util-next {
    background-position: -188px 0
}

.world_2 .worlds_top_content .inner_content .second .scroller .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-position: 0px 0
}

.world_2 .worlds_top_content .inner_content .first .big_img {
    max-width: 231px;
    top: 41px;
    right: 18%
}

@media only screen and (max-width: 1024px) {
    .world_2 .worlds_top_content .inner_content .first .big_img {
        right: 11%;
        width: 24%
    }
}

@media only screen and (max-width: 640px) {
    .world_2 .worlds_top_content .inner_content .first .big_img {
        top: 30px;
        right: 6%;
        width: 16%
    }

    #newInUs_blocks .block_item a.btn {
        bottom: 85px
    }
}

@media only screen and (max-width: 400px) {
    .world_2 .worlds_top_content .inner_content .first .big_img {
        width: 20%
    }
}

.world_5 #header, .world_5 .groupBlock .groupBlock_slider .item .block_text div {
    background: #3e146f
}

.world_5 #header .logo {
    background-position: -360px 0
}

.world_5 .worlds_top_content .inner_content .second {
    border-color: rgba(255, 255, 255, .3)
}

.world_5 #header .topmenu li a:hover, .world_5 .worlds_top_content .inner_content .second .scroller b {
    color: #f5d923
}

.world_5 #header .donate_btn {
    border-color: #371263;
    background: #fff;
    color: #000
}

.world_5 .worlds_top_content .inner_content .first h1 {
    color: #f5d936
}

.world_5 .worlds_top_content {
    background: #3e146f;
    border-bottom: 1px solid #9882b2
}

.world_5 .worlds_top_content .inner_content .first .btn:hover {
    color: #3e146f
}

.world_5 .worlds_top_content .inner_content .first .contact .email {
    background-image: url(../images/email_1.png)
}

.world_5 .worlds_top_content .inner_content .first .contact .email:hover {
    border-color: #3e146f;
    background-color: #fff;
    background-position: 10px -66px
}

.world_5 .worlds_top_content .inner_content .first .contact .phone a {
    background: url(../images/phone_1.png) 13px 7px no-repeat #3e146f
}

.world_5 .worlds_top_content .inner_content .first .contact .phone a:hover {
    background-position: 13px -42px;
    background-color: #fff;
    border-color: #3e146f
}

.world_5 .groupBlock .groupBlock_slider .item .block_text div .mail {
    background: url(../images/mail_icon.png) 6px 5px no-repeat #f5d923
}

.world_5 .communicationBlock .communicationBlock_slider .item2 .block_item .readmore, .world_5 .communicationBlock .communicationBlock_slider .item2 .block_item .title, .world_5 .communicationBlock h2, .world_5 .galleryAndVideo .galleryAndVideo_content h2, .world_5 .groupBlock .inner_content h2, .world_5 .howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom_donate, .world_5 .howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom_donate .btn, .world_5 .howToDonateBlock .howToDonateBlock_slider .item .block_item .title, .world_5 .howToDonateBlock h2, .world_5 .wantToBlock .btn:hover, .world_5 .worlds_top_content .inner_content .first .contact .phone span {
    color: #3e146f
}

.world_5 .howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom_donate .btn {
    border-color: #3e146f
}

.world_5 .howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom_donate .btn:hover {
    background: #3e146f;
    color: #fff
}

.world_5 .worlds_top_content .inner_content .second .scroller .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-position: -87px 0
}

.world_5 .wantToBlock {
    background: #3e146f;
    border-bottom-color: #9882b2
}

.world_5 .communicationBlock .communicationBlock_slider .util-page.active-page span, .world_5 .galleryAndVideo .youtube_box.util-theme-default .util-page.active-page span {
    background: none repeat scroll 0 0 #3e146f;
    border-color: #3e146f
}

.world_5 .howToDonateBlock .howToDonateBlock_slider.util-theme-default .util-next {
    background-position: -282px 0
}

.world_5 .howToDonateBlock .howToDonateBlock_slider.util-theme-default .util-prev {
    background-position: -282px -61px
}

.world_6 #header, .world_6 .groupBlock .groupBlock_slider .item .block_text div {
    background: #9acd2f
}

.world_6 #header .logo {
    background-position: -239px 0
}

.world_6 .worlds_top_content .inner_content .second {
    border-color: rgba(255, 255, 255, .3)
}

.world_6 #header .topmenu li a:hover, .world_6 .worlds_top_content .inner_content .second .scroller b {
    color: #3e146f
}

.world_6 #header .donate_btn {
    border-color: #93bb0a;
    background: #fff;
    color: #000
}

.world_6 .worlds_top_content .inner_content .first h1 {
    color: #3e146f
}

.world_6 .worlds_top_content {
    background: #9acd2f;
    border-bottom: 1px solid #cfe77d
}

.world_6 .worlds_top_content .inner_content .first .btn:hover {
    color: #9acd2f
}

.world_6 .worlds_top_content .inner_content .first .contact .email {
    background-image: url(../images/email_1.png)
}

.world_6 .worlds_top_content .inner_content .first .contact .email:hover {
    border-color: #9acd2f;
    background-color: #fff;
    background-position: 10px -26px
}

.world_6 .worlds_top_content .inner_content .first .contact .phone a {
    background: url(../images/phone_1.png) 13px 7px no-repeat #9acd2f
}

.world_6 .worlds_top_content .inner_content .first .contact .phone a:hover {
    background-position: 13px -92px;
    background-color: #fff;
    border-color: #9acd2f
}

.world_6 .groupBlock .groupBlock_slider .item .block_text div .mail {
    background: url(../images/mail_icon.png) 6px 5px no-repeat #3e146f
}

.world_6 .communicationBlock .communicationBlock_slider .item2 .block_item .readmore, .world_6 .communicationBlock .communicationBlock_slider .item2 .block_item .title, .world_6 .communicationBlock h2, .world_6 .galleryAndVideo .galleryAndVideo_content h2, .world_6 .groupBlock .inner_content h2, .world_6 .howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom_donate, .world_6 .howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom_donate .btn, .world_6 .howToDonateBlock .howToDonateBlock_slider .item .block_item .title, .world_6 .howToDonateBlock h2, .world_6 .wantToBlock .btn:hover, .world_6 .worlds_top_content .inner_content .first .contact .phone span {
    color: #9acd2f
}

.world_6 .howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom_donate .btn {
    border-color: #9acd2f
}

.world_6 .howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom_donate .btn:hover {
    background: #9acd2f;
    color: #fff
}

.world_6 .worlds_top_content .inner_content .second .scroller .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-position: -87px 0
}

.world_6 .wantToBlock {
    background: #9acd2f;
    border-bottom-color: #cfe77d
}

.world_6 .communicationBlock .communicationBlock_slider .util-page.active-page span, .world_6 .galleryAndVideo .youtube_box.util-theme-default .util-page.active-page span {
    background: none repeat scroll 0 0 #9acd2f;
    border-color: #9acd2f
}

.world_6 .howToDonateBlock .howToDonateBlock_slider.util-theme-default .util-next {
    background-position: -282px 0
}

.world_6 .howToDonateBlock .howToDonateBlock_slider.util-theme-default .util-prev {
    background-position: -282px -61px
}

@media only screen and (max-width: 640px) {
    .world_6 .worlds_top_content .inner_content .first .big_img {
        top: 30px;
        right: 6%;
        width: 22%
    }
}

@media only screen and (max-width: 400px) {
    .world_6 .worlds_top_content .inner_content .first .big_img {
        width: 25%
    }
}

.world_4 #header {
    background: #2756a3
}

.world_4 #header .logo {
    background-position: -120px 0
}

.world_4 #header .topmenu li a:hover {
    color: #a6d30b
}

.world_4 #header .donate_btn {
    border-color: #234d91;
    background: #fff;
    color: #000
}

.world_4 .worlds_top_content .inner_content .first h1 {
    color: #a6d30b
}

.world_4 .worlds_top_content {
    background: #2756a3;
    border-bottom: 1px solid #8ca5ce
}

.worlds_top_content .inner_content .first .btn:hover {
    color: #2756a3
}

.world_4 .worlds_top_content .inner_content .first .contact .email {
    background-image: url(../images/email_1.png)
}

.world_4 .worlds_top_content .inner_content .first .contact .email:hover {
    border-color: #2756a3;
    background-color: #fff
}

.world_4 .worlds_top_content .inner_content .first .contact .phone a {
    background: url(../images/phone_1.png) 13px 7px no-repeat #2756a3
}

.world_4 .worlds_top_content .inner_content .first .contact .phone a:hover {
    background-position: -53px 7px;
    background-color: #fff;
    border-color: #2756a3
}

.world_4 .worlds_top_content .inner_content .first .contact .phone span {
    color: #2756a3
}

.world_4 .worlds_top_content .inner_content .second .scroller b {
    color: #a6d30b
}

.world_4 .worlds_top_content .inner_content .second .scroller .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-position: -145px 0
}

.world_4 .groupBlock .groupBlock_slider .item .block_text div .mail {
    background-color: #a6d30b
}

.world_4 .galleryAndVideo .galleryAndVideo_content h2 {
    color: #2756a3
}

.world_4 .inner_content .first .big_img {
    width: 21%;
    right: 16%;
    top: 61px;
    max-width: 276px
}

@media only screen and (max-width: 1024px) {
    .world_4 .worlds_top_content .inner_content .first .big_img {
        right: 11%;
        width: 24%
    }
}

@media only screen and (max-width: 640px) {
    .world_4 .worlds_top_content .inner_content .first .big_img {
        top: 30px;
        right: 6%;
        width: 19%
    }
}

@media only screen and (max-width: 400px) {
    .world_4 .worlds_top_content .inner_content .first .big_img {
        width: 22%
    }
}

.world_3 #header, .world_3 .groupBlock .groupBlock_slider .item .block_text div {
    background: #3cb6b0
}

.world_3 #header .logo {
    background-position: 0 0
}

.world_3 .worlds_top_content .inner_content .second {
    border-color: rgba(255, 255, 255, .3)
}

.world_3 #header .topmenu li a:hover, .world_3 .worlds_top_content .inner_content .second .scroller b {
    color: #f6d800
}

.world_3 #header .donate_btn {
    border-color: #35a29d;
    background: #fff;
    color: #000
}

.world_3 .worlds_top_content .inner_content .first h1 {
    color: #f6d800
}

.world_3 .worlds_top_content {
    background: #3cb6b0;
    border-bottom: 1px solid #35a29d
}

.world_3 .worlds_top_content .inner_content .first .contact .email {
    background-image: url(../images/email_1.png)
}

.world_3 .worlds_top_content .inner_content .first .contact .email:hover {
    border-color: #3cb6b0;
    background-color: #fff;
    background-position: -59px -26px
}

.world_3 .worlds_top_content .inner_content .first .contact .phone a {
    background: url(../images/phone_1.png) 13px 7px no-repeat #3cb6b0
}

.world_3 .worlds_top_content .inner_content .first .contact .phone a:hover {
    background-position: -53px -42px;
    background-color: #fff;
    border-color: #3cb6b0
}

.world_3 .groupBlock .groupBlock_slider .item .block_text div .mail {
    background: url(../images/mail_icon.png) 6px 5px no-repeat #f6d800
}

.world_3 .communicationBlock .communicationBlock_slider .item2 .block_item .readmore, .world_3 .communicationBlock .communicationBlock_slider .item2 .block_item .title, .world_3 .communicationBlock h2, .world_3 .galleryAndVideo .galleryAndVideo_content h2, .world_3 .groupBlock .inner_content h2, .world_3 .howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom_donate, .world_3 .howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom_donate .btn, .world_3 .howToDonateBlock .howToDonateBlock_slider .item .block_item .title, .world_3 .howToDonateBlock h2, .world_3 .wantToBlock .btn:hover, .world_3 .worlds_top_content .inner_content .first .btn:hover, .world_3 .worlds_top_content .inner_content .first .contact .phone span {
    color: #3cb6b0
}

.world_3 .howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom_donate .btn {
    border-color: #3cb6b0
}

.world_3 .howToDonateBlock .howToDonateBlock_slider .item .block_item .block_bottom_donate .btn:hover {
    background: #3cb6b0;
    color: #fff
}

.world_3 .worlds_top_content .inner_content .second .scroller .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-position: -57px 0
}

.world_3 .wantToBlock {
    background: #3cb6b0;
    border-bottom-color: #54b6b1
}

.world_3 .communicationBlock .communicationBlock_slider .util-page.active-page span, .world_3 .galleryAndVideo .youtube_box.util-theme-default .util-page.active-page span {
    background: none repeat scroll 0 0 #3cb6b0;
    border-color: #3cb6b0
}

.world_3 .howToDonateBlock .howToDonateBlock_slider.util-theme-default .util-next {
    background-position: 0 0
}

.world_3 .howToDonateBlock .howToDonateBlock_slider.util-theme-default .util-prev {
    background-position: 0 -61px
}

.destination_block {
    background: #3cb6b0;
    overflow-x: hidden
}

.destination_block .inner_content {
    min-height: 444px
}

.destination_block .red_building {
    position: absolute;
    right: 2%;
    bottom: 0;
    width: 17%
}

.destination_block .yellow_cloud {
    position: absolute;
    left: -30px;
    top: 63px;
    width: 14%
}

.destination_block .inner_content div {
    margin: 0 auto;
    width: 80%;
    text-align: center;
    color: #fff;
    direction: ltr;
    padding-bottom: 70px
}

.destination_block .inner_content div h2 {
    font-size: 65px;
    font-weight: 400;
    padding-top: 85px;
    margin-bottom: 10px
}

.destination_block .inner_content div {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: .4px;
    line-height: 50px
}

.about .groupBlock .inner_content h2 {
    color: #3cb6b0
}

.about .groupBlock .groupBlock_slider .item .block_text div {
    background: #3cb6b0
}

.about .groupBlock .groupBlock_slider .item .block_text div .mail {
    background-color: #f6d800
}

.about .ourPartners {
    background: #3cb6b0
}

.about_and_years {
    background: #fff
}

.about_and_years .inner_content {
    direction: ltr;
    background: #fff
}

.about_and_years .inner_content .inner {
    padding: 53px 14% 87px;
    direction: ltr
}

.about_and_years h2 {
    color: #3bb5af;
    font-weight: 400;
    font-size: 44px;
    direction: ltr
}

.about_and_years div.first {
    color: #575757;
    margin: 2px 0 26px;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: .3px;
    line-height: 35px;
    direction: ltr
}

.about_and_years div.border_grey {
    height: 1px;
    font-size: 0;
    width: 100%;
    background: #d4d4d4;
    clear: both;
    display: block
}

.about_and_years div.right {
    float: left;
    display: block;
    width: 52%;
    margin-top: 35px
}

.about_and_years div.left {
    float: right;
    display: block;
    width: 47.7%;
    margin-top: 35px
}

.about_and_years .box {
    color: #7b7b7b;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .2px;
    margin-bottom: 25px;
    line-height: 25px
}

.about_and_years .box strong {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: .3px;
    margin-bottom: 0
}

.about_and_years .box.right {
    padding-right: 25px
}

.about_and_years .box.left {
    letter-spacing: .15px
}

.about_and_years .years_title {
    margin: 62px 0 29px;
    direction: ltr
}

.about_and_years .years_list li {
    background-color: #f2f2f2;
    min-height: 80px;
    display: block;
    position: relative;
    width: 100%;
    margin-top: 2px;
    cursor: default;
    -webkit-transition: all .1s linear;
    -kthtml-transition: all .1s linear;
    transition: all .1s linear;
    padding: 10px 0
}

.about_and_years .years_list li strong {
    display: block;
    font-size: 60px;
    font-weight: 300;
    color: #3bb5af;
    position: absolute;
    left: 28px;
    top: 50% !important;
    width: 100px;
    text-align: center;
    margin-top: -28px
}

.about_and_years .years_list li > div {
    display: table;
    height: 100%;
    margin-left: 210px
}

.about_and_years .years_list li > div span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    color: #656565;
    font-size: 24px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: .22px;
    padding-right: 15px;
    direction: ltr
}

.about_and_years .years_list li b.arrow {
    width: 13px;
    height: 20px;
    background: url(../images/about_arrows.png) -13px 0 no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block;
    position: absolute;
    left: 155px;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: all .2s linear;
    -kthtml-transition: all .2s linear;
    transition: all .2s linear
}

.about_and_years .years_list li:hover {
    background-color: #3cb6b0
}

.about_and_years .years_list li:hover strong {
    color: #fff
}

.about_and_years .years_list li:hover b.arrow {
    background: url(../images/about_arrows.png) 0 0 no-repeat;
    -webkit-transition: all .2s linear;
    -kthtml-transition: all .2s linear;
    transition: all .2s linear
}

.about_and_years .years_list li:hover > div span {
    color: #fff
}

.managersBlock {
    background: #e53163;
    direction: ltr
}

.managersBlock .inner_content {
    padding: 68px 0 40px;
    direction: ltr
}

.managersBlock h2 {
    color: #fff;
    font-size: 65px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2px
}

.managersBlock p.first {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    width: 90%;
    margin: 0 auto 86px;
    max-width: 760px;
    line-height: 46px;
    letter-spacing: .4px
}

.managersBlock .main_manager {
    width: 90%;
    position: relative;
    max-width: 950px;
    margin: 0 auto 90px;
    padding: 8px 0 0 236px;
    direction: ltr
}

.managersBlock .main_manager img {
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, .15);
    border-radius: 50%
}

.managersBlock .main_manager strong {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: .3px
}

.managersBlock .main_manager p {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: .3px
}

.managersBlock .list_managers {
    width: 100%;
    max-width: 1145px;
    margin: 0 auto
}

.managersBlock .list_managers:after {
    content: '';
    display: block;
    clear: both
}

.managersBlock .list_managers li {
    float: left;
    display: block;
    width: 33.3333%;
    cursor: pointer;
    margin-bottom: 21px;
    position: relative;
    min-height: 297px
}

.managersBlock .list_managers li .inner {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 288px;
    height: 297px;
    text-align: center;
    padding-top: 20px;
    overflow: hidden;
    direction: ltr
}

.managersBlock .list_managers li img {
    display: block;
    position: relative;
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, .15);
    border-radius: 50%;
    margin: 0 auto 25px;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.managersBlock .list_managers li:hover img {
    -webkit-transform: translateY(0) scale(1.1);
    -ms-transform: translateY(0) scale(1.1);
    transform: translateY(0) scale(1.1);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .15)
}

.managersBlock .list_managers li strong {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: .3px
}

.managersBlock .list_managers li p {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: -.1px
}

.managersBlock .list_managers li .open {
    display: none;
    color: #fff;
    font-size: 23px;
    font-weight: 300;
    padding: 0 15px 27px 28px;
    margin-top: 61px;
    line-height: 26px;
    letter-spacing: .4px;
    text-align: left
}

.managersBlock .list_managers li .close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 18px;
    top: 12px;
    background: url(../images/close_s.png) no-repeat top center;
    display: none
}

.managersBlock .list_managers li.active {
    z-index: 2
}

.managersBlock .list_managers li.active .open {
    display: block
}

.managersBlock .list_managers li.active .inner {
    background: rgba(69, 175, 172, .95);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 2;
    border-left: 1px solid #996c85
}

.managersBlock .list_managers li.active.open_up .inner {
    top: auto;
    bottom: 0;
    padding-bottom: 25px
}

.managersBlock .list_managers li.active.open_up .wrapper {
    position: absolute;
    bottom: 0
}

.managersBlock .list_managers li.open_up .open {
    padding-top: 15px;
    padding-bottom: 40px;
    margin-top: 0;
    width: 287px
}

.managersBlock .list_managers li.active .close {
    display: block
}

.managersBlock .list_managers li.active:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, .15)
}

.donationBlock {
    background: #fff
}

.donationBlock .inner_content > .inner {
    padding: 63px 13.8% 33px;
    direction: ltr;
    position: relative
}

.donationBlock .dark_title {
    color: #3bb5af;
    font-size: 60px;
    font-weight: 400;
    text-align: left;
    padding-top: 0;
    position: relative;
    left: -2px;
    margin-bottom: 6px
}

.donationBlock .first_par {
    color: #757575;
    font-size: 28px;
    font-weight: 300;
    line-height: 31px;
    padding-left: 3px;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 32px;
    margin-bottom: 4px
}

.donationBlock .iwanttodonate {
    position: relative;
    height: 94px;
    z-index: 2
}

.donationBlock .iwanttodonate > span {
    color: #3bb5af;
    font-size: 36px;
    font-weight: 400;
    padding-left: 2px
}

.donationBlock .iwanttodonate select {
    width: 244px
}

.donationBlock .iwanttodonate .chosen-container {
    width: 244px;
    height: 41px;
    position: relative;
    top: -6px;
    margin-left: 19px
}

.donationBlock .iwanttodonate .chosen-container-single .chosen-single {
    width: 244px;
    height: 41px;
    line-height: 42px;
    background: #f7f7f7;
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0, #f7f7f7), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #f7f7f7 0, #ededed 100%);
    background: -webkit-linear-gradient(top, #f7f7f7 0, #ededed 100%);
    background: linear-gradient(to bottom, #f7f7f7 0, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ededed', GradientType=0);
    border-color: #d6d6d6;
    border-radius: 7px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1)
}

.donationBlock .iwanttodonate .chosen-container-single .chosen-single span {
    margin-left: 14px;
    margin-right: 26px;
    font-size: 30px;
    font-weight: 200;
    color: #000;
    letter-spacing: 0
}

.donationBlock .iwanttodonate .chosen-container-single .chosen-single div {
    left: auto;
    right: 18px
}

.donationBlock .iwanttodonate .chosen-container-single .chosen-single div b {
    background-position: 0 11px
}

.donationBlock .iwanttodonate .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 11px
}

.donationBlock .iwanttodonate .chosen-container-active.chosen-with-drop .chosen-single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.donationBlock .iwanttodonate .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 7px 7px 0;
    background-clip: padding-box;
    background: #ececec;
    border-color: #d6d6d6
}

.donationBlock .iwanttodonate .chosen-container .chosen-results li {
    font-size: 30px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 200;
    color: #000;
    letter-spacing: 0
}

.donationBlock .iwanttodonate .chosen-container .chosen-results li:last-child {
    border-radius: 0 4px 4px 0
}

.donationBlock .iwanttodonate .chosen-container .chosen-results li.highlighted {
    color: #fff;
    background: #555
}

.donationBlock .donate_calc {
    -moz-border-radius: 7px;
    background: url(../images/meal_vector.png) no-repeat 43px 50%;
    background-size: 26.9% auto
}

.donationBlock .donate_calc .inner {
    position: relative;
    height: 368px;
    width: 100%;
    background: url(../images/meal_vector.png) no-repeat left 38px top 50%;
    background-size: 26.9% auto;
    text-align: center
}

.donationBlock .donate_calc .box_outer {
    width: 327px;
    height: 368px;
    background: #3cb6b0;
    margin: 0 auto;
    border-left: 7px solid #fff;
    border-right: 7px solid #fff
}

.donationBlock .donate_calc .box {
    padding-top: 23px;
    margin: 0 auto;
    width: 263px
}

.donationBlock .donate_calc .box > h3 {
    color: #fff;
    font-weight: 400;
    font-size: 56.68px;
    margin: 0;
    letter-spacing: 0;
    white-space: nowrap;
    margin-bottom: 7px
}

.donationBlock .donate_calc .box strong {
    font-size: 25px;
    color: #fff;
    font-weight: 100;
    line-height: 20px;
    margin-bottom: 9px;
    display: block
}

.donationBlock .donate_calc .box > .donate_type {
    width: 240px;
    display: block;
    margin: 0 auto 17px
}

.donationBlock .donate_calc .box > .donate_type_item .input {
    position: relative;
    width: 179px;
    height: 61px;
    margin: 0 auto 23px;
    direction: ltr
}

.donationBlock .donate_calc .box > .donate_type_item .input div {
    width: 45px;
    background: #fff;
    line-height: 64px;
    height: 61px;
    color: #3cb6b0;
    font-size: 36px;
    font-weight: 300;
    border-radius: 0 30.5px 30.5px 0;
    position: absolute;
    z-index: 1;
    right: 0;
    text-align: right;
    padding-right: 11px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.donationBlock .donate_calc .box > .donate_type_item .input input {
    width: 131px;
    background: #fff;
    line-height: 64px;
    height: 61px;
    color: #3cb6b0;
    font-size: 36px;
    font-weight: 400;
    border-radius: 30.5px 0 0 30.5px;
    position: absolute;
    z-index: 2;
    left: 0;
    text-align: center;
    border-right: 3px solid #3cb6b0;
    border: none;
    text-indent: -16px;
    padding-top: 0
}

.donationBlock .donate_calc .box > .donate_type li {
    width: 119px;
    height: 33px;
    line-height: 36px;
    background: #fff;
    float: left;
    font-size: 20px;
    font-weight: 400;
    color: #3cb6b0;
    cursor: pointer
}

.donationBlock .donate_calc .box > .donate_type li:first-child {
    margin-right: 2px
}

.donationBlock .donate_calc .box > .donate_type li.active, .donationBlock .donate_calc .box > .donate_type li:hover {
    background: #f7dc00
}

.donationBlock .donate_calc .box .calc {
    width: 179px;
    height: 61px;
    position: relative;
    margin: 0 auto 23px;
    direction: ltr
}

.donationBlock .donate_calc .box .calc .num {
    width: 88px;
    background: #fff;
    float: left;
    border-left: 3px solid #3cb6b0;
    border-right: 3px solid #3cb6b0;
    line-height: 48px;
    height: 61px;
    color: #3cb6b0;
    font-size: 54px;
    font-weight: 500;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.donationBlock .donate_calc .box .calc .plus {
    width: 61px;
    background: #fff;
    line-height: 70px;
    height: 61px;
    color: #3cb6b0;
    font-size: 74px;
    font-weight: 300;
    border-radius: 0 30.5px 30.5px 0;
    position: absolute;
    z-index: 2;
    right: 0;
    text-align: left;
    padding-left: 20px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.donationBlock .donate_calc .box .calc .minus {
    width: 61px;
    background: #fff;
    float: left;
    line-height: 70px;
    height: 61px;
    color: #3cb6b0;
    font-size: 74px;
    font-weight: 300;
    border-radius: 30.5px 0 0 30.5px;
    position: absolute;
    z-index: 1;
    left: 0;
    text-align: right;
    padding-right: 24px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.donationBlock .donate_calc .box .calc .minus:hover, .donationBlock .donate_calc .box .calc .plus:hover {
    background: #2b827e
}

.donationBlock .donate_calc .border_cyan {
    width: 253px;
    height: 0;
    background-color: #3bb5af;
    display: block;
    position: relative;
    left: -5px;
    margin-bottom: 0
}

.donationBlock .donate_calc .total_price {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    border-top: 2px solid #fff;
    padding: 8px 10px 0 6px;
    border-bottom: 2px solid #fff;
    text-align: right
}

.donationBlock .donate_calc .total_price span {
    font-size: 59px
}

.donationBlock .donate_calc .donate_type_2 {
    display: none
}

.donationBlock .interested_checkbox {
    width: 294px;
    margin: 0 auto;
    height: 25px;
    text-align: center;
    margin-top: 14px;
    position: relative;
    left: -2px
}

.donationBlock .prettycheckbox label {
    display: inline-block;
    cursor: pointer;
    color: #3cb6b0;
    font-size: 24px;
    vertical-align: middle;
    font-weight: 400;
    line-height: 1
}

.donationBlock .prettycheckbox > a {
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -2px
}

.donationBlock .donate_form {
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 35px;
    margin-bottom: 40px
}

.donationBlock .donate_form h2 {
    color: #3bb5af;
    font-size: 36px;
    font-weight: 400;
    padding-left: 3px
}

.donationFinish .top_block_error {
    background: #fff;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    display: block;
    font-size: 52px;
    font-family: NextExitRound, arial, tahoma;
    font-weight: 400;
    color: red
}

.donate_form .donate_form_inputs {
    width: 750px;
    margin: 24px 0 23px 2px;
    z-index: 3;
    position: relative
}

.donate_form .donate_form_inputs > li {
    width: 218px;
    height: 70px;
    float: left;
    margin: 0 32px 10px 0
}

.donate_form .donate_form_inputs > li label {
    display: block;
    color: #636363;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 5px;
    display: block;
    padding-left: 5px
}

.donate_form .donate_form_inputs > li input[type=text] {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .09);
    width: 218px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    color: #636363;
    font-size: 25px;
    font-weight: 300;
    text-indent: 7px;
    direction: ltr;
    text-align: left
}

.donate_form select {
    width: 100%;
    max-width: 218px
}

.donate_form .chosen-container {
    width: 218px;
    height: 40px;
    position: relative
}

.donate_form .chosen-container-single .chosen-single {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .09);
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    color: #636363;
    font-size: 25px;
    font-weight: 300;
    width: 218px;
    height: 40px;
    line-height: 42px
}

.donate_form .chosen-container-single .chosen-single span {
    padding-left: 9px;
    margin-left: 0;
    margin-right: 26px;
    font-size: 30px;
    font-weight: 200;
    color: #636363;
    letter-spacing: -1.8px
}

.donate_form .chosen-container-single .chosen-single div {
    left: auto;
    right: 11px
}

.donate_form .chosen-container-single .chosen-single div b {
    background-position: 0 11px
}

.donate_form .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 11px
}

.donate_form .chosen-container-active.chosen-with-drop .chosen-single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.donate_form .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 7px 7px 0;
    background-clip: padding-box;
    background: #fff;
    border-color: #cfcfcf
}

.donate_form .chosen-container .chosen-results li {
    font-size: 30px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 200;
    color: #636363;
    letter-spacing: -1.8px
}

.donate_form .chosen-container .chosen-results li:last-child {
    border-radius: 0 4px 4px 0
}

.donate_form .chosen-container .chosen-results li.highlighted {
    color: #fff;
    background: #555
}

.donate_form #date {
    text-align: center;
    direction: ltr;
    background: url(../images/date_ground.png) no-repeat top center;
    line-height: 44px
}

.donate_form .donate_form_inputs > li.error label {
    color: #cf4646
}

.donate_form .donate_form_inputs > li.error input[type=text] {
    border-color: #cf4646;
    box-shadow: inset 0 0 0 1px rgba(207, 70, 70, .39)
}

.donate_form .donate_form_inputs > li.error .chosen-container-single .chosen-single {
    border-color: #cf4646;
    box-shadow: inset 0 0 0 1px rgba(207, 70, 70, .39)
}

.donate_form .chosen-container-single.error .chosen-drop {
    border-color: #cf4646
}

input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.donate_calc_ver3 .prettyradio > a, .type_payment .prettyradio > a, input[type=radio].css-checkbox + label.css-label {
    padding-right: 0;
    padding-left: 0;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 24px;
    vertical-align: middle;
    cursor: pointer;
    float: left;
    background-image: url(../images/radio.png)
}

.donate_calc_ver3 .prettyradio > a.checked, .donate_calc_ver3 .prettyradio > a.checked:focus, .type_payment .prettyradio > a.checked, .type_payment .prettyradio > a.checked:focus, input[type=radio].css-checkbox:checked + label.css-label {
    background-position: 0 -24px
}

.type_payment .prettyradio label {
    display: inline-block;
    cursor: pointer;
    color: #3cb6b0;
    font-size: 24px;
    font-weight: 300;
    vertical-align: middle;
    font-weight: 400
}

.type_payment .prettyradio > a {
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -3px
}

.donate_form .type_payment {
    margin: -22px 0 15px 0;
    height: 50px
}

.donate_form .type_payment h4 {
    color: #636363;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 5px;
    display: block;
    padding-right: 5px
}

.donate_form .type_payment .checks .prettyradio label {
    font-size: 22px !important;
    color: #636363 !important
}

.donate_form .type_payment .checks .prettyradio input[name='donationFrom'] ~ label{
    color:#e63164 !important;
}

.type_donation_js{
    display: flex;
    flex-direction: row;
}

.donationBlock input[type=submit] {
    color: #fff;
    background: #555;
    width: 208px;
    height: 67px;
    line-height: 72px;
    background: #3cb6b0;
    border-radius: 33.5px;
    border: none;
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    position: relative;
    float: right;
    margin: 0 5px 0 0;
    letter-spacing: -.8px
}

.donationBlock input[type=submit]:hover {
    background: #2b827e
}

.donation .donate_wrapper {
    border-radius: 7px;
    margin: 0 4px 70px 1px;
    background: #3bb5af
}

.donationBlock .donate_calc label {
    color: #fff;
    font-weight: 500;
    font-size: 25px
}

.donationBlock .donate_calc .prettycheckbox > a {
    margin-right: 5px
}

.donate_calc .prettycheckbox > a, .donate_calc .prettyradio > a {
    background: url(../images/check-yellow.png);
    float: left
}

.donate_calc .prettycheckbox > a.checked, .donate_calc .prettyradio > a.checked {
    background-position: 25px 0
}

.second_par {
    color: #757575;
    font-size: 28px;
    font-weight: 300;
    line-height: 31px;
    padding-left: 3px;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 14px;
    margin-bottom: 50px;
    padding-top: 10px;
    position: relative
}

.second_par span {
    line-height: 38px
}

.second_par strong {
    font-weight: 400
}

.donation_subtext {
    font-size: 24px;
    float: left;
    font-weight: 100;
    margin-top: 21px
}

img.secure_shild_icon {
    margin-bottom: -14px;
    margin-right: 5px
}

.meals_desc {
    position: absolute;
    right: 69px;
    top: 38px;
    height: 4px;
    z-index: 2;
    font-size: 21px;
    font-weight: 100;
    color: #3cb6b0;
    width: 58px
}

div.donate_num {
    float: right
}

div.donate_total {
    float: left;
    margin-top: 11px
}

div.donate_via {
    background: #e63164;
    min-height: 185px;
    padding: 50px;
    margin-top: 20px;
    font-size: 22px;
    color: #fff
}

div.donate_via {
    background: #e63164;
    width: 100%;
    min-height: 185px
}

div.donate_via .inner_content > .inner {
    padding: 4px 13.8% 7px
}

div.donate_via ul li {
    line-height: 30px
}

div.donate_via ul li strong {
    font-weight: 400;
    color: #f5d616;
    margin-right: 5px;
    width: 195px;
    display: inline-block
}

.donate_via a {
    color: #fff;
    text-decoration: underline
}

.volunteering .worlds_top_content {
    background: #3cb6b0;
    border-color: #8ad3d0
}

.volunteering .worlds_top_content .inner_content .first h1 {
    color: #f5d616
}

.volunteering .worlds_top_content .inner_content .first .contact .phone a {
    background-color: #3cb6b0
}

.volunteering .worlds_top_content .inner_content .first .contact .phone a:hover {
    border-color: #3cb6b0;
    background-color: #fff;
    background-position: -53px -42px
}

.volunteering .worlds_top_content .inner_content .first .contact .email:hover {
    border-color: #3cb6b0;
    background-position: -59px -27px
}

.volunteering .worlds_top_content .inner_content .first .contact .phone span {
    color: #3cb6b0
}

.volunteering .worlds_top_content .inner_content .first .big_img {
    max-width: 421px;
    width: 31%;
    top: 91px;
    right: 13.6%
}

.volunteering .groupBlock .inner_content h2 {
    color: #3cb6b0
}

.volunteering .groupBlock .groupBlock_slider .item .block_text div {
    background: #3cb6b0
}

.volunteering .groupBlock .groupBlock_slider .item .block_text div .mail {
    background-color: #f6d800
}

.volunteering .ourPartners {
    background: #3cb6b0
}

.volunteering .galleryAndVideo .galleryAndVideo_content h2 {
    color: #3cb6b0
}

.volunteering .galleryAndVideo .youtube_box.util-theme-default .util-page.active-page span {
    background-color: #3cb6b0;
    border-color: #2e8c87
}

.volunteering .volunteering_first {
    background: #fff;
    overflow-x: hidden;
    position: relative;
    height: 892px;
    width: 100%;
    box-shadow: 2.1px 2.1px 6px rgba(0, 0, 0, .13);
    z-index: 2
}

.volunteering .volunteering_first .inner_content {
    min-height: 892px
}

.volunteering .volunteering_first .hearts_vector {
    position: absolute;
    right: -66px;
    top: 170px;
    width: 49%;
    max-width: 660px
}

.volunteering .volunteering_first .main_block {
    box-shadow: 0 2px 0 rgba(0, 0, 0, .13);
    width: 558px;
    min-height: 399px;
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, .13);
    position: absolute;
    left: 10.7%;
    top: 76px;
    margin-bottom: 83px
}

.volunteering .volunteering_first .main_block .desc {
    padding: 32px 1% 0 8.4%;
    direction: ltr
}

.volunteering .volunteering_first .main_block .desc h2 {
    color: #3bb5af;
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 4px
}

.volunteering .volunteering_first .main_block .desc p.first_par {
    color: #636363;
    font-size: 24px;
    font-weight: 300;
    line-height: 25px
}

.volunteering .volunteering_first .main_block .inner {
    padding: 27px 7.9% 0 8.4%
}

.volunteering .volunteering_first .main_block .inner > ul {
    margin-bottom: 37px
}

.volunteering .volunteering_first .main_block .inner > ul > li {
    float: right;
    width: 46.4%;
    position: relative;
    z-index: 3
}

.volunteering .volunteering_first .main_block .inner > ul > li:first-child {
    float: left;
    z-index: 3;
    position: relative
}

.volunteering .volunteering_first .main_block .inner > ul > li:last-child {
    clear: both;
    width: 100%;
    position: relative;
    z-index: 2;
    padding-top: 23px
}

.volunteering .volunteering_first .main_block .inner > ul > li label {
    display: block;
    direction: ltr;
    color: #636363;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: .3px;
    margin-bottom: 5px
}

.volunteering .volunteering_first .main_block .inner > ul > li .chosen-container {
    height: 59px
}

.volunteering .volunteering_first .main_block .inner > ul > li .chosen-container-single .chosen-single {
    height: 59px;
    line-height: 62px;
    border-radius: 10px
}

.volunteering .volunteering_first .main_block .inner > ul > li .chosen-container-single .chosen-single span {
    font-size: 24px;
    padding-left: 24px;
    letter-spacing: .3px
}

.volunteering .volunteering_first .main_block .inner > ul > li .chosen-container-single .chosen-single div {
    right: 7px;
    width: 13px
}

.volunteering .volunteering_first .main_block .inner > ul > li .chosen-container-single .chosen-single div b {
    background-position: 0 22px
}

.volunteering .volunteering_first .main_block .inner > ul > li .chosen-container-active.chosen-with-drop .chosen-single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.volunteering .volunteering_first .main_block .inner > ul > li .chosen-container .chosen-results li.active-result {
    font-size: 24px;
    letter-spacing: .3px
}

.volunteering .volunteering_first .main_block .inner > ul > li .chosen-container-single .chosen-drop {
    border-radius: 0 0 10px 10px
}

.volunteering .volunteering_first .main_block .inner > ul > li .chosen-container .chosen-results li {
    line-height: 40px
}

.volunteering .volunteering_first .main_block .inner > ul > li .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 22px
}

.volunteering .volunteering_first .main_block .inner > ul > li:last-child .chosen-container-single .chosen-single div {
    right: 17px
}

.volunteering .volunteering_first .main_block .inner > ul > li.grey .chosen-container-single .chosen-single span {
    padding-left: 16px
}

.volunteering .volunteering_first .main_block .inner > ul > li.grey .chosen-container-single .chosen-single div {
    right: 17px
}

.volunteering .volunteering_first .main_block .opener {
    direction: ltr;
    display: none
}

.volunteering .volunteering_first .main_block .opener > p {
    color: #636363;
    font-size: 24px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: .23px;
    margin: 0 0 3px 3px
}

.volunteering .volunteering_first .main_block .opener .jobs {
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, .09);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .19);
    border-radius: 8px;
    -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, .09);
    margin-bottom: 24px;
    padding: 29px 20px 10px;
    color: #3bb5af;
    font-size: 24px;
    font-weight: 300
}

.volunteering .volunteering_first .main_block .opener .jobs ul li {
    position: relative;
    padding-left: 30px;
    line-height: 32px;
    margin-bottom: 3px
}

.volunteering .volunteering_first .main_block .opener .jobs ul li > span {
    position: relative;
    top: -5px;
    cursor: pointer
}

.volunteering .volunteering_first .main_block .opener .jobs .prettycheckbox {
    position: absolute;
    left: 2px;
    top: -1px
}

.volunteering .volunteering_first .main_block .opener .btn_next {
    width: 124px;
    height: 63px;
    line-height: 64px;
    border: 2px solid #3bb5af;
    display: block;
    text-align: center;
    border-radius: 31.5px;
    color: #3bb5af;
    font-size: 34px;
    font-weight: 400;
    float: right;
    position: relative;
    right: -6px;
    padding-right: 19px;
    margin-bottom: 20px
}

.volunteering .volunteering_first .main_block .opener .btn_next b {
    width: 23px;
    height: 18px;
    display: block;
    position: absolute;
    right: 15px;
    top: 21px;
    background: url(../images/btn_next.png) no-repeat 0 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.volunteering .volunteering_first .main_block .opener .btn_next:hover {
    background: #3bb5af;
    color: #fff
}

.volunteering .volunteering_first .main_block .opener .btn_next:hover b {
    background-position: -23px 0
}

.volunteering .volunteering_first .main_block .opener .btn_next.disable {
    color: #636363;
    border-color: #636363
}

.volunteering .volunteering_first .main_block .opener .btn_next.disable b {
    background-position: -46px 0
}

.volunteering .volunteering_first .main_block .opener .btn_next.disable:hover {
    background: 0 0;
    color: #636363
}

.volunteering .volunteering_first .white_overlay {
    height: 100%;
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, .85);
    z-index: 10;
    display: none
}

.volunteering .volunteering_first .volunteering_popup {
    width: 466px;
    height: 100%;
    position: absolute;
    z-index: 11;
    display: none;
    left: 0;
    right: 0;
    margin: 0 auto
}

.volunteering .volunteering_first .volunteering_popup .inner_one {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed
}

.volunteering .volunteering_first .volunteering_popup .inner {
    width: 100%;
    height: 100%;
    display: table-cell;
    table-layout: fixed;
    vertical-align: middle;
    text-align: center
}

.volunteering .volunteering_first .volunteering_popup .inner .popup {
    box-shadow: 0 0 10px rgba(0, 0, 0, .21), inset 0 1px 0 rgba(0, 0, 0, .09);
    width: 466px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .19);
    border-radius: 8px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .21), inset 0 1px 0 rgba(0, 0, 0, .09);
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    padding: 54px 20px 0 25px
}

.volunteering .volunteering_first .volunteering_popup .inner .popup .close_dark {
    width: 26px;
    height: 27px;
    position: absolute;
    right: 0;
    top: -43px;
    background: url(../images/close_dark.png) no-repeat 0 0;
    cursor: pointer
}

.volunteering .volunteering_first .volunteering_popup .inner .popup h3 {
    color: #3bb5af;
    font-size: 36px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 23px
}

.volunteering .volunteering_first .volunteering_popup .inner .popup p {
    color: #636363;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: -.03px;
    margin-bottom: 22px
}

.volunteering .volunteering_first .volunteering_popup .inner .popup p strong {
    font-size: 24px;
    font-weight: 400;
    display: block;
    margin-bottom: 0;
    letter-spacing: 0
}

.volunteering .personalDetailsBlock {
    background: #f9f9fa;
    box-shadow: 1.5px 2.6px 6px rgba(0, 0, 0, .13);
    position: relative;
    display: none
}

.volunteering .personalDetailsBlock .inner_content {
    height: 776px
}

.volunteering .personalDetailsBlock .light_vector {
    position: absolute;
    right: 21.7%;
    top: 0;
    width: 10%;
    max-width: 135px
}

.volunteering .personalDetailsBlock .inner_content > .inner {
    width: 500px;
    margin-left: 14%;
    float: left;
    padding-top: 84px
}

.volunteering .personalDetailsBlock h2 {
    color: #3bb5af;
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 57px
}

.volunteering .personalDetailsBlock .donate_form {
    width: 100%;
    direction: ltr
}

.volunteering .personalDetailsBlock .donate_form .donate_form_inputs {
    margin: 10px 0 0;
    position: relative;
    width: 100%;
    z-index: 3
}

.volunteering .personalDetailsBlock .donate_form .donate_form_inputs > li {
    margin: 0 30px 9px 0;
    padding-left: 1px
}

.volunteering .personalDetailsBlock .donate_form .donate_form_inputs > li label {
    margin-bottom: 2px;
    letter-spacing: .1px;
    padding-left: 0
}

.donate_form .donate_form_inputs > li input[type=text] {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .09);
    border-radius: 5px;
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .09)
}

.volunteering .personalDetailsBlock .donate_form .donate_form_inputs > li:last-child {
    margin-top: 7px;
    direction: ltr;
    width: 93.8%;
    clear: both;
    height: auto
}

.volunteering .personalDetailsBlock .donate_form .donate_form_inputs > li textarea {
    width: 100%;
    height: 163px;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    margin-left: -2px;
    color: #636363;
    font-size: 24px;
    font-weight: 300;
    padding: 10px
}

.volunteering .personalDetailsBlock input[type=submit] {
    width: 120px;
    height: 59px;
    line-height: 62px;
    border: 2px solid #3bb5af;
    display: block;
    text-align: center;
    border-radius: 30px;
    color: #3bb5af;
    font-size: 34px;
    font-weight: 400;
    float: right;
    position: relative;
    margin-bottom: 20px;
    background: 0 0;
    margin-right: 32px;
    margin-top: 18px
}

.volunteering .personalDetailsBlock input[type=submit]:hover {
    background: #3bb5af;
    color: #fff
}

@media only screen and (max-width: 1280px) {
    .volunteering .worlds_top_content .inner_content .first .big_img {
        right: 8.6%;
        width: 28%
    }
}

@media only screen and (max-width: 980px) {
    .volunteering .personalDetailsBlock .light_vector {
        right: 8.7%;
        width: 14%
    }

    .volunteering .worlds_top_content .inner_content .first .contact {
        right: 5%
    }
}

@media only screen and (max-width: 840px) {
    .volunteering .volunteering_first .main_block {
        left: 5.7%;
        width: 470px
    }

    .volunteering .volunteering_first .main_block .desc {
        padding: 18px 1% 0 4.4%
    }

    .volunteering .volunteering_first .main_block .inner {
        padding: 20px 3.9% 0 4.4%
    }

    .volunteering .volunteering_first .main_block .inner > ul > li {
        width: 47.8%
    }

    .volunteering .volunteering_first .main_block .opener .btn_next {
        right: 0
    }

    .volunteering .worlds_top_content .inner_content .first {
        padding-left: 7%
    }
}

@media only screen and (max-width: 768px) {
    .volunteering .volunteering_first {
        height: auto
    }

    .volunteering .volunteering_first .inner_content {
        min-height: 0;
        padding: 50px 0
    }

    .volunteering .volunteering_first .main_block {
        position: relative;
        float: left;
        margin-bottom: 0;
        top: 0
    }

    .volunteering .volunteering_first .inner_content:after {
        content: '';
        clear: both;
        display: table
    }
}

@media only screen and (max-width: 740px) {
    .volunteering .personalDetailsBlock .inner_content > .inner {
        margin-left: 5.7%
    }
}

@media only screen and (max-width: 700px) {
    .volunteering .worlds_top_content .inner_content .first {
        padding-top: 40px
    }

    .volunteering .worlds_top_content .inner_content .first .text7 {
        max-width: none;
        margin-bottom: 0;
        width: 90%;
        margin-bottom: 30px
    }

    .volunteering .worlds_top_content .inner_content .first .big_img {
        position: relative;
        right: auto;
        top: auto;
        width: 70%;
        max-width: 320px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 660px) {
    .volunteering .personalDetailsBlock .light_vector {
        right: 4%
    }

    .volunteering .personalDetailsBlock .inner_content {
        height: 650px
    }

    .volunteering .personalDetailsBlock .inner_content > .inner {
        padding-top: 35px
    }

    .volunteering .personalDetailsBlock h2 {
        margin-bottom: 20px
    }

    .volunteering .personalDetailsBlock .light_vector {
        width: 10%
    }
}

@media only screen and (max-width: 640px) {
    .volunteering .volunteering_first .inner_content {
        min-height: 0;
        padding: 20px
    }

    .volunteering .volunteering_first .hearts_vector {
        display: none
    }

    .volunteering .volunteering_first .main_block {
        left: 0;
        width: 100%
    }
}

@media only screen and (max-width: 600px) {
    .volunteering .personalDetailsBlock .light_vector {
        display: none
    }

    .volunteering .personalDetailsBlock .inner_content {
        padding: 0 20px 20px;
        height: auto
    }

    .volunteering .personalDetailsBlock .inner_content > .inner {
        margin: 0;
        width: 100%;
        float: none
    }

    .volunteering .personalDetailsBlock .donate_form .donate_form_inputs {
        margin-left: -2%;
        width: auto
    }

    .volunteering .personalDetailsBlock .donate_form .donate_form_inputs > li {
        margin-left: 2%;
        margin-right: 0;
        width: 48%
    }

    .volunteering .personalDetailsBlock .donate_form .donate_form_inputs > li:last-child {
        width: 98%
    }

    .donate_form .donate_form_inputs > li input[type=text] {
        width: 100%
    }

    .volunteering .personalDetailsBlock input[type=submit] {
        margin-right: 0
    }
}

@media only screen and (max-width: 620px) {
    .worlds-readmore-label {
        right: 68px;
        bottom: 25px
    }

    .worlds-readmore-label {
        left: 68px;
        bottom: 25px
    }

    .volunteering .worlds_top_content .inner_content .first .text7 {
        width: 100%
    }

    .volunteering .worlds_top_content .inner_content .first .text7 {
        margin-bottom: 0
    }

    .volunteering .worlds_top_content .inner_content .first .contact .email:hover {
        background-position: -47px -22px
    }

    .volunteering .worlds_top_content .inner_content .first .contact .phone a {
        background-position: 10px 5px;
        background-size: 60px
    }

    .volunteering .worlds_top_content .inner_content .first .contact .phone a:hover {
        background-position: -40px -32px
    }

    .volunteering .worlds_top_content .inner_content .second .scroller .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-position: -40px 0
    }

    .volunteering .volunteering_first .main_block .desc {
        padding-right: 4.4%
    }

    .volunteering .volunteering_first .main_block .inner {
        padding: 20px 20px 0
    }

    .volunteering .volunteering_first .main_block .desc p.first_par, .volunteering .volunteering_first .main_block .inner > ul > li .select_res, .volunteering .volunteering_first .main_block .inner > ul > li label, .volunteering .volunteering_first .main_block .opener .jobs, .volunteering .volunteering_first .main_block .opener > p {
        font-size: 20px
    }

    .volunteering .volunteering_first .main_block .inner > ul {
        margin-bottom: 20px
    }

    .volunteering .volunteering_first .main_block .inner > ul > li .chosen-container-single {
        display: none
    }

    .volunteering .volunteering_first .main_block .inner > ul > li .select_res {
        background-color: #fff;
        display: block !important;
        text-align: left;
        direction: ltr;
        border: 1px solid rgba(0, 0, 0, .19);
        border-radius: 5px;
        box-shadow: inset 0 1px 0 rgba(0, 0, 0, .09);
        text-align: left;
        height: 40px;
        padding-left: 7px;
        color: #646464;
        font-weight: 300;
        -webkit-appearance: none;
        background-image: url(../images/mobile/arrow_select.png);
        background-position: right 10px center;
        background-repeat: no-repeat
    }

    .volunteering .volunteering_first .main_block .inner > ul > li.grey .select_res {
        background-color: #f1f1f1;
        border: 1px solid #d6d6d6;
        box-shadow: inset 0 1px 0 #fff;
        color: #000
    }

    .volunteering .volunteering_first .main_block .opener .btn_next {
        height: 45px;
        line-height: 40px;
        font-size: 30px;
        width: 110px
    }

    .volunteering .volunteering_first .main_block .opener .btn_next b {
        top: 11px;
        right: 16px;
        background-size: auto 100%;
        width: 19px;
        height: 15px
    }

    .volunteering .volunteering_first .main_block .opener .btn_next.disable b {
        background-position: -38px 0
    }

    .volunteering .volunteering_first .main_block .opener .btn_next:hover b {
        background-position: -20px 0
    }

    .volunteering .volunteering_first .main_block .opener .jobs {
        padding: 20px 10px 10px
    }

    .volunteering .volunteering_first .main_block .desc {
        padding: 20px 20px 0
    }

    .volunteering .volunteering_first .main_block .opener .jobs ul li {
        line-height: 28px
    }

    .volunteering .personalDetailsBlock h2, .volunteering .volunteering_first .main_block .desc h2 {
        font-size: 36px
    }

    .volunteering .volunteering_first .volunteering_popup {
        width: 92%
    }

    .volunteering .volunteering_first .volunteering_popup .inner .popup {
        padding-top: 20px;
        width: 100%
    }

    .volunteering .volunteering_first .volunteering_popup .inner .popup h3 {
        font-size: 26px;
        margin-bottom: 10px
    }

    .volunteering .volunteering_first .volunteering_popup .inner .popup p strong {
        font-size: 22px
    }

    .volunteering .volunteering_first .volunteering_popup .inner .popup p {
        margin-bottom: 10px
    }

    .volunteering .volunteering_first .volunteering_popup .inner .popup .close_dark {
        top: -5px;
        right: -5px
    }

    .volunteering .personalDetailsBlock .inner_content > .inner {
        padding-top: 20px
    }

    .volunteering .personalDetailsBlock input[type=submit] {
        width: 110px;
        height: 45px;
        line-height: 40px;
        font-size: 30px
    }

    .donate_form .donate_form_inputs > li input[type=text], .donate_form .donate_form_inputs > li label, .volunteering .personalDetailsBlock .donate_form .donate_form_inputs > li textarea {
        font-size: 20px
    }
}

@media only screen and (max-width: 400px) {
    .volunteering .personalDetailsBlock h2, .volunteering .volunteering_first .main_block .desc h2 {
        font-size: 30px
    }
}

@media only screen and (max-width: 410px) {
    .volunteering .volunteering_first .main_block .inner {
        padding-top: 0
    }

    .volunteering .volunteering_first .main_block .desc {
        padding: 20px 10px 0
    }

    .volunteering .volunteering_first .main_block .inner {
        padding: 0 10px
    }

    .volunteering .volunteering_first .main_block .inner > ul > li, .volunteering .volunteering_first .main_block .inner > ul > li:last-child {
        width: 100%;
        padding-top: 15px
    }
}

.btn_snapmenu {
    display: none;
    position: absolute;
    top: 32px;
    left: 15px;
    background: url(../images/mobile/snap_menu.png?v=1);
    width: 35px;
    height: 24px
}

@media only screen and (max-width: 1120px) {
    #header .topmenu {
        width: 440px;
        margin-top: 14px
    }

    #header .topmenu li a {
        margin-top: 5px
    }

    .worlds_top_content .inner_content .first .noar_register {
        display: block
    }
}

@media only screen and (max-width: 1130px) {
    #footer .bottom_nav .menu {
        width: 70vw;
        flex-direction: column;
        height: 102px;
    }

    #footer .bottom_nav .follow_us a.instagram {
        top: 32px;
    }

    #footer .bottom_nav {
        height: 406px;
    }

    #footer .bottom_nav .donate_btn {
        right: 18px;
        left: auto;
        top: 30px
    }

    #footer .bottom_nav .follow_us {
        display: block;
        left: 0px
    }

    #footer .bottom_nav .follow_us b {
        display: none
    }

    #footer .bottom_nav .follow_us a {
        top: 29px
    }

    #footer .bottom_nav > * {
        /*display: none*/
        bottom: 0;
    }

    #footer .bottom_nav .menu {
        /*display: none;*/
        top: 310px;
        left: 110px;
    }

    #footer .bottom_nav .newsletter-box:after {
        content: ' ';
        position: absolute;
        bottom: -15px;
        width: 100%;
        height: 1px;
        background: #dadada
    }

    #footer .bottom_nav .newsletter-box{
        top:80px;
    }

    #footer .bottom_text .right {
        left: 92px;
        top: 13px
    }
}

@media only screen and (max-width: 768px) {
    .btn_snapmenu {
        display: block
    }

    .world_2 .btn_snapmenu {
        background-position: -105px 0
    }

    .world_4 .btn_snapmenu {
        background-position: -175px 0
    }

    .world_6 .btn_snapmenu {
        background-position: -70px 0
    }

    .topmenu {
        display: none
    }

    #header {
        height: 90px;
        line-height: 90px
    }

    #header .inner {
        left: 50%;
        position: absolute
    }

    #header .logo {
        background: url(../images/mobile/logo.png?v=1) no-repeat;
        width: 122px;
        height: 80px;
        background-size: auto 70px;
        position: relative;
        left: 50px;
        top: 8px
    }

    .world_4 #header .logo {
        background-position: -123px 0
    }

    .world_5 #header .logo {
        background-position: 0 0
    }

    .world_6 #header .logo {
        background-position: -245px 0
    }

    #header .desktop_langs {
        display: none
    }

    #container {
        padding-top: 90px
    }

    .main_carousel {
        margin-top: -5px
    }

    .whatWeDo .whatWeDo_blocks {
        padding: 5px 0 0 25px
    }

    .whatWeDo .whatWeDo_blocks .whatWeDo_block_item {
        width: 50%
    }

    .whatWeDo .whatWeDo_blocks .whatWeDo_block_item p {
        display: none
    }

    .whatWeDo .whatWeDo_blocks .whatWeDo_block_item .block_btn {
        display: none
    }

    .whatWeDo .whatWeDo_blocks .whatWeDo_block_item {
        margin-bottom: 0;
        padding-right: 25px;
        margin-right: 0
    }

    .whatWeDo .whatWeDo_blocks .whatWeDo_block_item.no-margin-left {
        padding-right: 25px;
        margin-right: 0
    }

    .whatWeDo .whatWeDo_blocks .whatWeDo_block_item .block_img {
        margin-bottom: 25px;
        max-width: 390px
    }

    .whatWeDo .whatWeDo_blocks .whatWeDo_block_item .block_img img {
        max-width: 390px
    }

    .wantToBlock strong {
        font-size: 100px
    }

    .wantToBlock strong div {
        font-size: 24px
    }

    .wantToBlock span {
        font-size: 56px
    }

    .wantToBlock span.big {
        font-size: 68px
    }

    .donationBlock {
        margin-top: -5px
    }

    .ourActicity {
        margin-top: -5px
    }

    .destination_block {
        margin-top: -5px
    }

    .galleryAndVideo .galleryAndVideo_content select {
        width: 100%;
        margin-bottom: 20px;
        background-color: #fff;
        text-align: left;
        direction: ltr;
        border: 1px solid rgba(0, 0, 0, .19);
        border-radius: 5px;
        box-shadow: inset 0 1px 0 rgba(0, 0, 0, .09);
        text-align: left;
        height: 40px;
        padding-left: 7px;
        color: #646464;
        font-weight: 300;
        -webkit-appearance: none;
        background-image: url(../images/mobile/arrow_select.png);
        background-position: right 10px center;
        background-repeat: no-repeat
    }

    .galleryAndVideo .galleryAndVideo_content select {
        background-color: #f1f1f1;
        border: 1px solid #d6d6d6;
        box-shadow: inset 0 1px 0 #fff;
        color: #000
    }
}

@media only screen and (max-width: 820px) {
    #footer .bottom_nav {
        height: 466px;
    }

    #footer .bottom_nav .menu {
        height: 160px;
    }
}

@media only screen and (max-width: 640px) {
    .btn_snapmenu {
        background-size: auto 16px;
        background-repeat: no-repeat;
        width: 23px;
        margin-left: 11px
    }

    .world_2 .btn_snapmenu {
        background-position: -70px 0
    }

    .world_4 .btn_snapmenu {
        background-position: -24px 0
    }

    .world_6 .btn_snapmenu {
        background-position: -47px 0
    }

    #header {
        height: 70px;
        line-height: 70px
    }

    #header .logo {
        background: url(../images/mobile/logo.png?v=1) no-repeat;
        width: 92px;
        height: 70px;
        background-size: auto 53px;
        top: 8px
    }

    .world_4 #header .logo {
        background-position: -93px 0
    }

    .world_6 #header .logo {
        background-position: -186px 0
    }

    #header .donate_btn {
        font-size: 20px;
        height: 34px;
        line-height: 34px;
        width: 96px;
        top: 19px
    }

    #container {
        padding-top: 70px
    }

    .main_carousel {
        margin-top: 0
    }

    .newInUs {
        min-height: 560px
    }

    #newInUs_blocks {
        height: 352px
    }

    .block_item .block_item_inner {
        width: 260px
    }

    #newInUs_blocks .block_item img {
        max-height: 177px
    }

    .donationBlock {
        margin-top: -25px
    }

    .ourActicity {
        margin-top: -25px
    }

    .destination_block {
        margin-top: -25px
    }

    .mainMap .mainMap_text {
        margin-top: -73px
    }

    #footer .bottom_text {
        height: 56px
    }

    #footer .bottom_text .left {
        text-align: right;
        font-size: 12px;
        top: 14px;
        line-height: 16px
    }

    #footer .bottom_text .left span {
        clear: both;
        display: block
    }

    #footer .bottom_text .right {
        top: 29px;
        left: 11px
    }
}

@media only screen and (max-width: 567px) {
    .whatWeDo .whatWeDo_blocks {
        padding-left: 15px
    }

    .whatWeDo .whatWeDo_blocks .whatWeDo_block_item {
        padding-right: 15px
    }

    .whatWeDo .whatWeDo_blocks .whatWeDo_block_item.no-margin-left {
        padding-right: 15px
    }

    .whatWeDo .whatWeDo_blocks .whatWeDo_block_item .block_img {
        margin-bottom: 15px
    }

    .dark_title {
        font-size: 52px
    }

    .wantToBlock .btn b {
        font-size: 26px
    }

    .mainMap .mainMap_text {
        margin-top: -40px
    }

    .mainMap .mainMap_text b {
        font-size: 54px
    }

    .mainMap .mainMap_text strong {
        font-size: 90px
    }

    .mainMap .mainMap_text {
        height: 312px
    }
}

@media only screen and (max-width: 492px) {
    .dark_title {
        font-size: 47px
    }

    .wantToBlock strong {
        font-size: 96px
    }

    .wantToBlock strong div {
        font-size: 22px
    }

    .wantToBlock span {
        font-size: 50px
    }

    .wantToBlock span.big {
        font-size: 62px
    }

    .wantToBlock .btn {
        padding-top: 8px;
        width: 156px;
        height: 62px
    }

    .wantToBlock .btn b {
        font-size: 28px
    }

    #footer .bottom_text .right {
        font-size: 18px
    }

    #footer .bottom_text .left {
        font-size: 12px
    }

    #footer .newsletter-box input[name=email] {
        width: 159px
    }
}

@media only screen and (max-width: 554px) {
    #footer .bottom_nav {
        height: 532px;
    }

    #footer .bottom_nav .menu {
        height: 208px;
        top: 330px;
    }
}

@media only screen and (max-width: 421px) {
    #footer .bottom_nav {
        height: 580px;
    }

    #footer .bottom_nav .menu {
        top: 370px;
    }

    #footer .newsletter-box input[name=submit] {
        display: block;
        margin: 11px 0 0 33px
    }
}

@media only screen and (max-width: 380px) {
    #header .donate_btn {
        right: 10px
    }

    .whatWeDo .whatWeDo_blocks {
        padding-left: 10px
    }

    .whatWeDo .whatWeDo_blocks .whatWeDo_block_item {
        padding-right: 10px
    }

    .whatWeDo .whatWeDo_blocks .whatWeDo_block_item.no-margin-left {
        padding-right: 10px
    }

    .whatWeDo .whatWeDo_blocks .whatWeDo_block_item .block_img {
        margin-bottom: 10px
    }

    .dark_title {
        font-size: 40px
    }

    .wantToBlock strong {
        font-size: 86px
    }

    .wantToBlock strong div {
        font-size: 21px
    }

    .wantToBlock span {
        font-size: 42px
    }

    .wantToBlock span.big {
        font-size: 56px
    }

    .wantToBlock .btn {
        width: 134px;
        height: 56px;
        font-size: 24px;
        padding-top: 4px
    }

    /*#footer .bottom_nav .effective_tav {*/
    /*    left: 12px*/
    /*}*/

    #footer .bottom_nav .follow_us {
        left: 0px
    }

    #footer .bottom_nav .donate_btn {
        right: 9px
    }

    #footer .bottom_text .right {
        font-size: 16px;
        top: 30px
    }

    #footer .bottom_text .left {
        font-size: 11px
    }
}

@media only screen and (max-width: 336px) {
    #footer .bottom_nav {
        height: 590px;
    }

    #footer .bottom_nav .menu {
        top: 392px;
    }
}

@media only screen and (max-width: 374px) {
    #footer .bottom_nav {
        height: 754px;
    }

    #footer .bottom_nav .menu {
        height: 370px;
    }
}

@media only screen and (max-width: 1024px) {
    .donationBlock .inner_content > .inner {
        padding: 63px 5% 33px
    }

    .donationBlock .donate_calc .inner {
        background-size: 20% auto;
        background-position: left 20px top 50%
    }

    .donationBlock .donate_calc {
        background-size: 20% auto;
        background-position: 20px 50%
    }

    div.donate_via .inner_content > .inner {
        padding: 4px 0 7px
    }
}

/*@media only screen and (max-width: 405px) {*/

/*    #footer .bottom_nav .search-wrapper .search-input-container .search-input {*/
/*        width: 142px;*/
/*    }*/

/*    #footer .bottom_nav .search-wrapper .search-input-container .search-button {*/
/*        left: -7px;*/
/*    }*/

/*    #footer .bottom_nav .search-wrapper .search-input-container {*/
/*        width: 134px;*/
/*    }*/
/*}*/

@media only screen and (max-width: 840px) {
    .donationBlock .donate_form .donate_form_inputs > li {
        margin-right: 25px;
        width: 200px
    }

    .donationBlock .donate_form .chosen-container, .donationBlock .donate_form .chosen-container-single .chosen-single, .donationBlock .donate_form .donate_form_inputs > li input[type=text], .donationBlock .donate_form select {
        width: 200px;
        font-size: 22px
    }

    .donationBlock .donate_form .chosen-container .chosen-results li, .donationBlock .donate_form .chosen-container-single .chosen-single span {
        font-size: 22px;
        letter-spacing: 0
    }
}

@media only screen and (max-width: 768px) {
    .donationBlock .dark_title {
        font-size: 50px
    }

    .donationBlock .donate_calc .box > h3 {
        font-size: 50px
    }

    .donationBlock .first_par, .second_par {
        font-size: 24px;
        line-height: 26px
    }

    img.secure_shild_icon {
        width: 24px;
        height: auto;
        vertical-align: middle;
        margin-bottom: 0;
        position: absolute;
        left: 0;
        top: 9px
    }

    .second_par {
        padding-left: 32px
    }

    .second_par span {
        line-height: 26px
    }

    .donationBlock .iwanttodonate > span {
        font-size: 34px
    }

    .donationBlock .donate_calc .box_outer {
        border: none;
        background: 0 0
    }

    .donationBlock .donate_form .donate_form_inputs > li:nth-child(4) {
        display: none
    }

    .donate_form .donate_form_inputs {
        width: auto
    }

    div.donate_via {
        padding: 40px 5%;
        font-size: 20px
    }

    div.donate_via ul li {
        line-height: 20px;
        margin-bottom: 10px
    }

    div.donate_via ul li:last-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 760px) {
    .donationBlock .donate_form .donate_form_inputs {
        margin-left: -2.5%
    }

    .donationBlock .donate_form .donate_form_inputs > li {
        width: 33%;
        padding-left: 3%;
        margin-right: 0
    }

    .donationBlock .donate_form .chosen-container, .donationBlock .donate_form .donate_form_inputs > li input[type=text], .donationBlock .donate_form select {
        width: 100% !important
    }

    .donationBlock .donate_form .chosen-container-single .chosen-single {
        width: 100%
    }
}

@media only screen and (max-width: 740px) {
    div.donate_via ul li strong {
        display: block
    }
}

@media only screen and (max-width: 568px) {
    .donationBlock .dark_title {
        margin-bottom: 0
    }

    .donationBlock .inner_content > .inner {
        padding-top: 40px
    }

    .donationBlock .first_par, .second_par {
        font-size: 22px;
        line-height: 22px
    }

    .donationBlock .first_par {
        padding-bottom: 20px
    }

    .second_par {
        margin-bottom: 40px
    }

    .second_par span {
        line-height: 22px
    }

    .donationBlock .iwanttodonate {
        height: auto;
        margin-bottom: 30px
    }

    .donationBlock .donate_calc, .donationBlock .donate_calc .inner {
        background-image: none
    }

    .donation .donate_wrapper {
        margin: 0 0 50px
    }

    .donationBlock .donate_calc .box_outer {
        width: auto
    }

    .donationBlock .donate_form .donate_form_inputs > li {
        width: 50%;
        margin-right: 0
    }
}

@media only screen and (max-width: 500px) {
    .worlds_top_content .inner_content .first .noar_register {
        right: 16px;
        bottom: 60px;
        font-size: 15px
    }

    .second_par {
        margin-bottom: 25px
    }

    .donationBlock .iwanttodonate {
        margin-bottom: 20px
    }

    .donationBlock .iwanttodonate > span {
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px
    }

    .donationBlock .iwanttodonate .chosen-container, .donationBlock .iwanttodonate select {
        display: block;
        margin: 0 auto
    }

    .donationBlock .donate_calc .prettycheckbox > a {
        margin-left: -10px
    }

    .donationBlock .donate_calc label {
        font-size: 21px
    }

    .donationBlock .donate_form .donate_form_inputs > li input[type=text]::-webkit-input-placeholder {
        font-size: 18px
    }

    .donationBlock .donate_form .donate_form_inputs > li input[type=text] {
        text-indent: 3px;
        line-height: 1
    }
}

@media only screen and (max-width: 400px) {
    .donationBlock input[type=submit] {
        font-size: 30px;
        margin: 0;
        height: 60px;
        width: 100%
    }

    .donationBlock .prettycheckbox label, .donation_subtext {
        font-size: 22px
    }

    .donate_form .donate_form_inputs > li label {
        font-size: 19px
    }
}

@media only screen and (max-width: 320px) {
    .donationBlock .dark_title, .donationBlock .donate_calc .box > h3 {
        font-size: 44px
    }

    .donationBlock .first_par, .second_par {
        font-size: 20px
    }

    .donationBlock .iwanttodonate > span {
        font-size: 30px
    }

    .donationBlock .donate_calc .total_price {
        font-size: 36px
    }

    .donationBlock .donate_calc .box > .donate_type_item .input div {
        padding-right: 12px
    }
}

@media only screen and (max-width: 1180px) {
    .destination_block .inner_content div {
        width: 85%
    }
}

@media only screen and (max-width: 1100px) {
    .about_and_years .years_list li b.arrow {
        left: 135px
    }

    .about_and_years .years_list li strong {
        left: 15px
    }

    .about_and_years .years_list li > div {
        margin-left: 174px
    }
}

@media only screen and (max-width: 950px) {
    .groupBlock .groupBlock_slider .item .block_text:nth-child(1) div {
        right: -3.4%
    }

    .about_and_years .inner_content .inner {
        padding: 52px 6% 87px
    }
}

@media only screen and (max-width: 870px) {
    .destination_block .inner_content div p, .managersBlock p.first {
        font-size: 35px;
        line-height: 46px
    }

    .managersBlock p.first {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 64px
    }

    .managersBlock .main_manager p {
        font-size: 22px
    }

    .managersBlock .main_manager {
        margin-bottom: 70px
    }

    .managersBlock .list_managers li .inner {
        width: 245px
    }

    .managersBlock .list_managers li p {
        font-size: 22px
    }

    .managersBlock .list_managers li .open {
        padding: 0 15px 17px 18px;
        margin-top: 35px;
        font-size: 22px
    }

    .managersBlock .list_managers li.active.open_up .wrapper {
        padding-bottom: 6px
    }
}

@media only screen and (max-width: 768px) {
    .about_and_years .years_list li:hover {
        background-color: #f2f2f2
    }

    .about_and_years .years_list li:hover strong {
        color: #3bb5af
    }

    .about_and_years .years_list li:hover b.arrow {
        background: url(../images/about_arrows.png) -13px 0 no-repeat
    }

    .about_and_years .years_list li:hover > div span {
        color: #656565
    }
}

@media only screen and (max-width: 740px) {
    .destination_block .inner_content div h2, .managersBlock h2 {
        padding-top: 60px;
        font-size: 60px;
        margin-bottom: 0
    }

    .destination_block .inner_content div {
        padding-bottom: 60px
    }

    .destination_block .inner_content {
        min-height: 0
    }

    .destination_block .inner_content div p, .managersBlock p.first {
        font-size: 31px;
        line-height: 40px;
        width: 75%;
        margin: 0 auto
    }
}

@media only screen and (max-width: 640px) {
    .destination_block .inner_content div h2, .managersBlock h2 {
        padding-top: 50px;
        font-size: 50px
    }

    .destination_block .inner_content div {
        padding-bottom: 50px
    }

    .destination_block .inner_content div p, .managersBlock p.first {
        font-size: 28px;
        line-height: 34px;
        width: 75%
    }

    .about_and_years h2 {
        font-size: 40px
    }

    .about_and_years div.first {
        font-size: 28px;
        line-height: 30px
    }

    .about_and_years .box p {
        font-size: 18px;
        margin-bottom: 20px
    }

    .about_and_years .years_list li > div span {
        font-size: 21px
    }

    .about_and_years .years_list li strong {
        left: 5px;
        top: 14px
    }

    .about_and_years .years_list li b.arrow {
        left: 110px
    }

    .about_and_years .years_list li > div {
        margin-left: 137px
    }

    .managersBlock .list_managers li {
        width: 50%
    }
}

@media only screen and (max-width: 568px) {
    .about_and_years .years_title {
        margin: 30px 0 15px
    }

    .about_and_years div.left, .about_and_years div.right {
        width: 100%
    }

    .about_and_years div.left {
        margin-top: 0
    }

    .about_and_years div.right {
        margin-top: 22px
    }

    .about_and_years .box.right p:last-child {
        margin-bottom: 10px
    }

    .about_and_years .box p {
        font-size: 18px;
        margin-bottom: 10px
    }

    .about_and_years div.first {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 15px
    }

    .about_and_years .inner_content .inner {
        padding-bottom: 40px
    }

    .about_and_years .years_list li > div span {
        font-size: 21px
    }

    .about_and_years .years_list li strong {
        left: 5px
    }

    .about_and_years .years_list li b.arrow {
        left: 110px
    }

    .about_and_years .years_list li > div {
        margin-left: 137px
    }
}

@media only screen and (max-width: 470px) {
    .about_and_years h2 {
        font-size: 36px
    }

    .destination_block .inner_content div p, .managersBlock p.first {
        width: 100%
    }

    .about_and_years div.first {
        font-size: 24px;
        line-height: 26px
    }

    .about_and_years .years_list li strong {
        font-size: 50px;
        width: 80px;
        top: 18px
    }

    .about_and_years .years_list li b.arrow {
        left: 90px
    }

    .about_and_years .years_list li > div {
        margin-left: 116px
    }

    .managersBlock .list_managers li {
        width: 100%
    }
}

@media only screen and (max-width: 440px) {
    .about_and_years .years_list li b.arrow {
        display: none
    }

    .about_and_years .years_list li > div {
        margin-left: 70px
    }

    .about_and_years .years_list li strong {
        font-size: 40px;
        top: 23px;
        width: 60px;
        left: 7px
    }

    .about_and_years .years_list li > div span {
        font-size: 18px;
        line-height: 18px
    }

    .destination_block .yellow_cloud {
        left: -11px
    }

    .managersBlock .main_manager {
        padding: 0;
        text-align: center;
        padding-top: 200px
    }

    .managersBlock .main_manager img {
        left: 23%
    }
}

@media only screen and (max-width: 380px) {
    .destination_block .inner_content div p, .managersBlock p.first {
        font-size: 25px;
        line-height: 31px
    }

    .about_and_years .years_list li strong {
        font-size: 36px;
        width: 50px
    }
}

.financial .top_content {
    background: #3cb6b0
}

.financial .top_content .first {
    width: 100%;
    max-width: 1000px;
    min-height: 400px;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding-top: 70px
}

.financial .top_content .inner_content .first h1 {
    margin: 0 0 14px;
    padding: 0;
    color: #fff !important;
    font-size: 65px;
    font-weight: 400;
    line-height: 38px;
    margin-left: 30px
}

.financial .top_content .inner_content .first .big_img {
    max-width: 200px;
    width: 31%;
    top: 134px;
    right: .4%;
    position: absolute
}

.financial .chooseyear {
    padding-left: 30px
}

.financial .chooseyear .chosen-container .chosen-results {
    max-height: 160px
}

.financial .top_content .inner_content .first .finance-p {
    margin: 16px 0 60px;
    padding: 0 0 0 34px;
    color: #fff;
    font-size: 28px;
    font-weight: 200;
    line-height: 29px;
    display: block;
    max-width: 760px;
    width: 73%;
    letter-spacing: .3px;
    float: left;
    direction: ltr
}

.financial .listFiles {
    background: #fff;
    width: 100%
}

.financial .listFiles .inner_content {
    max-width: 1000px;
    width: 100%;
    position: static
}

.financial .mismahim_list li {
    padding: 32px 0 30px;
    border-top: 1px solid #d4d4d4;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    position: relative
}

.financial .mismahim_list li:last-child {
    border-bottom: 1px solid #d4d4d4
}

.financial .mismahim_list li:hover {
    background-color: #fbfbfb
}

.financial .mismahim_list li .list_icon {
    width: 90px;
    background: url(../images/sprite.png) center 0 no-repeat;
    display: inline-block;
    height: 29px;
    float: left;
    margin-left: -9px;
    margin-top: 3px
}

.financial .mismahim_list li:hover .list_icon {
    background: url(../images/sprite.png) center -30px no-repeat
}

.financial .mismahim_list li .download-icon {
    width: 69px;
    background: url(../images/sprite.png) center -135px no-repeat #dcdcdc;
    display: inline;
    height: 40px;
    float: right;
    border-radius: 30px;
    padding: 10px 0;
    margin-top: -37px;
    margin-right: 19px;
    position: absolute;
    right: 0;
    top: 65px
}

.financial .mismahim_list li:hover .download-icon {
    background: url(../images/sprite.png) center -72px no-repeat #3cb6b0
}

.financial .mismahim_list li h3 {
    font-size: 26px;
    font-weight: 100;
    line-height: 31px;
    color: #575757;
    display: inline-block;
    direction: ltr;
    max-width: 70%;
    margin-top: 6px;
    margin-left: 14px
}

.financial .mismahim_list li:hover h3 {
    font-weight: 400;
    color: #3cb6b0
}

.financial .mismahim_main_title {
    font-size: 44px;
    font-weight: 500;
    line-height: 46px;
    color: #3cb6b0;
    padding-top: 60px;
    margin-left: 30px
}

.financial .mismahim_sub_title {
    font-size: 31px;
    font-weight: 100;
    line-height: 40px;
    color: #575757;
    margin-bottom: 18px;
    margin-left: 34px
}

.financial .mismahim_list {
    padding-bottom: 100px;
    margin-left: 35px
}

@media only screen and (max-width: 768px) {
    .financial .top_content {
        margin-top: -5px
    }

    .financial .top_content .inner_content .first img {
        position: static !important;
        display: block;
        max-height: 200px;
        width: 100%;
        margin: auto;
        margin-bottom: 40px
    }

    .financial .top_content .inner_content .first .finance-p {
        position: static !important;
        width: 96% !important
    }

    .financial .mismahim_list li .list_icon {
        float: none;
        display: block;
        margin: 0 auto
    }

    .financial a {
        float: none
    }

    .financial .mismahim_list li .download-icon {
        float: none;
        display: block;
        margin: 0 auto;
        position: relative;
        top: inherit;
        right: inherit
    }

    .financial .mismahim_list li h3 {
        float: none;
        display: block;
        margin: 0 auto;
        text-align: center;
        padding: 15px 0
    }

    .financial .mismahim_main_title {
        text-align: center;
        margin-left: 0
    }

    .financial .mismahim_sub_title {
        text-align: center;
        margin-left: 0
    }

    .financial .mismahim_list {
        margin-left: 0
    }
}

@media only screen and (max-width: 640px) {
    .financial .top_content {
        margin-top: -25px
    }

    .financial .top_content .inner_content .first h1 {
        font-size: 61px
    }

    .financial .top_content .inner_content .first .finance-p {
        font-size: 25px
    }

    .financial .mismahim_list li .download-icon {
        background: url(../images/sprite.png) center -72px no-repeat #3cb6b0
    }

    .financial .mismahim_list li .list_icon {
        background: url(../images/sprite.png) center -30px no-repeat
    }

    .financial .top_content .inner_content .first h1 {
        margin-left: 15px
    }

    .financial .top_content .inner_content .first .finance-p {
        padding-left: 20px
    }
}

.groupBlock .groupBlockMobile_slider {
    display: none !important
}

@media only screen and (max-width: 1210px) {
    .howToDonateBlock .howToDonateBlock_slider .item .block_item {
        max-width: none
    }
}

@media only screen and (max-width: 1100px) {
    .worlds_top_content .inner_content .first .text7 {
        width: 430px
    }
}

@media only screen and (max-width: 1024px) {
    .galleryAndVideo .galleryAndVideo_content {
        width: 885px
    }

    .galleryAndVideo .gallery_pictures {
        width: 493px
    }

    .communicationBlock .communicationBlock_slider {
        width: 100%
    }
}

@media only screen and (max-width: 980px) {
    .worlds_top_content .inner_content .first .text7 {
        width: 400px
    }
}

@media only screen and (max-width: 920px) {
    .galleryAndVideo .galleryAndVideo_content {
        width: 731px
    }

    .galleryAndVideo .gallery_pictures {
        width: 339px
    }

    .galleryAndVideo .gallery_pictures a {
        width: 78px;
        height: 78px
    }

    .galleryAndVideo .bx-wrapper img {
        max-width: 550px
    }
}

@media only screen and (max-width: 870px) {
    .worlds_top_content .inner_content .first .text7 {
        width: 370px
    }

    .communicationBlock .inner_content {
        height: 700px
    }

    .communicationBlock h2 {
        padding: 67px 0 50px
    }

    .communicationBlock .band_icon {
        top: 40px;
        width: 124px
    }

    .communicationBlock .building_icon {
        width: 124px
    }

    .communicationBlock .communicationBlock_slider .util-pagination {
        bottom: -111px
    }

    .communicationBlock .communicationBlock_slider .util-navigation {
        bottom: -89px
    }

    .communicationBlock .communicationBlock_slider .item2 .block_item .title {
        font-size: 28px
    }
}

@media only screen and (max-width: 768px) {
    .worlds_nav .worlds_menu {
        left: 0;
        right: 0;
        margin: 0 10px
    }

    .worlds_nav .worlds_menu li {
        margin-right: 1.5%;
        width: 15.41%
    }

    .worlds_nav .worlds_menu li:last-child {
        margin-right: 0
    }

    .worlds_nav .worlds_menu li img {
        height: auto;
        width: 100%
    }

    .worlds_nav .inner_content {
        height: 140px
    }

    .groupBlock .groupBlock_slider .item img {
        width: 100%
    }

    .groupBlock .groupBlock_slider .item .block_text {
        width: 100%
    }

    .groupBlock .groupBlock_slider {
        display: none !important
    }

    .groupBlock .groupBlockMobile_slider {
        display: block !important
    }

    .groupBlock .groupBlock_slider .item .block_text div, .groupBlock .groupBlock_slider .item .block_text:nth-child(1) div, .groupBlock .groupBlock_slider .item .block_text:nth-child(3) div {
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 40px
    }

    .groupBlock .groupBlock_slider .item .block_text div .mail, .groupBlock .groupBlock_slider .item .block_text:nth-child(1) div .mail, .groupBlock .groupBlock_slider .item .block_text:nth-child(3) div .mail {
        right: 0;
        bottom: -30px;
        left: auto;
        top: auto;
        height: 30px;
        width: 34px
    }

    .groupBlock .groupBlock_slider .item .block_text div strong {
        padding: 0 0 5px;
        text-align: left;
        font-size: 19px;
        line-height: 19px
    }

    .groupBlock .groupBlock_slider .item .block_text div b {
        padding: 8px
    }

    .groupBlock .groupBlock_slider .item .block_text div span {
        text-align: left;
        display: block
    }

    .groupBlockMobile_slider .item p {
        font-size: 15px;
        text-align: left;
        font-weight: 300;
        margin: 0
    }

    .groupBlock .groupBlock_slider.util-theme-default .util-navigation {
        display: block;
        top: 40%
    }
}

@media only screen and (max-width: 740px) {
    .worlds_nav .worlds_menu {
        left: 0;
        right: 0;
        margin: 0 10px
    }

    .worlds_nav .worlds_menu li {
        margin-right: 1.5%;
        width: 15.41%
    }

    .worlds_nav .worlds_menu li:last-child {
        margin-right: 0
    }

    .worlds_nav .worlds_menu li img {
        height: auto;
        width: 100%
    }

    .worlds_nav .inner_content {
        height: 140px
    }

    .worlds_top_content .inner_content .first {
        padding-left: 7%;
        padding-bottom: 90px;
        min-height: 0
    }

    .worlds_top_content .inner_content .first .text7 {
        margin-bottom: 20px
    }

    .worlds_top_content .inner_content .first .contact {
        right: 7%
    }

    .worlds_top_content .inner_content .first .btn {
        display: none
    }

    .worlds_top_content .inner_content .first .btn.btn_mobile {
        display: inline-block;
        height: 43px;
        width: 43px;
        background: url(../images/mobile/btn_more.png) no-repeat;
        background-size: 100%;
        border: none;
        position: absolute;
        left: 7%;
        bottom: 55px;
        margin: 0
    }

    .howToDonateBlock {
        height: 730px
    }

    .worlds-readmore-label {
        display: inline
    }

    .worlds_top_content .inner_content .first .noar_register {
        position: absolute;
        right: 243px;
        bottom: 62px
    }

    .world_2 .worlds_top_content .inner_content .first .btn.btn_mobile:hover {
        background-color: #9ACD2F;
    }

    .worlds_top_content .inner_content .second {
        width: 86%
    }

    .worlds_top_content .inner_content .second .mCSB_scrollTools {
        left: 22px !important
    }

    .worlds_top_content .inner_content .second .scroller_inner {
        width: 100%
    }

    .worlds_top_content .inner_content .second .scroller {
        width: 110%
    }

    .worlds_top_content .inner_content .first .contact b {
        display: none
    }

    .galleryAndVideo .gallery_pictures {
        width: 252px
    }

    .galleryAndVideo .galleryAndVideo_content {
        width: 641px
    }

    .galleryAndVideo .bx-wrapper img {
        width: 100%
    }

    .galleryAndVideo .overlay .item {
        padding: 0 40px
    }

    .galleryAndVideo .overlay .item .inner_item {
        padding: 5px 5px 60px
    }

    .galleryAndVideo .overlay .bx-next, .galleryAndVideo .overlay .bx-prev {
        background-size: auto 30px;
        width: 19px;
        height: 30px
    }

    .galleryAndVideo .overlay .bx-prev {
        right: 10px
    }

    .galleryAndVideo .overlay .bx-next {
        left: 10px
    }

    .galleryAndVideo .overlay {
        min-height: 0;
        height: 100%
    }
}

@media only screen and (max-width: 670px) {
    .galleryAndVideo .gallery_pictures {
        float: none;
        clear: both;
        width: auto
    }

    .galleryAndVideo .youtube_box {
        float: none;
        width: 100%;
        margin-bottom: 12px
    }

    .galleryAndVideo .youtube_box .player {
        width: 100%;
        text-align: center
    }

    .galleryAndVideo .youtube_box .player img {
        margin: 0 auto
    }

    .galleryAndVideo .galleryAndVideo_content {
        width: auto;
        padding: 100px 20px 0
    }

    .galleryAndVideo .inner_content.one {
        padding-bottom: 7px
    }

    .galleryAndVideo .galleryAndVideo_content {
        padding-top: 110px
    }

    .galleryAndVideo .galleryAndVideo_content h2 {
        top: 0;
        left: 20px;
        letter-spacing: 0
    }

    .galleryAndVideo .galleryAndVideo_content .chosen-container {
        top: 60px;
        right: 20px
    }

    .galleryAndVideo .gallery_pictures {
        margin-left: -1.16666%;
        min-height: 0
    }

    .galleryAndVideo .gallery_pictures a {
        width: 15.5%;
        margin: 0 0 7px 1.16666%
    }

    .galleryAndVideo .inner_content.one {
        padding-top: 22px;
        padding-bottom: 15px
    }

    .wantToBlock strong {
        font-size: 80px;
        line-height: 80px
    }

    .wantToBlock span {
        font-size: 46px
    }

    .wantToBlock span.big {
        font-size: 58px
    }

    .wantToBlock .inner_content {
        padding: 26px 0 36px
    }

    .wantToBlock .btn {
        height: auto;
        width: 140px;
        padding: 7px 0 5px;
        font-size: 24px
    }

    .wantToBlock .btn b {
        font-size: 27px
    }
}

@media only screen and (max-width: 640px) {
    .worlds_nav .inner_content {
        height: auto
    }

    .worlds_nav .worlds_menu {
        position: relative;
        bottom: 0;
        margin: 0
    }

    .worlds_nav .worlds_menu li {
        margin-right: 0;
        width: 16.666666666667%
    }

    .worlds_nav .worlds_menu li a {
        display: block
    }

    .worlds_nav .worlds_menu li.active {
        top: 0
    }

    .worlds_top_content .inner_content .first .text7 {
        font-size: 22px
    }

    .worlds_top_content .inner_content .first .big_img {
        right: 7%
    }

    .worlds_top_content .inner_content .second .scroller {
        font-size: 22px
    }

    .galleryAndVideo .overlay .bx-controls-direction {
        top: 40%
    }

    .groupBlock .inner_content h2, .howToDonateBlock h2 {
        padding: 20px;
        width: auto
    }
}

@media only screen and (max-width: 568px) {
    .worlds_top_content .inner_content .first {
        padding-left: 20px;
        padding-right: 20px;
        min-height: 0
    }

    .worlds_top_content .inner_content .first .text7, .worlds_top_content .inner_content .second .scroller {
        font-size: 20px
    }

    .worlds_top_content .inner_content .first .btn.btn_mobile {
        left: 20px
    }

    .worlds_top_content .inner_content .first .big_img, .worlds_top_content .inner_content .first .contact {
        right: 20px
    }

    .worlds_top_content .inner_content .first .contact {
        width: 238px
    }

    .worlds_top_content .inner_content .second {
        padding-top: 25px;
        height: 420px
    }

    .worlds_top_content .inner_content .second .close {
        top: 25px
    }

    .worlds_top_content .inner_content .first .btn.btn_mobile, .worlds_top_content .inner_content .first .contact {
        bottom: 22px
    }

    .worlds_top_content .inner_content .first .text7 {
        padding-left: 0;
        width: 100%;
        max-width: 370px;
        margin-bottom: 0
    }

    .worlds_top_content .inner_content .second .mCSB_scrollTools {
        left: 28px !important
    }

    .worlds_top_content .inner_content .first .btn.btn_mobile {
        width: 34px;
        height: 34px
    }

    .worlds_top_content .inner_content .first h1 {
        font-size: 34px
    }

    .worlds_top_content .inner_content .first .text7, .worlds_top_content .inner_content .second .scroller {
        font-size: 20px;
        line-height: 24px
    }

    .worlds_top_content .inner_content .first .contact {
        height: 34px
    }

    .worlds_top_content .inner_content .first .contact .email {
        width: 34px;
        height: 34px;
        background-size: 70px;
        background-position: 7px 9px
    }

    .worlds_top_content .inner_content .first .contact .phone {
        left: 131px
    }

    .worlds_top_content .inner_content .first .contact .phone span {
        height: 26px;
        line-height: 28px;
        left: 10px;
        font-size: 28px
    }

    .worlds_top_content .inner_content .first .contact .phone span i {
        font-size: 53px;
        line-height: 25px
    }

    .worlds_top_content .inner_content .second .scroller .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-size: auto 20px;
        height: 21px;
        width: 21px;
        margin: 0 9px
    }

    .worlds_top_content .inner_content .second .scroller p {
        line-height: 24px
    }

    .worlds_top_content .inner_content .first .contact .phone a {
        width: 34px;
        height: 34px
    }

    .world_1 .worlds_top_content .inner_content .first .contact .email:hover {
        background-position: -47px -52px
    }

    .world_1 .worlds_top_content .inner_content .first .contact .phone a {
        background-position: 10px 5px;
        background-size: 60px
    }

    .world_1 .worlds_top_content .inner_content .first .contact .phone a:hover {
        background-position: -40px -69px
    }

    .world_1 .worlds_top_content .inner_content .second .scroller .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-position: -39px 0
    }

    .world_2 .worlds_top_content .inner_content .first .contact .email:hover {
        background-position: 7px -83px
    }

    .world_2 .worlds_top_content .inner_content .first .contact .phone a {
        background-position: 10px 5px;
        background-size: 60px
    }

    .world_2 .worlds_top_content .inner_content .first .contact .phone a:hover {
        background-position: 10px -102px
    }

    .world_3 .worlds_top_content .inner_content .first .contact .email:hover {
        background-position: -47px -22px
    }

    .world_3 .worlds_top_content .inner_content .first .contact .phone a {
        background-position: 10px 5px;
        background-size: 60px
    }

    .world_3 .worlds_top_content .inner_content .first .contact .phone a:hover {
        background-position: -40px -32px
    }

    .world_3 .worlds_top_content .inner_content .second .scroller .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-position: -40px 0
    }

    .world_4 .worlds_top_content .inner_content .first .contact .email:hover {
        background-position: -47px 9px
    }

    .world_4 .worlds_top_content .inner_content .first .contact .phone a {
        background-position: 10px 5px;
        background-size: 60px
    }

    .world_4 .worlds_top_content .inner_content .first .contact .phone a:hover {
        background-position: -40px 5px
    }

    .world_4 .worlds_top_content .inner_content .second .scroller .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-position: -100px 0
    }

    .world_5 .worlds_top_content .inner_content .first .contact .email:hover {
        background-position: 7px -52px
    }

    .world_5 .worlds_top_content .inner_content .first .contact .phone a {
        background-position: 10px 5px;
        background-size: 60px
    }

    .world_5 .worlds_top_content .inner_content .first .contact .phone a:hover {
        background-position: 10px -32px
    }

    .world_5 .worlds_top_content .inner_content .second .scroller .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-position: -39px 0
    }

    .world_6 .worlds_top_content .inner_content .first .contact .email:hover {
        background-position: 7px -22px
    }

    .world_6 .worlds_top_content .inner_content .first .contact .phone a {
        background-position: 10px 5px;
        background-size: 60px
    }

    .world_6 .worlds_top_content .inner_content .first .contact .phone a:hover {
        background-position: 10px -69px
    }

    .world_6 .worlds_top_content .inner_content .second .scroller .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-position: -59px 0
    }

    .worlds_top_content .inner_content .first .noar_register {
        left: -7px;
        bottom: 64px
    }

    .worlds_top_content .inner_content .first .noar_register .btn2 {
        height: 30px;
        line-height: 28px;
        padding: 0 10px;
        font-size: 18px;
        width: auto
    }

    .galleryAndVideo .gallery_pictures {
        margin-left: -1.3%
    }

    .galleryAndVideo .gallery_pictures a {
        width: 18.7%;
        margin: 0 0 7px 1.3%
    }

    .galleryAndVideo .galleryAndVideo_content h2, .groupBlock .inner_content h2, .howToDonateBlock h2 {
        font-size: 36px
    }

    .galleryAndVideo .galleryAndVideo_content {
        padding-top: 50px
    }

    .galleryAndVideo .galleryAndVideo_content .chosen-container {
        top: 50px
    }

    .galleryAndVideo .galleryAndVideo_content .chosen-container {
        position: relative;
        top: 0;
        right: 0;
        float: right;
        clear: both;
        margin-bottom: 10px
    }

    .galleryAndVideo .overlay .bx-controls-direction {
        top: 35%
    }

    .wantToBlock strong {
        font-size: 60px;
        line-height: 60px
    }

    .wantToBlock strong div {
        margin-left: -5px
    }

    .wantToBlock span {
        font-size: 38px
    }

    .wantToBlock span.big {
        font-size: 50px
    }

    .wantToBlock .inner_content {
        padding: 15px 0 35px
    }

    .wantToBlock .btn {
        height: auto;
        width: 130px;
        padding: 7px 0 5px;
        font-size: 22px;
        line-height: 18px
    }

    .wantToBlock .btn b {
        font-size: 25px
    }

    .wantToBlock span.big {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 500px) {
    .galleryAndVideo .overlay .bx-controls-direction {
        top: 30%
    }
}

@media only screen and (max-width: 440px) {
    .galleryAndVideo .gallery_pictures {
        margin-left: -2%
    }

    .galleryAndVideo .gallery_pictures a {
        height: 68px;
        width: 18%;
        margin: 0 0 7px 2%
    }

    .groupBlock .groupBlock_slider.util-theme-default .util-prev {
        background-size: auto 100px;
        background-position: -79px -51px;
        height: 49px;
        width: 37px
    }

    .groupBlock .groupBlock_slider.util-theme-default .util-next {
        background-size: auto 100px;
        background-position: -79px 0;
        height: 51px;
        right: 5%;
        top: -7px;
        width: 40px
    }
}

@media only screen and (max-width: 400px) {
    .galleryAndVideo .gallery_pictures {
        margin-left: -2.2%
    }

    .galleryAndVideo .gallery_pictures a {
        height: 50px;
        width: 17.8%;
        margin: 0 0 7px 2.2%
    }

    .galleryAndVideo .galleryAndVideo_content h2, .groupBlock .inner_content h2, .howToDonateBlock h2 {
        font-size: 30px
    }

    .wantToBlock strong {
        font-size: 50px
    }

    .wantToBlock span {
        font-size: 30px
    }

    .wantToBlock span.big {
        font-size: 42px;
        margin-top: -5px
    }

    .wantToBlock .btn {
        width: 120px
    }
}

.main_banner_buttons {
    position: absolute;
    bottom: 10%;
    width: 358px;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 55%;
    z-index: 200
}

.main_volu_button {
    background: url(../images/b_volu.png) no-repeat;
    width: 179px;
    height: 79px;
    /*text-align: center;*/
    /*line-height: 20px;*/
    font-size: 23px;
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all;
    float: left;
    direction: ltr;
    /*padding-top: 32px;*/
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_donate_button {
    background: url(../images/b_donate.png) no-repeat;
    width: 179px;
    height: 79px;
    /*text-align: center;*/
    /*line-height: 20px;*/
    font-size: 23px;
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all;
    float: left;
    direction: ltr;
    /*padding-top: 32px;*/
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_donate_button:hover, .main_volu_button:hover {
    opacity: .8
}

@media screen and (max-width: 460px) {
    .main_volu_button {
        background-size: contain;
        width: 121px;
        height: 55px;
        /*text-align: center;*/
        /*line-height: 58px;*/
        font-size: 17px;
        color: #fff;
        -webkit-transition: .3s all;
        transition: .3s all;
        float: left
    }

    .main_donate_button {
        background-size: contain;
        width: 121px;
        height: 55px;
        /*text-align: center;*/
        /*line-height: 58px;*/
        font-size: 17px;
        color: #fff;
        -webkit-transition: .3s all;
        transition: .3s all;
        float: left
    }

    .main_banner_buttons {
        width: 244px
    }
}

input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    right: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.donate_calc_ver3 .prettyradio > a, input[type=radio].css-checkbox + label.css-label {
    padding-left: 0;
    padding-right: 0;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 24px;
    vertical-align: middle;
    cursor: pointer;
    float: left;
    background-image: url(../images/radio.png)
}

.donate_calc_ver3 .prettyradio > a.checked, .donate_calc_ver3 .prettyradio > a.checked:focus, input[type=radio].css-checkbox:checked + label.css-label {
    background-position: 0 -24px
}

.fltrt {
    float: left;
    height: 100%;
    width: 42%;
    margin-top: 9px
}

.fltlft {
    float: left;
    height: 100%;
    width: 55%;
    padding-top: 20px;
    padding-right: 35px;
    margin-left: 3%
}

.img_container {
    margin-top: 20px;
    margin-left: 20px;
    overflow: hidden
}

.donate_ver1 {
    color: #646464;
    position: relative;
    border-radius: 4px;
    background: #f9f9f9;
    border: 1px solid #ededed;
    width: 100%;
    max-width: 840px;
    margin-left: 3px;
    margin-bottom: 40px;
    font-family: NextExitRound;
    font-size: 21px;
    font-weight: 400;
    margin-top: 71px;
    min-height: 296px
}

.donate_ver1 h3 {
    font-size: 35px;
    font-weight: 400;
    color: #3bb5af;
    margin-top: 5px
}

.donate_ver1 .fltrt img {
    width: 293px;
    margin-left: 6px
}

.donate_ver1 .fltlft p {
    font-weight: 200;
    padding-top: 8px;
    font-size: 21px
}

.donate_ver1 .sep {
    width: 72%;
    border-bottom: 1px solid #c1c1c1;
    margin-top: 20px
}

.donate_ver1 .ver_1_amount {
    float: left;
    font-size: 68px;
    font-weight: 200;
    color: #3bb5af;
    margin-top: 13px
}

.donate_ver1 .sup_for {
    float: left;
    font-size: 18px;
    font-weight: 200;
    margin-top: 45px;
    margin-left: 22px
}

.donate_ver1 .sup_for label {
    font-size: 20px !important
}

.donate_ver1 .ver_1_amount sub {
    font-size: 21px;
    font-weight: 400;
    bottom: 0
}

.donate_ver1 .ver_1_amount sub .currency {
    background: 0 0;
    border: 0;
    width: auto;
    color: #3bb5af
}

@media (max-width: 803px) {
    .donate_ver1 {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 40px
    }

    .donate_ver1 .fltlft, .donate_ver1 .fltrt {
        width: auto;
        margin: 0 auto;
        float: none;
        clear: both;
        padding: 0
    }

    .donate_ver1 .fltlft {
        margin: 20px
    }

    .donate_ver1 .fltrt {
        margin: 0 auto
    }

    .donate_ver1 h3 {
        margin: 0
    }

    .donate_ver1 .fltrt img {
        margin: 0 auto;
        width: 100%;
        max-width: 300px;
        text-align: center
    }

    .donate_ver1 .img_container {
        margin: 20px;
        text-align: center
    }

    .donate_ver1 .ver_1_amount {
        float: none;
        clear: both;
        margin: 0 auto;
        text-align: center;
        margin-top: 10px
    }

    .donate_ver1 .sup_for {
        text-align: center;
        float: none;
        clear: both;
        margin: 0 auto
    }

    .donate_ver1 .sep {
        width: 100%
    }
}

.total_ver2 {
    float: left;
    margin-right: 13px;
    font-size: 22px;
    margin-top: 32px
}

.donate_ver2 .sep {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px
}

.donate_ver2 h3 {
    line-height: 32px
}

.donate_ver2 .fltlft p {
    line-height: 22px;
    padding-top: 13px
}

.opt_ver2 {
    float: left;
    width: 58px;
    margin-top: 11px
}

.ver_2_amount {
    float: right;
    font-size: 68px;
    font-weight: 200;
    color: #3bb5af;
    margin-top: 5px;
    height: 57px
}

.ver_2_amount sub {
    font-size: 21px;
    font-weight: 400;
    bottom: 0
}

.ver_2_amount sub .currency {
    background: 0 0;
    border: 0;
    width: auto;
    color: #3bb5af
}

.ver_2_amount sub .currency {
    color: #3bb5af;
    font-size: 27px
}

.donate_ver2 a.chosen-single {
    background: #3cb6b0 !important;
    border-radius: 25px !important;
    box-shadow: none !important;
    border: none !important;
    color: #fff !important;
    min-width: 76px;
    text-align: center !important
}

.donate_ver2 .chosen-container-single .chosen-single span {
    padding-left: 13px;
    margin-right: 0
}

.donate_ver2 .chosen-drop {
    min-width: 76px;
    margin-right: -18px;
    background: #3cb6b0 !important;
    margin-top: -18px !important;
    border-radius: 0 25px 25px 0 !important;
    border: none !important;
    padding-top: 20px;
    z-index: 0 !important;
    color: #fff !important
}

.donate_ver2 li.result.result:hover {
    background: #fff !important
}

.donate_ver2 .chosen-container-single .chosen-single div b {
    position: absolute;
    top: 12px;
    left: -35px;
    display: block;
    width: 12px;
    height: 20px;
    background: url(../images/double_arrows.png) 0 0 no-repeat !important;
    font-size: 1px
}

.donate_ver2 .chosen-container-single .chosen-single span {
    color: #fff !important
}

.donate_ver2 .chosen-container .chosen-results li.highlighted {
    background-color: #47c9c3 !important;
    color: #1f1f1f !important;
    border-radius: 0
}

.donate_ver2 .chosen-container .chosen-results li.highlighted:last-child {
    border-radius: 0 25px 25px 0
}

.donate_ver2 .chosen-container .chosen-results li {
    text-align: center;
    color: #fff !important;
    border-top: 1px solid #338c88
}

.donate_calc_ver3 {
    color: #fff;
    position: relative;
    border-radius: 4px;
    background: #3cb6b0;
    width: 79%;
    margin-left: 3px;
    margin-bottom: 40px;
    font-family: NextExitRound;
    font-size: 21px;
    font-weight: 400
}

.donationBlock .donate_calc_ver3 .inner {
    position: relative;
    padding-top: 23px;
    padding-left: 29px;
    padding-left: 30px;
    padding-right: 32px;
    min-height: 335px
}

.donate_calc_ver3 .am_box {
    float: left;
    margin-right: 14px;
    height: 30px;
    padding-bottom: 46px;
    width: 114px;
    font-size: 13px
}

.donate_calc_ver3 .am_box:last-child {
    float: left;
    margin-right: 0;
    width: auto
}

.donate_calc_ver3 .am_line {
    width: 100%;
    clear: both
}

.donate_calc_ver3 .flt-cng {
    clear: both;
    width: 114px !important;
    margin-right: 14px !important
}

.donate_calc_ver3 .flt-cng2 {
    clear: none
}

.donate_calc_ver3 .sumline {
    clear: both;
    float: none;
    width: 100%;
    margin: 0 auto;
    margin-top: 21px;
    text-align: left;
    padding-top: 4px;
    padding-left: 6px;
    height: 79px;
    color: #fff;
    line-height: 76px;
    border-top: 2px solid #35a19b;
    border-bottom: 2px solid #35a19b;
    font-size: 42px;
    font-weight: 200
}

.donate_calc_ver3 input.other_amount_txt {
    border-style: solid;
    border-width: 1px;
    border-color: #31948f;
    border-radius: 5px;
    background-color: #fff;
    width: 144px;
    height: 32px;
    box-shadow: inset 1px 1px 0 #d5d5d5;
    margin-left: 17px;
    margin-right: 10px;
    padding: 2px;
    margin-bottom: 4px;
    color: #31948f;
    font-size: 24px;
    text-align: center;
    font-weight: 200
}

.donate_calc_ver3 .hearts_side {
    background: url(../images/hearts2_vector.png) no-repeat;
    width: 174px;
    height: 138px;
    position: absolute;
    right: -125px;
    top: -37px;
    z-index: 2
}

.donation3 .second_par {
    margin-bottom: 43px;
    padding-bottom: 13px
}

.donation3 .iwanttodonate {
    height: 76px !important
}

.donate_calc_ver3 .choose_currency {
    margin-bottom: 10px;
    font-size: 25px
}

.donate_calc_ver3 .choose_currency select {
    width: auto;
    background: 0 0;
    border: 0
}

.donate_calc_ver3 .choose_currency select option {
    color: #000
}

.donate_calc_ver3 h3 {
    font-size: 36px;
    font-weight: 400;
    padding-left: 0;
    padding-bottom: 33px
}

.donate_calc_ver3 .has-pretty-child span {
    font-size: 29px;
    font-weight: 200;
    padding-left: 1px;
    line-height: 39px;
    padding-right: 5px
}

.donate_calc_ver3 .prettyradio {
    top: -5px;
    right: 0
}

.donate_calc_ver3 .sumline .total span {
    font-size: 41px;
    line-height: 41px
}

.donate_calc_ver3 .sumline .total .currency {
    background: 0 0;
    border: 0;
    width: auto;
    font-size: 30px;
    display: inline-block !important;
    height: auto !important
}

.donate_calc_ver3 .sumline .total .currency option {
    color: #000;
    font-weight: 300
}

.donate_calc_ver3 .interested_checkbox {
    height: 30px;
    display: block
}

.donate_calc_ver3 .sumline .interested_checkbox.has-pretty-child {
    width: auto;
    float: left;
    left: auto;
    margin: 0;
    display: inline;
    color: #fff;
    margin-left: 39px;
    height: 70px
}

.donate_calc_ver3 .total {
    float: left;
    width: auto
}

.donate_calc_ver3 span#total_sum > span {
    font-size: 60px !important
}

.donate_calc_ver3 .interested_checkbox.has-pretty-child .prettycheckbox > a {
    background: url(../images/check-yellow.png)
}

.donate_calc_ver3 .interested_checkbox.has-pretty-child .prettycheckbox > a.checked {
    background-position: 25px 0 !important
}

.donate_calc_ver3 .prettycheckbox label {
    color: #fff;
    font-size: 23px;
    font-weight: 200
}

.donationBlock .checks {
    float: left;
    margin-right: 20px
}

.donate_ver2 .calc {
    position: relative;
    width: 162px
}

.donate_ver2 .calc .num {
    width: 65px;
    background: #3cb6b0;
    float: left;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    line-height: 59px;
    height: 50px;
    color: #fff;
    font-size: 49px;
    font-weight: 300;
    position: absolute;
    z-index: 2;
    top: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.donate_ver2 .calc .plus {
    width: 50px;
    background: #3cb6b0;
    line-height: 60px;
    height: 50px;
    color: #fff;
    font-size: 74px;
    font-weight: 300;
    border-radius: 0 50% 50% 0;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 6px;
    text-align: right;
    text-indent: 4px;
    padding-right: 10px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.donate_ver2 .calc .minus {
    width: 49px;
    background: #3cb6b0;
    float: right;
    line-height: 63px;
    height: 50px;
    color: #fff;
    font-size: 74px;
    font-weight: 300;
    border-radius: 50% 0 0 50%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 6px;
    text-align: left;
    padding-left: 14px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width: 803px) {
    .donate_calc_ver3 .interested_checkbox.has-pretty-child .prettycheckbox > a {
        float: left
    }

    .donate_calc_ver3 .sumline .interested_checkbox.has-pretty-child {
        clear: both;
        float: none;
        margin: 0 auto 0 10px;
        line-height: 40px
    }

    .donate_calc_ver3 .sumline {
        height: auto;
        border-bottom: none
    }

    .donationBlock .checks:last-child {
        margin: 0 auto
    }

    .donationBlock .checks:last-child {
        float: none;
        clear: both;
        margin-right: 0;
        margin: 0 auto
    }

    .donate_ver1 .fltlft {
        margin-top: 0
    }
}

@media (max-width: 640px) {
    .donate_calc_ver3 .flt-cng {
        clear: none
    }

    .other_amount_txt {
        width: 100px !important
    }

    .donate_calc_ver3 .choose_currency select {
        display: inline-block !important;
        color: #fff
    }
}

@media (max-width: 530px) {
    .donate_calc_ver3 .sumline .interested_checkbox.has-pretty-child {
        width: auto;
        float: none;
        left: inherit;
        margin: 0 auto;
        color: #fff;
        height: 60px;
        font-size: 16px !important;
        clear: both;
        line-height: 40px;
        margin-left: -27px;
        display: block
    }

    .donate_calc_ver3 {
        width: 100%
    }

    .donate_calc_ver3 .sumline {
        border: none;
        clear: both;
        padding-top: 12px
    }

    .donate_calc_ver3 .prettycheckbox label {
        font-size: 16px
    }

    .braker::after {
        content: '';
        clear: both !important;
        display: block
    }

    .ver_2_amount {
        clear: both;
        float: none;
        margin-top: 61px;
        text-align: center
    }

    .total_ver2 {
        float: none;
        text-align: center
    }

    .donate_ver2 .calc {
        margin: 0 auto
    }
}

.chooseyear {
    clear: both;
    width: 251px;
    float: left;
    padding: 0 0 28px
}

.chooseyear h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 13px
}

.mismahim_list .down {
    display: none
}

.mismahim_list li:hover .down {
    position: relative;
    display: block;
    margin-top: 34px;
    color: #000;
    width: 80px
}

.f_right {
    float: left;
    direction: ltr
}

.f_left {
    float: right
}

.maKore .f_right {
    max-width: calc(100% - 320px);
}

.maKore .f_left {
    width: 320px;
    padding-top: 20px;
    position: absolute;
    right: 0;
}

.maKore .widlimit {
    width: 48%
}

.maKore div.text77 {
    direction: ltr;
    font-size: 21px;
    color: #575757;
    line-height: 24px;
    font-weight: 200;
    text-align: justify
}

.maKore .r_button {
    border-radius: 25px;
    background: #3cb6b0;
    font-weight: 200;
    color: #fff;
    font-size: 26px;
    height: 36px;
    text-align: center;
    width: 200px;
    line-height: 40px;
    /*margin-top: 51px*/
}

.maKore_img img {
    width: 100%;
    max-width: 980px
}

.maKore .article {
    max-width: 980px;
    margin: 0 auto
}

.maKore .r_button:hover {
    background: #3cb6a2
}

.maKore > .inner_content {
    width: 980px;
    position: relative;
}

.maKore.batikshoret > .inner_content {
    position: static;
}

.maKore .header-title {
    padding-top: 54px
}

.maKore h1 {
    direction: ltr;
    font-size: 44px;
    color: #3cb6b0;
    font-weight: 400;
    padding: 20px 0 0;
    text-align: left;
    clear: both
}

.maKore h3 {
    direction: ltr;
    font-size: 26px;
    color: #575757;
    font-weight: 400;
    padding: 5px 0 26px;
    text-align: left
}

.maKore p {
    direction: ltr;
    font-size: 21px;
    color: #575757;
    line-height: 24px;
    font-weight: 200;
    padding: 3px 0 50px;
    text-align: justify
}

.maKore_slider_block .inner_content {
    width: 100%
}

.maKore .inner_content:hover .util-navigation {
    display: block
}

.maKore .maKore_slider {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 44px
}

.maKore .maKore_slider.util-theme-default .util-navigation {
    position: absolute;
    top: 179px;
    z-index: 10;
    width: 100%
}

.maKore .inner_content:hover .maKore_slider.util-theme-default .util-navigation {
    display: block
}

.maKore .maKore_slider.util-theme-default .util-next, .maKore .maKore_slider.util-theme-default .util-prev {
    background: url(../images/slider_arrows.png) no-repeat 0 0;
    margin: 0
}

.maKore .maKore_slider.util-theme-default .util-prev {
    height: 58px;
    width: 44px;
    position: absolute;
    right: -10.9%;
    top: 3px;
    background-position: -94px 0
}

.maKore .maKore_slider.util-theme-default .util-next {
    height: 61px;
    width: 47px;
    position: absolute;
    left: -11.5%;
    top: 1px;
    background-position: -94px -61px
}

.maKore .maKore_slider .item {
    margin-bottom: 2px
}

.maKore .maKore_slider .item .block_item {
    background: #fff;
    width: 96.5%;
    margin: 0 auto;
    border: 1px solid #dadada;
    border-radius: 2px;
    text-align: left;
    position: relative;
    direction: ltr;
    max-width: 300px
}

.maKore .maKore_slider .item .block_item .title {
    font-size: 31px;
    line-height: 33px;
    color: #000;
    font-weight: 400;
    text-align: left;
    margin: 5px 15px 0;
    padding: 10px 0 4px;
    display: block;
    letter-spacing: -.4px
}

.maKore .maKore_slider .item .block_item .desc {
    font-size: 17px;
    line-height: 19px;
    color: #828587;
    font-weight: 200;
    text-align: left;
    padding: 0 1px 1px;
    margin: -4px 15px;
    letter-spacing: .2px;
    display: block
}

.maKore .maKore_slider .item .block_item .img {
    padding: 7px 7px 0;
    display: block
}

.maKore .maKore_slider .item .block_item .img img {
    width: 100%
}

.maKore .maKore_slider .item .block_item .block_bottom {
    font-size: 19px;
    color: #646464;
    padding: 9px 16px 5px;
    text-align: center
}

.maKore .maKore_slider .item .block_item .block_bottom b {
    font-weight: 400;
    display: block;
    text-align: left;
    letter-spacing: .2px;
    margin-bottom: 1px
}

.maKore .maKore_slider .item .block_item .block_bottom label {
    font-weight: 200;
    margin: 0 4px 0 1px;
    white-space: nowrap
}

.maKore .maKore_slider .item .block_item .block_bottom label input {
    vertical-align: middle
}

.maKore .maKore_slider .item .block_item .block_bottom_donate {
    position: relative;
    height: 73px;
    border-top: 1px solid #dadada;
    background: #f9f9f9;
    border-radius: 0 8px 8px 0;
    padding: 9px 19px;
    color: #2756a3;
    position: relative
}

.maKore .maKore_slider .item .block_item .block_bottom_donate span {
    font-size: 23px;
    font-weight: 400;
    display: block;
    margin-bottom: -8px
}

.maKore .maKore_slider .item .block_item .block_bottom_donate b {
    font-size: 45px;
    font-weight: 400;
    letter-spacing: -.5px
}

.maKore .maKore_slider .item .block_item .block_bottom_donate .btn {
    border: 2px solid #2756a3;
    border-radius: 20px;
    background: 0 0;
    font-size: 24px;
    font-weight: 400;
    min-width: 83px;
    display: inline-block;
    color: #2756a3;
    height: 39px;
    line-height: 39px;
    position: absolute;
    right: 15px;
    top: 20px;
    letter-spacing: -.1px;
    text-align: center
}

.maKore .maKore_slider .item .block_item .block_bottom_donate .btn:hover {
    background: #2756a3;
    color: #fff
}

.maKore_img {
    margin-bottom: 37px;
    text-align: center;
    width: 100%
}

.maKore_img img {
    width: 100%
}

.maKore {
    width: 100%;
    min-height: 100%;
    clear: both;
    background: #fff
}

.maKore .article h3 {
    padding: 4px 0 0
}

.maKore .maKore_slider_block h1 {
    margin-top: 5px
}

.maKore_slider .item a.btn {
    background: #000;
    border-radius: 25px;
    padding: 5px;
    color: #fff;
    font-size: 17px;
    font-weight: 200;
    width: 74px;
    height: 25px;
    display: block;
    line-height: 18px;
    text-align: center;
    margin: 10px 0 20px 12px
}

.maKore_slider .item.cay a.btn {
    background: #3cb6b0
}

.maKore_slider .item.cay p.desc, .maKore_slider .item.cay strong.title {
    color: #3cb6b0 !important
}

.maKore_slider .item.ora a.btn {
    background: #f0a800
}

.maKore_slider .item.ora p.desc, .maKore_slider .item.ora strong.title {
    color: #f0a800 !important
}

.maKore_slider .item.pur a.btn {
    background: #73307a
}

.maKore_slider .item.pur p.desc, .maKore_slider .item.pur strong.title {
    color: #73307a !important
}

.maKore .donate_button {
    display: inline-block;
    float: right;
    width: 108px;
    border-radius: 20px;
    background: #f5d616;
    text-align: center;
    font-weight: 200;
    font-size: 22px;
    color: #000;
    height: 36px;
    line-height: 40px;
    /*margin-top: 51px;*/
    /*margin-right: 5px;*/
    border: 2px solid #c5b23a
}

.maKore .donate_button:hover {
    background: #ffdf17
}

@media screen and (max-width: 1400px) {
    .maKore .inner_content {
        width: 96%;
        max-width: 980px
    }

    .maKore .maKore_slider {
        width: 80%
    }
}

@media screen and (max-width: 726px) {
    .f_left, .f_right {
        clear: both;
        float: none !important;
        width: 90% !important;
        margin: 0 auto !important;
        text-align: center
    }

    .maKore .f_left {
        position: relative;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-top: 0
    }

    .maKore .f_right {
        max-width: initial;
    }

    .maKore .r_button {
        width: 240px;
    }

    .r_button {
        clear: both;
        margin: 0 auto;
        float: none;
        margin-bottom: 20px;
        margin-top: 0 !important
    }

    .maKore .f_left .donate_button {
        margin-bottom: 10px;
    }

    .maKore .header-title h1, .maKore .header-title h3 {
        text-align: center !important
    }
}

.maKore .top_content {
    background: #3cb6b0
}

.maKore .top_content .first {
    width: 100%;
    max-width: 1000px;
    min-height: 400px;
    height: auto;
    position: relative;
    padding-top: 70px;
    margin-left: 0;
    margin-right: auto
}

.maKore .top_content .inner_content .first h1 {
    margin: 0 0 14px;
    padding: 0;
    color: #fff !important;
    font-size: 65px;
    font-weight: 400;
    line-height: 38px;
    margin-left: 0;
    direction: ltr
}

.maKore .top_content .inner_content .first .big_img {
    max-width: 200px;
    width: 31%;
    top: 134px;
    right: -1.6%;
    position: absolute
}

.maKore .top_content .inner_content .first .press-p {
    margin: 16px 0 60px;
    padding: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 200;
    line-height: 29px;
    display: block;
    max-width: 760px;
    width: 72%;
    letter-spacing: .3px;
    float: left;
    direction: ltr
}

.batikshoret .chooseyear {
    margin-top: -20px
}

.maKore.batikshoret .top_content .first {
    width: 100%;
    max-width: 1000px;
    min-height: 400px;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding-top: 70px
}

.tikshoret_list {
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
    direction: ltr;
    margin-bottom: 50px
}

.tikshoret_list li {
    padding: 2px 0;
    border-top: 1px solid #f3f3f3;
    color: #575757;
    text-align: left;
    font-size: 26px;
    font-weight: 200;
    line-height: 56px
}

.tikshoret_list li span a, .tikshoret_list li span a:visited {
    color: #000
}

.tikshoret_list li strong {
    float: left;
    padding-right: 27px;
    font-weight: 400
}

.f_right.tik_logo {
    padding-right: 23px;
    width: 168px;
    text-align: center
}

.bottom-spacer {
    height: 100px
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.video-container embed, .video-container iframe, .video-container object {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 768px) {
    .maKore .top_content {
        margin-top: -5px
    }

    .maKore .top_content .inner_content .first img {
        position: static !important;
        display: block;
        max-height: 200px;
        width: 100%;
        margin: auto;
        margin-bottom: 40px
    }

    .maKore .top_content .inner_content .first .press-p {
        position: static !important;
        width: 96% !important;
        margin: 0 auto !important;
        padding: 0 10px 26px
    }

    .maKore .tikshoret_list li strong {
        clear: both;
        display: block
    }

    .maKore .tikshoret_list li {
        line-height: 36px
    }

    .maKore .tikshoret_list li span {
        line-height: 30px
    }

    .maKore .top_content .inner_content .first h1 {
        font-size: 50px;
        padding-bottom: 0;
        margin-left: 10px
    }

    .chooseyear {
        clear: both;
        width: 251px;
        float: left;
        padding: 0 0 28px 10px
    }
}

.contact_f .personalDetailsBlock {
    background: #f9f9fa;
    box-shadow: 1.5px 2.6px 6px rgba(0, 0, 0, .13);
    position: relative;
    padding-bottom: 62px
}

.contact_f .personalDetailsBlock .inner_content {
    height: 776px;
    min-height: 550px
}

.contact_f .personalDetailsBlock .light_vector {
    position: absolute;
    right: 21.7%;
    top: 0;
    width: 10%;
    max-width: 135px
}

.contact_f .personalDetailsBlock .inner_content > .inner {
    width: 500px;
    margin-left: 14%;
    float: left;
    padding-top: 84px
}

.contact_f .personalDetailsBlock h2 {
    color: #3bb5af;
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 9px
}

.contact_f .personalDetailsBlock .donate_form {
    width: 100%;
    direction: ltr
}

.contact_f .personalDetailsBlock .donate_form .donate_form_inputs {
    margin: 10px 0 0;
    position: relative;
    width: 100%;
    z-index: 3
}

.contact_f .personalDetailsBlock .donate_form .donate_form_inputs > li {
    margin: 0 30px 9px 0;
    padding-left: 1px
}

.contact_f .personalDetailsBlock .donate_form .donate_form_inputs > li label {
    margin-bottom: 2px;
    letter-spacing: .1px;
    padding-left: 0
}

.donate_form .donate_form_inputs > li input[type=text] {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .09);
    border-radius: 5px;
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .09)
}

.contact_f .personalDetailsBlock .donate_form .donate_form_inputs > li:last-child {
    margin-top: 7px;
    direction: ltr;
    width: 93.8%;
    clear: both;
    height: auto
}

.contact_f .personalDetailsBlock .donate_form .donate_form_inputs > li textarea {
    width: 100%;
    height: 163px;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    margin-left: -2px;
    color: #636363;
    font-size: 24px;
    font-weight: 300;
    padding: 10px
}

.contact_f .personalDetailsBlock input[type=submit] {
    width: 120px;
    height: 59px;
    line-height: 62px;
    border: 2px solid #3bb5af;
    display: block;
    text-align: center;
    border-radius: 30px;
    color: #3bb5af;
    font-size: 34px;
    font-weight: 400;
    float: right;
    position: relative;
    margin-bottom: 20px;
    background: 0 0;
    margin-right: 32px;
    margin-top: -50px
}
.contact_f .prettycheckbox, .contact_f .prettyradio{
    display: flex;
    top: 10px;
}

.contact_f .personalDetailsBlock input[type=submit]:hover {
    background: #3bb5af;
    color: #fff
}

.contact_f .personalDetailsBlock .prettycheckbox label {
    display: inline-block;
    cursor: pointer;
    color: #3cb6b0;
    font-size: 24px;
    font-weight: 300;
    vertical-align: middle;
    padding-left: 6px
}

.contact_f .personalDetailsBlock p {
    font-size: 24px;
    font-weight: 200;
    margin-top: 0;
    margin-bottom: 41px;
    color: #636363;
    margin-left: 3px
}

.contact_f .donate_form .chosen-container-single .chosen-single span {
    font-size: 25px;
    letter-spacing: -.2px
}

@media only screen and (max-width: 980px) {
    .contact_f .personalDetailsBlock .light_vector {
        right: 7.5%;
        width: 14%
    }
}

@media only screen and (max-width: 740px) {
    .contact_f .personalDetailsBlock .inner_content > .inner {
        margin-left: 5.7%
    }
}

@media only screen and (max-width: 660px) {
    .contact_f .personalDetailsBlock .light_vector {
        right: 4%
    }

    .contact_f .personalDetailsBlock .inner_content {
        height: 705px
    }

    .contact_f .personalDetailsBlock .inner_content > .inner {
        padding-top: 35px
    }

    .contact_f .personalDetailsBlock h2 {
        margin-bottom: 20px
    }

    .contact_f .personalDetailsBlock .light_vector {
        width: 10%
    }
}

@media only screen and (max-width: 600px) {
    .contact_f .personalDetailsBlock .light_vector {
        display: none
    }

    .contact_f .personalDetailsBlock .inner_content {
        padding: 0 20px 20px;
        height: auto
    }

    .contact_f .personalDetailsBlock .inner_content > .inner {
        margin: 0;
        width: 100%;
        float: none
    }

    .contact_f .personalDetailsBlock .donate_form .donate_form_inputs {
        margin-left: -2%;
        width: auto
    }

    .contact_f .personalDetailsBlock .donate_form .donate_form_inputs > li {
        margin-left: 2%;
        margin-right: 0;
        width: 48%
    }

    .contact_f .personalDetailsBlock .donate_form .donate_form_inputs > li:last-child {
        width: 98%
    }

    .contact_f .personalDetailsBlock input[type=submit] {
        margin-right: 0
    }
}

@media only screen and (max-width: 568px) {
    .contact_f .personalDetailsBlock h2 {
        font-size: 36px
    }

    .contact_f .personalDetailsBlock .inner_content > .inner {
        padding-top: 20px
    }

    .contact_f .personalDetailsBlock input[type=submit] {
        width: 110px;
        height: 45px;
        line-height: 40px;
        font-size: 30px
    }

    .contact_f .personalDetailsBlock .donate_form .donate_form_inputs > li textarea {
        font-size: 20px
    }
}

@media only screen and (max-width: 400px) {
    .contact_f .personalDetailsBlock h2 {
        font-size: 30px
    }
}

#faces_banner {
    width: 100%;
    position: relative;
    margin: 0 auto
}

#faces_banner .face_block {
    width: 10.66%;
    height: 10.66%;
    float: left;
    margin: .22%;
    position: relative;
    display: block
}

#faces_banner .face {
    height: 93%;
    width: 100%;
    background-size: cover !important;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    background-position: 0 1px
}

#faces_banner .cayan {
    background: #40b7b1
}

#faces_banner .purple {
    background: #72057c
}

#faces_banner .green {
    background: #a5d20b
}

#faces_banner .blue {
    background: #2756a3
}

#faces_banner .pink {
    background: #e42f62
}

#faces_banner .yellow {
    background: #f5dc00
}

#faces_banner .center_block {
    width: 55.1%;
    margin: .22%;
    height: 298px;
    background: #f2f2f2;
    position: relative;
    float: left
}

#faces_banner .side_box {
    float: left
}

#faces_banner .wide_box {
    float: left;
    width: 21.32%;
    position: relative
}

#faces_banner .c_logo {
    background: url(../images/c_logo2.png) no-repeat;
    height: 135px;
    width: 135px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -24%;
    background-size: cover
}

#faces_banner .c_logo.c_logo_c {
    background-position: 0 0
}

#faces_banner .c_logo.c_logo_pi {
    background-position: 0 50%
}

#faces_banner .c_logo.c_logo_p {
    background-position: 0 33%
}

#faces_banner .c_logo.c_logo_y {
    background-position: 0 100%
}

#faces_banner .gen_text {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding: 7%;
    direction: ltr;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font-weight: 200
}

#faces_banner .inner_face {
    height: 145px;
    width: 145px
}

#faces_banner .open_left, .open_right {
    visibility: hidden
}

#faces_banner .open_right {
    position: absolute;
    top: 0;
    overflow: hidden;
    -webkit-transition: .3s all;
    transition: .3s all;
    opacity: 0
}

#faces_banner .open_left {
    position: absolute;
    top: 0;
    overflow: hidden;
    -webkit-transition: .3s all;
    transition: .3s all;
    opacity: 0
}

#faces_banner .face_block:hover .open_right {
    visibility: visible;
    opacity: 1;
    right: -145px
}

#faces_banner .face_block:hover .open_left {
    visibility: visible;
    opacity: 1;
    left: -145px
}

#faces_banner .center_block h1, .center_block h2 {
    color: #ef3d56;
    font-family: NextExitRound, arial, tahoma;
    font-weight: 400;
    text-align: center;
    margin: 0
}

#faces_banner .center_block h1 {
    font-size: 110.7px
}

#faces_banner .center_block h2 {
    font-size: 56.15px !important;
    margin-top: -9px;
    direction: ltr
}

#faces_banner .inner_face h1, .inner_face h2, .inner_face p {
    color: #fff;
    text-align: left;
    direction: ltr;
    font-weight: 200;
    line-height: normal
}

#faces_banner .inner_face h1 {
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 200
}

#faces_banner .inner_face h2 {
    font-size: 20px;
    margin-top: 0;
    line-height: 20px;
    direction: ltr
}

#faces_banner .inner_face p {
    font-size: 16px;
    margin-top: 5px;
    line-height: 15px
}

#faces_banner .main_banner_buttons {
    position: absolute;
    bottom: 11%;
    width: 358px;
    margin: 0 auto;
    left: 0;
    right: 0
}

#faces_banner .main_volu_button {
    background: url(https://www.latet.org.il/templates/defaultDesign/design/media/images/b_volu.png) no-repeat;
    width: 179px;
    height: 79px;
    text-align: center;
    line-height: 81px;
    font-size: 23px;
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all;
    float: right
}

#faces_banner .main_donate_button {
    background: url(https://www.latet.org.il/templates/defaultDesign/design/media/images/b_donate.png) no-repeat;
    width: 179px;
    height: 79px;
    text-align: center;
    line-height: 81px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all;
    float: right
}

#faces_banner .main_donate_button div, #faces_banner .main_volu_button div {
    line-height: 21px;
    padding-top: 21px;
    font-size: 30px
}

#faces_banner .main_donate_button:hover, #faces_banner .main_volu_button:hover {
    opacity: .8
}

#faces_banner .center_block h1 {
    margin-top: 24px
}

@media screen and (max-width: 1480px) {
    #faces_banner .center_block h2 {
        font-size: 40px !important
    }
}

@media screen and (max-width: 1064px) {
    #faces_banner .center_block h2 {
        font-size: 28px !important
    }
}

.pos_s {
    background-position: 0 -1px !important
}

.pos_t {
    background-position: 0 13% !important
}

.pos_b {
    background-position: 0 25% !important
}

.pos_l {
    background-position: 0 37.5% !important
}

.pos_r {
    background-position: 0 50% !important
}

.pos_lt {
    background-position: 0 62.5% !important
}

.pos_lb {
    background-position: 0 75% !important
}

.pos_rt {
    background-position: 0 87% !important
}

.pos_rb {
    background-position: 0 100% !important
}

.face {
    -webkit-animation: fade-in 3s ease;
    -ms-animation: fade-in ease-in-out 3s both;
    animation: fade-in 3s ease;
    visibility: visible;
    -webkit-backface-visibility: hidden
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@media screen and (min-width: 1600px) {
    #faces_banner .gen_text {
        font-size: 40px;
        line-height: 40px
    }

    #faces_banner .center_block h1 {
        margin-top: 26px
    }

    #faces_banner .inner_face h1 {
        font-size: 26px;
        margin-top: 16px;
        margin-bottom: 6px
    }

    #faces_banner .inner_face h2 {
        font-size: 20px;
        margin-bottom: 8px;
        margin-top: 0;
        line-height: 23px
    }

    #faces_banner .inner_face p {
        font-size: 22px;
        margin-top: 0;
        line-height: 20px
    }

    #faces_banner .main_banner_buttons {
        bottom: 13%
    }
}

@media screen and (max-width: 1350px) {
    #faces_banner .inner_face h1 {
        font-size: 26px;
        margin-top: 7px;
        margin-bottom: 4px
    }

    #faces_banner .inner_face h2 {
        font-size: 20px;
        margin-bottom: 2px;
        margin-top: 0;
        line-height: 20px
    }

    #faces_banner .inner_face p {
        font-size: 16px;
        margin-top: 0;
        line-height: 14px
    }

    #faces_banner .main_banner_buttons {
        bottom: 7%
    }
}

@media screen and (max-width: 1200px) {
    #faces_banner .inner_face h1 {
        font-size: 22px;
        margin-top: 10%;
        margin-bottom: 2px
    }

    #faces_banner .inner_face h2 {
        font-size: 16px;
        margin-bottom: 2px;
        margin-top: 0;
        line-height: 19px
    }

    #faces_banner .inner_face p {
        font-size: 14px;
        margin-top: 0;
        line-height: 12px
    }

    #faces_banner .gen_text {
        font-size: 24px;
        line-height: 24px
    }

    #faces_banner .main_banner_buttons {
        bottom: 4%
    }
}

@media screen and (max-width: 1200px) {
    #faces_banner .main_banner_buttons {
        bottom: 3%
    }
}

@media screen and (max-width: 1015px) {
    #faces_banner .inner_face p {
        display: none
    }
}

@media screen and (max-width: 960px) {
    #faces_banner .main_banner_buttons {
        bottom: 7%
    }

    .main_banner_faces .main_volu_button {
        background-size: contain;
        width: 121px;
        height: 55px;
        text-align: center;
        line-height: 58px;
        font-size: 17px;
        color: #fff;
        -webkit-transition: .3s all;
        transition: .3s all;
        float: right;
        padding-top: 21px;
        line-height: 15px
    }

    .main_banner_faces .main_donate_button {
        background-size: contain;
        width: 121px;
        height: 55px;
        text-align: center;
        line-height: 58px;
        font-size: 17px;
        color: #fff;
        -webkit-transition: .3s all;
        transition: .3s all;
        float: right;
        padding-top: 21px;
        line-height: 15px
    }

    .main_banner_faces .main_banner_buttons {
        width: 244px
    }

    #faces_banner .main_donate_button div, #faces_banner .main_volu_button div {
        line-height: 15px;
        padding-top: 14px;
        font-size: 20px
    }

    #faces_banner .main_banner_buttons {
        bottom: 10%
    }

    #faces_banner .center_block h1 {
        margin-top: 6px
    }
}

@media screen and (max-width: 900px) {
    .main_banner_faces .main_banner_buttons {
        top: 50%
    }

    #faces_banner .inner_face h1 {
        font-size: 18px;
        margin-top: 10%;
        margin-bottom: 1px
    }

    #faces_banner .inner_face h2 {
        font-size: 14px;
        margin-bottom: 2px;
        margin-top: 0;
        line-height: 14px
    }

    #faces_banner .inner_face p {
        font-size: 10px;
        margin-top: 0;
        line-height: 9px
    }

    #faces_banner .gen_text {
        font-size: 18px;
        line-height: 18px
    }
}

.main_banner_faces {
    width: 100%;
    position: relative;
    background: #fff;
    clear: both;
    margin: 0 auto
}

@media only screen and (max-width: 640px) {
    select {
        background-color: #fff;
        display: block !important;
        text-align: left;
        direction: ltr;
        border: 1px solid rgba(0, 0, 0, .19);
        border-radius: 5px;
        box-shadow: inset 0 1px 0 rgba(0, 0, 0, .09);
        text-align: left;
        height: 40px;
        padding-left: 7px;
        color: #646464;
        font-weight: 300;
        -webkit-appearance: none;
        background-image: url(../images/mobile/arrow_select.png);
        background-position: right 10px center;
        background-repeat: no-repeat;
        font-size: 20px
    }

    .chosen-container {
        display: none !important
    }
}

.world_1 #header .donate_btn {
    background: #f2c11d
}

.world_2 #header .donate_btn {
    background: #0063b0;
    color: #fff
}

.world_3 #header .donate_btn {
    background: #f2c11d;
    color: #000
}

.world_4 #header .donate_btn {
    background: #a6d30b;
    color: #fff
}

.world_5 #header .donate_btn {
    background: #f2c11d;
    color: #000
}

.world_6 #header .donate_btn {
    background: #3e146f;
    color: #fff
}

.max2 img {
    float: none !important
}

.max2 .item .block_text:nth-child(1) {
    right: 0 !important;
    left: 0 !important;
    margin: 0 auto !important
}

.max2 .util-navigation {
    display: none !important
}

.oni_report {
    background: #9acd2f;
    min-height: 620px;
    padding-top: 0;
    clear: both;
    padding-bottom: 20px
}

.oni_report::after {
    content: '';
    clear: both;
    display: block
}

.oni_galery_wrapper {
    width: 73%;
    margin: 0 auto;
    position: relative;
    padding-top: 0
}

.oni_report h1, .oni_report p {
    margin: 0;
    text-align: left;
    color: #fff;
    font-weight: 200
}

.oni_report h1 {
    font-size: 43px;
    font-weight: 400;
    padding-left: 13.8%;
    padding-top: 80px
}

.oni_report p {
    width: 53%;
    font-size: 28px;
    padding-top: 21px;
    margin-left: 13.7%;
    margin-right: auto
}

#poor_rep_slider .util-navigation {
    position: absolute;
    top: 78px;
    z-index: 10;
    width: 100%
}

#poor_rep_slider .util-next, #poor_rep_slider .util-prev {
    background: url(../images/slider_arrows.png) no-repeat -375px 0;
    margin: 0;
    height: 58px;
    width: 46px;
    position: absolute
}

#poor_rep_slider .util-prev {
    height: 58px;
    width: 47px;
    position: absolute;
    left: -11.5%;
    top: 3px;
    background-position: -375px -61px;
    z-index: 5555
}

#poor_rep_slider .util-next {
    height: 61px;
    width: 47px;
    position: absolute;
    right: -10.9%;
    top: 3px;
    background-position: -375px 0;
    z-index: 5555
}

#poor_rep_slider .item {
    margin-bottom: 2px;
    width: 234px;
    margin-right: auto;
    margin-left: auto
}

div#poor_rep_slider {
    margin-top: 70px
}

#poor_rep_slider .item {
    position: relative
}

#poor_rep_slider .text_wrapper {
    position: absolute;
    font-size: 36px;
    color: #fff;
    text-align: center;
    height: 100px;
    width: 119px;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 66px;
    line-height: 39px
}

#poor_rep_slider .pdf_wrapper {
    position: absolute;
    font-size: 30px;
    color: #fff;
    text-align: center;
    height: 100px;
    width: 120px;
    margin: 0 auto;
    right: -148px;
    left: 0;
    top: 17px
}

#poor_rep_slider .text_wrapper span {
    font-size: 73px;
    color: #fff;
    text-align: center
}

#poor_rep_slider .block_item {
    -webkit-transition: .3s all;
    transition: .3s all
}

#poor_rep_slider .block_item:hover {
    background: #000;
    -webkit-transition: .3s all;
    transition: .3s all
}

#poor_rep_slider .block_item:hover img {
    opacity: .5
}

.groupBlockMobile_slider .item p {
    font-weight: 200;
    margin-top: -7px
}

@media (max-width: 840px) {
    .oni_report h1, .oni_report p {
        width: 90%;
        padding-left: 0;
        margin: 0 auto
    }
}

@media (max-width: 768px) {
    .groupBlockMobile_slider .item p {
        margin: 0
    }
}

@media (max-width: 680px) {
    #poor_rep_slider .item {
        margin: 0 auto
    }

    .oni_report h1 {
        font-size: 34px;
        width: 86%;
        text-align: left;
        margin-right: auto;
        margin-left: 0;
        padding-left: 7%
    }

    .oni_report p {
        font-size: 20px;
        line-height: 24px;
        width: 86%;
        margin: 0 auto;
        padding-top: 4px
    }
}

.wanted .wantedBlock {
    background: #f9f9fa;
    box-shadow: 1.5px 2.6px 6px rgba(0, 0, 0, .13);
    position: relative;
    padding-bottom: 62px;
    -webkit-transition: .3s all;
    transition: .3s all
}

.wanted .sep_top {
    border-top: 1px #d9d9d9 solid
}

.wanted .inner_job {
    margin-bottom: 9px
}

.wanted .wantedBlock {
    background: #f9f9fa;
    box-shadow: 1.5px 2.6px 6px rgba(0, 0, 0, .13);
    position: relative;
    padding-bottom: 62px
}

.wanted .inner > h2 {
    color: #3bb5af;
    font-size: 44px;
    font-weight: 400
}

.sep_top h2 {
    margin-top: 90px !important;
    padding: 0 !important
}

.wanted .wanted_title {
    margin-bottom: 9px;
    max-width: 98%;
    padding-left: 6px
}

.wanted .wantedBlock .masonry .single_job h3 {
    color: #f5d616;
    font-size: 19.39px;
    line-height: 25px;
    font-weight: 400;
    padding: 0;
    margin: 0
}

.wanted .wantedBlock .inner_content {
    min-height: 550px;
    max-width: 98%
}

.wanted .wantedBlock .light_vector {
    position: absolute;
    right: 18.7%;
    top: 0;
    width: 10%;
    max-width: 135px
}

.wanted .wantedBlock .inner_content > .inner {
    width: 500px;
    margin-left: 14%;
    float: left;
    padding-top: 0;
    clear: both;
    padding-bottom: 7px
}

.wanted .wantedBlock h2 {
    color: #3bb5af;
    font-size: 44px;
    font-weight: 400;
    max-width: 978px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 9px;
    padding-top: 73px
}

.wanted .wantedBlock .donate_form {
    width: 100%;
    direction: ltr
}

.wanted .wantedBlock .donate_form .donate_form_inputs {
    margin: 10px 0 0;
    position: relative;
    width: 100%;
    z-index: 3
}

.wanted .wantedBlock .donate_form .donate_form_inputs > li {
    margin: 0 30px 9px 0;
    padding-left: 1px
}

.wanted .wantedBlock .donate_form .donate_form_inputs > li label {
    margin-bottom: 2px;
    letter-spacing: .1px;
    padding-left: 0;
    direction: ltr
}

.donate_form .donate_form_inputs > li input[type=text] {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .09);
    border-radius: 5px;
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .09)
}

.wanted .wantedBlock .donate_form .donate_form_inputs > li:last-child {
    margin-top: 7px;
    direction: ltr;
    width: 93.8%;
    clear: both;
    height: auto
}

.wanted .wantedBlock .donate_form .donate_form_inputs > li textarea {
    width: 100%;
    height: 163px;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    margin-left: -2px;
    color: #636363;
    font-size: 24px;
    font-weight: 300;
    padding: 10px
}

.wanted .wantedBlock input[type=submit] {
    width: 120px;
    height: 59px;
    line-height: 62px;
    border: 2px solid #3bb5af;
    display: block;
    text-align: center;
    border-radius: 30px;
    color: #3bb5af;
    font-size: 34px;
    font-weight: 400;
    float: right;
    position: relative;
    margin-bottom: 20px;
    background: 0 0;
    margin-right: 32px;
    margin-top: 18px
}

.wanted .wantedBlock input[type=submit]:hover {
    background: #3bb5af;
    color: #fff
}

.wanted .wantedBlock .prettycheckbox label {
    display: inline-block;
    cursor: pointer;
    color: #3cb6b0;
    font-size: 24px;
    font-weight: 300;
    vertical-align: middle;
    font-weight: 200;
    margin-top: -12px;
    padding-left: 6px
}

.wanted .prettycheckbox > a {
    margin-top: 12px
}

.wanted .wantedBlock p {
    font-size: 24px;
    font-weight: 200;
    margin-top: 0;
    margin-bottom: 41px;
    color: #636363;
    margin-left: 0 !important;
    padding: 0
}

.wanted .wantedBlock .masonry .single_job p {
    color: #f9f9f9;
    font-size: 20.39px;
    line-height: 18px;
    width: 232px;
    margin-left: 15px;
    margin: 0;
    margin-right: auto;
    direction: ltr
}

.wanted .donate_form .chosen-container-single .chosen-single span {
    font-size: 25px;
    letter-spacing: -.2px;
    direction: ltr
}

.wanted .masonry {
    max-width: 987px;
    margin: 0 auto;
    margin-top: 16px;
    clear: both;
    width: 100%
}

.wanted .single_job {
    background-color: #3cb6b0;
    width: 32%;
    margin: .5%;
    -webkit-transition: .3s all;
    transition: .3s all
}

.wanted .masonry .single_job h1 {
    font-size: 29.08px;
    font-weight: 400;
    color: #f5d616;
    padding-top: 0;
    margin-top: 16px;
    margin-bottom: 10px
}

.wanted .job_wrapper {
    padding: 2px 22px
}

.send_button {
    width: 77px;
    border-radius: 15px;
    background: #f5d616;
    padding: 8px;
    height: 31px;
    width: 77px;
    text-align: center;
    margin-bottom: 18px;
    margin-top: 3px;
    font-size: 16.41px;
    font-weight: 300;
    cursor: pointer;
    margin-right: -4px;
    float: right
}

.custom-upload {
    background-color: green;
    border: 1px solid #006400;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    padding: 4px 10px
}

.custom-upload input {
    right: -9999px;
    position: absolute
}

#choose {
    float: right;
    height: 40px;
    width: 37%;
    background: #3cb6b0;
    font-size: 20px;
    color: #fff;
    font-weight: 200;
    border: none;
    border-radius: 5px;
    text-align: center
}

#choosebox {
    float: right;
    width: 62%;
    margin-right: 1%;
    font-size: 15px
}

@media only screen and (max-width: 980px) {
    .wanted .wantedBlock .light_vector {
        right: 7.5%;
        width: 14%
    }

    .wanted .wantedBlock .masonry .single_job p {
        width: 90%
    }
}

@media only screen and (max-width: 740px) {
    .wanted .wantedBlock .inner_content > .inner {
        margin-left: 1.7%
    }

    .wanted .wanted_title {
        margin-left: 1.7%
    }

    .wanted .wantedBlock .masonry .single_job {
        width: 48%;
        height: auto !important
    }
}

@media only screen and (max-width: 660px) {
    .wanted .wantedBlock .light_vector {
        right: 4%
    }

    .wanted .wantedBlock .inner_content {
        max-width: 85%
    }

    .wanted .wanted_title {
        max-width: 97% !important
    }

    .wanted .wantedBlock .inner_content > .inner {
        padding-top: 35px
    }

    .wanted .wantedBlock h2 {
        margin-bottom: 20px
    }

    .wanted .wantedBlock .light_vector {
        width: 10%
    }

    .wanted .wantedBlock .masonry .single_job {
        width: 97.5%;
        margin: 0 auto;
        margin: 2.5%;
        float: none
    }
}

@media only screen and (max-width: 600px) {
    .wanted .wantedBlock .light_vector {
        display: none
    }

    .wanted .wantedBlock .inner_content {
        padding: 0 2% 2%;
        height: auto
    }

    .wanted .wantedBlock .inner_content > .inner {
        margin: 0;
        width: 100%;
        float: none
    }

    .wanted .wantedBlock .donate_form .donate_form_inputs {
        margin-left: -2%;
        width: auto
    }

    .wanted .wantedBlock .donate_form .donate_form_inputs > li {
        margin-left: 2%;
        margin-right: 0;
        width: 48%
    }

    .wanted .wantedBlock .donate_form .donate_form_inputs > li:last-child {
        width: 98%
    }

    .wanted .wantedBlock input[type=submit] {
        margin-right: 0
    }

    .wanted .wantedBlock .masonry .single_job {
        width: 100%;
        float: none
    }
}

@media only screen and (max-width: 568px) {
    .wanted .wantedBlock h2 {
        font-size: 36px
    }

    .wanted .wantedBlock .inner_content > .inner {
        padding-top: 20px
    }

    .wanted .wantedBlock input[type=submit] {
        width: 110px;
        height: 45px;
        line-height: 40px;
        font-size: 30px
    }

    .wanted .wantedBlock .donate_form .donate_form_inputs > li textarea {
        font-size: 20px
    }
}

@media only screen and (max-width: 400px) {
    .wanted .wantedBlock h2 {
        font-size: 30px
    }
}

.face {
    position: relative;
    display: block;
    height: 145px;
    width: 145px
}

.face div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: 0 0;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.face span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: 0 -145px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.face:hover span {
    opacity: 1
}

.face:hover div {
    opacity: 0
}

.amutotPage {
    width: 100%;
    background-color: #fff
}

.amutotPage .inner_content {
    max-width: 1070px
}

.amutotPage .rounded-btn {
    display: inline-block;
    box-sizing: border-box;
    width: 190px;
    height: 36px;
    background-color: #e53163;
    display: inline-block;
    border-radius: 25px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    padding-top: 8px;
    margin-left: 10px;
    float: right
}

.amutotPage .header-title {
    width: 100%;
    padding-top: 60px
}

.amutotPage .header-title h1 {
    color: #e53163;
    font-weight: 400;
    font-size: 44px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0
}

.amutotPage .amutot-select {
    margin-top: 70px
}

.amutotPage .amutot-select .chosen-single {
    width: 216px;
    height: 56px;
    padding-top: 5px;
    background-color: #f5f5f5
}

.amutotPage .amutot-select .chosen-drop {
    top: 0;
    position: relative
}

.amutotPage .amutot-select .chosen-results li {
    background-color: #f5f5f5;
    color: #000
}

.amutotPage .amutot-select .chosen-drop {
    background-color: #f5f5f5
}

.amutotPage .chosen-container span {
    font-size: 30px !important;
    color: #2c2c2c !important
}

.amutotPage .amutot-select .chosen-single b {
    position: relative;
    top: 7px;
    height: 50% !important
}

.amutotPage .amutot-select label {
    display: block;
    font-size: 25px;
    color: #e53163;
    font-weight: 300
}

.amutotPage .amutot-list {
    margin-top: 20px
}

.amutotPage .amutot-list .amuta-box {
    width: 32.24299065420561%;
    min-height: 275px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background-color: #fbfbfb;
    padding: 20px;
    float: right;
    margin-right: 10px;
    margin-top: 10px
}

.amutotPage .amutot-list .amuta-box h1 {
    color: #e53163;
    font-size: 35px;
    font-weight: 400;
    margin: 0
}

.amutotPage .amutot-list .amuta-box span {
    font-size: 20px
}

.amutotPage .amutot-list .amuta-box h3 {
    color: #e53163;
    font-size: 22px;
    font-weight: 400;
    margin-top: 15px
}

.amutotPage .amutot-list .amuta-box div {
    color: #4f4f4f;
    font-size: 20px;
    font-weight: 200
}

.amutotPage .amutot-help-header .help-btn-small-label {
    font-size: 18px;
    position: absolute;
    width: 100%
}

.amutotPage .amutot-help-header {
    padding-top: 60px;
    clear: both
}

.amutotPage .amutot-help-header h1 {
    font-weight: 400;
    font-size: 44px;
    color: #e53163
}

.amutotPage .amutot-help-header .amutot-help-btn {
    max-width: 225px;
    width: 21%;
    height: 86px;
    font-size: 28px;
    color: #f3c21d;
    background-color: #e53163;
    border: none;
    margin-left: 10px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    padding-top: 20px
}

.amutotPage .docs-mobile-upload {
    margin-right: 34px;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    top: -13px;
    display: none;
    direction: ltr;
    text-align: center
}

.amutotPage .amutot-help-header .amutot-help-btn.active {
    position: relative;
    top: 10px
}

.amutotPage .amutot-help-block {
    height: 1098px;
    clear: both;
    background-color: #e53163
}

.amutotPage .form_t {
    display: block;
    padding-top: 35px;
    font-size: 26px;
    color: #f3c21d;
    margin-bottom: 15px
}

.amutotPage .amutot-input-wrapper {
    width: 390px;
    margin-top: 20px;
    position: relative
}

.amutotPage .amutot-input-wrapper input {
    direction: ltr;
    width: 100%;
    height: 56px;
    font-size: 26px;
    font-weight: 200;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
    border: none;
    color: #000;
    text-align: left !important
}

.amutot-input-wrapper input + span,
.amutot-input-wrapper select + span,
.amutot-input-wrapper textarea + span {
    display: none;
    font-size: 80px;
    float: left;
    position: absolute;
    left: -30px;
    padding-top: 4px;
    color: #f3c21d
}

.errors.error {
    display: none;
    color: #f3c21d;
    font-size: 60px;
}

.amutotPage .amutot-input-wrapper input.error + span, .amutotPage .amutot-input-wrapper select.error + span, .amutotPage .amutot-input-wrapper textarea.error + span {
    display: inline-block
}

.amutotPage .amutot-input-wrapper input.error, .amutotPage .amutot-input-wrapper textarea.error {
    border: 2px solid #f3c21d
}

.amutotPage .amutot-input-wrapper input::-webkit-input-placeholder, .amutotPage .amutot-input-wrapper textarea::-webkit-input-placeholder {
    color: #747070
}

.amutotPage .amutot-input-wrapper input:-moz-placeholder, .amutotPage .amutot-input-wrapper textarea:-moz-placeholder {
    color: #747070;
    opacity: 1
}

.amutotPage .amutot-input-wrapper input::-moz-placeholder, .amutotPage .amutot-input-wrapper textarea::-moz-placeholder {
    color: #747070;
    opacity: 1
}

.amutotPage .amutot-input-wrapper input:-ms-input-placeholder, .amutotPage .amutot-input-wrapper textarea:-ms-input-placeholder {
    color: #747070
}

.amutotPage .amutot-input-wrapper input + select {
    direction: ltr;
    width: 20%;
    height: 56px;
    font-size: 26px;
    font-weight: 200;
    padding-right: 10px;
    margin-bottom: 15px;
    border: none;
    float: left;
    color: #747070;
    background-color: #fff !important;
    border-radius: 0 !important
}

.amutotPage .amutot-input-wrapper select option {
    color: #747070
}

.amutotPage .amutot-phone-input {
    width: 79% !important;
    float: right
}

.amutotPage .amutot-input-wrapper textarea {
    direction: ltr;
    width: 100%;
    font-weight: 200;
    font-size: 26px;
    height: 195px;
    border: none;
    padding: 10px;
    resize: none;
    margin-bottom: 15px;
    overflow-x: hidden;
}

.amutotPage .amutot-star {
    margin-top: 15px;
    color: #fff;
    font-size: 26px;
    font-weight: 200;
    right: 50px;
    position: relative;
    display: inline-block;
    float: right;
    text-align: right
}

.amutotPage .amutot-star::after {
    content: url(../images/amutot-star.png);
    position: absolute;
    top: 0;
    right: -50px
}

.amutotPage .amutot-bg-wrapper {
    width: 55%;
    height: 100%;
    float: right;
    position: relative
}

.amutotPage .amutot-help-block .amutot-bg-img {
    position: absolute;
    right: 0;
    max-width: 80%
}

.amutotPage .listFiles {
    background: #fff;
    width: 100%
}

.amutotPage .listFiles .inner_content {
    max-width: 1000px;
    width: 100%;
    position: static
}

.amutotPage .mismahim_list {
    display: none
}

.amutotPage .mismahim_list li {
    padding: 32px 0 30px;
    border-top: 1px solid #d4d4d4;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    position: relative
}

.amutotPage .mismahim_list li:last-child {
    border-bottom: 1px solid #d4d4d4
}

.amutotPage .mismahim_list li:hover {
    background-color: #fbfbfb
}

.amutotPage .mismahim_list li .list_icon {
    width: 90px;
    background: url(../images/sprite-new.png) center 0 no-repeat;
    display: inline-block;
    height: 29px;
    float: right;
    margin-right: -9px;
    margin-top: 3px
}

.amutotPage .mismahim_list li.uploaded-icon .list_icon {
    background: url(../images/sprite-new.png) center -110px no-repeat
}

.amutotPage .mismahim_list li .upload-icon {
    width: 69px;
    background: url(../images/sprite-new.png) center -165px no-repeat #dcdcdc;
    display: inline-block;
    height: 40px;
    float: left;
    border-radius: 30px;
    padding: 10px 0;
    margin-top: -37px;
    margin-left: 19px;
    position: absolute;
    left: 0;
    top: 65px
}

.amutotPage .mismahim_list li h3 {
    font-size: 26px;
    font-weight: 100;
    line-height: 31px;
    color: #575757;
    display: inline-block;
    direction: ltr;
    max-width: 70%;
    margin-top: 6px;
    margin-left: 100px
}

.amutotPage .mismahim_list li h3 a {
    font-size: 18px;
    position: relative;
    top: -2px
}

.amutotPage .mismahim_list li h3 a:hover {
    border-bottom: 1px solid #001056
}

.amutotPage .mismahim_list li:hover h3 a {
    font-weight: 200
}

.amutotPage .mismahim_list li input {
    display: none
}

.amutotPage .mismahim_list li:hover h3 {
    font-weight: 400;
    color: #3cb6b0
}

.amutotPage .mismahim_main_title {
    font-size: 44px;
    font-weight: 500;
    line-height: 46px;
    color: #3cb6b0;
    padding-top: 60px;
    margin-right: 30px
}

.amutotPage .mismahim_sub_title {
    font-size: 31px;
    font-weight: 100;
    line-height: 40px;
    color: #575757;
    margin-bottom: 18px;
    margin-right: 34px
}

.amutotPage .mismahim_list {
    padding-bottom: 40px;
    margin-right: 35px
}

.amutotPage .amutot-submit-btn {
    display: block;
    margin: 0 auto 40px auto;
    box-sizing: border-box;
    width: 247px;
    height: 53px;
    background-color: #e53163;
    border-radius: 25px;
    text-align: center;
    font-size: 43px;
    color: #fff;
    border: none;
    padding-top: 8px
}

.amutotPage .amutot-fileattach-error {
    text-align: center;
    font-weight: 200;
    color: red;
    margin-bottom: 10px;
    font-size: 20px;
    display: none
}

@media screen and (max-width: 1200px) {
    .amutotPage .header-title {
        width: 99%;
        margin: 0 auto;
        padding-top: 60px
    }

    .amutotPage .amutot-list {
        width: 98%;
        margin: 0 auto
    }

    .amutotPage .amutot-select {
        width: 98%;
        margin: 0 auto 20px auto
    }

    .amutotPage .amutot-input-wrapper {
        margin-right: 12px
    }

    .amutotPage .amutot-help-header h1 {
        margin-right: 10px
    }
}

@media screen and (max-width: 955px) {
    .amutotPage .amuta-box {
        width: 49% !important;
        margin: 5px .5% !important
    }

    .amutotPage .amutot-select {
        padding: 0 5px
    }

    .amutotPage .header-title {
        padding: 1%
    }

    .amutotPage .amutot-help-header .amutot-help-btn {
        font-size: 25px
    }
}

@media only screen and (max-width: 640px) {
    .amutotPage select {
        background-color: #f5f5f5;
        font-size: 20px
    }

    .amutotPage .amutot-list {
        clear: both
    }

    .amutotPage .amutot-help-block .amutot-bg-img {
        display: none
    }

    .amutotPage .amutot-input-wrapper input, .amutotPage .amutot-input-wrapper textarea {
        width: 98%
    }

    .amutotPage .amutot-input-wrapper select {
        float: none !important;
        margin-right: 8px;
        width: 20% !important;
        display: inline-block !important
    }

    .amutotPage .amutot-input-wrapper input + span, .amutotPage .amutot-input-wrapper select + span, .amutotPage .amutot-input-wrapper textarea + span {
        left: -18px
    }

    .amutotPage .amutot-phone-input {
        width: 75% !important
    }
}

@media only screen and (max-width: 768px) {
    .amutotPage .mismahim_list li .list_icon {
        float: none;
        display: block;
        margin: 0 auto
    }

    .amutotPage .help-btn-small-label {
        font-size: 13px !important;
        right: 2px
    }

    .amutotPage .mismahim_list li .upload-icon {
        float: none;
        display: block;
        margin: 0 auto;
        position: relative;
        top: inherit;
        left: inherit
    }

    .amutotPage .mismahim_list li h3 {
        float: none;
        display: block;
        margin: 0 auto;
        text-align: center;
        padding: 15px 0
    }

    .amutotPage .mismahim_main_title {
        text-align: center;
        margin-right: 0
    }

    .amutotPage .mismahim_sub_title {
        text-align: center;
        margin-right: 0
    }

    .amutotPage .mismahim_list {
        margin-right: 0
    }

    .amutotPage .docs-mobile-upload {
        display: block !important;
        margin-right: 0
    }

    .amutotPage .amutot-help-header .amutot-help-btn {
        font-size: 14px;
        height: 50px
    }

    .amutotPage .amutot-docs-arrow {
        margin-left: 30%
    }

    .amutut-helpreq-btn {
        display: none !important
    }
}

@media only screen and (max-width: 725px) {
    .amutotPage .amutot-input-wrapper {
        padding-top: 20px !important
    }

    .amutotPage .amutot-input-wrapper.f_right {
        text-align: right !important
    }

    .amutotPage .amutot-bg-wrapper {
        display: none
    }

    .amutotPage .amutot-help-header .amutot-help-btn {
        padding-top: 10px !important
    }
}

@media screen and (max-width: 575px) {
    .amutotPage .amuta-box {
        width: 99% !important;
        margin: 0 1%
    }

    .amutotPage .rounded-btn {
        display: block;
        width: 70%;
        margin: 0 auto;
        float: none
    }

    .amutotPage .header-title h1 {
        text-align: center;
        float: none;
        display: block
    }

    .amutotPage .amutot-help-header .amutot-help-btn {
        font-size: 17px !important;
        width: 30%
    }

    .amutotPage .amutot-docs-arrow {
        margin-left: 25% !important
    }
}

@media only screen and (max-width: 368px) {
    .amutotPage .amutot-help-header .amutot-help-btn {
        font-size: 16px !important;
        width: 30%;
        padding: 0;
        margin-left: 0
    }

    .amutotPage .amutot-docs-arrow {
        margin-right: 5% !important
    }

    .amutotPage .amutot-input-wrapper input + select {
        font-size: 22px;
        padding-right: 2px
    }
}

.partnersPage .partner-clearfix {
    clear: both
}

.partnersPage {
    position: relative
}

.partnersPage .partners-content {
    position: relative;
    background-color: #fff;
    min-height: 700px
}

.partnersPage .partners-side-fill {
    height: 100%;
    left: 0;
    background-color: #fff;
    width: 1px;
    position: absolute
}

.partnersPage .partners-bottom-fill {
    height: 1px;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    position: absolute
}

.partnersPage .partner-box {
    -webkit-font-smoothing: antialiased;
    width: 10%;
    height: 142px;
    padding: 5px;
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    background-color: #fff;
    display: inline-block;
    float: left;
    overflow: hidden
}

.partnersPage .partner-box:hover {
    cursor: pointer
}

.partnersPage .partner-img-hlpr {
    height: 100%;
    width: 100%;
    padding: 10px;
    white-space: nowrap;
    text-align: center
}

.partnersPage .partner-img-hlpr img {
    max-width: 100%;
    margin: 0 auto;
    vertical-align: middle
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.partnersPage .partner-img-center {
    display: table-cell;
    vertical-align: middle
}

.partnersPage .partners-modal-overlay {
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #000;
    position: absolute;
    display: none
}

.partnersPage .partner-modal {
    width: 100%;
    padding-top: 5%;
    position: absolute;
    z-index: 500;
    display: none;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.partnersPage .partner-modal-inner {
    position: relative;
    background-color: #40b7b1;
    width: 60%;
    margin: 0 auto;
    height: 435px;
    border-radius: 10px
}

.partnersPage .modal-close-wrapper {
    height: 100px;
    width: 100px;
    float: right;
    position: relative;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.partnersPage .modal-white-trg {
    position: relative;
    height: 0;
    width: 0;
    border-top-left-radius: 10px;
    left: 0;
    display: inline-block;
    border-top: 50px solid #fff;
    border-left: 50px solid #fff;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent
}

.partnersPage .modal-yellow-trg {
    position: relative;
    display: inline-block;
    height: 0;
    width: 0;
    border-bottom-right-radius: 10px;
    left: 0;
    top: -100px;
    border-top: 50px solid transparent;
    border-left: 50px solid transparent;
    border-right: 50px solid #f5d616;
    border-bottom: 50px solid #f5d616
}

.partnersPage .partners-close {
    background-image: url(../images/partners-modal-close.png);
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    height: 32px;
    width: 32px;
    top: 13px;
    left: 11px;
    z-index: 600
}

.partnersPage .partners-r-wrap {
    height: 82%;
    position: relative;
    top: 9%;
    width: 50%;
    float: left;
    padding: 0 20px;
    border-right: 1px solid #fff
}

.partnersPage .partners-r-wrap .scrl-mheading {
    font-size: 48px;
    font-weight: 400;
    color: #f5d616;
    margin: 0;
    direction: ltr
}

.partnersPage .partners-r-wrap p.scrl-p {
    font-size: 20px;
    direction: ltr
}

.partnersPage .partners-r-wrap .scrl-subheading {
    font-size: 28px;
    color: #f5d616;
    font-weight: 400;
    margin-top: 20px
}

.partnersPage .partners-l-wrap .scroller {
    height: 140px;
    position: relative;
    top: 90px;
    padding-right: 26px
}

.partnersPage .scroller {
    width: 100%;
    height: 100%;
    margin-right: -60px;
    direction: ltr;
    font-size: 25px;
    font-weight: 200;
    color: #fff
}

.partnersPage .scroller .scroller_inner {
    margin-right: 31px;
    width: 100%;
    direction: rtl;
    float: left;
    padding-left: 31px
}

.partnersPage .scroller .mCSB_scrollTools {
    width: 34px;
    left: 0;
    right: auto
}

.partnersPage .scroller .mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background: rgba(255, 255, 255, .52)
}

.partnersPage .scroller .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 29px
}

.partnersPage .scroller .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 0;
    width: 29px;
    height: 29px;
    background: url(../images/scroller-lng.png) no-repeat 0 0;
    margin: 0 6px
}

.partnersPage .scroller .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-position: 5px 0
}

.partnersPage .partners-l-wrap {
    height: 82%;
    position: relative;
    top: -15%;
    width: 50%;
    float: right
}

.partnersPage .partners-l-wrap blockquote.scrl-blquote {
    color: #fff;
    font-size: 24px;
    top: 40%;
    text-align: center;
    margin: 0 auto;
    direction: ltr;
    width: 100%
}

.partnersPage .partners-l-wrap h4.scrl-cite-author {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 200;
    position: absolute;
    top: 70%;
    width: 100%;
    text-align: center;
    padding: 0 30px;
    direction: ltr
}

.partnersPage .partners-l-wrap h4.scrl-cite-pos {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 200;
    position: absolute;
    top: 77%;
    width: 100%;
    text-align: center;
    padding: 0 30px;
    direction: ltr
}

.partnersPage .partner-modal.single-column .partners-r-wrap {
    width: 90%;
    margin: 0 auto;
    display: block;
    top: 23%;
    right: 0;
    height: 73%;
    border: none;
    position: absolute
}

@media screen and (max-width: 1400px) {
    .partnersPage .partner-box {
        width: 11.11111111111111%
    }
}

@media screen and (max-width: 1180px) {
    .partnersPage .partner-box {
        width: 12.5%
    }

    .partnersPage .partner-modal-inner {
        width: 80%
    }
}

@media screen and (max-width: 1000px) {
    .partnersPage .partner-box {
        width: 14.28571428571429%
    }
}

@media screen and (max-width: 870px) {
    .partnersPage .partner-box {
        width: 16.66666666666667%
    }

    .partnersPage .partners-l-wrap blockquote.scrl-blquote {
        font-size: 18px;
        position: absolute;
        top: 35%
    }

    .partnersPage .partners-l-wrap h4.scrl-cite-author {
        font-size: 18px;
        top: 60%
    }

    .partnersPage .partners-l-wrap h4.scrl-cite-pos {
        font-size: 14px;
        top: 65%
    }

    .partnersPage .partner-modal-inner {
        width: 90%
    }
}

@media screen and (max-width: 740px) {
    .partnersPage .partner-box {
        width: 20%
    }
}

@media screen and (max-width: 600px) {
    .partnersPage .partner-box {
        width: 25%
    }

    .partnersPage .partners-r-wrap .scrl-mheading {
        font-size: 35px
    }

    .partnersPage .partners-r-wrap p.scrl-p {
        font-size: 15px
    }

    .partnersPage .partners-r-wrap .scrl-subheading {
        font-size: 22px
    }

    .partnersPage .partners-r-wrap {
        width: 100%;
        top: -10%;
        height: 40%;
        border: none
    }

    .partnersPage .partners-l-wrap {
        width: 100%;
        height: 40%;
        top: 0
    }

    .partnersPage .partner-modal-inner {
        height: 500px
    }

    .partnersPage .partner-modal-inner {
        width: 90%
    }

    .partnersPage .partners-r-wrap .scroller .scroller_inner {
        margin-right: 5px !important
    }

    .partnersPage .partners-l-wrap h4.scrl-cite-pos {
        top: 70%
    }

    .partnersPage .modal-yellow-trg {
        display: none
    }

    .partnersPage .partners-l-wrap blockquote.scrl-blquote {
        top: 30%
    }
}

@media screen and (max-width: 500px) {
    .partnersPage .partner-box {
        width: 33.33333333333333%
    }
}

@media screen and (max-width: 400px) {
    .partnersPage .partner-box {
        width: 50%
    }
}

.ourPartners .util-navigation {
    position: absolute;
    top: 110px;
    z-index: 10;
    width: 100%
}

.ourPartners .util-next, .ourPartners .util-prev {
    background: url(../images/slider_arrows.png) no-repeat -375px 0;
    margin: 0;
    height: 58px;
    width: 46px;
    position: absolute
}

.ourPartners .util-prev {
    height: 58px;
    width: 47px;
    position: absolute;
    left: -10.9%;
    top: 3px;
    background-position: -375px -61px;
    z-index: 5555
}

.ourPartners .util-next {
    height: 61px;
    width: 47px;
    position: absolute;
    right: -11.5%;
    top: 3px;
    background-position: -375px 0;
    z-index: 5555
}

.ourPartners .item {
    margin-bottom: 2px;
    width: 100%;
    margin-left: 4%
}

.ourPartners .util-carousel .item {
    float: right
}

.ourPartners .util-theme-default .util-prev:hover, .util-theme-default .util-next:hover {
    background-color: transparent
}

@media screen and (max-width: 1100px) {
    .ourPartners .util-prev {
        left: -6%
    }

    .ourPartners .util-next {
        right: -6%
    }

    .ourPartners .util-carousel .block_item {
        float: none;
        width: 99%;
        margin: 5px auto
    }

    .ourPartners .item {
        width: 100%
    }
}

@media screen and (max-width: 900px) {
    .ourPartners .util-carousel .block_item {
        float: none !important;
        margin: 5px auto;
        width: 98%
    }

    .ourPartners .util-carousel .item {
        float: none
    }

    .ourPartners .util-prev {
        left: -7%
    }

    .ourPartners .util-next {
        right: -7%
    }

    .ourPartners .item {
        margin-left: 0
    }

    .ourPartners .ourPartners_blocks {
        width: 80%
    }
}

@media screen and (max-width: 600px) {
    .ourPartners .util-carousel .item {
        float: none;
        margin-left: 13%;
        width: 77%
    }

    .ourPartners .util-prev {
        left: -7%
    }

    .ourPartners .util-next {
        right: -7%
    }
}

@media screen and (max-width: 450px) {
    .ourPartners .util-carousel .item {
        margin-left: 15%;
        width: 73%
    }
}

.youthRegister {
    background: #fff
}

.youthRegister .inner_content > .inner {
    padding: 63px 13.8% 33px;
    direction: rtl;
    position: relative
}

.youthRegister .dark_title {
    color: #3bb5af;
    font-size: 60px;
    font-weight: 400;
    text-align: left;
    padding-top: 0;
    position: relative;
    right: -2px;
    margin-bottom: 6px
}

.youthRegister .first_par {
    color: #757575;
    font-size: 28px;
    font-weight: 300;
    line-height: 31px;
    padding-right: 3px;
    padding-bottom: 32px;
    margin-bottom: 4px
}

.youthRegister .iwanttodonate {
    position: relative;
    height: 94px
}

.youthRegister .iwanttodonate > span {
    color: #3bb5af;
    font-size: 36px;
    font-weight: 400;
    padding-right: 2px
}

.youthRegister .iwanttodonate select {
    width: 244px
}

.canSwimErorr {
    color: red;
    margin-bottom: 10px;
    display: none
}

.youthRegister .iwanttodonate .chosen-container {
    width: 244px;
    height: 41px;
    position: relative;
    top: -6px;
    margin-right: 19px
}

.youthRegister .iwanttodonate .chosen-container-single .chosen-single {
    width: 244px;
    height: 41px;
    line-height: 42px;
    background: #f7f7f7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #f7f7f7 0, #ededed 100%);
    background: -webkit-linear-gradient(top, #f7f7f7 0, #ededed 100%);
    background: linear-gradient(to bottom, #f7f7f7 0, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ededed', GradientType=0);
    border-color: #d6d6d6;
    border-radius: 7px;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 1)
}

.youthRegister .iwanttodonate .chosen-container-single .chosen-single span {
    margin-right: 14px;
    margin-left: 26px;
    font-size: 30px;
    font-weight: 200;
    color: #000;
    letter-spacing: 0
}

.youthRegister .iwanttodonate .chosen-container-single .chosen-single div {
    right: auto;
    left: 18px
}

.youthRegister .iwanttodonate .chosen-container-single .chosen-single div b {
    background-position: 0 11px
}

.youthRegister .iwanttodonate .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 11px
}

.youthRegister .iwanttodonate .chosen-container-active.chosen-with-drop .chosen-single {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.youthRegister .iwanttodonate .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 7px 7px;
    background-clip: padding-box;
    background: #ececec;
    border-color: #d6d6d6
}

.youthRegister .iwanttodonate .chosen-container .chosen-results li {
    font-size: 30px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 200;
    color: #000;
    letter-spacing: 0
}

.youthRegister .iwanttodonate .chosen-container .chosen-results li:last-child {
    border-radius: 0 0 4px 4px
}

.youthRegister .iwanttodonate .chosen-container .chosen-results li.highlighted {
    color: #fff;
    background: #555
}

.youthRegister .donate_calc {
    -moz-border-radius: 7px;
    background: url(../images/meal_vector.png) no-repeat 43px 50%;
    background-size: 26.9% auto
}

.youthRegister .donate_calc .inner {
    position: relative;
    height: 368px;
    width: 100%;
    background: url(../images/meal_vector.png) no-repeat right 38px top 50%;
    background-size: 26.9% auto;
    text-align: center
}

.youthRegister .donate_calc .box_outer {
    width: 327px;
    height: 368px;
    background: #3cb6b0;
    margin: 0 auto;
    border-right: 7px solid #fff;
    border-left: 7px solid #fff
}

.youthRegister .donate_calc .box {
    padding-top: 23px;
    margin: 0 auto;
    width: 253px
}

.youthRegister .donate_calc .box > h3 {
    color: #fff;
    font-weight: 400;
    font-size: 56.68px;
    margin: 0;
    letter-spacing: 0;
    white-space: nowrap;
    margin-bottom: 7px
}

.youthRegister .donate_calc .box strong {
    font-size: 27px;
    color: #fff;
    font-weight: 100;
    line-height: 20px;
    margin-bottom: 9px;
    display: block
}

.youthRegister .donate_calc .box > .donate_type {
    width: 220px;
    display: block;
    margin: 0 auto 17px
}

.youthRegister .donate_calc .box > .donate_type_item .input {
    position: relative;
    width: 179px;
    height: 61px;
    margin: 0 auto 23px;
    direction: ltr
}

.youthRegister .donate_calc .box > .donate_type_item .input div {
    width: 45px;
    background: #fff;
    line-height: 64px;
    height: 61px;
    color: #3cb6b0;
    font-size: 36px;
    font-weight: 300;
    border-radius: 30.5px 0 0 30.5px;
    position: absolute;
    left: 0;
    text-align: left;
    padding-left: 11px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.youthRegister .donate_calc .box > .donate_type_item .input input {
    width: 131px;
    background: #fff;
    line-height: 64px;
    height: 61px;
    color: #3cb6b0;
    font-size: 36px;
    font-weight: 400;
    border-radius: 0 30.5px 30.5px 0;
    position: absolute;
    z-index: 2;
    right: 0;
    text-align: center;
    border-left: 3px solid #3cb6b0;
    border: none;
    text-indent: -16px;
    padding-top: 0
}

.youthRegister .donate_calc .box > .donate_type li {
    width: 109px;
    height: 33px;
    line-height: 36px;
    background: #fff;
    float: right;
    font-size: 20px;
    font-weight: 400;
    color: #3cb6b0;
    cursor: pointer
}

.youthRegister .donate_calc .box > .donate_type li:first-child {
    margin-left: 2px
}

.youthRegister .donate_calc .box > .donate_type li.active, .youthRegister .donate_calc .box > .donate_type li:hover {
    background: #f7dc00
}

.youthRegister .donate_calc .box .calc {
    width: 179px;
    height: 61px;
    position: relative;
    margin: 0 auto 23px;
    direction: ltr
}

.youthRegister .donate_calc .box .calc .num {
    width: 88px;
    background: #fff;
    float: right;
    border-right: 3px solid #3cb6b0;
    border-left: 3px solid #3cb6b0;
    line-height: 48px;
    height: 61px;
    color: #3cb6b0;
    font-size: 54px;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto
}

.youthRegister .donate_calc .box .calc .plus {
    width: 61px;
    background: #fff;
    line-height: 70px;
    height: 61px;
    color: #3cb6b0;
    font-size: 74px;
    font-weight: 300;
    border-radius: 0 30.5px 30.5px 0;
    position: absolute;
    z-index: 2;
    right: 0;
    text-align: right;
    padding-right: 10px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.youthRegister .donate_calc .box .calc .minus {
    width: 61px;
    background: #fff;
    float: right;
    line-height: 70px;
    height: 61px;
    color: #3cb6b0;
    font-size: 74px;
    font-weight: 300;
    border-radius: 30.5px 0 0 30.5px;
    position: absolute;
    z-index: 1;
    left: 0;
    text-align: left;
    padding-left: 14px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.youthRegister .donate_calc .box .calc .minus:hover, .youthRegister .donate_calc .box .calc .plus:hover {
    background: #2b827e
}

.youthRegister .donate_calc .border_cyan {
    width: 253px;
    height: 0;
    background-color: #3bb5af;
    display: block;
    position: relative;
    right: -5px;
    margin-bottom: 0
}

.youthRegister .donate_calc .total_price {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    border-top: 2px solid #fff;
    padding: 8px 6px 0 10px;
    border-bottom: 2px solid #fff;
    text-align: left
}

.youthRegister .donate_calc .total_price span {
    font-size: 59px
}

.youthRegister .donate_calc .donate_type_2 {
    display: none
}

.youthRegister .interested_checkbox {
    width: 294px;
    margin: 0 auto;
    height: 25px;
    text-align: center;
    margin-top: 14px;
    position: relative;
    right: -2px
}

.youthRegister .prettycheckbox label {
    display: inline-block;
    cursor: pointer;
    color: #3cb6b0;
    font-size: 24px;
    font-weight: 300;
    vertical-align: middle;
    font-weight: 400;
    margin-left: 5px;
    float: right
}

.youthRegister .prettycheckbox > a {
    vertical-align: middle;
    margin-left: 6px;
    margin-top: -2px
}

.youthRegister .donate_form {
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 35px;
    margin-bottom: 40px
}

.youthRegister .donate_form h2 {
    color: #3bb5af;
    font-size: 36px;
    font-weight: 400;
    padding-right: 3px
}

.youthRegister .donate_form .donate_form_inputs {
    width: 750px;
    margin: 7px 2px 23px 0;
    position: relative;
    float: left
}

.youthRegister .donate_form .donate_form_inputs.first {
    z-index: 15
}

.youthRegister .donate_form .donate_form_inputs.second {
    z-index: 13
}

.youthRegister .donate_form .donate_form_inputs > li {
    width: 218px;
    height: 70px;
    float: left;
    margin: 0 32px 10px 0;
    direction: ltr
}

.youthRegister .donate_form .donate_form_inputs.health-check {
    width: 100%
}

.youthRegister .donate_form .donate_form_inputs.health-check > li {
    width: 45%;
    margin-left: 10px
}

.youthRegister .donate_form .donate_form_inputs.health-check > li input[type=text] {
    width: 100%;
    font-size: 20px
}

.youthRegister .donate_form .donate_form_inputs.health-check > li label {
    font-size: 17px
}

.youthRegister .donate_form .donate_form_inputs > li label {
    display: block;
    color: #636363;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 5px;
    display: block;
    padding-right: 5px
}

.youthRegister .donate_form .donate_form_inputs > li input[type=text] {
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .09);
    width: 218px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    color: #636363;
    font-size: 25px;
    font-weight: 300;
    text-indent: 7px
}

.youthRegister .donate_form select {
    width: 100%;
    max-width: 218px
}

.youthRegister .donate_form .chosen-container {
    width: 218px;
    height: 40px;
    position: relative
}

.youthRegister .donate_form .chosen-container-single .chosen-single {
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .09);
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    color: #636363;
    font-size: 25px;
    font-weight: 300;
    width: 218px;
    height: 40px;
    line-height: 42px
}

.youthRegister .donate_form .chosen-container-single .chosen-single span {
    padding-right: 9px;
    margin-right: 0;
    margin-left: 26px;
    font-size: 30px;
    font-weight: 200;
    color: #636363;
    letter-spacing: -1.8px
}

.youthRegister .donate_form .chosen-container-single .chosen-single div {
    right: auto;
    left: 11px
}

.youthRegister .donate_form .chosen-container-single .chosen-single div b {
    background-position: 0 11px
}

.youthRegister .donate_form .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 11px
}

.youthRegister .donate_form .chosen-container-active.chosen-with-drop .chosen-single {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.youthRegister .donate_form .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 7px 7px;
    background-clip: padding-box;
    background: #fff;
    border-color: #cfcfcf
}

.youthRegister .donate_form .chosen-container .chosen-results li {
    font-size: 30px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 200;
    color: #636363;
    letter-spacing: -1.8px
}

.youthRegister .donate_form .chosen-container .chosen-results li:last-child {
    border-radius: 0 0 4px 4px
}

.youthRegister .donate_form .chosen-container .chosen-results li.highlighted {
    color: #fff;
    background: #555
}

.youthRegister .donate_form #date {
    text-align: center;
    direction: ltr;
    background: url(../images/date_ground.png) no-repeat top center;
    line-height: 44px
}

.youthRegister .donate_form .donate_form_inputs > li.error label {
    color: #cf4646
}

.youthRegister .donate_form .donate_form_inputs > li.error input[type=text] {
    border-color: #cf4646;
    box-shadow: inset 0 1px 0 0 rgba(207, 70, 70, .39)
}

.youthRegister .donate_form .donate_form_inputs > li.error .chosen-container-single .chosen-single {
    border-color: #cf4646;
    box-shadow: inset 0 1px 0 0 rgba(207, 70, 70, .39)
}

.youthRegister .donate_form .chosen-container-single.error .chosen-drop {
    border-color: #cf4646
}

.youthRegister input[type=submit] {
    color: #fff;
    background: #555;
    width: 208px;
    height: 67px;
    line-height: 72px;
    background: #3cb6b0;
    border-radius: 33.5px;
    border: none;
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    position: relative;
    float: right;
    margin: 0 0 0 5px;
    letter-spacing: -.8px
}

.youthRegister input[type=submit]:hover {
    background: #2b827e
}

.youthRegister .donation .donate_wrapper {
    border-radius: 7px;
    margin: 0 1px 70px 4px;
    background: #3bb5af
}

.youthRegister .donate_calc label {
    color: #fff;
    font-weight: 100;
    font-size: 24px
}

.youthRegister .donate_calc .prettycheckbox > a {
    margin-left: 5px
}

.youthRegister .donate_calc .prettycheckbox > a, .youthRegister .donate_calc .prettyradio > a {
    background: url(../images/check-yellow.png)
}

.youthRegister .donate_calc .prettycheckbox > a.checked, .youthRegister .donate_calc .prettyradio > a.checked {
    background-position: 25px 0
}

.youthRegister .second_par {
    color: #757575;
    font-size: 28px;
    font-weight: 300;
    line-height: 31px;
    padding-right: 3px;
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 14px;
    margin-bottom: 50px;
    padding-top: 10px;
    margin-top: 30px;
    position: relative
}

.youthRegister .second_par span {
    line-height: 38px
}

.youthRegister .second_par strong {
    font-weight: 400
}

.youthRegister .donation_subtext {
    font-size: 21px;
    float: right;
    font-weight: 100;
    margin-top: 2px
}

.youthRegister img.secure_shild_icon {
    margin-bottom: -14px;
    margin-left: 5px;
    float: left
}

.youthRegister .meals_desc {
    position: absolute;
    left: 61px;
    top: 38px;
    height: 4px;
    font-size: 24px;
    font-weight: 100;
    color: #3cb6b0;
    width: 58px
}

.youthRegister div.donate_num {
    float: left
}

.youthRegister div.donate_total {
    float: right;
    margin-top: 11px
}

.youthRegister div.donate_via {
    background: #e63164;
    min-height: 185px;
    padding: 50px;
    margin-top: 20px;
    font-size: 22px;
    color: #fff
}

.youthRegister div.donate_via {
    background: #e63164;
    width: 100%;
    min-height: 185px
}

.youthRegister div.donate_via .inner_content > .inner {
    padding: 4px 13.8% 7px
}

.youthRegister div.donate_via ul li {
    line-height: 30px
}

.youthRegister div.donate_via ul li strong {
    font-weight: 400;
    color: #f5d616;
    margin-left: 5px;
    width: 195px;
    display: inline-block
}

.youthRegister .donate_via a {
    color: #fff;
    text-decoration: underline
}

.youthRegister .payfor-list ul {
    padding-left: 30px;
    direction: ltr
}

.youthRegister .payfor-list li {
    font-size: 21px;
    color: #757575;
    margin-bottom: 10px;
    position: relative;
    max-width: 390px
}

.youthRegister .payfor-list li:before {
    content: '';
    background: url(../images/register-checkmark.png) no-repeat;
    display: inline-block;
    width: 36px;
    height: 30px;
    background-size: cover;
    position: absolute;
    left: -36px;
    top: -12px
}

.youthRegister .register-med-h {
    font-size: 36px;
    color: #3cb6b0;
    margin-bottom: 6px
}

.youthRegister .reg-star-label {
    font-weight: 300;
    color: #757575;
    font-size: 19px;
    padding-left: 14px;
    position: relative;
    margin-top: 8px
}

.youthRegister .reg-star-label:before {
    content: '*';
    font-size: 36px;
    display: inline-block;
    font-weight: 300;
    width: 20px;
    height: 20px;
    background-size: cover;
    position: absolute;
    left: 1px;
    top: -4px
}

.youthRegister .reg-bold-label {
    font-weight: 400;
    color: #757575;
    font-size: 18px;
    margin-top: 0;
    clear: both
}

.youthRegister .form-sub-title {
    font-size: 29px;
    color: #3cb6b0;
    clear: both;
    margin-top: 12px
}

.youthRegister .form-title {
    font-size: 36px;
    color: #3cb6b0;
    margin-top: 8px;
    clear: both
}

.youthRegister .form-sub-title.mrg-btm {
    margin-bottom: 14px
}

.youthRegister .form-sub-title.mrg-top {
    margin-top: 20px
}

.youthRegister .form-klali .chosen-container {
    width: 60px !important;
    z-index: 5
}

.youthRegister .form-klali .chosen-single {
    width: 60px !important
}

.youthRegister .form-klali > label {
    display: block;
    color: #636363;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 5px;
    display: block;
    padding-right: 5px
}

.youthRegister .form-klali > input[type=text] {
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .09);
    width: 218px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    color: #636363;
    font-size: 25px;
    font-weight: 300;
    text-indent: 7px
}

.youthRegister .donate_form select {
    width: 100%;
    max-width: 100% !important
}

.youthRegister .vol-type-wrapper .chosen-container {
    width: 200px !important;
    z-index: 5
}

.youthRegister .vol-type-wrapper .chosen-container li, .youthRegister .vol-type-wrapper .chosen-container span {
    letter-spacing: 0 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    margin-top: -2px
}

.youthRegister .vol-type-wrapper .chosen-single {
    width: 200px !important
}

.youthRegister .vol-type-wrapper {
    margin-top: -28px;
    margin-bottom: 18px
}

.youthRegister .vol-type-wrapper > span {
    color: #636363;
    font-size: 27px;
    font-weight: 300;
    position: relative;
    top: 4px;
    margin-right: 5px;
    float: left
}

.youthRegister .prettycheckbox.blue label {
    color: #636363 !important;
    font-size: 20px
}

.youthRegister .checks {
    margin-bottom: 7px
}

.youthRegister #paymentAmount {
    font-size: 50px;
    color: #3cb6b0;
    float: right;
    position: relative;
    top: -18px;
    left: -65px
}

.first.youth-reg-form {
    min-height: 296px !important
}

.youthRegister .donate_form .chosen-container, .youthRegister .donate_form .chosen-drop {
    z-index: 10
}

.youthRegister .donate_form_inputs.health-check {
    margin-top: 15px !important;
    margin-bottom: 0 !important
}

.youthRegister .donate_form textarea {
    width: 367px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    margin-right: -2px;
    color: #636363;
    font-size: 24px;
    font-weight: 300;
    padding: 10px
}

.youthRegister .donation_subtext {
    font-weight: 400 !important;
    color: #757575;
    float: none !important;
    display: block
}

.youthRegister .reg-right-con {
    width: 70%;
    float: left
}

.youthRegister .chosen-container-single .chosen-search {
    display: none
}

.youthRegister .donate_form .donate_form_inputs.health-check {
    z-index: 1
}

@media only screen and (max-width: 1024px) {
    .youthRegister .inner_content > .inner {
        padding: 63px 5% 33px
    }

    .youthRegister .donate_calc .inner {
        background-size: 20% auto;
        background-position: right 20px top 50%
    }

    .youthRegister .donate_calc {
        background-size: 20% auto;
        background-position: 20px 50%
    }

    .youthRegister div.donate_via .inner_content > .inner {
        padding: 4px 0 7px
    }
}

@media only screen and (max-width: 840px) {
    .youthRegister .donate_form .donate_form_inputs > li {
        margin-left: 25px;
        width: 200px
    }

    .youthRegister .donate_form .chosen-container, .youthRegister .donate_form .chosen-container-single .chosen-single, .youthRegister .donate_form .donate_form_inputs > li input[type=text], .youthRegister .donate_form select {
        width: 200px;
        font-size: 22px
    }

    .youthRegister .donate_form .chosen-container .chosen-results li, .youthRegister .donate_form .chosen-container-single .chosen-single span {
        font-size: 22px;
        letter-spacing: 0
    }

    .youthRegister .form-klali span {
        display: inline-block !important
    }
}

@media only screen and (max-width: 768px) {
    .youthRegister .donate_form .donate_form_inputs.health-check > li {
        width: 100% !important
    }

    .youthRegister #regTypeSelect {
        width: 40%
    }

    .youthRegister .prettycheckbox.blue label {
        font-size: 16px;
        width: 80%
    }

    .youthRegister .form-klali .select_g {
        width: 50px !important
    }

    .youthRegister .donate_form textarea {
        width: 100%
    }

    .youthRegister .vol-type-wrapper span {
        float: right
    }

    .youthRegister .dark_title {
        font-size: 50px
    }

    .youthRegister .donate_calc .box > h3 {
        font-size: 50px
    }

    .youthRegister .first_par, .youthRegister .second_par {
        font-size: 24px;
        line-height: 26px
    }

    .youthRegister img.secure_shild_icon {
        width: 24px;
        height: auto;
        vertical-align: middle;
        margin-bottom: 0;
        position: absolute;
        right: 0;
        top: 9px
    }

    .youthRegister .second_par {
        padding-right: 32px
    }

    .youthRegister .second_par span {
        line-height: 26px
    }

    .youthRegister .iwanttodonate > span {
        font-size: 34px
    }

    .youthRegister .donate_calc .box_outer {
        border: none;
        background: 0 0
    }

    .youthRegister .donate_form .donate_form_inputs > li:nth-child(4) {
        display: none
    }

    .youthRegister .donate_form .donate_form_inputs {
        width: auto
    }

    .youthRegister div.donate_via {
        padding: 40px 5%;
        font-size: 20px
    }

    .youthRegister div.donate_via ul li {
        line-height: 20px;
        margin-bottom: 10px
    }

    .youthRegister div.donate_via ul li:last-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 760px) {
    .youthRegister .donate_form .donate_form_inputs {
        margin-right: -2.5%
    }

    .youthRegister .donate_form .donate_form_inputs > li {
        width: 33%;
        padding-right: 3%;
        margin-left: 0
    }

    .youthRegister .donate_form .chosen-container, .youthRegister .donate_form .donate_form_inputs > li input[type=text], .youthRegister .donate_form select {
        width: 100%
    }

    .youthRegister .donate_form .chosen-container-single .chosen-single {
        width: 100%
    }
}

@media only screen and (max-width: 740px) {
    .youthRegister div.donate_via ul li strong {
        display: block
    }

    .youthRegister .reg-right-con {
        width: 100%
    }
}

@media only screen and (max-width: 568px) {
    .youthRegister .dark_title {
        margin-bottom: 0
    }

    .youthRegister .inner_content > .inner {
        padding-top: 40px
    }

    .youthRegister .first_par, .youthRegister .second_par {
        font-size: 22px;
        line-height: 22px
    }

    .youthRegister .first_par {
        padding-bottom: 20px
    }

    .youthRegister .second_par {
        margin-bottom: 40px
    }

    .youthRegister .second_par span {
        line-height: 22px
    }

    .youthRegister .iwanttodonate {
        height: auto;
        margin-bottom: 30px
    }

    .youthRegister .donate_calc, .youthRegister .donate_calc .inner {
        background-image: none
    }

    .youthRegister .donation .donate_wrapper {
        margin: 0 0 50px
    }

    .youthRegister .donate_calc .box_outer {
        width: auto
    }

    .youthRegister .donate_form .donate_form_inputs > li {
        width: 50%;
        margin-left: 0
    }
}

@media only screen and (max-width: 500px) {
    .youthRegister .second_par {
        margin-bottom: 25px
    }

    .youthRegister .iwanttodonate {
        margin-bottom: 20px
    }

    .youthRegister .iwanttodonate > span {
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px
    }

    .youthRegister .iwanttodonate .chosen-container, .youthRegister .iwanttodonate select {
        display: block;
        margin: 0 auto
    }

    .youthRegister .donate_calc .prettycheckbox > a {
        margin-right: -10px
    }

    .youthRegister .donate_calc label {
        font-size: 21px
    }

    .youthRegister .donate_form .donate_form_inputs > li input[type=text]::-webkit-input-placeholder {
        font-size: 18px
    }

    .youthRegister .donate_form .donate_form_inputs > li input[type=text] {
        text-indent: 3px;
        line-height: 1
    }

    .youthRegister .reg-bold-label {
        margin-top: 5px
    }
}

@media only screen and (max-width: 400px) {
    .youthRegister input[type=submit] {
        font-size: 30px;
        margin: 0;
        height: 60px;
        width: 100%;
        margin-top: 10px
    }

    .youthRegister .donation_subtext, .youthRegister .prettycheckbox label {
        font-size: 19px
    }

    .youthRegister .donate_form .donate_form_inputs > li label {
        font-size: 18px
    }

    .youthRegister #paymentAmount {
        display: block;
        text-align: center;
        width: 100%;
        right: 0
    }

    .youthRegister .donate_form {
        margin-bottom: 0 !important
    }
}

@media only screen and (max-width: 320px) {
    .youthRegister .dark_title, .youthRegister .donate_calc .box > h3 {
        font-size: 44px
    }

    .youthRegister .first_par, .youthRegister .second_par {
        font-size: 20px
    }

    .youthRegister .iwanttodonate > span {
        font-size: 30px
    }

    .youthRegister .donate_calc .total_price {
        font-size: 36px
    }

    .youthRegister .donate_calc .box > .donate_type_item .input div {
        padding-left: 12px
    }
}

.world-ethic-code span {
    font-size: 45px;
    color: #f2c11d;
    position: relative;
    top: -33px;
    margin-right: 20px
}

@media only screen and (max-width: 768px) {
    .donationBlock .donate_calc, .donationBlock .donate_calc .inner {
        background: 0 0 !important
    }
}

.campaignBlock {
    background-image: url(/upload/pesach_bg_top.png);
    background-color: #fff;
    background-repeat: repeat-x;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-position-x: 50%
}

.campaignBlock .dark_title {
    text-align: center;
    color: #55408a
}

.campaignBlock .first_par {
    text-align: center;
    color: #3bb5af;
    color: #55408a;
    border: 0
}

.campaignBlock .box_outer {
    width: 475px !important;
    border-radius: 6px;
    border: 0 !important;
    background: #3cb6b0 !important
}

.campaignBlock .donate_calc, .campaignBlock .donate_calc .inner {
    background: 0 0 !important
}

.campaignBlock .rightImage {
    position: absolute;
    right: 0;
    bottom: -60px;
    max-width: 340px;
    opacity: 0
}

.campaignBlock .leftImage {
    position: absolute;
    left: 0;
    bottom: -60px;
    max-width: 340px;
    opacity: 0
}

@media only screen and (max-width: 1350px) {
    .campaignBlock .leftImage {
        left: -50px
    }

    .campaignBlock .rightImage {
        right: -50px
    }
}

@media only screen and (max-width: 1220px) {
    .campaignBlock .leftImage {
        left: -120px
    }

    .campaignBlock .rightImage {
        right: -120px
    }
}

@media only screen and (max-width: 1030px) {
    .campaignBlock .leftImage, .campaignBlock .rightImage {
        max-width: 300px;
        bottom: -40px
    }
}

@media only screen and (max-width: 930px) {
    .campaignBlock .leftImage, .campaignBlock .rightImage {
        max-width: 250px;
        bottom: -30px
    }
}

@media only screen and (max-width: 768px) {
    .campaignBlock .leftImage, .campaignBlock .rightImage {
        display: none
    }
}

.campaignBlock .inner_content > .inner {
    padding-right: 10.8% !important;
    padding-left: 10.8% !important
}

.campaignBlock .donate_wrapper {
    margin-bottom: 75px;
    background: 0 0
}

.campaignBlock .donate_now_btn {
    border-top: 1px solid #e2dfdf;
    position: relative;
    margin-bottom: 75px
}

.campaignBlock .donate_now_btn .btn {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    display: inline-block;
    text-align: center;
    background: red;
    height: 60px;
    font-size: 31px;
    color: #fff;
    width: 200px;
    top: -30px;
    line-height: 60px;
    border: 3px solid #fff;
    border-radius: 40px;
    border-bottom-color: #e2dfdf;
    border-bottom-width: 2px;
    cursor: pointer
}

.campaignBlock .donate_now_btn .btn:hover {
    background: rgba(255, 0, 0, .83)
}

.campaignBlock .donate_calc .box {
    width: 100%;
    padding-top: 9px
}

.campaignBlock .donate_calc .box ul.donate_type.clearfix {
    width: 100%;
    padding: 0 8px
}

.campaignBlock .donate_calc .box ul.donate_type.clearfix li:first-child {
    border-radius: 5px 0 0 5px;
    margin-right: 0
}

.campaignBlock .donate_calc .box ul.donate_type.clearfix li:last-child {
    border-radius: 0 5px 5px 0
}

.campaignBlock .donate_calc .box ul.donate_type.clearfix li {
    background: #34a6a0;
    color: #fff;
    width: 33%;
    height: 46px;
    font-size: 20px;
    line-height: 47px;
    padding: 0 5px
}

.campaignBlock .donate_calc .box ul.donate_type.clearfix li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .3) !important
}

.campaignBlock .donate_calc .box ul.donate_type.clearfix li.active {
    background: #53d7d1
}

.campaignBlock .donate_calc .box ul.donate_type.clearfix li:not(.active):hover {
    background: rgba(52, 166, 160, .59)
}

.campaignBlock .donate_calc .total_price {
    border: 0;
    text-align: center
}

.campaignBlock .donate_calc .total_price .donate_num {
    float: none;
    font-size: 23px;
    position: relative;
    top: 115px;
    border: 2px solid #f7dc00;
    width: 250px;
    left: 106px;
}

.campaignBlock .donate_calc .total_price .donate_num div {
    font-size: 40px;
    display: inline-block
}

.campaignBlock .donate_calc .total_price .donate_num span {
    font-size: 43px
}

.campaignBlock .donate_calc .total_price .donate_num .currencySymbol {
    position: relative
}

.campaignBlock .donate_calc .total_price .donate_num .currency {
    background: 0 0;
    border: 0;
    width: auto
}

.campaignBlock .donate_calc .total_price .donate_num .currencySymbol:after {
    display: none;
    content: '\f063';
    position: absolute;
    top: 50%;
    right: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 50px;
    transform: translateY(-60%)
}

.campaignBlock .donate_calc .total_price .donate_num .currency option {
    color: #000;
    font-size: 27px
}

.campaignBlock .num {
    font-size: 100px !important
}

.campaignBlock .num {
    font-size: 210px;
    font-weight: 100;
    color: #fff;
    line-height: 55px;
    padding: 0;
    margin: -35px 0 0
}

.campaignBlock .desc {
    color: #fff;
    font-size: 37px
}

.campaignBlock .minus, .campaignBlock .plus {
    cursor: pointer;
    display: block;
    width: 90px;
    height: 90px;
    background: #f6d800;
    border-radius: 50%;
    color: #fff;
    font-size: 120px;
    border-bottom: 2px solid #dedede;
    line-height: 102px;
    font-weight: 100;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -45px
}

.campaignBlock .minus:hover, .campaignBlock .plus:hover {
    background: #ffdf17
}

.campaignBlock .plus {
    right: -45px
}

.campaignBlock .minus {
    left: -45px
}

@media only screen and (max-width: 568px) {
    .campaignBlock {
        background: #fff !important
    }

    .campaignBlock .first_par {
        margin: 0 !important
    }

    .campaignBlock .donate_calc .box_outer {
        width: 116% !important;
        margin-left: -8%
    }

    .campaignBlock .minus {
        left: -10px;
        width: 70px;
        height: 70px;
        line-height: 60px;
        font-size: 100px
    }

    .campaignBlock .plus {
        right: -10px;
        width: 70px;
        height: 70px;
        line-height: 60px;
        font-size: 100px
    }
}

.campaignBlock .donate_type_item.donate_type_1 {
    position: relative
}

.campaignBlock .donate_type_2 .calc_numberBox {
    height: 150px;
    overflow: hidden
}

.campaignBlock .donate_type_2 input#calc_number {
    background: 0 0;
    color: #fff;
    font-size: 95px;
    font-weight: 100;
    text-align: center;
    border: none;
    margin-top: -34px;
    width: 100%
}

.campaignBlock .donate_type_2 div.amount {
    color: #fff;
    font-size: 40px;
    text-align: center
}

.campaignBlock .donate_type_2 div.amount .currency {
    background: 0 0;
    border: 0;
    width: auto
}

.campaignBlock .donate_type_2 div.amount .currency option {
    color: #000;
    font-size: 27px
}

.campaignBlock .selectAmount {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    margin-top: -60px
}

.campaignBlock .mobileImg {
    width: 90%;
    height: auto;
    display: none
}

@media only screen and (max-width: 568px) {
    .campaignBlock {
        background: #fff !important
    }

    .campaignBlock .first_par {
        margin: 0 !important
    }

    .campaignBlock .donate_calc .box_outer {
        width: 116% !important;
        margin-right: -8%
    }

    .campaignBlock .minus {
        left: -10px;
        width: 70px;
        height: 70px;
        line-height: 60px;
        font-size: 100px
    }

    .campaignBlock .plus {
        right: -10px;
        width: 70px;
        height: 70px;
        line-height: 60px;
        font-size: 100px
    }
}

@media only screen and (max-width: 580px) {
    .campaignBlock .donate_type_2 input#calc_number {
        font-size: 90px !important;
        margin-top: -22px;
    }
    .currency-type.dynamic{
        top: 30px !important;
    }
}

@media only screen and (max-width: 500px) {
    .campaignBlock .donate_calc .box ul.donate_type.clearfix li {
        font-size: 14px
    }

    .campaignBlock .donate_type_2 .calc_numberBox {
        height: 130px
    }
    .title-food-box{
        font-size: 20px !important;
    }
    .campaignBlock .donate_calc .total_price .donate_num{
        left: 60px !important;
    }
    .plus,.minus{
        line-height: 82px!important;
    }
    .currency-type.dynamic{
        top: 28px !important;
    }


    /*.campaignBlock .donate_type_2 input#calc_number {*/
    /*font-size: 133px !important*/
    /*}*/
}
@media only screen and (max-width: 400px) {
    .campaignBlock .donate_calc .total_price .donate_num{
        left: 30px !important;
    }
}

@media only screen and (max-width: 420px) {
    .campaignBlock .donate_calc .box ul.donate_type.clearfix li {
        font-size: 14px
    }

    .campaignBlock .donate_type_2 .calc_numberBox {
        height: 120px
    }

    .campaignBlock .donate_type_2 input#calc_number {
        font-size: 65px !important
    }

    .campaignBlock .selectAmount {
        font-size: 30px !important
    }
}

@media only screen and (max-width: 345px) {
    .campaignBlock .donate_calc .box ul.donate_type.clearfix li {
        font-size: 14px
    }
}

@media only screen and (max-width: 768px) {
    .campaignBlock .mobileImg {
        display: block;
        margin-top: -65px;
        margin-bottom: 65px
    }
}

@media only screen and (max-width: 768px) {
    .campaignBlock .mobileImg {
        display: block;
        margin-top: -65px;
        margin-bottom: 65px
    }
}

.campaignBlock .selectAmount2 {
    font-size: 22px;
    color: #fff;
    font-weight: 300
}

.campaignBlock .second_par {
    text-align: center;
    font-size: 20px;
    border: 0
}

.donationFinish .inner_content {
    max-width: none
}

.donationFinish .top_block {
    background: #3bb5af;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    display: block;
    font-size: 52px;
    font-family: NextExitRound, arial, tahoma;
    font-weight: 400;
    color: #fff
}

.donationFinish .inner .leftBlock {
    position: absolute;
    right: 0
}

.donationFinish .inner > div {
    display: inline-block
}

.donationFinish .top_block .share div {
    display: inline-block
}

.donationFinish .top_block .share .shareButtons {
    margin: 0 20px;
    position: relative;
    top: 5px
}

.donationFinish .top_block .content {
    font-size: 26px;
    font-weight: 100;
    margin: 20px 0 30px
}

.donationFinish .top_block .share {
    font-size: 34px
}

.donationFinish .inner {
    padding: 60px 34px 33px 0 !important;
    max-width: 1000px;
    direction: ltr;
    position: relative;
    margin: auto
}

@media only screen and (max-width: 1060px) {
    .donationFinish .inner .leftBlock {
        right: 34px
    }
}

@media only screen and (max-width: 768px) {
    .donationFinish .top_block {
        top: 5px
    }
}

@media only screen and (max-width: 640px) {
    .donationFinish .top_block {
        top: 25px
    }

    .donationFinish .inner .leftBlock {
        display: block;
        position: relative;
        text-align: center;
        margin-top: 50px;
        right: 0
    }
}

.donationFinish .rightContent {
    font-family: NextExitRound, arial, tahoma;
    font-size: 24px;
    font-weight: 100;
    color: #7b7b7b;
    vertical-align: top;
    padding-top: 5px
}

.donationFinish .rightContent .title {
    font-family: NextExitRound, arial, tahoma;
    color: #3bb5af;
    font-size: 40px;
    font-weight: 400
}

.donationFinish .rightContent .subTitle {
    margin: 14px 0
}

.donationFinish .leftContent {
    margin: 0 30px 0 0
}

@media only screen and (max-width: 1400px) {
    .donationFinish .leftContent {
        margin: 0 30px 0 0
    }
}

@media only screen and (max-width: 1238px) {
    .donationFinish .leftContent img {
        width: 250px
    }

    .donationFinish .leftContent {
        margin: 0 15px 0 0
    }
}

@media only screen and (max-width: 1070px) {
    .donationFinish .leftContent {
        margin: 0 10px 0 0
    }

    .donationFinish .leftContent img {
        width: 235px
    }
}

@media only screen and (max-width: 1024px) {
    .donationFinish .top_block .inner {
        padding: 63px 5% 33px !important
    }
}

@media only screen and (max-width: 810px) {
    .donationFinish .leftContent {
        margin: 20px 0 0;
        display: block !important
    }
}

.donationFinish .shareFacebookMobile {
    display: none
}

.donationFinish .shareFacebook {
    display: inline-block
}

@media only screen and (max-width: 768px) {
    .donationFinish .shareFacebookMobile {
        display: inline-block
    }

    .donationFinish .shareFacebook {
        display: none
    }
}

.checkboxes {
    float: left;
    margin-top: 10px
}

.donate_form {
    padding-bottom: 85px !important
}

@media (max-width: 590px) {
    .donate_form {
        padding-bottom: 150px !important
    }

    .donate_form input[type=submit] {
        clear: both;
        margin-top: 10px
    }
}

.important_hidden {
    display: none !important
}

.projects-main .chl-hero-banner {
    height: 547px;
    background: url(../images/challenge/background.png) no-repeat
}

.projects-main .chl-hero-banner .chl-action-btn {
    background-position: 50% 65px
}

.projects-main .chl-hero-banner .chl-action-btn.hover {
    background-position: 50% 75px
}

.chl-newc-block .chl-right-block > ul li i {
    position: absolute;
    left: -40px;
    top: 0;
    width: 29px;
    height: 29px;
    border-radius: 50px;
    background: #3fc3bc;
    text-align: center;
    color: #fff;
    font-style: normal;
    padding-top: 5px
}

@media (max-width: 450px) {
    .projects-main .chl-hero-banner {
        height: 275px
    }

    .projects-main .chl-hero-banner .chl-action-btn {
        background-position: 50% 35px
    }

    .projects-main .chl-hero-banner .chl-action-btn.hover {
        background-position: 50% 45px
    }
}

.sendfile_block {
    color: #fff;
    width: 400px;
    margin: 0 auto 15px;
    background: #3cb6b0;
    padding: 15px 10px;
    border-radius: 15px
}

.sendfile_block h1 {
    text-align: center;
    font-weight: 500
}

.sendfile_block .has-pretty-child {
    font-size: 20px
}

@media (max-width: 450px) {
    .sendfile_block {
        width: 100%
    }
}

#footer #roundup_stamp img {
    width: 80px;
}

#footer #roundup_stamp {
    display: none;
    position: absolute;
    right: 130px;
    top: 4px;
}
.title-food-box{
    font-size: 26px;
    display: block;
    vertical-align: middle;
    text-align: left;
    font-weight: 100;
    padding-left: 65px;
    padding-right: 50px;
}
.title-food-box.one,.title-food-box.tow{
    display: none;
}
.currency-type{
    font-size:35px !important;
    font-weight: 400 !important;
}
.currency-type.dynamic{
    color: white;
    position: relative;
    top: 30px;
    right: 35px;
}

@media only screen and (max-width: 350px) {
    .campaignBlock .donate_calc .box ul.donate_type.clearfix li{
        font-size: 10px !important;
    }
}
@media only screen and (max-width: 260px) {
    .campaignBlock .donate_calc .box ul.donate_type.clearfix li{
        font-size: 5px !important;
    }
}

/*ofir added 7/9/2020*/

.volunteering .volunteering_first .volunteering_popup #thankYou_popup .inner .popup{
    padding-bottom: 40px;
    direction: ltr;
}

.volunteering .volunteering_first .volunteering_popup .main_popup .inner{
    width: 100%;
    height: auto !important;
    display: block;
    margin-top: 50px;
    text-align: center;
}

.volunteering .volunteering_first .volunteering_popup .main_popup .inner .popup {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.21), inset 0 1px 0 rgba(0, 0, 0, 0.09);
    width: 466px;
    background-color: #3BB5AF;
    border: 1px solid rgba(0, 0, 0, 0.19);
    border-radius: 8px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.21), inset 0 1px 0 rgba(0, 0, 0, 0.09);
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    padding: 32px 20px 0 25px;
}

.volunteering .volunteering_first .volunteering_popup #thankYou_popup .inner .popup .close_dark {
    left: 10px;
    top: 17px;
    z-index: 3;
}

.volunteering .volunteering_first .volunteering_popup #thankYou_popup .inner .popup .close_dark_bg {
    left: 16px;
    top: 23px;
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    z-index: 2;
}

.volunteering .volunteering_first .volunteering_popup .main_popup .inner .popup .popup_hearts_vector {
    margin-bottom: 35px;
    margin-right: 45px;
    float: right;
}

.volunteering .volunteering_first .volunteering_popup .main_popup .inner .popup h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 23px;
    text-align: center;
    clear: both;
}

.volunteering .volunteering_first .volunteering_popup .inner .popup .buttons {
    display: block;
    text-align: center;
}

.volunteering .volunteering_first .volunteering_popup .main_popup .inner .popup .buttons .button_style {
    display: inline-block;
    background: #E53466;
    height: 48px;
    width: 139px;
    color: #FFFFFF;
    font-size: 25px;
    letter-spacing: 1px;
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
}

@media only screen and (max-width: 568px){
    .volunteering .volunteering_first .volunteering_popup .main_popup .inner .popup {
        width: 100%;
    }
}