@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

/* ======================
 CUSTOM FONTS STYLES
====================== */
@font-face {
    font-family: 'Almonidlaaa-Regular';
    src: url('fonts/almoni-dl-aaa-400.eot');
    src: url('fonts/almoni-dl-aaa-400.eot?#iefix') format('embedded-opentype'),
    url('fonts/almoni-dl-aaa-400.woff') format('woff'),
    url('fonts/almoni-dl-aaa-400.ttf') format('truetype'),
    url('fonts/almoni-dl-aaa-400.svg#alefbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Almonidlaaa-Bold';
    src: url('fonts/almoni-dl-aaa-700.eot');
    src: url('fonts/almoni-dl-aaa-700.eot?#iefix') format('embedded-opentype'),
    url('fonts/almoni-dl-aaa-700.woff') format('woff'),
    url('fonts/almoni-dl-aaa-700.ttf') format('truetype'),
    url('fonts/almoni-dl-aaa-700.svg#alefregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/opensanshebrew-regular-webfont.eot');
    src: url('fonts/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensanshebrew-regular-webfont.woff') format('woff'),
    url('fonts/opensanshebrew-regular-webfont.ttf') format('truetype');
url('fonts/opensanshebrew-regular-webfont.svg#alefregular') format('svg');
}

@font-face {
    font-family: 'Open Sans Hebrew Light';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/opensanshebrew-light-webfont.eot');
    src: url('fonts/opensanshebrew-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensanshebrew-light-webfont.woff') format('woff'),
    url('fonts/opensanshebrew-light-webfont.ttf') format('truetype');
url('fonts/opensanshebrew-light-webfont.svg#alefregular') format('svg');
}

@font-face {
    font-family: 'Open Sans Hebrew Bold';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/opensanshebrew-bold-webfont.eot');
    src: url('fonts/opensanshebrew-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensanshebrew-bold-webfont.woff') format('woff'),
    url('fonts/opensanshebrew-bold-webfont.ttf') format('truetype');
url('fonts/opensanshebrew-bold-webfont.svg#alefregular') format('svg');
}

@font-face {
    font-family: 'Dosis-Bold';
    src: url('fonts/Dosis-Bold.ttf?#iefix') format('truetype');
    url('fonts/Dosis-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* ======================
 GENERAL STYLES
====================== */
body, html {
    width: 100%;
 /*   height: 100%;*/
    font: 20px/1.52 'Open Sans Hebrew', Arial, Verdana, sans-serif;
    color: #666;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    margin: 0;
    background: #fff;
    direction: rtl;
}
body{
    height: 100%;
}
body.arabic {
    font-size: 18px;
}

* {
    outline: none !important;
}

a {
    color: #5d5d5d;
    text-decoration: underline;
    outline: none !important;
    cursor: pointer;
}

a:hover {
    color: #bf2b5f;
    text-decoration: underline;
}

a:active {
    color: #bf2b5f;
    text-decoration: underline;
}

a img, fieldset {
    border: none;
}

img {
    vertical-align: top;
    border: 0;
    max-width: 100%;
    height: auto;
}

header, footer, article, section, hgroup, nav, figure {
    display: block;
}

/* general form styles */
form,
fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

input[type=email]:invalid {
    box-shadow: none;
}

input[type=text], input[type=tel], input[type=email], input[type=password], textarea, textarea.form-control {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    outline: none;
    border: 1px solid #dbdbdb !important;
    border-radius: 4px;
    font: 20px 'Open Sans Hebrew', Arial, Verdana, sans-serif;
    line-height: 58px;
    height: 58px;
    background: #eef0f1;
    margin: 0;
    color: #666;
    box-shadow: none !important;
}

input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus, textarea.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #dbdbdb !important;
}

.error input[type="text"], .error input[type="tel"], .error input[type="email"], .error input[type="password"], .error textarea {
    border: 1px solid #d93c3c;
}

.arabic input[type="text"], .arabic input[type="email"], .arabic input[type="tel"], .arabic input[type="password"], .arabic textarea {
    font-family: 'Droid Arabic Kufi', sans-serif;
}

/*input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus{border: 1px solid #00adef;}*/
.search-bar input[type=text]:focus {
    border: none;
}

::-webkit-input-placeholder {
    color: #949495;
}

input:focus::-webkit-input-placeholder {
    opacity: 0.5;
}

:-moz-placeholder {
    color: #949495;
}

input:focus:-moz-placeholder {
    opacity: 0.5;
}

::-moz-placeholder {
    color: #949495;
    opacity: 1;
}

input:focus::-moz-placeholder {
    opacity: 0.5;
}

:-ms-input-placeholder {
    color: #949495;
}

input:focus:-ms-input-placeholder {
    opacity: 0.5;
}

input[type=text].error, input[type=tel].error, input[type=email].error, input[type=password].error, textarea.error {
    border: 1px solid #d93c3c !important;
}

.size-info.error label:before {
    content: "" !important;
}

.size-info.error label {
    color: #d93c3c !important;
}

textarea,
textarea.form-control {
    width: 100%;
    padding: 10px;
    overflow: auto;
    resize: none;
    line-height: 24px;
    height: 100px;
    font-size: 20px;
}

::-webkit-textarea-placeholder {
    color: #949495;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0.5;
}

:-moz-placeholder {
    color: #949495;
}

textarea:focus::-moz-placeholder {
    opacity: 0.5;
}

::-moz-placeholder {
    color: #949495;
    opacity: 1;
}

textarea:focus::-moz-placeholder {
    opacity: 0.5;
}

:-ms-textarea-placeholder {
    color: #949495;
}

textarea:focus:-ms-input-placeholder {
    opacity: 0.5;
}

input[type="submit"] {
    -webkit-appearance: none;
    background: #25af40;
    border: none;
    color: #fff;
    font: 25px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    height: 54px;
    line-height: 54px;
    border-radius: 4px;
    margin: 0;
    width: 100%;
}

input[type="submit"]:hover {
    background: #057810;
}

.arabic input[type="submit"] {
    font-family: 'Droid Arabic Kufi', sans-serif;
}

input[type="submit"]:hover {
    background: #057810;
}

.arabic input[type="submit"] {
    font-family: 'Droid Arabic Kufi', sans-serif;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.menu-section {
    /*display: none;*/
    z-index: -1;
    left: 2000px;
}

#wrapper {
    width: 100%;
    overflow: hidden;
}

#wrapper > .container {
    padding: 0;
}

h1 {
    text-align: center;
    font: 36px/42px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    letter-spacing: -1px;
    margin: 0 0 39px;
    color: #bf2b5f;
}

#how-to-participate h1 {
    color: #bf2b5f;
}

.arabic h1 {
    font-family: 'Droid Arabic Kufi', sans-serif;
}

.event-fb-btn {
    display: none;
}

p {
    margin: 0 0 20px;
}

mark {
    background: none;
    font-family: "Source Sans Pro", Arial, Verdana, sans-serif;
    font-weight: 600;
    color: #666;
    direction: ltr;
    display: inline-block;
}

.arabic {
    font-family: 'Droid Arabic Kufi', sans-serif;
}

.hebrew {
    font-family: 'Open Sans Hebrew', sans-serif;
}

.header-holder {
    background: #fff;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 400;
}

#header {
    margin: 0 -15px;
}

.arabic .logo,
.logo {
    width: 188px;
    height: 188px;
    float: right;
    text-indent: -9999px;
    margin: 10px 0 -118px;
    position: relative;
    z-index: 200;
}

.logo:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*box-shadow: 0 0 32px rgba(0,0,0,0.1);*/
    position: absolute;
    left: 0;
    top: 0;
}

.logo:before {
    content: "";
    width: 100%;
    height: 102px;
    background: #fff;
    position: absolute;
    left: -32px;
    top: -32px;
    z-index: 1;
    padding: 0 32px;
    box-sizing: content-box;
}

.logo a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10;
    /* background: url("../images/GDD_Logo_188-188_HEB.png") no-repeat; */
    background: url("../images/GDD_Logo_188-188_HEB.png") no-repeat;
    background-size: 100% 100%;
}

.logo img {
    position: absolute;
    left: 0px;
    top: -1px;
    width: 100%;
    opacity: 1;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border-radius: 50%;
    height: auto;
}

.arabic .menu-btn,
.menu-btn {
    float: left;
    color: #fff !important;
    width: 168px;
    text-align: left;
    font: 25px/80px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    background: #bf2b5f;
    margin: 0 26px 0 0;
    position: relative;
    z-index: 7999;
    outline: none !important;
    text-decoration: none !important;
    padding: 0 10px 0 32px;
    direction: rtl;
}

/*.arabic .menu-btn{font-family: 'Droid Arabic Kufi', sans-serif;}*/
.arabic .menu-btn:hover,
.menu-btn:hover {
    background: #bf2b5f;
    color: #fff;
}

.arabic .menu-btn:active,
.menu-btn:active {
    background: #bf2b5f;
    color: #fff;
}

.arabic .menu-btn span,
.menu-btn span {
    padding: 0 0 0 22px;
}

.arabic .menu-btn .patty,
.menu-btn .patty {
    display: inline-block;
    width: 22px;
    height: 2px;
    margin: 10px 0;
    background: #fff;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    vertical-align: middle;
}

.menu-btn .patty:after,
.menu-btn .patty:before {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    position: absolute;
    z-index: -1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.menu-btn .patty:before {
    top: -7px
}

.menu-btn .patty:after {
    top: 7px
}

body.menu-opened .header-holder {
    position: static;
}

body.menu-opened .menu-btn .patty {
    background: none !important
}

body.menu-opened .menu-btn .patty:after {
    top: 0 !important;
    background: #fff !important;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

body.menu-opened .menu-btn .patty:before {
    top: 0 !important;
    background: #fff !important;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(191, 43, 95, 0.95);
    z-index: 500;
    display: none;
}

.menu-opened {
    overflow-y: scroll;
}

.menu-opened #wrapper {
    height: 100%;
}

.menu-section {
    position: absolute;
    left: 0;
    color: #fff;
    top: 0;
    width: 100%;
    z-index: 600;
    opacity: 0;
    -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    display: none;
}

.arabic .menu-section {
    font-family: 'Open Sans Hebrew', Arial, Verdana, sans-serif;
}

.menu-section a {
    color: #fff;
}

.menu-section a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

.menu-section li.disabled a {
    color: #e2aebd;
    cursor: text;
    display: block;
}

.menu-section li.disabled a:hover {
    text-decoration: none !important;
}

.menu-section li.disabled a:after {
    content: "הסתיים";
    display: inline-block;
    border-radius: 5px;
    background: #e2aebd;
    font-size: 10px;
    vertical-align: middle;
    margin: 0 5px 0 0;
    color: #bf2b5f;
    line-height: 17px;
    padding: 0 7px;
}

.menu-section li.disabled.finisheden a:after {
    content: "closed";
}

.menu-section li.disabled.finished a:after {
    content: "הסתיים";
}

.menu-opened .menu-section {
    display: block;
    top: 0;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.login-btn {
    float: left;
    border-radius: 16px;
    border: 1px solid #707070;
    padding: 0 15px;
    font: 20px/35px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 23px 0 0;
    color: #666;
    outline: none !important;
    text-decoration: none !important;
}

.login-btn:hover {
    background: #bf2b5f !important;
    color: #fff !important;
    border: 1px solid #bf2b5f !important;
}

.login-btn:active {
    background: #8f0723 !important;
    color: #fff !important;
    border: 1px solid #8f0723 !important;
}

.login-btn:visited {
    text-decoration: none;
}

/*.arabic .login-btn{font-family: 'Droid Arabic Kufi', sans-serif;}*/
.arabic #hero-block,
#hero-block {
    margin: 0 -98px 50px;
    background: #bf2b5f;
    color: #fff;
    overflow: hidden;
}

.arabic #hero-block .text-part,
#hero-block .text-part,
#hero-block--bottom .text-part {
    float: right;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 126px 97px 52px 60px;
    width: 49.92%;
}

.arabic #hero-block .text-part {
    text-align: right;
}

.arabic #hero-block .text-part h1,
#hero-block h2 a {
    color: #fff;
    text-decoration: none;
}

#hero-block h2 a:hover {
    color: #fff;
}

#hero-block .text-part h1 {
    color: #fff;
    font-size: 76px;
    text-align: right;
    line-height: 66px;
    margin: 0 -1px 20px 0;
}

.arabic #hero-block .text-part .days-left,
#hero-block .text-part .days-left {
    font-weight: bold;
    font-size: 20px;
    display: block;
    padding: 3px 32px 0 0;
    background: url("../images/ico-clock.png") no-repeat 100% 50%;
    margin: 0 0 5px;
}

#hero-block .text-part a.btn-green {
    background: #25af40;
    border-radius: 4px;
    padding: 0 30px;
    font: 24px/49px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

.arabic #hero-block .text-part a.btn-green {
    font-family: 'Droid Arabic Kufi', sans-serif;
}

#hero-block .text-part a.btn-green:hover {
    background: #159328;
    color: #fff;
}

#hero-block .text-part a.btn-green:active {
    background: #057810;
    color: #fff;
}

.arabic #hero-block .image-part,
#hero-block .image-part {
    float: left;
    width: 50.07%;
}

#about-section {
    text-align: center;
    padding: 38px 15px 49px;
}

#about-section h1 {
    margin: 0 0 25px;
}

.scroll-down {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 16px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/arrow-down.png") no-repeat;
}

#about-section .scroll-down {
    margin-top: 50px;
}

#how-to-participate {
    margin: 0 -9999px;
    padding: 38px 9999px 48px;
    /*background: #eef0f1;*/
}

.remove-how-to-participate {
    /* margin: -38px -8465px; */
    margin: 0px -8465px;
    padding: 35px 8600px 49px !important;
    /*  background: #eef0f1; */
    margin-bottom: 3px;
}

#how-to-participate.white-section {
    background: #fff;
}

#how-to-participate .scroll-down {
    margin: 56px auto -18px;
}

#how-to-participate .row {
    letter-spacing: -3px;
    word-spacing: -3px;
    text-align: center;
}

.circle-block {
    color: #fff;
    font-size: 15px;
    line-height: 1.33;
    display: inline-block;
    width: 25%;
    padding: 0 15px;
    letter-spacing: 0;
    word-spacing: 0;
    vertical-align: top;
}

.circle-block .holder {
    background: #25af40;
    max-width: 270px;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    text-align: center;
}

.circle-block.orange .holder {
    background: #e68a39;
}

.circle-block.purple .holder {
    background: #b63682;
}

.circle-block.pink .holder {
    background: #bf2b5f;
}

.circle-block.red .holder {
    background: #d93c3c;
}

/*.circle-block.red.active .participate-btn {*/
/*color: #d93c3c;*/
/*text-decoration: none;*/
/*}*/
.circle-block .holder:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

.circle-block .holder:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0s none;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.circle-block .holder:before {
    border-color: #25af40;
}

.circle-block.orange .holder:before {
    border-color: #e68a39;
}

.circle-block.purple .holder:before {
    border-color: #b63682;
}

.circle-block.pink .holder:before {
    border-color: #a62a57;
}

.circle-block.red .holder:before {
    border-color: #d93c3c;
}

/*.circle-block.pink .holder:hover{background-color: #d35b4c;}*/
.circle-block.pink .holder:hover:before {
    border-color: #b5213a;
}

.circle-block .holder:hover:before {
    border: 20px solid #057810;
    padding: 0;
}

.circle-block.disabled .holder:before {
    display: none;
}

.circle-block.active .holder {
    background: none !important;
    border: 1px solid #e7e8e9 !important;
    box-shadow: none;
    color: #3aa950;
}

.circle-block.orange.active .holder {
    color: #e68a39;
}

.circle-block.purple.active .holder {
    color: #b63682;
}

.circle-block.pink.active .holder {
    background-color: #d35b4c !important;
    color: #fff;
}

.circle-block.pink.active .holder:before {
    border-color: #a62a57 !important;
}

.circle-block.red.active .holder {
    color: #d93c3c;
}

.circle-block.active .holder:after {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}

.circle-block.active .holder:before {
    border: 20px solid #3aa950 !important;
    display: block;
}

.circle-block.orange.active .holder:before {
    border: 20px solid #e68a39 !important;
}

.circle-block.purple.active .holder:before {
    border: 20px solid #b63682 !important;
}

.circle-block.red.active .holder:before {
    border: 20px solid #d93c3c !important;
}

.circle-block.orange:hover .holder:before {
    border: 20px solid #da6a23;
}

.circle-block.purple:hover .holder:before {
    border: 20px solid #820b42;
}

.circle-block.red .holder:hover:before {
    border: 20px solid #b80e0e;
}

.circle-block a,
.circle-block a:hover,
.circle-block a:active {
    color: #fff !important;
    text-decoration: none !important;
    display: block;
    border-radius: 50%;
}

.circle-block .frame {
    padding: 97px 25px 70px;
}

.circle-block h2 {
    font: 36px/1 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0 0 -2px;
    letter-spacing: 0px;
}

.arabic .circle-block h2 {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: 700
}

.circle-block .participate-btn {
    text-decoration: underline;
}

.circle-block .participate-btn,
.circle-block .you-are-here,
.circle-block .coming-soon {
    position: absolute;
    bottom: 47px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
}

.circle-block .coming-soon,
.circle-block .you-are-here {
    color: #3aa950;
    font-family: 'Open Sans Hebrew Bold', Arial, sans-serif;
}

.circle-block .coming-soon {
    color: #fff;
}

.circle-block.orange .you-are-here {
    color: #da6a23;
}

.circle-block.purple .you-are-here {
    color: #820b42;
}

.circle-block.red .you-are-here {
    color: #b80e0e;
}

#latest-updates {
    padding: 35px 0 30px;
}

#latest-updates h1,
#events h1 {
    margin: 0 0 -2px;
}

#events h1 {
    text-transform: uppercase;
}

#latest-updates h2,
#events > h2 {
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 42px;
    text-align: center;
}

#latest-updates .instagram-images {
    /*border: 1px solid #bdc3c7;*/
    border: none;
    margin: 0 0 26px;
    overflow: hidden;
    background: #fff;
}

#latest-updates .instagram-images iframe {
    vertical-align: top;
}

#latest-updates .instagram-images img {
    float: right;
    width: 25%;
}

.instagram-column,
.twitter-column {
    margin-bottom: 80px;
    text-align: center;
}

.instagram-btn {
    padding: 0 63px 0 0;
    line-height: 52px;
    font-size: 16px;
    display: inline-block;
    background: url("../images/ico-instagram.png") no-repeat 100% 50%;
}

.instagram-btn:hover {
    color: #3f729b;
    background: url("../images/ico-instagram-hover.png") no-repeat 100% 50%;
}

.instagram-btn:active {
    color: #3f729b;
    background: url("../images/ico-instagram-active.png") no-repeat 100% 50%;
}

.twitters-list {
    list-style: none;
    margin: 0 0 26px;
    padding: 0;
    text-align: right;
    font-size: 16px;
    line-height: 1.56;
    background: #eef0f1;
}

.twitters-list.white-list li {
    background: #fff;
}

.twitters-list li {
    position: relative;
    background: #eef0f1;
    border-top: 2px solid #fff;
    overflow: hidden;
    padding: 18px 21px 17px 12px;
    min-height: 70px;
    box-sizing: content-box;
}

.tw-date {
    position: absolute;
    left: 10px;
    top: 7px;
    font-size: 14px;
    color: #8b8c8d;
    opacity: 0.5;
}

.twitters-list li:first-child {
    border-top: none;
}

.twitters-list .title {
    color: #00acc8;
    font: 15px "Source Sans Pro", Arial, Verdana, sans-serif;
    font-weight: 600;
    display: block;
    margin: 0 0 1px;
    padding-left: 65px;
    direction: ltr;
}

.twitters-list .title a {
    color: #00acc8;
    text-decoration: none;
    direction: ltr;
}

.twitters-list p {
    margin: 0;
}

.twitter-btn {
    padding: 0 63px 0 0;
    line-height: 52px;
    font-size: 16px;
    display: inline-block;
    background: url("../images/ico-twitter.png") no-repeat 100% 50%;
}

.twitter-btn:hover {
    color: #55acee;
    background: url("../images/ico-twitter-hover.png") no-repeat 99.9% 50%;
}

.twitter-btn:active {
    color: #55acee;
    background: url("../images/ico-twitter-active.png") no-repeat 99.9% 50%;
}

.arabic .menu-section .close,
.menu-section .close {
    margin: 28px 32px 32px 34px !important;
}

.menu-section .container {
    color: #fff;
    padding-bottom: 20px;
}

.menu-section .container .row:before {
    content: "";
    clear: both;
    display: block;
}

.arabic .menu-section .close,
.menu-section .close {
    margin: 32px;
    padding: 0 0 0 32px;
    opacity: 1;
    text-decoration: none;
    font: 25px/26px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    background: url("../images/bg-close-btn.png") no-repeat 0 6px;
    display: none;
}

.arabic .menu-section .close {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    float: left;
}

.menu-section .close:hover {
    color: #fff;
}

.menu-section .container .social-networks {
    width: 36%;
    /* width: 28.759%; */
    padding: 52px 0 0;
    margin: 4em auto;
    display: block;
    float: none;
    overflow: hidden;
}

.menu-section .container .column {
    margin-top: 92px;
    border-right: 2px solid #fff;
}

.menu-section .container .column:first-child {
    border: none;
}

.menu-section .container .social-networks {
    word-spacing: -3px;
    letter-spacing: -3px;
    text-align: center;
    padding: 0 1px 0 0;
}

.menu-section .container .social-networks li {
    font: 21px/21px 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0 12px;
    float: none;
    display: inline-block;
    word-spacing: 0;
    letter-spacing: 0;
}

.arabic .menu-section .container .social-networks li {
    font-family: 'Droid Arabic Kufi', sans-serif;
}

.menu-section .container .column h3 {
    text-align: center;
    font: 36px/36px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0 0 40px 0;
}

.arabic .menu-section .container .column h3 {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: 700;
}

.menu-section .container .column ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-section .container .column ul li {
    text-align: center;
    margin-bottom: 10px;
}

.menu-section .container .column ul li a {
    text-decoration: none;
}

.menu-section .container .column ul li a:hover {
    text-decoration: underline;
}

#events,
#photo-gallery {
    margin: 0 -9999px;
    padding: 40px 9999px 30px;
    text-align: center;
}

#events h1 {
    margin-bottom: 38px;
}

#photo-gallery h1 {
    margin-bottom: 38px;
}

#photo-gallery .gallery-list {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    overflow: hidden;
}

#photo-gallery .gallery-list li {
    min-height: 316px;
}

#photo-gallery .gallery-list li h2 {
    font: 19px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 285px;
}

.arabic #photo-gallery .gallery-list li h2 {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: 700;
}

#photo-gallery .gallery-list a {
    text-decoration: none;
}

#photo-gallery .gallery-list a:hover {
    text-decoration: none;
}

#photo-gallery .gallery-list li span {
    font-size: 14px;
    line-height: 17px;
    display: block;
    margin-bottom: 27px;
}

#photo-gallery .gallery-list li img {
    width: 100%;
    margin-bottom: 8px;
}

.btn {
    font: 25px/46px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    display: inline-block;
    margin: 0 auto 70px;
    padding: 0 25px;
    text-decoration: none;
    color: #fff !important;
    background: #666;
    border-radius: 4px;
    min-width: 166px;
}

.arabic .btn {
    font-family: 'Droid Arabic Kufi', sans-serif;
}

.btn:hover {
    background: #474747;
    color: #fff;
}

.btn:active {
    background: #383838;
    color: #fff;
}

.btn:visited {
    color: #fff;
}

#partners {
    padding: 38px 0 158px;
    margin: 0 -2px;
    position: relative;
}

#partners .press_section {
    color: #b63682;
    text-decoration: none;
}

#partners .press_section:hover {
    text-decoration: underline;
}

#partners h1 {
    padding-bottom: 57px;
    direction: rtl;
}

#partners .partners {
    position: relative;
}

#partners .bx-next, #partners .bx-prev {
    display: block;
    position: absolute;
    text-indent: -9999px;
    top: 12px;
    left: 0;
    width: 20px;
    height: 37px;
    background: url("../images/previous.png") no-repeat 0 0;
    outline: none;
}

#partners .bx-next {
    left: auto;
    right: 1px;
    background: url("../images/next.png") no-repeat 0 0;
}

#partners .disabled {
    opacity: 0.3;
}

#partners img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 70px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    vertical-align: middle;
}

#partners li:hover img {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

#partners .partners-holder {
    margin: 0 auto;
    overflow: hidden;
    direction: ltr;
}

#partners .partners-holder ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

#partners .partners-holder ul li {
    float: right;
    height: 70px;
    position: relative;
}

#partners .partners-holder ul li > div {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: 70px;
    width: 100%;
    position: relative;
}

#partners .partners-holder ul li > div:after {
    content: "";
    display: inline-block;
    height: 70px;
    vertical-align: middle;
}

#partners .partners-holder ul li a {
    vertical-align: middle;
}

#partners .partners-holder ul li .gsWrapper img {
    vertical-align: top;
    opacity: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#partners .partners-holder ul li .gsWrapper:hover img {
    opacity: 1;
}

/*#partners .partners-holder ul li a img{vertical-align: middle;}*/
#footer {
    background: #bf2b5f;
    margin: 0 -9999px;
    padding: 0 9999px;
    color: #fff;
    font: 16px/20px 'Open Sans Hebrew', Arial, Verdana, sans-serif;
    overflow: hidden;
}

#footer a {
    color: #fff;
}

#footer:after {
    content: "";
    display: block;
    clear: both;
}

.footer-menu {
    width: 22.8%;
    float: right;
    padding: 55px 0 40px 30px;
}

.footer-menu h2 {
    margin: 0 0 18px;
    font: 25px/26px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

/*.arabic .footer-menu h2{font-family: 'Droid Arabic Kufi', sans-serif; font-weight: bold;}*/
.footer-menu ul li {
    margin-bottom: 6px;
}

.footer-menu ul a, .social-networks a {
    text-decoration: none;
}

.social-networks a {
    display: block;
    text-indent: -9999px;
    width: 57px;
    height: 57px;
    float: right;
}

.social-networks .youtube a {
    background: url("../images/icon-youtube.svg") no-repeat 0 0/contain;
}

.social-networks .facebook a {
    background: url("../images/icon-facebook.svg") no-repeat 0 0/contain;
}

.social-networks .twitter a {
    background: url("../images/icon-twitter.svg") no-repeat 0 0/contain;
}

.social-networks .instagram a {
    background: url("../images/icon-insta.svg") no-repeat 0 0/contain;
}

.social-networks .linkedin a {
    background: url("../images/icon-linkedin.svg") no-repeat 0 0/contain;
}

.social-networks .youtube a:hover {
    background: url("../images/icon-youtube-hover.svg") no-repeat 0 0;
}

.social-networks .facebook a:hover {
    background: url("../images/icon-facebook-hover.svg") no-repeat 0 0;
}

.social-networks .twitter a:hover {
    background: url("../images/icon-twitter-hover.svg") no-repeat 0 0;
}

.social-networks .instagram a:hover {
    background: url("../images/icon-insta-hover.svg") no-repeat 0 0;
}

.social-networks .linkedin a:hover {
    background: url("../images/icon-linkedin-hover.svg") no-repeat 0 0;
}

/*.social-networks .youtube a{background: url("../images/bg-youtube.png") no-repeat 0 0;}*/
/*.social-networks .facebook a{background: url("../images/bg-facebook.png") no-repeat 0 0;}*/
/*.social-networks .twitter a{background: url("../images/bg-twitter.png") no-repeat 0 0;}*/
/*.social-networks .instagram a{background: url("../images/bg-instagram.png") no-repeat 0 0;}*/
/*.social-networks .linkedin a{background: url("../images/bg-linkedin.png") no-repeat 0 0;}*/

/*.social-networks a:hover{background-position: 0 -57px;}*/
/*.social-networks a:active{background-position: 0 -114px;}*/
.footer-menu ul a:hover {
    text-decoration: underline;
}

.footer-menu ul, .social-networks {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-networks {
    width: 28.759%;
    float: right;
    padding: 60px 0 0 0;
    margin: 0 -23px 0 23px;
}

.social-networks.en {
    /*width:31.3% !important;*/
    width: auto;
}

.social-networks li {
    float: right;
    /* margin: 0 0 0 24px; */
    margin: 0 0 0 20px;
}

.social-networks li.facebook.en {
    margin: 0 0 0 0px;
}

.contact-info {
    width: 25.641%;
    float: right;
    background: #cf6087;
    padding: 24px 28px 9999px 42px;
    height: 100%;
    margin-bottom: -9999px;
    box-sizing: border-box;
}

.contact-info .tel {
    margin-bottom: 24px;
    display: block;
}

.contact-info .tel a {
    font-size: 18px;
    padding: 0 30px 0 0;
    text-decoration: none;
    background: url("../images/bg-tel.png") no-repeat 100% 6px;
}

.contact-info .tel a:hover {
    text-decoration: underline;
}

.contact-info h4 {
    margin: 0;
    font: 30px/29px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

/*.arabic .contact-info h4{font-family: 'Droid Arabic Kufi', sans-serif; font-weight: bold;}*/
.contact-info address {
    font-size: 16px;
    line-height: 20px;
}

.contact-info .developed-by {
    display: block;
    text-indent: -9999px;
    background: url("../images/bg-arison.png") no-repeat 0 0;
    width: 121px;
    height: 24px;
    margin: 0 2px 0 0;
}

.container_column1_bold a {
    font-weight: 700;
}

.hero-block-holder {
    margin: 0 0 38px;
    background-color: #BF2B5F;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 50%;
    min-height: 450px;
    position: relative;
    overflow: hidden;
}

.article-hero-block {
    min-height: 430px;
    margin: 0 0 40px;
}

.hero-block-holder .container {
    padding: 0;
}

.hero-block-holder #hero-block {
    background: none;
    margin-bottom: 0;
}

.arabic .image-part_min,
.image-part_min,
.image-part_min_great {
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.image-part_min img {
    display: none;
    width: 100%;
    float: none;
}

.hero-block-holder .btn-green {
    margin-bottom: 20px;
}

.circle-block::before {
    transition: all 0.1s ease-in-out 0s;
}

/* about page*/
#hero-block .text-part h2 {
    margin: 0 -2px 2px 0;
    font: 46px/57px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

.arabic #hero-block .text-part h2 {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: bold;
}

#hero-block .text-part p {
    max-width: 463px;
    font: 26px/39px 'Open Sans Hebrew Light', Arial, sans-serif;
    margin: 0 0 20px;
}

.arabic #hero-block .text-part p {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
}

#content-section {
    padding-bottom: 20px;
    overflow: hidden;
}

.content {
    line-height: 1.65;
}

.content h1,
.content h2 {
    color: #bf2b5f;
    margin: 0 0 12px;
    text-align: right;
    font: 32px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

.content p {
    margin: 0 0 29px;
}

.content iframe {
    max-width: 768px;
    width: 100%;
    height: 456px;
    margin: 0 0 40px;
}

.sidebar_about {
    max-width: 300px;
    float: left;
    width: 100%;
    margin: 2px 0 0 9px;
}

.sidebar_about ul {
    list-style: none;
    max-width: 300px;
    padding: 0;
    overflow: hidden;
}

.sidebar_about ul li:first-child {
    color: #bf2b5f;
    font-size: 20px;
    line-height: 1.25;
}

.sidebar_about ul li {
    color: #666;
    font-size: 16px;
    font-family: 'Open Sans Hebrew Bold', Arial, sans-serif;
    width: 100%;
    background: url("../images/sidebar_about_image_4.png") repeat-y 221px 0;
    min-height: 133px;
    overflow: hidden;
}

.arabic .sidebar_about ul li {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: 700;
}

.blog-block .idea-block-cont a {
    padding: 0 0 36px;
}

/* article */
.article {
    max-width: 770px;
    margin: 0 auto !important;
    float: none !important;
}

.article p {
    margin: 0 0 33px;
}

.article ul {
    margin-bottom: 29px;
}

.article figure {
    margin: 0 0 35px;
}

.article figure img {
    display: block;
    margin: 0 auto 10px;
}

.article figure figcaption {
    max-width: 640px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
}

.article .social-networks {
    word-spacing: -3px;
    letter-spacing: -3px;
    margin: 0 auto;
    text-align: center;
    float: none;
    padding: 20px 0 55px;
}

.article .social-networks li {
    word-spacing: 0;
    letter-spacing: 0;
    display: inline-block;
    float: none;
    margin: 0 6px;
}

.article .social-networks a {
    width: 50px;
    height: 50px;
}

.article .social-networks .facebook a {
    background: url("../images/bg-facebook-2.png") no-repeat 0 0;
}

.article .social-networks .twitter a {
    background: url("../images/bg-twitter-2.png") no-repeat 0 0;
}

.article .social-networks a:hover {
    background-position: 0 0;
}

.article .social-networks a:active {
    background-position: 0 0;
}

.article h2 {
    font: 32px/1 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0 0 13px;
    padding: 1px 0 0;
}

.article-info {
    max-width: 530px;
    margin: 0 auto;
    text-align: center;
    padding: 47px 0 20px;
    overflow: hidden;
}

.article-info h3 {
    font: 26px/0.85 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    color: #fff;
    margin: 0 0 33px;
}

.article-info h3 a {
    color: #fff;
    text-decoration: underline;
}

.article-info h1 {
    font: 46px/0.85 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0 0 5px;
    color: #fff;
}

.article-info p {
    margin: 0 0 25px;
}

.article-info .date {
    display: block;
    margin: 0 0 25px;
    font-size: 16px;
    font-family: 'Open Sans Hebrew Bold', Arial, sans-serif;
}

.article-info .social-networks {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    word-spacing: -3px;
    letter-spacing: -3px;
}

.article-info .social-networks li {
    float: none;
    margin: 0 6px;
    display: inline-block;
    word-spacing: 0;
    letter-spacing: 0;
}

.article-info .social-networks li a {
    width: 50px;
    height: 50px;
    background-size: 50px auto;
}

/*.article-info .social-networks li a:hover{background-position: 0 -50px;}*/
.article-info .social-networks li a:active {
    background-position: 0 -100px;
}

#related-posts #photo-gallery.activity-ideas {
    padding-top: 38px;
}

#related-posts #photo-gallery.activity-ideas h1 {
    margin: 0 0 47px;
}

.green-streep,
.cta-pledge-streep {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #3aa950;
    font-family: 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    z-index: 999;
}

.cta-pledge-streep {
    background: #b63682;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0 15px;
}

.sidebar_about ul li:last-child {
    background: none;
}

.sidebar_about ul span {
    font-family: 'Open Sans Hebrew', Arial, sans-serif;
    margin-right: 5px;
}

.arabic .sidebar_about ul span {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: 400;
}

.sidebar_about ul .people, .sidebar_about ul .heart, .sidebar_about ul .earth {
    padding-right: 33px;
    margin-bottom: 3px;
}

.sidebar_about div {
    float: left;
    max-width: 190px;
    width: 100%;
    padding: 0 0 0 20px;
}

.sidebar_about .year {
    color: #bf2b5f;
    float: right;
    background: url("../images/sidebar_about_image_5.png") no-repeat 6px 4px;
    padding: 2px 0 4px 38px;
    font-size: 22px;
    line-height: 1;
    width: 95px;
}

.sidebar_about .people {
    background: url("../images/sidebar_about_image_1.png") no-repeat 100% 55%;
}

.sidebar_about .heart {
    background: url("../images/sidebar_about_image_2.png") no-repeat 99% 60%;
}

.sidebar_about .earth {
    background: url("../images/sidebar_about_image_3.png") no-repeat 99% 60%;
}

.sidebar_about .scroll-down {
    display: none;
}

/*GDD-business*/
.orange .hero-block-holder {
    background-color: #e97f03;
}

.orange h1 {
    color: #e97f03;
}

#hero-block .text-part h3 {
    margin: 5px 0 5px;
    font: 46px/57px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

.arabic #hero-block .text-part h3 {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: 700;
}

#photo-gallery.activity-ideas h1 {
    margin: 0 0 24px 0;
}

#photo-gallery.activity-ideas p {
    margin: 0 0 43px;
}

.ideas-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ideas-list li {
    margin-bottom: 31px;
}

.ideas-list li img {
    margin-bottom: 0;
}

.ideas-list li h2 {
    min-height: 80px;
    background: #fff;
    padding: 16px 32px 5px 35px;
    color: #666;
    font: 20px/20px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0;
}

.arabic .ideas-list li h2 {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: 700;
}

.ideas-list li h2 a {
    color: #666;
    text-decoration: none;
    display: block;
}

#downloads-section .btn,
.activity-ideas .btn {
    margin-top: 39px;
    margin-bottom: 39px;
    width: 177px;
    line-height: 52px;
    clear: both;
    color: #fff;
}

#downloads-section .btn {
    margin-top: 0;
}

#business-form {
    text-align: center;
    margin: 0 0 27px;
}

#business-form h1 {
    margin-bottom: 13px;
}

#form-section p,
#business-form p {
    max-width: 775px;
    margin: 0 auto 62px;
}

.info-form {
    margin: 0 auto 73px;
    max-width: 630px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 0 0 130px;
}

.info-form .form-row {
    overflow: hidden;
    margin: 0 0 25px;
}

.info-form label {
    float: right;
    color: #666;
    line-height: 58px;
    width: 26%;
    padding: 0 0 0 10px;
    font-weight: normal;
    text-align: right;
}

.info-form input[type="text"],
.info-form input[type="email"],
.info-form input[type="tel"],
.info-form textarea {
    float: left;
    width: 74%;
}

.info-form input[type="email"]:invalid {
    box-shadow: none;
}

.info-form input[type="submit"] {
    float: left;
    width: 74%;
    margin: 10px 0 0;
}

/**/
::-webkit-input-placeholder {
    color: #f00;
}

input:focus::-webkit-input-placeholder {
    opacity: 0.5;
}

:-moz-placeholder {
    color: #f00;
}

input:focus:-moz-placeholder {
    opacity: 0.5;
}

::-moz-placeholder {
    color: #f00;
    opacity: 1;
}

input:focus::-moz-placeholder {
    opacity: 0.5;
}

:-ms-input-placeholder {
    color: #f00;
}

input:focus:-ms-input-placeholder {
    opacity: 0.5;
}

/**  ezMark jQuery Plugin **/
.ez-hide {
    opacity: 0;
    filter: alpha(opacity=0);
}

.ez-radio.error {
    border: 1px solid #d93c3c !important;
    color: #d93c3c !important;
}

.ez-radio {
    background: #eef0f1;
    border: 1px solid #d9d9d9;
    float: right;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    cursor: pointer;
}

.ez-radio input {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.ez-selected {
    border: 1px solid #b63682;
    background: #b63682;
}

.green .ez-selected {
    border: 1px solid #3aa950;
    background: #3aa950;
}

#contact-form-section .contact-form textarea {
    height: 97px;
}

#contact-form-section {
    padding-top: 12px;
}

#contact-form-section .contact-form {
    padding: 0 0 109px 200px;
    max-width: 770px;
    margin: 0 auto;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea,
.contact-form input[type="submit"],
.contact-form .fields-holder {
    float: right;
    width: 64.91%;
}

.contact-form input[type="submit"] {
    font-size: 25px;
    margin: 20px 0 0;
    float: left;
    background-color: #3aa950;
}

.contact-form label {
    text-align: right;
    float: right;
    padding: 0 0 0 10px;
    width: 35.08%;
    line-height: 58px;
    margin: 0;
    font-family: 'Open Sans Hebrew Bold', Arial, sans-serif;
}

.contact-form .form-row {
    margin: 0 0 30px;
}

.contact-form .form-row:after {
    content: "";
    display: block;
    clear: both;
}

.thankyou-block {
    text-align: center;
    margin: 7px 0 100px;
    min-height: 270px; /*min-height: 172px;*/
}

.thankyou-block h1 {
    color: #b63682;
    margin: 0 0 8px;
    font-size: 31px;
}

.error label:before {
    content: "*";
}

.error label {
    color: #d93c3c;
}

.errors-text {
    font-family: 'Open Sans Hebrew Bold', Arial, sans-serif;
    color: #d93c3c;
    margin: 0 auto 30px 0;
    width: 64.91%;
}

.errors-text p {
    margin: 0;
}

.purple .hero-block-holder {
    background-color: #b63682;
}

.purple h1 {
    color: #b63682;
}

#partners .partners-holder ul li {
    margin-right: 19px !important;
}

#partners h1 a {
    color: #bf2b5f;
    text-decoration: none;
}

#partners h1 a:hover {
    color: #666;
}

.gray-section {
    background: #eef0f1;
    margin: 0 -9999px !important;
    padding-left: 9999px !important;
    padding-right: 9999px !important;
}

#partners .scroll-down {
    position: absolute;
    bottom: 32px;
    left: 50%;
    margin: 0 0 0 -15px;
}

#independent-gallery {
    padding: 35px 0 100px;
}

.gallery-block {
    height: 369px;
    display: table;
    background: #b63682;
    margin: 0 0 14px;
    color: #fff;
    text-align: center;
    position: relative;
    width: 100%;
}

.gallery-block.pink {
    background: #bf2b5f;
}

.gallery-block.red {
    background: #d93c3c;
}

.gallery-block.orange {
    background: #e68a39;
}

.gallery-block a {
    color: #fff;
}

.gallery-block .holder {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 0 35px;
}

.gallery-block h2 {
    margin: 0;
    font: 32px/40px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

.gallery-block .more-holder {
    position: absolute;
    width: 100%;
    bottom: 35px;
    text-align: center;
    left: 0;
}

.gallery-block .event-details {
    position: absolute;
    left: 0;
    top: 0;
    background: #eef0f1;
    width: 100%;
    height: 100%;
    color: #666;
    padding: 30px 35px;
    display: none;
}

.gallery-block:hover .event-details {
    display: block;
}

.gallery-block .event-details h3 {
    color: #b63682;
    font: 32px/40px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0 0 23px;
}

.gallery-block .event-details h2 {
    display: none;
}

.gallery-block .event-details span {
    display: block;
    margin: 0 0 24px;
    text-align: right;
    max-width: 275px;
    padding: 3px 61px 0 0;
    min-height: 34px;
    position: relative;
    line-height: 1.25;
}

.gallery-block .event-details span em {
    font-style: normal;
    display: block;
}

.gallery-block .event-details span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin: -18px 0 0 -18px;
    width: 37px;
    height: 37px;
    background-color: #b63682;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.gallery-block .event-details span.company:before {
    background-image: url("../images/ico-company.png");
}

.gallery-block .event-details span.phone:before {
    background-image: url("../images/ico-phone.png");
}

.gallery-block .event-details span.time {
    margin: 0 0 15px;
}

.gallery-block .event-details span.time:before {
    background-image: url("../images/ico-clock-3.png");
}

.gallery-block .event-details span.location {
    margin: 0 0 30px;
}

.gallery-block .event-details span.location:before {
    background-image: url("../images/ico-location-2.png");
}

.gallery-block .event-details span.location address {
    display: block;
    line-height: 1.25;
}

.gallery-block.empty {
    border: 7px solid #e4e4e4;
    background: url("../images/bg-empty-block.gif");
}

.gallery-block.empty img {
    display: block;
    margin: 70px auto 40px;
}

.gallery-block.empty h3 {
    color: #a3a3a3;
    font: 24px/23px 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0;
}

#form-section {
    position: relative;
    margin: -10px 0 30px;
}

#form-section .form-row {
    max-width: 770px;
    margin: 0 auto;
    padding: 0 0 0 200px;
}

.aligncenter {
    text-align: center;
}

.radioinput-holder {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 13px;
}

.radioinput-holder label {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    max-width: none;
    height: 100px;
    display: table;
    line-height: 22px;
    font-family: 'Open Sans Hebrew Bold', Arial, sans-serif;
    cursor: pointer;
}

.radioinput-holder.ez-parent label {
    color: #fff;
}

.radioinput-holder label span {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

#form-section fieldset {
    border-top: 2px solid #eef0f1;
    margin: 0 -9999px;
    padding: 40px 9999px;
}

#form-section fieldset.first,
#form-section fieldset:first-child {
    border-top: 0px !important;
    padding-top: 0 !important;
}

#form-section #activity-yes fieldset {
    border-top: 2px solid #eef0f1 !important;
    padding-top: 40px !important;
}

#form-section h2 {
    font: 32px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0 0 40px;
    text-align: center;
    color: #b63682;
}

.green #form-section h2 {
    color: #3aa950;
}

#form-section .form-row-2,
#form-section .form-row {
    margin: 0 auto;
    padding-bottom: 30px;
}

#form-section .form-row:after {
    content: "";
    clear: both;
    overflow: hidden;
    display: block;
}

fieldset .form-row label {
    display: none;
}

fieldset.last .form-row label {
    display: block;
}

#form-section .form-row > label {
    float: right;
    width: 35%;
    padding: 14px 0 0 10px;
}

#form-section input[type="text"],
#form-section input[type="tel"],
#form-section input[type="email"],
#form-section input[type="submit"],
#form-section textarea,
#form-section .fields-holder,
#form-section .upload-file-container {
    float: left;
    width: 65%;
}

#form-section input[type="submit"] {
    margin: -20px 0 0;
}

#form-section input[type="text"].short {
    float: right;
    width: 99px;
    margin: 0 0 0 40px;
}

#form-section .note {
    display: block;
    overflow: hidden;
    line-height: 58px;
    font-size: 16px;
    color: #959595;
}

#upload_file,
#upload_file-2 {
    position: absolute;
    right: -99999px;
}

#upload_label,
#upload_label-2 {
    display: block;
    cursor: pointer;
    position: relative;
    font-weight: normal;
}

/** custom select styles **/
div select,
div select.form-control {
    border-radius: 5px;
    background: #eef0f1 url("../images/select-arrow.gif") no-repeat 0 0;
    height: 58px;
    border: 1px solid #dcdddd !important;
    width: 100%;
    color: #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: 20px 'Open Sans Hebrew', Arial, Verdana, sans-serif;
    line-height: 100%;
    box-shadow: none !important;
    cursor: pointer;
}

div select:focus,
div select.form-control:active {
    background: #b2b2b2 url("../images/select-arrow.gif") no-repeat 0 0;
    color: #fff;
    box-shadow: none;
    border: 1px solid #dcdddd;
}

div select option,
div select.form-control option {
    line-height: 1.2px;
    padding: 7px 18px;
    background: #eef0f1;
    border-top: 1px solid #dcdcdc;
    text-decoration: none;
    color: #8f9090;
}

div select option:hover,
div select.form-control option:hover {
    background: #dcdcdc;
    color: #8f9090;
}

select::-ms-expand {
    display: none;
}

.sbHolder {
    height: 58px;
    position: relative;
    width: 100%;
    z-index: 100;
    border-radius: 5px;
    background: #eef0f1;
}

.sbHolder.open {
    z-index: 101;
}

.sbHolder.open,
.sbHolder.selected {
    background: #aaabab;
}

.sbSelector {
    display: block;
    height: 58px;
    right: 0;
    line-height: 56px;
    outline: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    color: #b2b3b4;
    padding: 0 15px 0 60px;
    border: 1px solid #dcdddd;
    border-radius: 5px;
}

.sbHolder.open .sbSelector,
.sbHolder.selected .sbSelector {
    color: #fff;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #b2b3b4;
    outline: none;
    text-decoration: none;
}

.sbToggle {
    background: #b2b2b2;
    display: block;
    height: 58px;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    border-radius: 5px 0 0 5px;
}

.sbHolder.open .sbToggle,
.sbHolder.selected .sbToggle {
    background: none;
}

.sbToggle:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border: solid transparent;
    border-width: 14px 8px;
    border-top-color: #fff;
    margin: -5px 0 0 -8px;
}

.sbOptions_div {
    list-style: none;
    right: 0;
    margin: 14px 0 0;
    padding: 0;
    position: absolute;
    top: 65px !important;
    width: 100%;
    z-index: 1;
    max-height: 285px !important;
}

.sbOptions_div .slimScrollDiv {
    border: 1px solid #d9d9d9;
    background: #eef0f1;
    border-radius: 5px;
}

.sbOptions_div ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sbOptions_div .top-arrow {
    display: block;
    height: 14px;
    position: absolute;
    z-index: 100;
    top: -14px;
    left: 0;
    width: 100%;
}

.sbOptions_div .top-arrow:before {
    content: "";
    border: 14px solid transparent;
    border-bottom-color: #d9d9d9;
    position: absolute;
    left: 16px;
    top: -13px;
}

.sbOptions_div .top-arrow:after {
    content: "";
    border: 12px solid transparent;
    border-bottom-color: #eef0f1;
    position: absolute;
    left: 18px;
    top: -9px;
}

.sbOptions li {
    border-top: 1px solid #dcdcdc;
}

.sbOptions li:first-child {
    border: none;
}

.sbOptions a {
    display: block;
    outline: none;
    padding: 10px 36px 10px 20px;
    text-decoration: none;
    color: #8f9090;
}

.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
    color: #8f9090;
    background: #dcdcdc;
}

.sbHolder .slimScrollDiv {
    border-radius: 5px;
}

.sbHolder .slimScrollRail {
    border-radius: 0 !important;
    right: 0 !important;
}

.sbHolder .slimScrollBar {
    width: 12px !important;
    border-radius: 6px !important;
    border: 1px solid #e7e7e7 !important;
    background: #c1c1c1 !important;
    opacity: 1 !important;
    margin: 0 1px 0 0;
}

.upload-file-container .text {
    float: right;
    width: 58.1%;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    background: #eef0f1;
    padding: 0 10px;
    height: 58px;
    line-height: 56px;
    color: #666;
}

.upload-file-container .upload-file-btn {
    float: left;
    border: 1px solid #e4e4e4;
    background: #b2b2b2;
    color: #fff;
    text-align: center;
    height: 58px;
    line-height: 56px;
    width: 33.51%;
    border-radius: 5px;
}

#form-section .scroll-down {
    margin-top: 24px;
    margin-bottom: 30px;
}

.radio-row {
    text-align: right;
}

.activity-no {
    display: none;
}

.green .hero-block-holder {
    background-color: #3aa950;
}

.green h1 {
    color: #3aa950;
}

.your-choice .radio-row .ez-radio,
.your-choice .radio-row .ez-checkbox {
    margin: 5px 0 0 12px;
    float: right;
    cursor: pointer;
    background: url('../images/bg-radio-btn.png') 0 0 no-repeat;
    align-items: center;
    width: 20px;
    height: 20px;
    border: none;
    box-sizing: border-box;
}

.your-choice .radio-row .ez-checkbox {
    background: #dee1e3;
    border: 1px solid #b4b4b4;
}

.your-choice .ez-hide {
    opacity: 0;
    filter: alpha(opacity=0);
}

.your-choice .radio-row .ez-checked, .your-choice .radio-row .ez-selected, .radio-row .ez-selected {
    background-position: 0 -22px;
}

.your-choice .radio-row .ez-checked {
    border: none;
    background: #3aa950 url("../images/checkmark.png") no-repeat 50% 50%;
}

.your-choice .ez-checkbox, .your-choice .ez-radio {
    zoom: 1;
    display: inline;
    vertical-align: middle;
}

input[type="checkbox"], input[type="radio"] {
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

#events.activity-ideas.white-bg-gallery,
#photo-gallery.white-bg-gallery {
    background: #fff;
}

.white-bg-gallery .ideas-list .idea-block-cont {
    background: #f5f6f7;
}

.you-choice-options {
    max-width: 770px;
    margin: 0 auto 25px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.you-choice-options label {
    font-weight: normal;
}

.you-choice-options .radio-row:after {
    content: "";
    display: block;
    clear: both;
}

.register-amuta {
    padding: 0 0 40px;
}

textarea.other {
    height: 78px;
}

#slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#slider ul li img {
    width: 100%;
    display: none;
}

@media only screen and (min-width: 768px) {

    .arabic #slider,
    #slider {
        position: absolute;
        left: 0;
        right: auto;
        top: 0;
        width: 50%;
        height: 100%;
        z-index: 100;
    }

    #slider ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        height: 100% !important;
    }

    #slider ul li {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #slider .bx-viewport {
        height: 100% !important;
        position: absolute !important;
        left: 0;
        top: 0;
    }
}

/* home slider - navigation style*/
.home #slider .bx-wrapper .bx-pager,
.home #slider .bx-wrapper .bx-controls {
    position: absolute;
    bottom: 50%;
    width: 100%;
}

.home #slider .bx-wrapper .bx-pager-item,
.home #slider .bx-wrapper .bx-controls .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.home #slider .bx-wrapper .bx-prev {
    display: none;
}

.home .text-part--with-slider .bx-wrapper .bx-prev {
    left: 10px;
    background: url('../images/slider/controls.png') no-repeat 0 -32px;
}

.home .text-part--with-slider .bx-wrapper .bx-next {
    display: block;
}

.home .bx-wrapper .bx-prev:hover,
.home .bx-wrapper .bx-prev:focus {
    background-position: 0 0;
}

.home .bx-wrapper .bx-next {
    right: 10px;
    background: url('../images/slider/controls.png') no-repeat -43px -32px;
}

.home .bx-wrapper .bx-next:hover,
.home .bx-wrapper .bx-next:focus {
    background-position: -43px 0;
}

.home .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.home .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

#hero-block > div.text-part.text-part--with-slider > div > div.bx-controls.bx-has-controls-direction > div > a.bx-prev.disabled,
#hero-block > div.text-part.text-part--with-slider > div > div.bx-controls.bx-has-controls-direction > div > a.bx-next.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */
.home #slider .bx-wrapper .bx-controls-auto {
    text-align: center;
}

.home #slider .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url('images/controls.png') -86px -11px no-repeat;
    margin: 0 3px;
}

.home #slider .bx-wrapper .bx-controls-auto .bx-start:hover,
.home #slider .bx-wrapper .bx-controls-auto .bx-start.active,
.home #slider .bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
}

.home #slider .bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url('images/controls.png') -86px -44px no-repeat;
    margin: 0 3px;
}

.home #slider .bx-wrapper .bx-controls-auto .bx-stop:hover,
.home #slider .bx-wrapper .bx-controls-auto .bx-stop.active,
.home #slider .bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.home #slider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.home #slider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.participate-block {
    margin-bottom: 45px;
}

#about-section .participate-block p {
    color: #666;
    margin: 0 20px;
}

.participate-block a {
    color: #3aa950;
}

.content-image {
    margin: 0 0 41px;
}

.content-image img {
    width: 100%;
}

#content-block-2 {
    padding-bottom: 100px;
    text-align: center;
    line-height: 1.44;
}

#content-block-2 h1 {
    margin: 0 0 42px;
    font: 32px/38.5px 'Almonidlaaa-Bold', Arial, sans-serif;
    font-weight: 600;
}

#content-block-2 h2 {
    margin: 0 0 20px;
    font: 26px/32px 'Almonidlaaa-Bold', Arial, sans-serif;
    font-weight: 600;
    color: #BF2B5F;
}

#content-block-2 p {
    margin: 0 20px 39px;
}

.arabic #content-block-2 h1,
.arabic #content-block-2 h2 {
    font-family: 'Droid Arabic Kufi', sans-serif;
}

#photo-gallery.photo-gallery-page {
    margin-top: -38px;
    padding-top: 50px;
}

.gallery-list .image-holder {
    margin: 0 0 8px;
    max-height: 239px;
    overflow: hidden;
}

#photo-gallery .gallery-list .image-holder img {
    margin: 0;
}

.gallery-list .video .image-holder {
    position: relative;
}

.gallery-list .video .image-holder:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: url("../images/ico-play.png") no-repeat;
    margin: -37px 0 0 -37px;
    width: 75px;
    height: 75px;
}

.fancybox-close {
    width: 72px;
    height: 72px;
    left: -36px;
    top: -36px;
    right: auto;
    background: url("../images/fancybox/btn-close.png") no-repeat;
}

.fancybox-skin strong {
    display: none;
    float: right;
    padding: 0 20px 0 10px;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Open Sans Hebrew Bold', Arial, sans-serif;
}

.fancybox-skin .fancybox-title {
    float: left;
    padding: 0 10px 0 20px;
    font-size: 16px;
    line-height: 19px;
}

.downloads-categories,
.ideas-categories {
    margin: 0 0 36px;
    padding: 0;
    list-style: none;
}

.downloads-categories {
    text-align: center;
}

.downloads-categories .download-cat,
.ideas-categories li {
    display: inline-block;
    margin: 0 14px 14px 0;
}

.downloads-categories .download-cat .filter,
.ideas-categories li .filter {
    background: #e3e3e3;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    line-height: 41px;
    height: 41px;
    color: #666;
    padding: 0 24px;
    text-decoration: none;
    height: 41px;
    line-height: 41px;
    display: inline-block;
}

.frame-download-link {
    display: none;
}

.downloads-categories li .filter:hover,
.downloads-categories li .filter.active,
.ideas-categories li .filter:hover,
.ideas-categories li .filter.active {
    background: #c13667;
    color: #fff;
    text-decoration: none;
}

.idea-block {
    margin-bottom: 23px;
    min-height: 339px;
}

.idea-block .idea-block-cont {
    background: #fff;
}

.idea-block .idea-block-cont img {
    width: 100%;
}

.idea-block .idea-block-cont a {
    text-decoration: none;
    display: block;
    padding: 0 0 17px;
    overflow: hidden;
}

.idea-block .idea-block-cont h2 {
    margin: 21px auto 3px;
    font-size: 28px;
    line-height: 26px;
    text-decoration: none;
    font-family: 'Almonidlaaa-Bold', "Open Sans Hebrew", Arial, Verdana, sans-serif;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 285px;
}

.idea-block .idea-block-cont h2 br {
    display: none;
}

.idea-block .idea-block-cont span {
    text-decoration: underline;
    font-size: 16px;
    line-height: 16px;
    font-family: "Open Sans Hebrew", Arial, Verdana, sans-serif;
}

#events.activity-ideas,
#photo-gallery.activity-ideas {
    background: #eef0f1;
    padding: 38px 9999px 61px;
    color: #666;
}

#photo-gallery.activity-ideas h1 {
    margin-bottom: 35px; /*margin-bottom: 19px;*/
}

div[id^="event-"],
div[id^="blog-"],
div[id^="ideas-"],
#ideas-info,
#ideas-info-2 {
    display: none;
    max-width: 1170px;
    margin: 0 auto;
}

div[id^="ideas-grid"] {
    display: block;
}

.idea-info-content {
    padding: 40px 50px 50px;
    position: relative;
    width: 1140px;
    max-width: 1140px;
    box-sizing: border-box;
}

.ideas-he .idea-info-content {
    min-height: 435px;
}

.he-events .ideas-he .idea-info-content {
    min-height: 475px;
}

.idea-info-content:after {
    content: "";
    display: block;
    clear: both;
}

.idea-info-content .image-holder {
    float: right;
    margin: 10px 0 0 30px;
    width: 48.59%;
}

.idea-info-content .image-holder img {
    width: 100%;
}

.idea-info-content .description {
    overflow: hidden;
    padding: 0 0 20px 10px;
}

/*.ideas-he .idea-info-content .description{
	overflow: visible;
}*/
.ideas-he .idea-info-content .event-info .location,
.ideas-he .idea-info-content .event-info .timings {
    display: block;
}

.ideas-he .facebook-btn {
    position: absolute;
    bottom: 48px;
}

.he-events .ideas-he .facebook-btn {
    bottom: 91px;
}

.ideas-he .idea-info-content .event-info p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans Hebrew';
}

.he-events .ideas-he .idea-info-content .event-info p {
    font-size: 20px;
    line-height: 32px;
}

.idea-info-content .description h2 {
    font: 36px/1 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0 0 25px;
}

.idea-info-content .description p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px;
}

.idea-info-content .description a {
    color: #bf2b5f;
}

.idea-info-content .description .read-more a:before {
    content: "";
    display: block;
    clear: both;
}

/*.idea-info-content .description .read-more a{display: block;}*/
.idea-info-content .description .read-less {
    display: block;
    margin: -20px 0 20px;
}

.idea-info-content .recommendation {
    font: 20px/1 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    color: #bf2b5f;
    position: absolute;
    bottom: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

button.start-video {
    content: '';
    background: url("../images/ico-play.png") no-repeat;
    margin: -37px 0 0 -37px;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 50%;
    padding: 12px;
    left: 50%;
    border: none;
    z-index: 100;
}

.hide-video-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}

.slimScrollRail .prev,
.slimScrollRail .next {
    height: 50%;
    margin: 0 !important;
    padding: 0 !important;
}

#text-page {
    padding: 150px 0 70px;
    max-width: 1080px;
}

#text-page h1 {
    margin: 0 0 32px;
    text-align: right;
    font-size: 46px;
}

#text-page h2 {
    color: #bf2b5f;
    font: 32px/1 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0 0 13px;
    padding: 1px 0 0;
}

#text-page p {
    margin: 0 0 33px;
}

#text-page a {
    color: #3aa950;
    text-decoration: underline;
}

#text-page a:hover {
    text-decoration: none;
}

#text-page ul {
    margin: 0 0 33px;
}

#downloads-section {
    text-align: center;
}

#downloads-section.gray-section {
    padding-top: 45px;
}

.downloads-list {
    margin: 0;
    padding: 0 0 24px;
    list-style: none;
    overflow: hidden;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.downloads-list.align-left {
    justify-content: flex-start;
}

.downloads-list li {
    position: relative;
    margin: 0 0 30px;
    min-height: 225px;
    overflow: hidden;
}

.downloads-list img {
    width: 100%;
    height: auto;
}

.downloads-list .download-link-block {
    position: relative;
}

.downloads-list .download-link-block img {
    opacity: 0.4;
}

.downloads-list .download-link {
    position: absolute;
    text-align: center;
    color: #fff;
    background: #bf2b5f url("../images/download-arrow.png") no-repeat 50% 29px;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    font-size: 14px;
    text-decoration: none;
    box-sizing: border-box;
    padding: 87px 10px 0;
    line-height: 15px;
    z-index: 100;
}

.downloads-list .heading {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    box-sizing: border-box;
    padding: 0 15px;
    z-index: 200;
}

.downloads-list li:hover .heading {
    display: none;
}

.downloads-list .heading .holder {
    display: table;
    width: 100%;
    height: 100%;
    background: #b63682;
}

.downloads-list .pink-block .heading .holder {
    background: #bf2b5f;
}

.downloads-list .orange-block .heading .holder {
    background: #e68a39;
}

.downloads-list .red-block .heading .holder {
    background: #d93c3c;
}

.downloads-list .heading .frame {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 0 25px;
}

.downloads-list .heading h2 {
    margin: 0;
    color: #fff;
    font: 42px/1 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

.gray-section .downloads-list .heading h2 {
    text-transform: uppercase;
}

.downloads-list .language {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    bottom: 25px;
    text-transform: uppercase;
}

/* blog posts */
.blog-block .idea-block-cont h2 {
    text-overflow: clip;
    white-space: normal;
    color: #bf2b5f;
    max-width: none;
    margin: 42px 25px 10px;
    line-height: 28px;
}

#events.activity-ideas .blog-block p,
#photo-gallery.activity-ideas .blog-block p {
    font-size: 16px;
    margin: 0 35px 14px;
}

.blog-block .idea-block-cont a {
    padding: 0 0 36px;
}

/* article */
.article {
    max-width: 770px;
    margin: 0 auto !important;
    float: none !important;
}

.article p {
    margin: 0 0 33px;
}

.article ul {
    margin-bottom: 29px;
}

.article figure {
    margin: 0 0 35px;
}

.article figure img {
    display: block;
    margin: 0 auto 10px;
}

.article figure figcaption {
    max-width: 640px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
}

.article .social-networks {
    word-spacing: -3px;
    letter-spacing: -3px;
    margin: 0 auto;
    text-align: center;
    float: none;
    padding: 20px 0 55px;
}

.article .social-networks li {
    word-spacing: 0;
    letter-spacing: 0;
    display: inline-block;
    float: none;
    margin: 0 6px;
}

.article .social-networks a {
    width: 50px;
    height: 50px;
}

.article .social-networks .facebook a {
    background: url("../images/bg-facebook-2.png") no-repeat 0 0;
}

.article .social-networks .twitter a {
    background: url("../images/bg-twitter-2.png") no-repeat 0 0;
}

.article .social-networks a:hover {
    background-position: 0 0;
}

.article .social-networks a:active {
    background-position: 0 0;
}

.article h2 {
    font: 32px/1 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0 0 13px;
    padding: 1px 0 0;
}

.article-info {
    max-width: 530px;
    margin: 0 auto;
    text-align: center;
    padding: 47px 0 20px;
    overflow: hidden;
}

.article-info h3 {
    font: 26px/0.85 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    color: #fff;
    margin: 0 0 33px;
}

.article-info h3 a {
    color: #fff;
    text-decoration: underline;
}

.article-info h1 {
    font: 46px/0.85 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0 0 5px;
    color: #fff;
}

.article-info p {
    margin: 0 0 25px;
}

.article-info .date {
    display: block;
    margin: 0 0 25px;
    font-size: 16px;
    font-family: 'Open Sans Hebrew Bold', Arial, sans-serif;
}

.article-info .social-networks {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    word-spacing: -3px;
    letter-spacing: -3px;
}

.article-info .social-networks li {
    float: none;
    margin: 0 6px;
    display: inline-block;
    word-spacing: 0;
    letter-spacing: 0;
}

.article-info .social-networks li a {
    width: 50px;
    height: 50px;
    background-size: 50px auto;
}

/*.article-info .social-networks li a:hover {
    background-position: 0 -50px;
}*/

.article-info .social-networks li a:active {
    background-position: 0 -100px;
}

#related-posts #photo-gallery.activity-ideas {
    padding-top: 38px;
}

#related-posts #photo-gallery.activity-ideas h1 {
    margin: 0 0 47px;
}

.green-streep,
.cta-pledge-streep {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #3aa950;
    font-family: 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    z-index: 999;
}

.cta-pledge-streep {
    background: #b63682;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0 15px;
}

.cta-pledge-streep a,
.green-streep a {
    color: #fff;
}

.cta-pledge-streep p {
    margin: 0;
    display: inline-block;
    padding: 24px 187px 24px 0;
    line-height: 35px;
}

.cta-pledge-streep p a {
    float: right;
    background: #fff;
    color: #b63682;
    padding: 0 16px;
    line-height: 33px;
    margin: 0 -187px 0 0;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #b63682;
}

.cta-pledge-streep.he p a {
    float: left;
    margin: 0px 30px 0 180px;
}

.cta-pledge-streep p a:hover {
    color: #fff;
    background: #820b42;
    border: 1px solid #fff;
}

.green-streep p {
    margin: 0;
    padding: 10px 15px;
}

.cta-pledge-streep .close,
.green-streep .close {
    position: absolute;
    left: 30px;
    top: 17px;
    background: url("../images/btn-close.png") no-repeat;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    z-index: 10;
    opacity: 1;
}

.cta-pledge-streep .close {
    top: 32px;
}

/* events */
.red .hero-block-holder {
    background-color: #d93c3c;
}

.red h1 {
    color: #d93c3c;
}

.red .downloads-categories li .filter:hover,
.red .downloads-categories li .filter.active,
.red .ideas-categories li .filter:hover,
.red .ideas-categories li .filter.active {
    background: #d93c3c;
    color: #fff;
}

.green .downloads-categories li .filter:hover,
.green .downloads-categories li .filter.active,
.green .ideas-categories li .filter:hover,
.green .ideas-categories li .filter.active {
    background: #3aa950;
    color: #fff;
}

.event-block .idea-block-cont h2 {
    color: #d93c3c;
    line-height: 28px;
}

.he-events .event-block .idea-block-cont h2 {
    min-height: 56px;
}

#ideas-grid.l-events-list h3 {
    display: none;
    color: #d93c3c;
    line-height: 28px;
}

#ideas-grid.l-events-list .idea-block-cont span {
    font-size: 20px;
    text-decoration: none;
}

.he-events .event-info > h2 + h3 {
    display: none;
}

body.he-events .event-info > h2 {
    margin-bottom: 20px;
}

#events.activity-ideas .event-block h3,
#photo-gallery.activity-ideas .event-block h3 {
    font-size: 28px;
    line-height: 1;
    font-family: 'Almonidlaaa-Bold', "Open Sans Hebrew", Arial, Verdana, sans-serif;
    margin: -4px auto 11px;
    padding: 0 15px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 285px;
}

.red a:hover {
    color: #d93c3c;
    text-decoration: underline;
}

.red a:active {
    color: #d93c3c;
    text-decoration: underline;
}

.circle-block.red a:hover {
    color: #fff;
}

.green a:hover {
    color: #3aa950;
    text-decoration: underline;
}

.green a:active {
    color: #3aa950;
    text-decoration: underline;
}

.orange a:hover {
    color: #e97f03;
    text-decoration: underline;
}

.orange a:active {
    color: #e97f03;
    text-decoration: underline;
}

.idea-info-content .event-info {
    font-family: 'Open Sans Hebrew Bold', Arial, sans-serif;
}

.idea-info-content .event-info .image-holder {
    margin-top: 10px;
}

.idea-info-content .event-info h2 {
    font: 42px/1 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0 0 0;
    color: #d93c3c;
}

.idea-info-content .event-info h3 {
    font: 42px/1 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: -5px 0 16px;
    color: #666;
}

.idea-info-content .event-info p {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 34px;
}

.idea-info-content .event-info .facebook-btn {
    color: #fff;
    background: #3b5998;
    padding: 0 15px;
    display: inline-block;
    font: 26px/55px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    text-decoration: none;
    border-radius: 7px;
}

.idea-info-content .event-info .location img,
.idea-info-content .event-info .timings img {
    vertical-align: middle;
    margin: 0 0 0 3px;
}

.idea-info-content .event-info .read-more a:before {
    content: "";
    display: block;
    clear: both;
}

.idea-info-content .event-info .location,
.idea-info-content .event-info .timings {
    display: block;
    /*padding: 0 30px 0 0;
	background: url("../images/ico-location-gray.png") no-repeat 99.5% 0;*/
    padding: 0;
    background: none;
    line-height: 24px;
    margin: 0 0 6px;
}

.idea-info-content .event-info .timings {
    margin: 0 0 20px;
    /*background: url("../images/ico-clock-gray.png") no-repeat 100% 1px;*/
}

.idea-info-content .event-info .location img,
.idea-info-content .event-info .timings img {
    vertical-align: middle;
    margin: 0 0 0 3px;
}

.orange .thankyou-block h1 {
    color: #e97f03 !important;
}

.purple #form-section h2 {
    color: #b63682 !important;
}

#social-networks-section {
    padding: 45px 0 30px;
}

.social-networks-block img {
    display: block;
    margin: 0 auto 25px;
}

.social-networks-block ul {
    margin: 0 20px 40px;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 16px;
}

.social-networks-block ul li {
    display: inline-block;
    margin: 0 10px 10px;
}

#hero-block .text-part strong {
    font-size: 26px;
    line-height: 36px;
}

#store-section {
    margin-bottom: 50px;
    font: 26px/32px 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;;
}

.store-steps-list:after {
    content: "";
    display: block;
    clear: both;
}

.store-steps-list {
    margin: 2px 0 48px;
    padding: 0 180px;
    overflow: hidden;
}

.store-steps-list .steps-list {
    margin: 0;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.store-steps-list .steps-list li a {
    color: #b2b2b2;
}

.store-steps-list .steps-list li {
    display: inline-block;
    margin: 0 9px 0 0;
    color: #b2b2b2;
    font: 25px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

.store-steps-list .steps-list li.performed a,
.store-steps-list .steps-list li.performed {
    color: #666;
}

.store-steps-list .steps-list li.active span {
    color: #fff;
    background: #bf2b5f;
    border: 1px solid #bf2b5f;
}

.store-steps-list .steps-list li.active {
    color: #bf2b5f;
}

.store-steps-list .steps-list li.performed span {
    color: #fff;
    background: #666;
    border: 1px solid #666;
}

.store-steps-list .steps-list li span {
    display: inline-block;
    border-radius: 50%;
    width: 43px;
    line-height: 43px;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    text-align: center;
    color: #b2b2b2;
    margin: 0 15px;
}

.store-steps-list .steps-list li a {
    text-decoration: none;
}

.busket-holder {
    float: left;
    position: relative;
    margin: 7px 0 0 -180px;
}

.busket.empty {
    display: inline-block;
    border: 2px solid #3aa950;
    border-radius: 4px;
    color: #3aa950;
    padding: 0 38px 0 20px;
    box-sizing: border-box;
    line-height: 31px;
    font-size: 14px;
    background: #fff;
    text-decoration: none;
}

.busket {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    border: 2px solid #3aa950;
    border-radius: 4px;
    background: #3aa950;
    padding: 0 38px 0 10px;
    line-height: 31px;
}

.busket a {
    color: #fff;
    text-decoration: underline;
    display: block;
    padding: 0 38px 0 10px;
    margin: 0 -38px 0 -10px;
    position: relative;
}

.busket a:hover {
    color: #fff;
    text-decoration: none;
}

.busket em {
    color: #fff;
    font-style: normal;
}

.busket.empty em {
    color: #3aa950;
}

.busket:before,
.busket.empty:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("../images/bg-busket.png") no-repeat 0 0;
    width: 21px;
    height: 16px;
}

.busket:before {
    background: url("../images/bg-busket-white.png") no-repeat 0 0;
}

.payment-type {
    bottom: 0;
    position: absolute;
    bottom: 0;
}

.product-section {
    position: relative;
}

.product-section:after {
    content: "";
    display: block;
    clear: both;
}

.product-list {
    margin: 0 -15px 59px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.shirt-img-holder {
    overflow: hidden;
    margin-bottom: 25px;
    max-height: 360px;
}

.product-list li a {
    text-decoration: none;
}

.product-list li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 15px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.product-list li:hover {
    background-color: #3aa950;
}

.product-list li span {
    color: #bf2b5f;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.product-list li .hover-block {
    position: absolute;
    top: -50px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: none;
}

.product-list li:hover .hover-block {
    display: block;
}

.product-list li .hover-block .hover-block-content {
    display: table;
    width: 100%;
    height: 100%;
}

.product-list li .hover-block .hover-block-content span {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
    font: 32px/0.875 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

.product-list li .hover-block-content span, .product-list li:hover .hover-block .hover-block-content span {
    color: #3aa950;
}

.product-list li:hover img {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.product-list li span.price {
    color: #fff;
    display: inline-block;
    margin: 0 0 5px;
    padding: 0 27px;
    font-size: 24px;
    line-height: 42px;
    background: #bf2b5f;
    border-radius: 4px;
    letter-spacing: -1px;
}

.product-list li:hover span {
    color: #fff;
}

.product-list li:hover span.price {
    color: #3aa950;
    background: #fff;
}

.t-shirts-imgs .t-shirt-img-back {
    display: none;
}

.size-info ul li label {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    background: #f6f6f6;
    box-sizing: border-box;
}

.size-info ul li label.ez-parent, .size-info ul li:hover label .ez-radio, .size-info ul li:hover label {
    color: #fff;
    background: #3aa950;
}

.size-info .ez-radio.ez-selected {
    background: #3aa950;
}

.size-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.t-shirts-selection {
    float: right;
    margin: 0 0 0 29px;
    width: 48.8%;
}

.t-shirts-imgs {
    position: relative;
    overflow: hidden;
}

.t-shirts-imgs .btns-holder {
    position: absolute;
    bottom: 13px;
    left: 12px;
    width: 100%;
}

.t-shirts-imgs .btns-holder a {
    width: 56px;
    height: 51px;
    float: left;
    margin: 0 0 0 12px;
    position: relative;
    border: none;
}

/*.t-shirts-imgs .btns-holder a:before{
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}*/
.t-shirts-imgs .btns-holder a.active:before {
    display: none;
}

.t-shirts-imgs .btns-holder a:hover, .t-shirts-imgs .btns-holder a.active {
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
}

.order-information-holder {
    overflow: hidden;
    padding: 0 0 75px;
}

.order-information {
    margin-bottom: 50px;
}

.order-information .price {
    display: block;
    margin-bottom: 41px;
    color: #3aa950;
    font: 32px/30px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

.order-information h2 {
    text-align: right;
    margin: -5px 0 0 0;
    letter-spacing: -1px;
    font: 32px/31px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

.size-info {
    overflow: hidden;
    margin-bottom: 16px;
}

.size-info ul li label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
    z-index: 9;
    cursor: pointer;
    color: #777;
}

.size-info .ez-radio {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    z-index: -1;
    border: 1px solid #d7d7d7;
}

.shipping > label, .total > label {
    color: #777;
    font-style: normal;
    float: right;
    margin: 0 0 0 5px;
    font: 16px/24px 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
    width: 100px;
}

.size-info > label, .amount > label {
    color: #777;
    font-style: normal;
    float: right;
    margin: 0 0 0 5px;
    font: 20px/32px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    width: 65px;
}

.size-info ul li {
    float: right;
    margin: 0 0 0 10px;
}

.amount .ui-spinner {
    position: relative;
}

.amount .ui-spinner {
    width: 60px;
}

.amount #spinner {
    width: 59px;
    height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    background: #f6f6f6;
    border-radius: 4px;
    font: 18px/28px 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
}

.ui-spinner .ui-spinner-up, .ui-spinner .ui-spinner-down {
    position: absolute;
    top: 8px;
    left: 3px;
    width: 15px;
    height: 10px;
    text-indent: -9999px;
    background: url("../images/bg-spinner-up.png") 100% 5px no-repeat;
}

.ui-spinner .ui-spinner-down {
    top: auto;
    bottom: 3px;
    background: url("../images/bg-spinner-down.png") 100% 1px no-repeat;
}

.product-section .add {
    color: #fff;
    background: #3aa950;
    padding: 0 64px;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    font: 20px/49px 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
}

.product-section .continue {
    color: #3aa950;
    padding-right: 68px;
    display: block;
    margin-bottom: 10px;
    text-align: right;
    overflow: hidden;
    letter-spacing: -2px;
    font: 26px/39px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

.payment-type span {
    display: block;
    text-transform: uppercase;
    font: 16px/22px 'Open Sans Hebrew Bold', Arial, sans-serif;
}

.order-info-block .img-block {
    float: right;
    border: 1px solid #d2d2d2;
}

.order-info-block {
    background: #f7f7f7;
    margin-bottom: 2px;
    overflow: hidden;
}

.order-info-block {
    display: table;
    height: 100px;
    width: 100%;
    padding: 21px 18px 17px;
}

.order-info-block .info-block {
    display: table-cell;
    vertical-align: middle;
}

.order-info-block .size-info {
    margin-bottom: 0;
}

.cart-block {
    position: relative;
    margin-bottom: 57px;
}

.cart-block a.return-btn {
    position: absolute;
    top: 7px;
    left: 23px;
    text-decoration: underline;
    font-size: 15px;
    color: #fff;
}

.cart-block table td,
.cart-block table th {
    border: none;
    border-bottom: 2px solid #fff;
}

.cart-block table {
    width: 100%;
    border-collapse: collapse;
    color: #777;
}

.cart-block th {
    text-align: center;
    height: 49px;
    background: #bf2b5f;
    color: #fff;
    box-sizing: border-box;
}

.cart-block td {
    padding: 17px 0;
    background: #f7f7f7;
    vertical-align: middle;
}

.cart-block td:first-child {
    width: 7.52%;
    padding: 17px 17px 17px 10px;
}

.cart-block th h2 {
    margin: 0;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -1px;
}

.cart-block td:nth-child(2) {
    width: 61.28%;
    vertical-align: middle;
}

.cart-block td:nth-child(3) {
    width: 13.41%;
    padding: 0 10px;
}

.cart-block td:nth-child(3) label {
    display: inline-block;
    font-size: 13px;
    margin: 0 0 0 10px;
}

.cart-block td:nth-child(3) input[type="text"] {
    height: 26px;
    border: 1px solid #d7d7d7;
    background: #fff;
    color: #777;
    text-align: right;
    border-radius: 4px;
    padding: 0 8px;
    width: 46px;
    display: inline-block;
    font: 14px/24px 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif
}

.cart-block td:nth-child(4) {
    width: 5.14%;
    text-align: left;
}

.cart-block td:nth-child(5) {
    width: 12.65%;
    padding: 0 7px;
}

.cart-block a.reset-btn {
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999px;
    display: block;
    background: url("../images/bg-reset-btn.png") no-repeat 0 0;
    width: 22px;
    height: 24px;
    float: left;
    margin: 0 0 0 25px;
}

.cart-block .img-block img {
    border: 1px solid #d2d2d2;
    vertical-align: middle;
}

.cart-block .size-info {
    margin: 0;
}

.cart-block table td h3 {
    font-size: 17px;
    margin: 0 0 5px;
}

.cart-block table .size-info > label {
    line-height: 23px;
    float: right;
    width: auto;
}

.cart-block table .size-info ul li {
    margin: 0 0 0 5px;
    line-height: 23px;
}

.cart-block table .size-info ul li label, .cart-block table .size-info .ez-radio {
    height: 23px;
    width: 23px;
    line-height: 23px;
    font-size: 9px;
    border-radius: 4px;
}

.cart-block table .size-info .ez-radio {
    background: transparent;
    border: 1px solid transparent;
}

.cart-block table .size-info .ez-radio {
    margin: -11px 0 0 -12px;
}

table .size-info > label {
    font: 14px/23px 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0 0 0 4px;
}

table .price-cart {
    font-size: 15px;
}

.cart-block tfoot td:first-child {
    padding: 5px 19px 5px 5px;
    text-align: right;
}

.cart-block tfoot td {
    height: 71px;
    background: #f8e9ef;
}

.cart-block table tfoot h3, .cart-block table tfoot .price-cart {
    color: #bf2b5f;
    font-size: 20px;
}

.cart-block .delivery td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 47px;
}

.cart-block .delivery td:nth-child(2),
.cart-block .delivery td:first-child {
    width: auto;
}

.cart-block .delivery h3 {
    margin: 0;
}

.cart-block .price-cart {
    display: block;
    text-align: left;
    width: 60px;
}

.cart-block tfoot .price-cart {
    width: auto;
    text-align: right;
}

.payment-block {
    text-align: center;
}

.payment-block .payment {
    display: block;
    padding: 13px 0;
    height: auto;
    width: 370px;
    margin: 0 auto 11px;
    color: #fff;
    background: #3aa950;
    text-decoration: none;
    border-radius: 3px;
    box-sizing: border-box;
    font: 20px/20px 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
}

.payment-block .pay-pal, .payment-block .pay-pal:hover {
    display: inline-block;
    text-align: center;
    font: 13px/13px 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
    height: auto;
    border-radius: 2px;
    vertical-align: top;
    text-decoration: none;
    width: auto;
    background: none;
    color: #777;
}

.payment-block .pay-pal img {
    margin-right: 4px;
}

.blocks-wrapper {
    position: relative;
    overflow: hidden;
    margin: -43px 0 0;
    min-height: 500px;
}

.blocks-wrapper .container {
    padding: 0;
}

.arabic .blocks-wrapper div[class*="col"] {
    float: right;
}

.text-section {
    padding: 53px 20px 40px 0;
    line-height: 1.45;
}

.text-section h1,
.social-networks-section h1 {
    text-align: left;
    margin: 0 0 34px;
}

.arabic .slides-text h1 {
    direction: rtl;
    text-align: right !important;
}

.arabic .text-section h1,
.arabic .social-networks-section h1 {
    text-align: right;
}

.text-section p {
    margin: 0 0 27px;
}

.text-section a {
    color: #63a70a;
}

.social-networks-section {
    padding: 53px 9999px 9999px 50px;
    margin: 0 -9999px -9999px -15px;
    background: #eef0f1;
}

.arabic .social-networks-section {
    padding: 53px 50px 9999px 9999px;
    margin: 0 -15px -9999px -9999px;
    background: #eef0f1;
}

.social-networks-section ul {
    margin: 0;
    padding: 11px 0 0;
    list-style: none;
    font-weight: 700;
    line-height: 57px;
}

.social-networks-section ul li {
    margin: 0 0 30px;
}

.social-networks-section ul a {
    display: inline-block;
    padding: 0 0 0 74px;
    text-decoration: none;
}

.arabic .social-networks-section ul a {
    padding: 0 74px 0 0;
    background-position: 100% 50% !important;
}

.social-networks-section ul .twitter a {
    background: url("../images/bg-twitter-3.png") no-repeat 0 50%;
}

.social-networks-section ul .facebook a {
    background: url("../images/bg-facebook-3.png") no-repeat 0 50%;
}

.social-networks-section ul .instagram a {
    background: url("../images/bg-instagram-2.png") no-repeat 0 50%;
}

.social-networks-section ul .linkedin a {
    background: url("../images/bg-linkedin-3.png") no-repeat 0 50%;
}

.text-part .scroll-down,
.mobile-categories-filter,
.article-info .scroll-down {
    display: none;
}

.mobile-categories-filter.purple-filter {
    background: #B63682;
}

#form-section input::-webkit-input-placeholder,
#contact-form-section input::-webkit-input-placeholder {
    color: #EEF0F1;
    opacity: 1;
}

#form-section input:-moz-placeholder,
#contact-form-section input:-moz-placeholder {
    color: #EEF0F1;
    opacity: 1;
}

#form-section input::-moz-placeholder,
#contact-form-section input::-moz-placeholder {
    color: #EEF0F1;
    opacity: 1;
}

#form-section input:-ms-input-placeholder,
#contact-form-section input:-ms-input-placeholder {
    color: #EEF0F1;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: #EEF0F1;
    opacity: 1;
}

textarea:-moz-placeholder {
    color: #EEF0F1;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: #EEF0F1;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: #EEF0F1;
    opacity: 1;
}

.total {
    line-height: 46px;
}

#got-it {
    padding: 48px 0 45px;
    background-color: #eef0f1;
}

#got-it h1 {
    margin: 0 0 15px;
}

#got-it p {
    font: 400 20px/1.4 "Source Sans Pro", Arial, Verdana, sans-serif;
    margin: 0 0 56px;
    text-align: center;
}

#got-it.success h1 {
    margin: 0;
    font: 700 32px/1.2 "Source Sans Pro", Arial, Verdana, sans-serif;
    color: #3aa950;
}

#got-it.success p {
    margin: 0 auto;
    font: 400 20px/1.4 "Source Sans Pro", Arial, Verdana, sans-serif;
    max-width: 355px;
    text-align: center;
    color: #3aa950;
}

.got-it-form {
    padding-bottom: 90px;
    overflow: hidden;
}

.got-it-form input[type="text"],
.got-it-form input[type="email"] {
    color: #666;
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0 !important;
}

.error .got-it-form input[type="text"],
.error .got-it-form input[type="email"], .got-it-form input[type="email"].error {
    border-color: #d93c3c !important;
}

.error .got-it-form input::-webkit-input-placeholder {
    color: #d93c3c;
    opacity: 1;
}

.error .got-it-form input:-moz-placeholder {
    color: #d93c3c;
    opacity: 1;
}

.error .got-it-form input::-moz-placeholder {
    color: #d93c3c;
    opacity: 1;
}

.error .got-it-form input:-ms-input-placeholder {
    color: #d93c3c;
    opacity: 1;
}

.got-it-form input[type="text"],
.got-it-form input[type="email"],
.got-it-form input[type="submit"] {
    float: left;
}

.got-it-form input[type="text"],
.got-it-form input[type="email"] {
    width: 63.8%;
    margin-right: 3.2%;
}

.got-it-form input[type="submit"] {
    width: 33%;
    height: 58px;
}

.got-it-form input::-webkit-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
}

.got-it-form input:-moz-placeholder {
    color: #9d9d9d;
    opacity: 1;
}

.got-it-form input::-moz-placeholder {
    color: #9d9d9d;
    opacity: 1;
}

.got-it-form input:-ms-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
}

.got-it-form form {
    margin: 0px auto;
    max-width: 584px;
}

.success .got-it-form {
    display: none;
}

.thanks {
    display: none;
}

.success .thanks {
    display: block;
}

.size-info.error label:before {
    content: "" !important;
}

.size-info.error label {
    color: #d93c3c !important;
}

.size-info.error .ez-radio {
    border: 1px solid #d93c3c !important;
    color: rgb(119, 119, 119);
}

.freelanceForm fieldset.first {
    display: none;
}

#program-and-details {
    margin: 0 -9999px;
    padding: 65px 9999px 25px;
    text-align: center;
    background: #eef0f1;
}

#meet-us {
    padding: 19px 0 26px;
    text-align: center;
}

#participating-organizations {
    padding: 65px 0 51px;
    text-align: center;
}

.video-box .text-video {
    font-weight: 400;
    font-size: 22px;
}

.video-box .text-join {
    font-weight: 400;
}

.hero-block-holder .video-box {
    padding: 15px 0 0;
}

.video-box #hero-block .text-part h1 {
    margin: 0 0 12px;
}

.video-wrapper-popup {
    display: none;
}

#participating-organizations h1 {
    margin: 0 0 28px;
}

#meet-us h1 {
    margin: 0;
}

#meet-us h2 {
    margin: 0 0 34px;
    font-size: 32px;
    color: #b63682;
}

#meet-us p,
#program-and-details p {
    margin: 0 0 33px;
    line-height: 1.5;
}

#meet-us p:last-child,
#program-and-details p:last-child {
    margin: 0 0 24px;
}

#meet-us a {
    margin: 12px 0 0;
    display: inline-block;
    color: #b63682;
    text-decoration: none;
}

#meet-us > a {
    margin: 13px 0 0;
}

#meet-us p a {
    line-height: 1.19;
}

#meet-us p a span {
    border-bottom: 1px solid #b63682;
}

#program-and-details .row a {
    display: inline-block;
    margin: 10px 0 0;
    border-bottom: 1px solid #b63682;
    line-height: 1.19;
    color: #b63682;
    text-decoration: none;
}

#program-and-details > a {
    display: inline-block;
    margin: 46px 0 0;
}

.video-box .play-video {
    position: relative;
    display: inline-block;
    text-indent: -9999px;
    width: 68px;
    height: 68px;
    margin: 11px 0 13px;
    border: 3px solid #fff;
    border-radius: 50%;
}

.video-box .play-video:after {
    content: '';
    position: absolute;
    top: 16px;
    right: 17px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 19px solid #F5F0F3;
    border-bottom: 13px solid transparent;
}

.video-box #hero-block .text-part p {
    margin: 0 0 42px;
}

.video-box #hero-block .text-part {
    padding-bottom: 0;
}

#participating-organizations ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#participating-organizations li {
    display: inline-block;
    margin: 0 0 10px 12px;
}

.main-video-popup {
    z-index: 10;
    position: relative;
    height: 100%;
    width: 100%;
}

.video-wrapper-popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    overflow: hidden;
}

.close-video {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 48px;
    right: 48px;
    z-index: 30;
}

.close-video:after {
    content: '';
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    height: 13px;
    width: 13px;
    background: url('../images/close.png') 50% 50% no-repeat;
    background-size: cover;
    top: 29%;
    right: 31%;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    cursor: pointer;
    opacity: 1;
}

.xs-visible {
    display: none !important;
}

/*.volunteerForm .form-row-2 radioinput-holder:last {
	display:none;
}*/
.instagram-widget {
    margin: 0;
    padding: 0;
    list-style: none;
}

#great-style {
    position: relative;
}

#great-style .text-part {
    box-sizing: border-box;
    float: right;
    width: 45.6%;
    padding: 79px 0 138px 40px;
}

.image-part_min_great img {
    display: none;
    width: 100%;
    float: none;
}

#great-style {
    background-color: #eef0f1;
}

#great-style .text-part h2 {
    margin-bottom: 21px;
    font: 36px/42px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    color: #bd2e60;
    word-spacing: -2px;
}

#great-style .text-part p {
    margin-bottom: 49px;
    font-size: 24px;
    color: #bd2e60;
    letter-spacing: -1px;
    word-spacing: 3px;
}

#great-style .text-part a {
    font-size: 22px;
    color: #666;
    text-decoration: underline;
}

#great-style .text-part a:hover {
    text-decoration: none;
}

.spinner-select {
    position: relative;
    overflow: hidden;
    float: right;
}

.spinner-select:after,
.spinner-select:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 15px;
    height: 10px;
    text-indent: -9999px;
    background: url("../images/bg-spinner-up.png") 100% 5px no-repeat;
}

.spinner-select:before {
    top: 15px;
    bottom: 3px;
    background: url("../images/bg-spinner-down.png") 100% 1px no-repeat;
}

.spinner-select select.form-control {
    background: #F6F6F6;
}

.social-white {
    background-color: #FFF !important;
}

#hero-block .text-part.text-part--with-slider {
    padding-bottom: 14px;
}

.slides-text {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.c-pager {
    margin: 40px 0 0 0;
    padding: 0;
    list-style-type: none;
}

.c-pager li {
    display: inline-block;
    margin-left: 8px;
    line-height: 0;
}

.c-pager li:last-child {
    margin-left: 0;
}

.c-pager .pager-active button {
    background-color: #f2d5df;
}

.c-pager button {
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 50%;
    background-color: #d9809f;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.text-part .bx-viewport {
    min-height: 372px;
}

.all-events-btn {
    display: inline-block;
    margin-top: 6px;
    padding: 0 10px;
    min-height: 42px;
    font-size: 20px;
    line-height: 42px;
    font-family: 'Almonidlaaa-Regular', Arial, Verdana, sans-serif;;
    color: #fff;
    border-radius: 4px;
    background-color: #25af40;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.all-events-btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #169f31;
}

/*07 09 2016*/

.get-ideas-page .idea-block .idea-block-cont h2 {
    margin-bottom: 7px;
    max-width: 320px;
    max-height: 50px;
    font-size: 21px;
    color: #666;
    word-spacing: 0;
    letter-spacing: 0;
    text-overflow: clip;
    white-space: normal;
}

.get-ideas-page .idea-block .idea-block-cont a:hover h2 {
    color: #3aa950;
}

.get-ideas-page #photo-gallery.activity-ideas h1 {
    margin-bottom: 24px;
    margin-top: 12px;
}

.get-ideas-page #how-to-participate h1 {
    margin: 0 0 45px;
}

.get-ideas-page .idea-info-content .event-info p {
    margin-bottom: 30px;
    font-size: 17px;
}

.get-ideas-page .idea-info-content .event-info .event-text p {
    margin-bottom: 21px;
    font-size: 22px;
    letter-spacing: 0px;
    word-spacing: 2.5px;
}

.get-ideas .idea-info-content .image-holder {
    width: 48.4%;
}

.get-ideas .idea-info-content .description a {
    font-size: 15px;
    color: #3aa950;
}

.get-ideas .idea-info-content .description .description__btn {
    font-size: 18px;
}

.get-ideas .idea-info-content .description a:hover {
    color: #bf2b5f;
}

.get-ideas .idea-info-content .event-text p {
    margin-bottom: 21px;
}

.get-ideas .idea-info-content .event-info p {
    margin: 2px 0 31px;
    font-size: 17px;
}

.get-ideas .idea-info-content .event-info h2 {
    margin-bottom: 27px;
    font-size: 36px;
    color: #666;
}

.get-ideas .idea-info-content .event-info h4 {
    font-size: 20px;
    margin: 0 0 20px;
}

.get-ideas .idea-info-content .description ol li {
    margin-bottom: 2px;
    letter-spacing: 0px;
    word-spacing: 2px;
    line-height: 1.8;
}

.ideas-list .idea-block .idea-block-cont {
    position: relative;
}

.flag {
    width: 30px !important;
    height: 20px !important;
}

.description__info .flag {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 7px 0 0;
}

.idea-block .idea-block-cont .flag {
    position: absolute;
    bottom: 15px;
    left: 12px;
}

#press {
    margin: -38px 0 0;
    padding-top: 93px;
    padding-bottom: 15px;
    background-color: #f1f1f1;
    text-align: center;
}

#press .container {
    padding: 0;
}

#press h2 {
    margin: 50px 10px 40px;
    font-size: 36px;
    font-family: 'Almonidlaaa-Bold', Arial, Verdana, sans-serif;
    color: #bf2b5f;
}

.press__list::after {
    content: "";
    display: table;
    clear: both;
}

.press__item {
    float: right;
    box-sizing: border-box;
    width: 31.6%;
    margin: 0 0 35px 2.6%;
    padding: 7px 8px 25px;
    background-color: #fff;
    text-align: center;
    box-shadow: inset 0px 0px 4px 0px rgba(199, 199, 199, 1);
}

.press__item:nth-child(3n) {
    margin-left: 0;
}

.press__item strong {
    font-family: 'Almonidlaaa-Bold', Arial, Verdana, sans-serif;
}

.press__item a {
    display: block;
    text-decoration: none;
}

.press__item a:hover p {
    color: #bf2b5f;
    text-decoration: underline;
}

.press__item p {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    font-family: 'Almonidlaaa-Regular', Arial, Verdana, sans-serif;
    color: #333;
    text-decoration: none;
}

.press__date {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 0.9;
    font-family: 'Almonidlaaa-Regular', Arial, Verdana, sans-serif;
    color: #333;
    text-decoration: none;
}

#talk-to-us {
    margin: 45px 0 62px;
    padding: 0 135px;
    text-align: center;
}

#talk-to-us h2 {
    margin-bottom: -5px;
    font-size: 36px;
    font-family: 'Almonidlaaa-Bold', Arial, Verdana, sans-serif;
    color: #bf2b5f;
    margin-bottom: 18px;
}

#talk-to-us p,
.talk-to-us__mail a {
    font-size: 22px;
    line-height: 1.2;
    color: #6d6e71;
    text-decoration: none;
}

.talk-to-us__mail a:hover {
    color: #bf2b5f;
}

.talk-to-us__mail {
    margin-top: 46px;
}

.press-page .logo {
    margin-right: -14px;
}

.get-ideas-page #hero-block .text-part {
    padding: 154px 0 0 20px;
}

.press-page #hero-block .text-part {
    padding: 154px 82px 0 20px;
}

.get-ideas-page .filter-holder {
    display: none;
}

/*YAMAT PAGE*/

.extra-top-padding {
    padding-top: 47px;
}

.home-yamat #about-section {
    padding-top: 85px !important;
    background-color: #fff !important;
}

.home-yamat #how-to-participate {
    background-color: rgba(189, 195, 199, 0.25);
}

.home-yamat .text-part .bx-viewport {
    min-height: 330px;
}

.home-yamat #hero-block .text-part h1 {
    margin-bottom: 13px;
    font-size: 60px;
    line-height: 0.9;
    word-spacing: -3px;
}

.home-yamat #hero-block .text-part p {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 1.5;
    font-family: 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
    word-spacing: 1px;
}

.home-yamat .all-events-btn {
    padding: 0 15px;
}

.home-yamat .circle-block h2 {
    margin-bottom: 8px;
    font-size: 32px;
}

.home-yamat .circle-block .frame {
    padding-top: 108px;
    padding-left: 10px;
    padding-right: 10px;
}

.home-yamat .circle-block .frame span {
    font-family: 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
}

.home-yamat #photo-gallery {
    padding-bottom: 23px;
    background-color: #fff;
}

.home-yamat #photo-gallery .gallery-list li {
    min-height: 311px;
}

.home-yamat #photo-gallery .gallery-list li span {
    margin-bottom: 24px;
}

.home-yamat #partners {
    margin: 0 -9999px;
    padding-top: 35px;
    padding-left: 9999px;
    padding-right: 9999px;
    padding: 35px 9999px 5px;
    background-color: rgba(189, 195, 199, 0.25);
}

.en .home-yamat #partners {
    background-color: #fff;
}

.btn:hover {
    text-decoration: none !important;
}

.home-yamat .btn {
    margin-bottom: 32px;
}

.home-yamat #partners h1 {
    margin-bottom: 31px;
    padding-bottom: 0;
}

.home-yamat #partners .partners-holder ul {
    direction: rtl;
    text-align: justify;
}

.home-yamat #partners .partners-holder ul::after {
    content: "";
    display: inline-block;
    width: 100%;
}

.home-yamat #partners .partners-holder ul li {
    float: none;
    display: inline-block;
    height: auto;
}

.home-yamat #great-style {
    background-color: #fff;
}

.home-yamat #great-style .text-part {
    width: 50%;
    padding-bottom: 115px;
}

.home-yamat #great-style .container {
    padding-right: 0;
}

.home-yamat #great-style .text-part h2 {
    margin-bottom: 16px;
    word-spacing: -3px;
}

.home-yamat #great-style .text-part p {
    max-width: 495px;
    margin-bottom: 88px;
    letter-spacing: 0px;
    word-spacing: -3px;
}

.anchors-page .hero-block-holder {
    margin: 0;
}

.anchors-line {
    position: relative;
    height: 68px;
}

.anchors-line ul {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 230;
    height: 68px;
    padding: 0;
    border-bottom: 1px solid #acacac;
    background-color: #fff;
    font-size: 0;
    text-align: center;
}

.anchors-line ul.fixed-anchor {
    position: fixed;
}

.anchors-line ul li {
    display: inline-block;
    box-sizing: border-box;
    width: 257px;
    height: 100%;
    margin-left: -1px;
    border-left: 1px solid #acacac;
    border-right: 1px solid #acacac;
    font-size: 27px;
    font-family: 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

.anchors-line ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 43px;
    padding-right: 3px;
    border-bottom: solid 8px transparent;
    line-height: 65px;
    letter-spacing: 0px;
    word-spacing: -1px;
    text-decoration: none;
    transition: 0.15s border-color ease-in-out;
}

.anchors-line ul li a:hover {
    color: #666;
    text-decoration: none;
    /*border-color: #3aa950;*/
}

[class*="anchor--"]::after {
    content: "";
    position: absolute;
    top: 13px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.anchor--registration::after {
    left: 38px;
    width: 31px;
    height: 33px;
}

.anchor--ideas::after {
    left: 17px;
    width: 27px;
    height: 42px;
}

.anchor--downloads::after {
    top: 17px;
    left: 27px;
    width: 35px;
    height: 31px;
}

.anchors-line ul li .anchor--downloads {
    padding-left: 53px;
}

.green .anchor--registration::after {
    background-image: url("../images/anchor-1-green.png");
}

.green .anchor--ideas::after {
    background-image: url("../images/anchor-2-green.png");
}

.green .anchor--downloads::after {
    background-image: url("../images/anchor-3-green.png");
}

.orange .anchor--registration::after {
    background-image: url("../images/anchor-1-orange.png");
}

.orange .anchor--ideas::after {
    background-image: url("../images/anchor-2-orange.png");
}

.orange .anchor--downloads::after {
    background-image: url("../images/anchor-3-orange.png");
}

.red .anchor--registration::after {
    background-image: url("../images/anchor-1-red.png");
}

.red .anchor--ideas::after {
    background-image: url("../images/anchor-2-red.png");
}

.red .anchor--downloads::after {
    background-image: url("../images/anchor-3-red.png");
}

.purple-common .anchor--ideas::after {
    background-image: url("../images/anchor-2-purple.jpg");
}

.purple-common .anchor--downloads::after {
    background-image: url("../images/anchor-3-purple.png");
}

/*.red .anchors-line ul li a:hover {
	border-color: #db3a36;
}

.purple-common .anchors-line ul li a:hover {
	border-color: #bf2b5f;
}

.orange .anchors-line ul li a:hover {
	border-color: #e68a39;
}*/

.anchors-page #photo-gallery.photo-gallery-page {
    margin-top: 0;
}

.anchors-page #partners {
    padding: 91px 0 87px;
}

#form-gdd.thanks-form-mini {
    padding: 73px 0 54px;
}

.form-gdd--thanks-mini img {
    margin-bottom: 27px;
}

.form-gdd--thanks-mini p {
    font-size: 30px;
    font-family: 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
    line-height: 1.4;
    word-spacing: -2px;
    letter-spacing: 1px;
}

#form-gdd {
    padding: 48px 0 100px;
    color: #666;
    text-align: center;
}

#form-gdd.mini-form {
    padding: 87px 0 59px;
}

#form-gdd .form-gdd--form-mini,
#form-gdd .form-gdd--thanks-mini,
#form-gdd .form-gdd--thanks {
    /*display: none;*/
}

#form-gdd.mini-form .form-gdd,
#form-gdd.thanks-form .form-gdd,
#form-gdd.thanks-form-mini .form-gdd {
    /*display: none;*/
}

#form-gdd .form-gdd--form-mini h1 {
    letter-spacing: 0;
}

#form-gdd.mini-form .form-gdd--form-mini,
#form-gdd.thanks-form .form-gdd--thanks,
#form-gdd.thanks-form-mini .form-gdd--thanks-mini {
    display: block;
}

.form-gdd--form-mini input[type="text"] {
    text-align: center;
}

#form-gdd.mini-form .form-gdd__row {
    max-width: 480px;
    margin: 0 auto;
}

#form-gdd.mini-form input {
    float: right;
}

#form-gdd.mini-form input[type="email"],
#form-gdd.mini-form input[type="text"],
#form-gdd.mini-form input[type="submit"] {
    height: 46px;
    border-radius: 0;
}

#form-gdd.mini-form input[type="email"],
#form-gdd.mini-form input[type="text"] {
    width: 66.4%;
    max-width: 100%;
    padding: 0 36px;
    border-width: 0 !important;
    font-size: 24px;
    line-height: 62px;
    word-spacing: 0px;
    letter-spacing: 1px;
}

#form-gdd.mini-form input[type="submit"] {
    width: 33.6%;
    font-size: 24px;
    line-height: 46px;
}

#form-gdd.mini-form h1 {
    margin-bottom: 74px;
    font-size: 32px;
    letter-spacing: 0px;
    word-spacing: -1.4px;
}

#form-gdd h1 {
    margin-bottom: 48px;
    font-size: 26px;
    font-family: 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
    line-height: 1.2;
    color: #666;
}

#form-gdd h2 {
    margin: 0 0 25px;
    font-size: 36px;
    font-family: 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

#form-gdd input:not([type="checkbox"]),
#form-gdd input:not([type="radio"]),
#form-gdd select,
#form-gdd textarea {
    max-width: 372px;
    margin: 0 auto 13px;
    padding: 0 15px;
    border-radius: 2px;
    font-size: 24px;
    font-family: 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
    background-color: #f5f5f5;
    border-color: #e6e6e6 !important;
}

#form-gdd input[type="submit"] {
    background-color: #3aa950;
}

#form-gdd input[type="submit"] {
    height: 46px;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

#form-gdd select {
    color: #878787;
}

#form-gdd textarea {
    height: 197px;
    padding: 14px 16px;
}

#form-gdd fieldset:nth-child(2) {
    margin-bottom: 77px;
}

.form-gdd__radio {
    overflow: hidden;
    max-width: 530px;
    margin: 0 auto 90px;
}

.form-gdd__radio input {
    position: absolute;
    z-index: -1;
    width: 1px;
    height: 1px;
    opacity: 0;
    -webkit-appearance: none;
}

#form-gdd.thanks-form {
    padding: 72px 0 42px;
}

#form-gdd .form-gdd--thanks h1 {
    margin-bottom: -6px;
    font-size: 46px;
    font-family: 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    letter-spacing: -1px;
    word-spacing: 4px;
}

#form-gdd .form-gdd--thanks img {
    margin-bottom: 19px;
}

#form-gdd .form-gdd--thanks p {
    font-size: 32px;
    line-height: 1.3;
    font-family: 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
    color: #707070;
}

#form-gdd input::-webkit-input-placeholder {
    color: #878787;
}

#form-gdd input:-moz-placeholder {
    color: #878787;
}

#form-gdd input::-moz-placeholder {
    color: #878787;
}

#form-gdd:-ms-input-placeholder {
    color: #878787;
}

#form-gdd textarea::-webkit-input-placeholder {
    color: #878787;
}

#form-gdd textarea:-moz-placeholder {
    color: #878787;
}

#form-gdd textarea::-moz-placeholder {
    color: #878787;
}

#form-gdd input[type="radio"]:checked + label {
    color: #fff;
}

.form-gdd__radio label {
    float: right;
    width: 33%;
    margin-left: 0.5%;
    font-size: 26px;
    line-height: 44px;
    font-family: 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
    background-color: #eef0f1;
    cursor: pointer;
}

.form-gdd__radio label:last-child {
    margin-left: 0;
}

.form-gdd__check {
    overflow: hidden;
    max-width: 830px;
    margin: 0 auto 82px;
    padding-right: 20px;
}

.form-gdd__col {
    float: right;
    width: 33%;
    margin-left: 8.2%;
}

.form-gdd__col:last-child {
    width: 17.6%;
    margin-left: 0px;
}

.form-gdd__check label {
    position: relative;
    display: block;
    margin-right: 47px;
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 1;
    font-family: 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
    color: #878787;
    word-spacing: 2px;
    letter-spacing: -1px;
    text-align: right;
}

.form-gdd__check label::before {
    content: "";
    position: absolute;
    right: -47px;
    top: 2px;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #dbdbdb;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.form-gdd__check input:checked + label::before {
    background-image: url('../images/tick.png');
}

.form-gdd__check input {
    position: absolute;
    right: 0;
    top: 2px;
    z-index: -1;
    width: 24px;
    height: 24px;
    opacity: 0;
    -webkit-appearance: none;
}

.form-gdd__row {
    position: relative;
}

.form-gdd__row::after {
    content: "";
    display: table;
    clear: both;
}

.form-gdd__comments {
    max-width: 372px;
    margin: 0 auto;
}

#form-gdd .form-gdd__comments h2 {
    margin-bottom: 21px;
}

.form-gdd__comments label {
    display: block;
    margin-right: 37px;
    margin-bottom: 12px;
    font-size: 19px;
    font-family: 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
    text-align: right;
    word-spacing: -1px;
}

.form-gdd__comments label::before {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    box-sizing: border-box;
    width: 23px;
    height: 23px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #8c8c8c;
    box-shadow: inset 0 0 1px 1px #c5c5c5;
    transition: background-color 0.2s ease-in-out;
    cursor: pointer;
}

.form-gdd__comments input[type="checkbox"]:checked + label::before {
    box-shadow: none;
    background-image: url('../images/tick.png');
}

.form-gdd__comments input[type="checkbox"] {
    position: absolute;
    top: 4px;
    right: 0;
    z-index: -1;
    width: 23px;
    height: 23px;
    opacity: 0;
    -webkit-appearence: none;
}

.orange #form-gdd h2 {
    color: #e68a39;
}

.orange .form-gdd__radio input:checked + label {
    background-color: #e68a39;
}

/*.orange .form-gdd__check input:checked + label::before {
	background-color: #e68a39;
	border-color: #e68a39;
}*/

/*.orange .form-gdd__comments input[type="checkbox"]:checked + label::before {
	background-color: #e68a39;
	border-color: #e68a39;
}*/

.orange #form-gdd .form-gdd--thanks h1 {
    color: #e68a39;
}

.green #form-gdd h2 {
    color: #3aa950;
}

.green .form-gdd__radio input:checked + label {
    background-color: #3aa950;
}

.form-gdd__check input:checked + label::before {
    background-color: #3aa950;
    border-color: #3aa950;
}

.form-gdd__comments input[type="checkbox"]:checked + label::before {
    background-color: #3aa950;
    border-color: #3aa950;
}

.green .social-networks::before {
    color: #3aa950;
}

.orange .social-networks::before {
    color: #e68a39;
}

.red .social-networks::before {
    color: #db3a36;
}

.purple-common .social-networks::before {
    color: #bf2b5f;
}

.green #form-gdd .form-gdd--thanks h1 {
    color: #3aa950;
}

.red #form-gdd h2 {
    color: #db3a36;
}

.red .form-gdd__radio input:checked + label {
    background-color: #db3a36;
}

/*.red .form-gdd__check input:checked + label::before {
	background-color: #db3a36;
	border-color: #db3a36;
}

.red .form-gdd__comments input[type="checkbox"]:checked + label::before {
	background-color: #db3a36;
	border-color: #db3a36;
}*/

.red #form-gdd .form-gdd--thanks h1 {
    color: #db3a36;
}

.purple-common #form-gdd h2 {
    color: #bf2b5f;
}

.purple-common .form-gdd__radio input:checked + label {
    background-color: #bf2b5f;
}

/*.purple-common .form-gdd__check input:checked + label::before {
	background-color: #bf2b5f;
	border-color: #bf2b5f;
}

.purple-common .form-gdd__comments input[type="checkbox"]:checked + label::before {
	background-color: #bf2b5f;
	border-color: #bf2b5f;
}*/

.purple-common #form-gdd .form-gdd--thanks h1 {
    color: #bf2b5f;
}

.anchors-page #photo-gallery.activity-ideas {
    padding-top: 33px;
}

.anchors-page #photo-gallery.activity-ideas h1 {
    margin-bottom: 47px;
    font-size: 44px;
}

.anchors-page #ideas-grid {
    margin: 0 auto;
}

#downloads-section .btn,
.activity-ideas .btn {
    width: 165px;
    margin-bottom: 29px;
    padding: 0 10px;
    font-size: 22px;
    line-height: 46px;
    font-family: 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
}

.activity-ideas .btn {
    margin-top: 13px;
}

#photo-gallery.activity-ideas {
    padding-bottom: 45px;
}

#downloads-section {
    padding-top: 31px;
    padding-bottom: 104px;
}

#downloads-section h1 {
    margin-bottom: 62px;
    font-size: 44px;
}

.association-page #hero-block .text-part {
    padding: 181px 97px 94px 20px;
}

.association-page #hero-block .text-part h2 {
    margin-bottom: 14px;
    font-size: 60px;
    letter-spacing: -1.4px;
}

.association-page #hero-block .text-part p {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.35;
    font-family: 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
    word-spacing: -2px;
    letter-spacing: -0.4px;
}

.authority-page #hero-block .text-part p {
    font-size: 28px;
    line-height: 1.63;
    word-spacing: 1px;
    letter-spacing: 0;
}

.authority-page.anchors-page #photo-gallery.activity-ideas {
    padding-top: 27px;
}

.authority-page.anchors-page #photo-gallery.activity-ideas h1 {
    margin-bottom: 52px;
}

.authority-page.anchors-page .anchor--ideas::after {
    left: 20px;
}

.authority-page #hero-block .text-part h2 {
    margin-bottom: 11px;
}

.authority-page #hero-block .text-part {
    padding-bottom: 79px;
}

.business-page #downloads-section {
    padding-bottom: 82px;
    border-bottom: 1px solid #ababab;
}

.business-page #partners h1 {
    margin-bottom: 16px;
    font-size: 44px;
}

.home-yamat #hero-block .text-part {
    padding-top: 136px;
}

.home-yamat #hero-block .text-part .days-left {
    margin-bottom: 15px;
    font-size: 22px;
    font-family: 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
}

.home-yamat #hero-block .slides-text li:nth-child(2) p {
    margin-bottom: 20px;
}

.slides-text {
    height: 100%;
}

.slides-text li {
    position: absolute;
    height: 100%;
    padding-bottom: 42px;
}

.all-events-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 142px;
}

.home-yamat #hero-block .slides-text li:nth-child(3) p {
    margin-bottom: 5px;
}

.home-yamat #hero-block .slides-text li:nth-child(3) .all-events-btn {
    min-width: 142px;
    text-align: center;
}

.home-yamat .all-events-btn {
    font-size: 19px;
}

.home-yamat #hero-block .text-part {
    padding-left: 20px;
}

.errors-text {
    margin: 0 auto 30px 0;
    width: 64.91%;
    text-align: right;
}

.form-gdd__inputs .form-gdd__row {
    max-width: 770px;
    margin: 0 auto;
    padding: 0 0 0 200px;
}

.form-gdd__inputs .form-gdd__row {
    content: "";
    clear: both;
    display: block;
}

.form-gdd__inputs input,
.form-gdd__inputs .form-gdd__row select {
    float: left;
    width: 65%;
}

.error-label {
    display: none;
    float: right;
    width: 35%;
    padding: 14px 0 0 10px;
    color: #d93c3c;
    text-align: right;
}

.error .error-label {
    display: block;
}

.form-gdd__error-msg {
    display: none;
}

.error .form-gdd__error-msg {
    display: block;
    max-width: 372px;
    margin: 0 auto 13px;
    padding: 0 15px;
    color: #d93c3c;
}

.error input[type="text"], .error input[type="tel"], .error input[type="email"], .error input[type="password"], .error textarea,
.error.form-gdd__row select {
    box-shadow: 0 0 1px 1px #d93c3c !important;
}

.error.form-gdd__row select {
    color: #d93c3c !important;
}

.error input::-webkit-input-placeholder {
    color: #d93c3c !important;
}

.error input:-moz-placeholder {
    color: #d93c3c !important;
}

.error input::-moz-placeholder {
    color: #d93c3c !important;
}

.error input:-ms-input-placeholder {
    color: #d93c3c !important;
}

/*.social-networks a:hover {
	background-position: 0 0 !important;
}*/

/*.social-networks .youtube a:hover {
	background-image: url('../images/youtube-hover.png');
}*/

/*.social-networks .facebook a:hover {
	background-image: url('../images/fb-hover.png');
}*/

input.required {
    padding-right: 25px !important;
    background-image: url('../images/required.png');
    background-position: 96% 14px;
    background-repeat: no-repeat;
}

select.required {
    padding-right: 25px !important;
    background-image: url('../images/select-arrow.gif'),
    url('../images/required.png') !important;
    background-position: 0 0, 96% 14px !important;
}

.anchors-line ul li a.active-anchor {
    border-color: #3aa950;
}

.red .anchors-line ul li a.active-anchor {
    border-color: #db3a36;
}

.purple-common .anchors-line ul li a.active-anchor {
    border-color: #bf2b5f;
}

.orange .anchors-line ul li a.active-anchor {
    border-color: #e68a39;
}

.your-choice {
    margin-top: 44px;
}

.your-choice.form-row {
    margin: 0 auto 12px;
    max-width: 373px;
}

/* MailChimp */
#mc4wp-form-1 {
    margin-bottom: 60px;
    border-bottom: 2px solid #fff;
    margin-right: 13%;
    margin-left: 13%;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 20px;
}

#mc4wp-form-1 > div.mc4wp-form-fields {
    margin: 0% 10% 23%;
}

#mc4wp-form-1 > div.mc4wp-form-fields > p {
    margin: 20px 0 10px;
}

#mc4wp-form-1 > div.mc4wp-form-fields > p > label {
    float: left;
}

#mc4wp-form-1 > div.mc4wp-form-fields > p > input[type="text"], #mc4wp-form-1 > div.mc4wp-form-fields > p > input[type="email"] {
    background-color: #fff;
}

#mc4wp-form-1 > div.mc4wp-form-fields > p > input[type="email"] {
    display: inline-block;
    float: left;
    width: 83%;
}

#mc4wp-form-1 > div.mc4wp-form-fields > p > input[type="submit"] {
    float: right;
    display: inline-block;
    margin-top: -58px;
    height: 58px;
    width: 19%;
    border: 1px solid #24ae40;
    border-radius: 0px 5px 5px 0px;
}

#mc4wp-form-1 > div.mc4wp-form-fields > p > input[type="submit"] {
    font-size: 16px;
}

@media screen and (max-width: 414px) {
    #mc4wp-form-1 {
        margin-left: 0%;
        margin-right: 0%;
        padding-left: 0%;
        padding-right: 0%;
    }

    #mc4wp-form-1 > div.mc4wp-form-fields > p > input[type="submit"] {
        margin-top: -49px;
        height: 49px;
        width: 20%;
        border: 1px solid #24ae40;
        border-radius: 0px 5px 5px 0px;
        font-size: 12px;
        text-align: center;
    }

    #mc4wp-form-1 > div.mc4wp-form-fields {
        margin: 0% 10% 35%;
    }
}

.page-template-page-language #social-networks-section {
    margin-bottom: 50px
}

/*Conference Page Styling*/
.page-template-page-conference .hero-block-holder {
    min-height: 517px;
}

.page-template-page-conference #hero-block .text-part h2 {
    margin: 17px 0 23px 0;
    letter-spacing: 1px;
    font-size: 54px;
}

.page-template-page-conference #hero-block .text-part p {
    max-width: 413px;
    line-height: 1.5;
}

.conference-page .conference-gallery {
    margin: 0;
    -webkit-padding-start: 0;
    padding: 65px 0 75px;
    list-style: none;
}

.conference-gallery .image-holder img {
    height: 480px;
    width: calc(100% - 21px);
    object-fit: cover;
    opacity: 0;
}

.conference-gallery .image-holder a {
    display: block;
    width: calc(100% - 21px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.partners-list-info > .partners-list-info {
    /*display: none;*/
}

.conference-gallery li {
    padding-bottom: 35px;
    position: relative;
    margin-bottom: 35px;
}

/*.conference-gallery li::after {*/
/*content: "";*/
/*display: block;*/
/*width: 275px;*/
/*height: 1px;*/
/*background: #b63682;*/
/*position: absolute;*/
/*bottom: 0;*/
/*left: 15px;*/
/*}*/

.conference-gallery .image-holder {
    max-height: 480px;
    overflow: hidden;
    margin-bottom: 47px;
}

.conference-gallery h2 {
    max-width: 90%;
    margin: 0 0 11px;
    font-weight: 700;
    color: #b63682;
}

.conference-gallery span {
    display: block;
}

.conference-gallery .time {
    margin-bottom: 7px;
    font-size: 22px;
    font-weight: 400;
}

.conference-gallery .place {
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: -0.4px;
}

.conference-gallery .note {
    font-size: 18px;
}

.page-template-page-conference #partners-list-section ul li .partners-list-info,
.single-conference #partners-list-section ul li .partners-list-info,
.page-template-page-conferense-front-end #partners-list-section ul li .partners-list-info {
    pointer-events: none;
}

#partners-list-section ul li .partners-list-info {
    height: 100%;
}

#partners-list-section .partners-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.partners-list .partners-list-info {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.partners-list .partners-list-info > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

#partners-list-section ul {
    display: flex;
    flex-wrap: wrap;
}

.speakers h2,
.simply-text h2,
#partners-list-section h2,
.take-part h2,
#downloads-section h2,
#conference .container > h2,
#photo-gallery .container > h2 {
    color: #b63682;
    text-align: center;
    font-size: 31px;
    font-weight: 700;
}

.thankyou-block {
    margin-bottom: 4px;
}

.simply-text {
    padding: 25px 0 42px;
}

.thankyou-page .simply-text {
    padding: 86px 0 42px;
    position: relative;
}

.thankyou-page .simply-text .thankyou-block h1 {
    margin-bottom: 37px;
}

.thankyou-page .simply-text:after {
    content: "";
    width: 79px;
    height: 78px;
    background: url("../images/hand.svg") no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.simply-text h2 {
    margin: 0 0 28px;
}

.thankyou-page .simply-text p {
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 34px;
}

.simply-text p {
    text-align: center;
    font-size: 23px;
    line-height: 1.4;
    color: #666;
}

.thankyou-page .simply-text p:nth-child(2) {
    position: relative;
}

.thankyou-page .simply-text p:nth-child(2):after {
    content: "";
    width: 47px;
    height: 2px;
    background: #b63681;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -19px;
}

.thankyou-page .simply-text p a {
    font-size: inherit;
    color: #b63682;
}

.thankyou-page .simply-text p a[target="_top"] {
    font-size: 18px;
}

.simply-text p:last-child {
    margin-bottom: 0;
}

.speakers {
    padding: 42px 0 11px;
}

.speakers h2 {
    margin: 0 0 63px;
}

.speakers-list-item .speaker-info {
    padding: 15px 15px 26px;
    background: #f1f1f1;
    text-align: center;
    color: #000;
    min-height: 180px;
}

.speakers-list-item .speaker-info span {
    display: block;
    line-height: 1.48;
    font-size: 16px;
}

.speakers-list-item h3 {
    position: relative;
    text-align: center;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0 0 7px;
    padding: 0 0 18px;
}

.speakers-list-item h3::after {
    content: '';
    position: absolute;
    height: 1px;
    background: #484848;
    width: 20px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.speakers-list-item img {
    display: block;
    object-fit: cover;
}

.speakers-list ul {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.speakers-list.align-left ul {
    justify-content: flex-start;
}

.speakers-list li {
    list-style: none;
    width: calc((100% - (14px * 4)) / 5);
    margin-bottom: 20px;
}

.speakers-list li:not(:last-child) {
    margin-right: 14px;
}

.speakers-list li:nth-child(5n) {
    margin-right: 0;
}

.take-part {
    /*padding: 31px 0 105px;*/
    padding: 31px 0 25px;
    text-align: center;
}

.take-part > .container {
    border-bottom: 2px solid #f1f1f1;
}

.take-part h2 {
    margin: 0 0 41px;
}

.take-part a {
    font-size: 24px;
    display: inline-block;
    width: auto;
    margin: 0 auto 71px;
    color: #fff;
    background: #25af40;
    padding: 0 15px;
    text-decoration: none;
    text-align: center;
    line-height: 1.67;
}

.take-part a:hover {
    background: #057810;
    color: #fff;
}

.single-conference #downloads-section {
    padding-bottom: 6px;
}

#downloads-section .container > h2 {
    margin: 0 0 37px;
}

#downloads-section .downloads-list h2 {
    color: #fff;
}

.single-conference #partners-list-section {
    margin: 0;
    padding: 32px 0 25px;
}

#partners-list-section h2 {
    margin: 0 0 39px;
}

.single-conference #photo-gallery.photo-gallery-page {
    margin-top: 0;
    padding-bottom: 65px;
    padding-top: 27px;
}

.single-conference #photo-gallery > .container {
    border-bottom: 2px solid #f1f1f1;
}

.single-conference #photo-gallery .gallery-list {
    margin: 0 0 40px;
}

.single-conference #photo-gallery h2 {
    margin-bottom: 36px;
}

#conference .container > h2 {
    margin: 32px 0 42px;
}

.single-conference .conference-gallery {
    padding-top: 0;
    padding-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.single-conference .conference-gallery.align-left {
    justify-content: flex-start;
}

.conference-gallery a {
    text-decoration: none;
    color: #b63682;
}

.conference-gallery h2 a:hover {
    text-decoration: none;
}

.conference-gallery a:hover {
    text-decoration: underline;
}

.single-conference .gallery-list li {
    /*display: block !important;*/
    display: block;
}

.single-conference .gallery-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.single-conference .gallery-list.align-left {
    justify-content: flex-start;
}

#conference .container > a {
    display: block;
    font-size: 25px;
    padding: 9px 0 76px;
    max-width: 400px;
    color: #b63682;
    text-align: center;
    margin: 0 auto;
}

/*peace-of-mind*/

.fancybox-type-iframe {
    max-width: 887px;
}

.fancybox-type-iframe .fancybox-inner {
    width: 100% !important;
    height: auto !important;
}

.fancybox-image {
    opacity: 1;
}

.more-video {
    display: flex;
    justify-content: space-between;
}

.mind-inspires-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.mind-inspires-wrapper .item {
    width: 20%;
    position: relative;
    margin-bottom: 4px;
    padding: 0 2px;
    box-sizing: border-box;
}

.top-mind-section.hero-block-holder {
    min-height: 381px;
}

.text-mind-section {
    text-align: center;
    padding: 7px 0 35px;
    line-height: 1.5;
    color: #000;
}

.video-mind-section img:not(.play_video) {
    width: 100%;
}

.video-mind-section {
    padding: 48px 0 72px;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}

.video-mind-section .gallery-list, .item_more-video a {
    position: relative;
}

.video-mind-section .gallery-list:after, .item_more-video a:after {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}

.more-video {
    padding: 48px 0 0;
    border-bottom: 1px solid #e0e0e0;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.more-video .play_video {
    width: 53px;
}

.item_more-video {
    width: 33.33%;
    margin-bottom: 73px;
    padding: 0 7px;

}

.item_more-video a, .video-mind-section a {
    position: relative;
    display: block;

}

.main-peace-mind h2 {
    font-size: 30px;
    color: #bd418b;
    text-align: center;
    margin: 0 0 27px;
    font-weight: 400;
}

.main-peace-mind h3 {
    font-size: 20px;
    color: #bd418b;
    text-align: center;
    padding: 0 20px;
    margin: 0 0 13px;
    font-weight: 400;
    line-height: 1.25;

}

.main-peace-mind .container {
    max-width: 824px;
}

.play_video {
    transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    top: 35%;
}

.mind-inspires-section {
    padding: 39px 0 53px;
}

.mind-inspires-wrapper {
    padding-top: 5px;
    margin: 0 -2px;
}

.hover-img {
    display: none;
}

.mind-inspires-section .btn {
    width: 100%;
    background: #bd418b;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    line-height: 30px;
    margin-bottom: 0;
}

.top-mind-section #hero-block .text-part h1 {
    text-transform: lowercase;
    line-height: 1.2;
    width: 256px;
    font-size: 50px;
}


.mind-inspires-wrapper a:hover {

    position: absolute;
    width: 255px;
    z-index: 1;
    border: 1px solid #bd418b;
    top: -47px;
    left: -70px;
}

.mind-inspires-section .btn {
    width: 100%;
    background: #bd418b;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    line-height: 30px;
    margin-bottom: 0;
}

.top-mind-section #hero-block .text-part h1 {
    text-transform: lowercase;
    line-height: 1.2;
    width: 225px;
    font-size: 50px;
}

.f, .h {
    text-align: center;
}

/*country-section*/

.country-hero-block-section .hero-block-holder {
    min-height: 379px;
}

.country-hero-block-section #hero-block .text-part h1 {
    font-size: 57px;
    text-transform: uppercase;
}

.section-download .downloads-list .download-link-block {

    /*height: 370px;*/
}

.main-country .section-download .container {
    max-width: 1197px;
}

.country-hero-block-section #hero-block .text-part {
    padding-top: 171px;
}

.main-country {
    color: #666666;
    line-height: 27px;

    font-size: 20px;
}


.main-country h2 {
    color: #b63682;
    font: 700 35px/1.075 'Source Sans Pro', Arial, sans-serif;
    margin: 0 0 32px;
    text-transform: uppercase;
}

.main-country h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 16px;
    letter-spacing: 2.32px;
}

.common-text-block {
    margin-bottom: 0;
    padding-top: 48px;
}

.list-person-section {
    padding: 30px 0 123px;
}

.list-person {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-person .item {
    width: 43.6%;
    letter-spacing: 1.22px;
    margin-bottom: 47px;
}
.list-person .item .address{
    line-height: 1.5;
}
.list-person .wpapper-name, .list-person .wrapper-contact {
    display: flex;
    flex-wrap: wrap;
}

.list-person .wpapper-name {
    margin-bottom: 4px;
}

.list-person-section.center-section {
    text-align: center;
}

.center-section .list-social-country {
    margin: 2px auto 0;
}

.list-social-country {
    display: flex;
    width: 420px;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 2px 0 0;
}

.list-social-country li {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #b43a81;
    background-position: 50%;
    background-repeat: no-repeat;

}
.list-social-country li:hover{
    background-color: #fff;
    border: 2px solid #b43a81;
}
.list-social-country li.facebook {
    background-image:  url("../images/facebook-1.svg");
}
.list-social-country li.lidkedin{
    background-image:  url("../images/icon-linkedin2.svg");
}
.list-social-country li.lidkedin{
    background-image:  url("../images/icon-linkedin2.svg");
    background-size: contain;
}
.list-social-country li.twitter{
    background-image:  url("../images/icon-twitter2.svg");
    background-size: contain;
}

.list-social-country li.youtube {
    background-image: url("../images/youtube-2.svg");
}

.list-social-country li.inst {
    background-image: url("../images/inst-2.svg");
}

.list-social-country li.net {
    background-image:  url("../images/net-2.svg");
}
.list-social-country li.facebook:hover {
    background-image: url("../images/facebook-1-hover.svg");
}

.list-social-country li.youtube:hover {
    background-image: url("../images/youtube-2-hover.svg");
}

.list-social-country li.inst:hover {
    background-image: url("../images/inst-2-hover.svg");
}

.list-social-country li.net:hover {
    background-image: url("../images/net-2-hover.svg");
}
.list-social-country li.twitter:hover {
    background-image:  url("../images/icon-twitter2-hover.svg");
}
.list-social-country li.lidkedin:hover {
    background-image:  url("../images/icon-linkedin2-hover.svg");
}

.list-social-country a {
    display: block;
    height: 100%;
}

.center-section .list-person .name, .center-section .address {
    /*display: none;*/
}
.center-section .list-person .position, .center-section .email {
    margin-left: 5px;
    display: block;
    width: 100%;
}

.center-section .list-person h6 {
    font-weight: 400;
    line-height: 1.4 !important;
}
.list-person span{
    display: inline-block;
    line-height: 1.4 !important;
}

.center-section .list-person .item {
    width: 100%;
}

.center-section .list-person .wpapper-name, .center-section .list-person .wrapper-contact {
    justify-content: center;
}

.list-person .region {
    font-size: 20px;
    line-height: 1.5;
    color: #b63682;
    font-weight: 700;
    margin-bottom: 6px;
}

.list-person h6 {
    font-weight: 600;
    line-height: 1.4;
    font-size: 20px;
    margin: 0;
    display: block;
    margin-right: 4px;
}

.list-person .name {
    line-height: 1.5;
}

.main-country a {
    color: #b63682;
}
.main-country a.btn-country {
    color: #fff;
}

.list-person .wrapper-contact h6 {
    font-weight: 400;
}

.list-commission-section {
    text-align: center;
    background: #eeeff0;
    font-size: 13px;
    padding: 91px 0 0;
}

.list-commission-section h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.22px;
    margin: 0 0 40px;
}


.main-country .list-commission {
    max-width: 759px;
    width: auto;
    margin: 0 auto;
    padding: 0 0 42px;
}

.main-country .list-commission-section h2 {
    margin-bottom: 18px;
}

.wrapper-heading {
    border-top: 1px solid #979797;

}

.wrapper-list-commission {
    overflow: hidden;
}

.wrapper-list-commission .all_members {
    margin-bottom: 57px;
}

.wrapper-list-commission:last-of-type .all_members {
    margin-bottom: 103px;
}

.wrapper-heading h4 {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 53px;
    margin-bottom: 38px;
    line-height: 1.3;

}

.all_members {

    margin-top: -6px;
}

.btn-country, #downloads-section.section-download .btn-country {
    padding: 0 42px;
    height: 45px;
    font-size: 20px;
    background: #b43a81;
    line-height: 45px;
    border-radius: 4px;
    border: none;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: auto;
}

.main-country .section-download .btn-country {
    color: #fff;
}

.main-country .btn-country:hover {
    text-decoration: none;
}

.show-more {
    margin-bottom: 44px;
}

.list-commission {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-commission li {
    width: 25%;
    position: relative;
    padding: 27px 20px 0;
    margin-bottom: 37px;

}

.list-commission li:before {
    content: '';
    position: absolute;
    width: 1000%;
    height: 1px;
    background: #d6d7d7;

    top: 0px;
    left: -56%;
}

.list-commission li {
    display: none;
}

/*.list-commission li.active{*/
/*    display: block;*/
/*}*/

.list-commission li:nth-child(1),
.list-commission li:nth-child(2),
.list-commission li:nth-child(3),
.list-commission li:nth-child(4) {
    border-top: none;
    padding-top: 0;
    display: block;
}


.list-commission li:nth-child(1):before,
.list-commission li:nth-child(2):before,
.list-commission li:nth-child(3):before,
.list-commission li:nth-child(4):before {
    display: none;
}

.list-commission img {
    border-radius: 50%;
    width: 133px;
    height: 133px;
    object-fit: cover;
    margin-bottom: 17px;
}

.list-commission h6 {
    color: #b43a81;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.91px;
    margin: 0 0 -3px;
}

.list-commission .position {
    position: relative;
    font-size: 12px;
    letter-spacing: 0.73px;
}

.list-commission .position:after {
    content: '';
    height: 2px;
    width: 26px;
    background: #b43a81;
    display: block;
    margin: 4px auto 9px;
}

.list-commission p {
    padding: 0 10px;
    line-height: 1.2;
    margin: 0;
    letter-spacing: 0.79px;
}

.partners-section-country {
    padding: 91px 0 22px;
    text-align: center;
}

.main-issue-section {
    padding: 103px 0 98px;
    text-align: center;
    background: #eeeff0;
    line-height: 1.4;
}

.main-issue-section p {
    margin-bottom: 28px;
}

.main-country .main-issue-section h3 {
    padding-top: 29px;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: .4px;
    margin: 0 0 47px;
}

.list-partners, .list-icons {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;

    align-items: center;
}

.main-country .main-issue-section h2 {
    margin-bottom: 40px;
}

.list-partners {
    padding-top: 45px;
    margin: 0 -11px;
}

.list-icons {
    max-width: 737px;
    margin: 0 auto;

}

.list-icons li {
    width: 79px;
    height: 79px;
    margin: 0 13px 23px;
}

.list-icons img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.list-partners li {
    width: 16.6%;
    margin: 0 0 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}

.main-country .future-project-section .container {

    max-width: 1170px;
}

.all_members_1 {
    display: none;
}

.scroll_menu_country, .close-menu-country {
    display: none;
}

.all_members.no-active {
    display: none;
}

.main-issue-section .load-more {
    display: none;
}

.future-project-section {
    overflow: hidden;
    background: #b43a81;
    position: relative;
}

.future-project-block {
    display: flex;
    background: #b43a81;
}

.main-country .text-future-project h3 {

    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom: 22px;
}

.text-future-project {
    background: #b43a81;
    color: #fff;
    padding: 89px 117px 83px 0;
    position: relative;
    flex-basis: 49.7%;
    line-height: 1.45;
}

.text-future-project p {
    margin-bottom: 0;
}

.text-future-project:after {
    content: '';
    width: 100%;
    height: 100%;
    right: 99%;
    background: #b43a81;
    position: absolute;
    top: 0;
    z-index: -1;
}

.wrapper-img_future {
    position: absolute;
    right: 0;
    height: 100%;
    width: 50.3%;
}

.wrapper-img_future img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-plans-section {
    text-align: center;
    padding: 85px 0 93px;
    letter-spacing: 1.22px;
    border-bottom: 1px solid #979797;
}

.our-plans-section h6 {
    float: left;
    width: 50%;
    text-align: right;
    font-size: 20px;
    margin: 0 0 0;
    line-height: 1.1;

}

.our-plans-section .container {
    overflow: hidden;
}

.our-plans-section p {
    margin-bottom: 28px;
}

.our-plans-section h2 {
    letter-spacing: 1px;
}

.list-person .email:hover {
    text-decoration: none;
}

.our-plans-section a {
    width: 49%;
    float: right;
    text-align: left;
    line-height: 1;
    margin: 1px 0 0;
    /*text-decoration: none;*/
}

.our-plans-section a:hover {
    text-decoration: none;
}

#downloads-section.section-download {
    padding: 80px 0 71px;
    text-align: center;
    border-bottom: 1px solid #979797;
}

.section-gallery {
    padding: 90px 0;
    text-align: center;
}

#downloads-section.section-download .container > h2 {
    margin-bottom: 74px;
}

#photo-gallery.photo-gallery-page.section-gallery {
    margin: 0;
    padding: 86px 0 56px;
}

#photo-gallery.section-gallery .gallery-list {
    margin: 0 0 65px;
}

.main-country #photo-gallery .gallery-list li h2 {
    font: 22px/1.375 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    margin: 0 auto 3px;
    max-width: 350px;
    overflow: hidden;
    position: relative;
    max-height: 60px;
    padding-right: 1em;
    white-space: normal;
    color: #666;
    text-transform: capitalize;
}

#photo-gallery.section-gallery .gallery-list a {
    color: #5d5d5d;
}

#photo-gallery.section-gallery .gallery-list a:hover h2, #photo-gallery.section-gallery .gallery-list a:hover {
    color: #b43a81;
}

.main-country .section-gallery .container {
    max-width: 1170px;
}

.main-country .section-gallery h2 {
    margin-bottom: 71px;
}

.country-img-block {
    float: right;
    width: 81px;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.wrapper-country-menu {
    position: absolute;
    top: 100%;
    margin-right: 124%;
    padding-top: 24px;
    width: 473px;
    display: none;

}

.country-menu {

    background: #fff;

    padding: 0;
    margin: 0;

    list-style: none;

}

.wrapper-country-menu:before {
    content: '';
    position: absolute;
    left: 58%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13.5px 24px 13.5px;
    border-color: transparent transparent #fff transparent;
}

.country-menu > li {
    display: flex;

    max-width: 141px;

}

.country-menu a {
    text-decoration: none;
    font-size: 15px;
    text-align: left;
    font-weight: 700;
    display: block;
}
.country-menu > li a{
    font-size: 14px;
}

.country-menu > li:last-of-type > a {
    padding-bottom: 16px;
}

.country-menu > li > a {
    background: #b43a81;
    color: #fff;
    padding: 10px 18px;
    width: 100%;
    pointer-events: none;
}

.wrapper-country-img-block {
    cursor: pointer;
}

.country-menu > li.active > a {
    background: #fff;
    color: #b43a81;
}

.country-menu > li > a:hover {
    background: #fff !important;
    color: #b43a81;
}

.country-menu > li ul a {
    font-weight: 400;

}

.country-menu > li ul a span {
    color: #b43a81;
}

.country-menu > li ul li {
    padding: 5px 2px 4px 15px;
    break-inside: avoid-column;
}

.current-country-lang a {
    color: #b43a81;
    font-weight: 700 !important;
}

.country-menu > li ul .current-country-lang a span {
    color: #000;
    font-weight: 700;
}

.country-menu > li ul {
    display: none;
    position: absolute;
    left: 149px;
    top: 24px;
    padding: 27px 16px 0 0;
    margin: 0;
    list-style: none;
    column-count: 2;
    column-width: 139px;
    column-rule: 1px solid #979797;
    column-gap: 23px;
    background: #fff;

}

.country-menu > li.active ul {
    display: block;
}

.list-person .wrapper-contact-for-mobile {
    display: none;
}
.page-template-page-gallery .fancybox-inner,
.single-countries .fancybox-inner{
    height: auto !important;
    margin: 0;
    background-size: cover;
}
.page-template-page-gallery .fancybox-skin,
.single-countries .fancybox-skin {
    position: relative;
    background: #fff;
    color: #000;
    text-shadow: none;
    padding: 0 !important;
}
.page-template-page-gallery .fancybox-inner iframe, .page-template-page-gallery .fancybox-image,
.single-countries .fancybox-inner iframe, .single-countries .fancybox-image{
    object-fit: cover;
}
.page-template-page-gallery .fancybox-skin .fancybox-title,
.single-countries .fancybox-skin .fancybox-title {
    padding: 15px 20px 15px 10px;
}
@media only screen and (max-width: 1366px) {
    .top-mind-section #hero-block .text-part {
        padding-top: 159px;
        padding-left: 12px;
    }

}

@media only screen and (max-width: 710px) and (min-width: 481px) {
    .mind-inspires-wrapper {
        justify-content: start;
        margin: 0 -3px;
    }

    .mind-inspires-wrapper a {
        display: block;
    }

    .mind-inspires-wrapper .item {
        width: 20%;
    }

    .play_video, .more-video .play_video {
        width: 81px;
        top: 37%;
    }
}

@media only screen and (max-width: 767px) {
    .top-mind-section #hero-block .text-part a {
        margin-bottom: auto;
    }

    .top-mind-section #hero-block .text-part {
        padding: 18px 0;
    }

    .top-mind-section #hero-block .text-part h1 {
        font-size: 36px;
        width: 240px;
        margin: 0 auto;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 710px) {
    .mind-inspires-wrapper a:hover {
        width: auto;
        position: static;
        border: none;
    }

    .item_more-video {
        width: 100%;
        margin-bottom: 52px;
    }

    .mind-inspires-wrapper .item {
        width: 50%;
    }

    .play_video, .more-video .play_video {
        width: 60px;
        top: 34%;
    }

    .more-video {
        padding: 26px 0 0;
    }

    .item_more-video:last-of-type {
        margin-bottom: 48px;
    }
}

@media only screen and (min-width: 480px) {
    .mind-inspires-section .btn {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .mind-inspires-wrapper .item {
        width: 50%;
    }

    .play_video, .more-video .play_video {
        width: 60px;
        top: 34%;
    }

    .top-mind-section #hero-block .text-part {
        min-height: auto !important;
    }

    .top-mind-section.hero-block-holder {
        min-height: 374px;
    }

    .text-mind-section {
        font-size: 16px;
        font-weight: 300;
    }

    .text-mind-section {
        padding: 30px 0 34px;
        line-height: 1.9;
    }

    .main-peace-mind .video-mind-section h2 {
        width: 200px;
        margin: 0 auto 14px;
        font-weight: bold;
    }

    .main-peace-mind h2 {
        font-size: 20px;
        font-weight: bold;
        margin: 0 auto 24px;
        line-height: 1.4;
    }

    .video-mind-section {
        padding: 55px 0 30px;
        border: none;
    }

    .main-peace-mind h3 {
        line-height: 1.35;
        margin-bottom: 13px;
    }

    .main-peace-mind h3 {
        padding: 0 8px;
    }

    .mind-inspires-section {
        padding: 30px 0 27px;
        border-bottom: 1px solid #e0e0e0;
    }

    .mind-inspires-wrapper .item {
        display: none;
    }

    .mind-inspires-wrapper .item:nth-child(-n+60) {
        display: block;
    }

    .mind-inspires-wrapper {
        margin-bottom: 15px;

    }

    .item_more-video:last-of-type {
        margin-bottom: 48px;
    }
}

@media (max-width: 1200px) {
    .conference-gallery h2 {
        max-width: 100%;
    }

    .conference-gallery .image-holder img {
        height: 380px;
        width: calc(100% - 15px);
    }

    .conference-gallery .image-holder a {
        width: calc(100% - 15px);
    }
}

@media (max-width: 992px) {
    .conference-gallery h2 {
        font-size: 24px;
    }

    .conference-gallery li::after {
        width: 187px;
    }

    .conference-gallery .image-holder img {
        height: 300px;
        width: calc(100% - 10px);
    }

    .conference-gallery .image-holder a {
        width: calc(100% - 10px);
    }
}

@media (max-width: 768px) {
    body.single-countries .gallery-list li {
        display: none !important;
    }

    .single-countries .gallery-list li:nth-child(1),
    .single-countries .gallery-list li:nth-child(2),
    .single-countries .gallery-list li:nth-child(3) {
        display: block !important;
    }

    .close-menu-country {
        position: absolute;
        right: 11px;
        top: 23px;
        width: 17px;
        height: 17px;
        display: block;
        z-index: 11;
    }

    .country-menu > li:first-of-type:before {
        content: '';
        display: block;
        width: 146px;
        height: 50px;
        background: #b63682 url("../images/net-mob.png") no-repeat 21px 25px;
        position: absolute;
        top: 1px;
    }

    .country-menu {
        background: #b43a81;;
    }

    .country-menu > li > a {
        padding: 9px 0 9px 21px;
        font-size: 17px;
    }

    .country-menu > li:first-of-type {
        padding-top: 56px;
    }

    .country-menu > li ul {
        top: 0;
        background: #fff;
        left: 146px;
    }

    .country-menu > li {
        margin-bottom: 4px;
    }

    .close-menu-country:before, .close-menu-country:after {
        position: absolute;
        left: 0;
        content: ' ';
        height: 17px;
        width: 1px;
        background-color: #000;
    }

    .close-menu-country:before {
        transform: rotate(45deg);
    }

    .close-menu-country:after {
        transform: rotate(-45deg);
    }

    .scroll_menu_country {
        height: 81px;

        display: flex;
        align-items: flex-end;
        background: #fff;
        position: absolute;
        bottom: 0;
        right: 0;
        background: linear-gradient(to bottom, rgba(237, 237, 237, 0) 20%, #fff 83%);
        width: 100%;
        left: 146px;

    }

    .scroll_menu_country span {
        width: 20px;
        height: 20px;
        display: block;
        margin: 0 67% 0 auto;
        background: url("../images/arrow-scroll.png") no-repeat;
        position: relative;
        top: -7px;
        left: 2px;
    }

    .wrapper-country-menu {
        position: fixed;
        top: 0;
        margin-right: 0;
        padding-top: 0;
        width: 100%;
        display: none;
        left: 0;
        z-index: 11111;
        overflow: hidden;
        height: 399px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);

    }

    .main-network-page {
        border-bottom: 1px solid #d5d5d5;
        margin-bottom: 26px;
    }

    .thankyou-page .simply-text {
        padding: 119px 0 42px;
    }

    .thankyou-page .simply-text::after {
        top: 43px;
    }

    .thankyou-page .simply-text p {
        font-size: 19px;
        line-height: 1.8;
        margin-bottom: 31px;
    }

    .thankyou-page .simply-text p:nth-child(2)::after {
        bottom: -17px;
    }

    .conference-gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .conference-gallery li {
        width: auto;
        margin: 0 auto 54px;
    }

    .conference-gallery li::after {
        width: 117px;
        height: 2px;
    }

    .conference-gallery h2 {
        max-width: 340px;
    }

    .conference-gallery .image-holder img {
        height: auto;
        width: 100%;
    }

    .conference-gallery .image-holder a {
        width: 100%;
    }

    .simply-text {
        padding: 32px 0 23px;
    }

    .simply-text h2 {
        margin: 0 0 34px;
    }

    .simply-text p {
        font-size: 16px;
        line-height: 1.6;
        padding: 0 15px;
    }

    .speakers h2 {
        margin: 0 0 19px;
    }

    .speakers-list {
        padding: 0 15px;
    }

    .speakers-list li {
        width: 100%;
        margin-bottom: 14px;
    }

    .speakers-list li:not(:last-child), .speakers-list li {
        padding: 0;
        margin-right: 0;
    }

    .speakers-list-item img {
        height: auto !important;
        width: 100%;
    }

    .speakers-list-item .speaker-info {
        padding: 22px 15px;
    }

    .speakers-list-item h3::after {
        bottom: 1px;
    }

    .take-part {
        padding: 7px 0 13px;
    }

    .take-part a {
        width: 100%;
        max-width: 290px;
    }

    .take-part h2 {
        margin: 0 0 39px;
    }

    .single-conference #downloads-section .container > h2 {
        margin: 0 0 36px;
    }

    .single-conference .downloads-list {
        padding: 0 0 20px;
    }

    .single-conference #downloads-section {
        padding-bottom: 1px;
    }

    .single-conference .downloads-list li:last-child {
        margin-bottom: 0;
    }

    .single-conference #photo-gallery.photo-gallery-page {
        padding-top: 2px;
    }

    #photo-gallery .container > h2 {
        margin: 0 0 26px;
    }

    .single-conference #photo-gallery .gallery-list li h2 {
        padding-right: 0;
        font-size: 18px;
        max-width: 250px;
        line-height: 1.3;
        margin-bottom: 1px;
    }

    .single-conference #photo-gallery .gallery-list li span {
        padding-right: 0;
        font-size: 14px;
    }

    .single-conference .gallery-list .image-holder {
        margin-bottom: 4px;
    }

    .single-conference #photo-gallery .gallery-list li {
        min-height: initial !important;
        margin-bottom: 28px;
    }

    .single-conference #photo-gallery.photo-gallery-page {
        padding-top: 35px;
        padding-bottom: 31px;
    }

    .single-conference #partners-list-section {
        padding: 0;
    }

    #partners-list-section .container > h2 {
        /*margin: 0 0 63px;*/
        margin: 0 -15px 22px;
        padding: 19px 0 5px;
        /*padding: 19px 0 39px;
	    background: #fff;*/
        text-transform: lowercase;
    }

    .single-conference #partners-list-section li {
        padding: 0;
        margin-bottom: 15px;
    }

    .single-conference #partners-list-section .partners-list {
        margin-bottom: 0;
    }

    .single-conference #partners-list-section li:last-child {
        margin-bottom: 22px;
    }

    .single-conference #conference {
        padding-top: 63px;
        border-bottom: 1px solid #ddd;
    }

    .single-conference #conference .container > h2 {
        margin: 0 0 21px;
    }

    .single-conference #hero-block .scroll-down,
    .page-template-page-conference #hero-block .scroll-down {
        display: none;
    }

    .conference-gallery.conference-gallery li {
        text-align: center;
        padding: 0 0 54px;
        margin: 0 auto 57px;
        width: 100%;
    }

    .conference-gallery.conference-gallery .image-holder {
        margin-bottom: 44px;
    }

    .conference-gallery.conference-gallery h2 {
        margin-bottom: 17px;
    }

    .conference-gallery.conference-gallery .time {
        margin-bottom: 3px;
    }

    .conference-gallery.conference-gallery li::after {
        height: 3px;
        left: 50%;
        transform: translateX(-50%);
    }

    .conference-gallery.conference-gallery .note {
        font-size: 19px;
    }

    .conference-gallery.conference-gallery .note a {
        text-decoration: none;
    }

    .conference-page .conference-gallery.conference-gallery {
        /*padding: 15px 0 92px;*/
        padding: 0 0 92px;
    }

    .single-conference .conference-gallery.conference-gallery {
        padding: 0 0 27px;
    }

    #conference .container > a {
        padding: 9px 0 52px;
        font-size: 25px;
    }

}

@media (max-width: 540px) {
    .simply-text p br {
        display: none;
    }
}

@media (max-width: 480px) {
    .page-template-page-conference #hero-block .text-part h2 {
        font-size: 32px;
    }

    .conference-page .conference-gallery {
        padding: 15px 0 70px;
    }

    .conference-gallery li:last-child {
        margin-bottom: 0;
    }

    .conference-gallery .image-holder {
        max-height: 320px;
        margin-bottom: 42px;
    }

    .conference-gallery h2 {
        margin-bottom: 14px;
        line-height: 1.2;
        letter-spacing: -0.6px;
        font-size: 29px;
        font-weight: 700;
    }

    .conference-gallery .time {
        margin-bottom: 4px;
        font-size: 18px;
    }
}

@media (max-width: 320px) {
    .conference-page .conference-gallery {
        padding: 0 0 70px;
    }

    .conference-gallery li {
        padding: 0 0 35px;
    }

    .conference-gallery h2,
    .conference-gallery span {
        padding: 0 20px;
    }
}


/*network-page*/
.main-network-page h2 {
    color: #b63682;
    font-size: 32px;
    margin: 0 0 25px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.text-network-section {
    text-align: center;
    color: #000;
    font-size: 18px;
    padding-bottom: 70px;

}

.text-network-section p {
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.68;
}


.map-section {
    padding: 68px 0 75px;
}

.map-section h2 {
    margin-bottom: 55px;
}

#map {
    height: 450px;
    width: 100%;
    max-width: 684px;
    margin: 0 auto;
}

.gm-style .gm-style-iw-c {
    padding: 6px !important;
}

.map-infowindow {
    max-width: 315px;
    text-align: center;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    padding-right: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .map-infowindow {
        padding-right: 15px;
        padding-left: 15px;
    }

}

.map-infowindow h6 {
    margin: 0 0 3px;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

.gm-style-iw-d {
    overflow: hidden !important;
}

.map-infowindow p {
    margin: -4px 0 0 0;
    font-size: 15px;
    color: #b63682;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

.filter-section {
    background: #eef0f1;
    margin: 0 -99999px;
    padding: 68px 99999px 29px;
}

.filter-section input[type=text] {

    border: 1px solid #000 !important;
    background: none;
    border-radius: 0;
    height: 47px;
    font-size: 24px;
    padding: 0 29px;
}

.filter-section input::placeholder {
    color: #d5d5d5;
}

.filter-section input::-ms-input-placeholder {
    color: #d5d5d5;
}

.filter-section input::-webkit-input-placeholder {
    color: #d5d5d5;
}

.filter-section input[type=submit] {
    border: none;
    background: url("../images/search.svg") no-repeat;
    width: 26px;
    position: absolute;
    top: 12px;
    right: 17px;
    height: 33px;
    font-size: 0;

}

.wrapper-filter-section {
    display: flex;
    padding-top: 57px;
    justify-content: space-between;

    flex-wrap: wrap;

}

.wrapper-filter-section form {
    width: 58.5%;
    position: relative;
    font-size: 23px;
}

.filter-section .location:hover {
    background: #d64c9e;
}

.filter-section .location {
    width: 36%;
    color: #fff;
    padding-top: 8px;
    display: block;
    padding-left: 25px;
    background: #b63682;

    position: relative;
    font-size: 24px;
    cursor: pointer
}

.filter-section .location:after {
    content: '';
    width: 30px;
    height: 25px;
    position: absolute;
    background: url('../images/arrow-01.svg') no-repeat 100% 1px;
    transform: rotate(180deg);
    right: 17px;
}

.filter-section .location.active:after {
    transform: rotate(0);
    right: 17px;
    background-position: 100% 8px;
}

.city-name {

    color: #fff;
    display: none;
    padding: 44px 0 3px 26px;
    font-size: 18px;
    width: 77.5%;
    background: #b63682;
}

.city-name ul {
    column-count: 2;
    padding: 0;
    list-style: none;
    margin: 0;
    position: relative;
    width: 79%;
    vertical-align: top;
}

.city-name ul:before {
    content: '';
    width: 1px;
    height: 85%;
    background: #cb70a6;
    position: absolute;
    left: 44%;
    top: 5px;
}

.city-name li {
    padding-bottom: 21px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    vertical-align: top;

}

.city-name li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.partners-section ul {
    padding: 0;
    list-style: none;
    display: flex;
    color: #000;
    flex-wrap: wrap;
}

.partners-section ul span {
    display: block;
    margin-bottom: 11px;

}

.partners-section h5 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 14px;
}

.partners-section > ul {
    margin-bottom: 33px;

}


.partners-section > ul > li > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 32px 25px 40px;
    font-size: 16px;

}

.partners-section > ul > li {
    width: 25%;
    margin-bottom: 31px;
    padding: 0 10px;
}

.partners-section .mail {
    text-decoration: none;
    padding-bottom: 30px;
    display: block;
    border-bottom: 1px solid #b63682;
    margin-bottom: 20px;
    font-size: 12px;
}

.partners-section h2 {
    margin-bottom: 68px;
}

.partners-section ul ul {
    flex-wrap: nowrap;
}

.partners-section ul ul li {
    width: 30px;
    position: relative;
    margin-right: 15%;

}

.partners-section ul ul li:last-of-type {
    margin-right: 0;
}

.partners-section ul ul a {

    width: 30px;
    height: 30px;
    cursor: pointer;

    display: block;
    position: relative;
}

.partners-section ul ul .tw a {
    background: url("../images/tw-img.svg") no-repeat;
}

.partners-section ul ul:last-of-type {
    margin-right: 0;


}

.partners-section ul ul .inst a {
    background: url("../images/inst-img.svg") no-repeat;
}

.partners-section ul ul .in a {
    background: url("../images/in-img.svg") no-repeat;
}

.partners-section ul ul .fb a {
    background: url("../images/f-img.svg") no-repeat;

}

.partners-section ul ul li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #d5d5d5;
    position: absolute;
    left: 44px;
    top: 0px;
}

.partners-section ul ul li:last-of-type:after {
    display: none;
}

.partners-section .load-more {
    width: 190px;
    color: #000;

    margin: 0 auto;
    text-decoration: none;
    display: block;
    text-align: center;
    border: 1px solid #b63682;
    padding: 8px 0;
}

.partners-section .load-more:hover {
    background: #b63682;
    color: #fff;
}

.partners-section {
    background: #eef0f1;
    margin: 0 -99999px;
    padding: 57px 99999px 75px;

}

.join-network-section {
    padding-bottom: 16px;
    padding-top: 1px;
}

.take-part-section li {
    text-align: center;
    color: #b63682;
    margin-bottom: 39px;

}

.take-part-section ol {
    list-style-position: inside;
    padding: 35px 0 13px;
    font-size: 18px;
    margin: 0;
}

.take-part-section li p {
    color: #000;
    margin: 0 0 8px;
}

.take-part-section h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 8px;
}

.top-network-page {
    min-height: 530px;
}

.top-network-page #hero-block .text-part {
    padding: 221px 11px 0px 0;
    max-width: 300px;
}

.top-network-page #hero-block .text-part h1 {
    font-size: 52px;
    line-height: 1.1;
}

.hero-block-holder.top-network-page {
    margin-bottom: 68px;
}

.join-text-section {
    padding: 68px 0 71px;
}

.main-network-page .join-text-section h2 {
    margin-bottom: 25px;
}

.join-text-section p {
    max-width: 700px;
}

.join-network-section h4 {
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    color: #000;
}

.join-network-section h4:after {
    content: '';
    display: block;
    width: 94px;
    height: 2px;
    background: #b63682;
    margin: 21px auto 12px;
}

.join-network-section .wrapper-img {
    height: 91px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 19px;
}

.join-network-section p {
    line-height: 1.7;
    height: 150px;
    overflow: hidden;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: #000;
    fill: #000;
    font-size: 74px;
}

.icon-img-join1 {
    width: 0.9912109375em;
    font-size: 87px;
}

.icon-img-join2 {
    font-size: 87px
}

.icon-img-join3 {
    width: 0.900390625em;
    font-size: 92px;
}

.icon-img-join5 {
    font-size: 81px;
}

.our-join {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -32px;
    justify-content: center;
    font-size: 18px;
}

.our-join li {
    width: 33.33%;
    text-align: center;
    padding: 0 44px;
    margin: 73px 0 25px;
}

.our-join img {
    width: 100px;
    height: 80px;
    margin: 0 auto;
}

.our-join li:first-of-type img {
    height: 90px;
}

.our-join li:nth-of-type(4) img {
    height: 70px;
}

.our-join li:nth-of-type(5) img {
    height: 88px;
}

.take-part-section {
    padding-top: 68px;
    padding-bottom: 20px;
}

.page-template-page-global-network .text-part .scroll-down {
    display: none;
}

.gm-style .gm-style-iw-c {
    border-radius: 0;
    border-top: 2px solid #b63682;
}

.partners-section > ul > li.not-found {
    width: 100%;
    text-align: center;
    font-size: 18px;
}

@media only screen and (max-width: 1200px) {
    .top-network-page #hero-block .text-part {
        padding: 166px 11px 50px 0;
    }

    .partners-section > ul > li {
        width: 33.33%;
    }
}

@media only screen and (max-width: 1000px) {
    .partners-section > ul > li {
        width: 33.33%;
    }

}

@media (max-width: 992px) and (min-width: 768px) {
    .main-network-page .container {
        width: auto;
    }

    .partners-section ul ul li {
        margin-right: 14%;
    }

    /*.partners-section ul ul li:after{*/
    /*left: 34px;*/
    /*}*/
}

@media only screen and (max-width: 900px) {
    .our-join li {
        width: 50%;
    }

    .map-infowindow {
        max-width: 210px;
    }
}


@media only screen and (max-width: 767px) {
    .partners-section > ul > li {
        width: 50%;
    }

    .country-menu > li ul {
        column-count: unset;
        column-width: auto;
        height: 399px;
        overflow-y: scroll;
        width: 83%;
        padding: 65px 10px 40px;
    }

    .country-menu a {
        font-size: 14px;
    }

    .country-menu > li ul li {
        margin-bottom: 8px;
    }

    .top-network-page #hero-block .text-part {
        padding: 21px 40px 13px 40px;
        max-width: none;
        min-height: auto !important;
    }

    .top-network-page #hero-block .text-part h1 {
        line-height: 1.34;
    }

}

@media only screen and (max-width: 639px) {
    .partners-section ul ul li:after {
        left: 54px;
    }

    .partners-section > ul > li {
        width: 80%;
        margin: 0 auto;
        padding: 0;
    }

    .our-join li {
        width: 100%;
    }

    .join-network-section p {
        height: auto;
        margin-bottom: 0;
    }

    .main-network-page h2 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .hero-block-holder.top-network-page {
        margin-bottom: 37px;
    }

    .text-network-section {
        padding-bottom: 57px;
    }

    .map-section {
        padding-top: 45px;
    }

    .filter-section {
        padding-bottom: 66px;
        padding-top: 39px;
    }

    .filter-section h2 {
        margin-bottom: 37px;
    }

    .partners-section {
        padding-top: 66px;
        padding-bottom: 27px;
    }

    .partners-section h2 {
        margin-bottom: 35px;
    }

    .partners-section > ul > li div {
        padding: 32px 39px 40px;
        margin-bottom: 7px;

    }

    .partners-section > ul > li {


        margin-bottom: 7px;

    }


    .main-network-page .join-text-section {
        padding-top: 76px;
    }

    .main-network-page .join-text-section h2 {
        line-height: 1.5;
        margin-bottom: 41px;
    }

    .main-network-page .join-text-section, .main-network-page .join-network-section {
        border-bottom: none;
    }

    .wrapper-filter-section form {
        position: relative;
        width: 100%;
        order: 1;
    }

    .filter-section .location {
        width: 100%;
        font-size: 24px;
        padding-bottom: 9px;
        background-position: 97%;
    }

    .city-name {
        width: 100%;
        padding-top: 13px;


    }

    .wrapper-filter-section input[type="text"] {

        margin-top: 20px;
    }

    .filter-section input[type=submit] {
        top: 30px;
    }

    .city-name ul {
        column-count: 1;
    }

    .city-name ul:before {
        display: none;
    }

    .city-name li {
        font-size: 16px;
        padding-bottom: 19px;

    }

    .wrapper-filter-section {
        padding-top: 0;
    }
}

@media only screen and (max-width: 490px) {


    .partners-section ul ul li:after {
        left: 44px;
    }

    .map-section h2 {
        margin-bottom: 27px;
    }

    .map-section {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 400px) {
    .join-network-section .wrapper-img {
        height: auto;
    }

    .partners-section > ul > li {
        width: 100%;

    }

    .wrapper-filter-section input[type="text"] {
        font-size: 24px;
        padding: 0 15px
    }

    .main-network-page .text-network-section.underline {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 55px;
        margin: 0 -15px;
    }

    .main-network-page .map-section.underline {
        margin: 0 -15px;
        padding: 45px 15px 0;
    }

    #map {
        height: 427px;
        padding: 0 15px;

    }

    .top-network-page #hero-block .text-part h1 {
        font-size: 38px;
    }

    .partners-section > ul {
        margin-bottom: 40px;
    }


    .our-join li {
        margin: 0 0 75px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .join-network-section {
        padding-bottom: 19px;
    }

    .join-network-section h4 {
        font-size: 26px;
    }

    .join-network-section h4:after {
        margin-bottom: 10px;
    }

    .take-part-section h3 {
        display: inline;
        line-height: 1.65;
    }

    .take-part-section ol {
        padding: 26px 0 0;
    }

    .take-part-section li {
        margin-bottom: 59px;
    }

    .take-part-section li p {
        margin: 0 0 2px;
        line-height: 1.7;
    }
}

footer img {
    width: 100%;
}


.newsletters-section {
    background: #b43a81;
    padding: 96px 9999px 43px;
    margin: 0 -9999px;
    text-align: center;
    color: #fff;

}

.newsletters-section #got-it {
    max-width: 600px;
    margin: 0 auto;
    background: none;
}

.newsletters-section p {
    margin: 0;
}

.newsletters-section form {
    padding: 16px 53px;
}
.newsletter-form .input-row input.mce_inline_error::placeholder, .newsletter-form .bottom-row input[type=email].mce_inline_error::placeholder{
    color: #ee003c !important;
}

.newsletter-form .input-row, .newsletter-form .bottom-row {
    display: flex;
    justify-content: space-between;
}

.newsletter-form .input-row input {
    width: 100%;
    background: #fff;
    font-size: 17px;
    height: 50px;
    padding-bottom: 0;
}

.newsletter-form .mc-field-group {
    width: 48.6%;
}

.newsletter-form .input-row input::placeholder, .newsletter-form .bottom-row input[type=email]::placeholder {
    color: #000;
}

.newsletter-form .bottom-row input[type=submit] {
    width: 35%;
    display: block;
    line-height: 40px;
    height: 50px;
    border-radius: 0 5px 5px 0;
    padding-bottom: 4px;
    font-size: 17px;
    font-weight: 600;
}

.newsletter-form .bottom-row input[type=email] {

    border-radius: 5px 0 0 5px;
    background: none;
    font-size: 17px;
    height: 50px;
}

.newsletter-form .bottom-row .mc-field-group {
    width: 65%;
}

.newsletter-form .input-row {
    margin-bottom: 15px;
}
.newsletters-section .required-field, footer .required-field{
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    top: -11px;
}
.newsletters-section .info-text p {
    font-size: 16px;
}

.newsletter-header-popup {
    float: right;
    width: 96px;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 16px;


}

.newsletter-header-popup .wrapper-newsletter-form {
    position: relative;

}

.newsletter-header-popup .wrapper-newsletter-form:after {
    /*content: '';*/
    /*position: absolute;*/
    /*left: 30px;*/
    /*top: 121px;*/
    /*width: 70px;*/
    /*height: 76px;*/
    /*background: url("../images/img-newsletters.png") no-repeat;*/
}

.newsletter-header-popup a {
    color: #b43a81;
    text-decoration: none;
    font-weight: bold;
}

.newsletter-header-popup .wrapper-newsletter-form {
    width: 580px;
    position: absolute;

    top: 73px;
    padding: 31px 0 39px;
    box-sizing: border-box;
    left: -294%;
    display: none;

}

.newsletter-header-popup .newsletter-form {
    width: 81%;
    margin-left: auto;
    padding-right: 30px;

}

.wrapper-newsletter-form {
    position: relative;
}

.wrapper-newsletter-form .arrow {
    height: 23px;
    position: relative;
}

.wrapper-newsletter-form:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 60px 25px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: 0;
    font-size: 0;
    left: 52%;
}

.wrapper-newsletter-form-arrow {
position: relative;
    padding: 31px 31px 39px;
    background: #fff url("../images/img-newsletters.svg") no-repeat 32px 42%;
}
.wrapper-newsletter-form-arrow #mce-success-response, footer #mce-success-response {
    background: #fff;
}
footer #mce-success-response h3:before {
    content: '';
    max-width: 80px;
    height: 80px;
    margin-bottom: 20px;
    background-size: contain;
}
footer #mce-success-response{
    font-size: 15px;
}
.newsletters-section #mce-success-response p{
    font-size: 27px;
    font-weight: bold;
}
.newsletters-section #mce-success-response span{
    font-size: 20px;
    color: #fff;
}
.newsletters-section #mce-success-response h3:before{
    background: url("../images/signboard.svg") no-repeat;
     margin-bottom: 26px;
     width: 135px;
     height: 128px;
     background-size: contain;
}
footer #mce-success-response h3:before{
    display: none;
}
footer #mce-success-response h3{
    font-size: 27px;
    line-height: 1.26;
    font-weight: bold;
}
footer #mce-success-response p,
footer #mce-success-response span{
    font-size: 18px;
    margin: 0;
}
footer  #mce-success-response .wrapper-text{
    text-align: left;
    color: #fff;
    font-weight: bold;
    font-family:  'Source Sans Pro', Arial, sans-serif;
}
footer #mce-success-response, .newsletters-section #mce-success-response{
    background: #b43a81;
}
footer #mce-success-response *, .newsletters-section #mce-success-response *{
    color: #fff;
}
.wrapper-newsletter-form-arrow #mce-success-response{
    text-align: left;
    width: 79%;
    right: 0;
    left: auto;
    padding-left: 9px;
}
.wrapper-newsletter-form-arrow #mce-success-response h3{
    color: #000;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 29px;
}
.wrapper-newsletter-form-arrow #mce-success-response p,
.wrapper-newsletter-form-arrow #mce-success-response span{
    font-size: 20px;
    color: #000;
}
.wrapper-newsletter-form-arrow #mce-success-response h3:before {
    display: none;
}

.newsletter-header-popup .info-heading {
    width: 81%;
    text-align: left;
    margin-left: auto;
    margin-bottom: 18px;

}

.newsletter-header-popup h5 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;

}

.newsletter-header-popup p {
    font-size: 17px;
    color: #b43a81;
    margin: 0;
}

.footer-newsletters {
    max-width: 370px;
    float: right;
    position: relative;
    left: 4px;
}

.footer-newsletters h5 {
    margin-bottom: 19px;

    font: 700 18px/1.325 'Source Sans Pro', Arial, sans-serif;
    margin-top: 24px;
    margin-bottom: 17px;
}

.footer-newsletters .newsletter-form .input-row input, .footer-newsletters .newsletter-form .bottom-row input[type=email] {
    background: #fff;
    height: 45px;
}

.footer-newsletters .newsletter-form .bottom-row .mc-field-group {
    width: 78%;
}

.footer-newsletters .newsletter-form .bottom-row input[type=submit] {
    height: 45px;
    line-height: 45px;
}

.newsletters-section input[type=text], .newsletters-section input[type=email] {
    padding-left: 26px;
    padding-bottom: 0;
    background: #fff !important;
}

.newsletters-section {
    position: relative;

}

.newsletters-section:before {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    top: 33px;
    left: 50%;
    transform: translate(-50%);
    background: url("../images/img-newsletters2.svg") no-repeat;
}

.newsletters-section #got-it p {
    margin-bottom: 0;

}

.newsletters-section #got-it .info-text p {
    font-size: 16px;
}

.newsletters-section h2 {
    font-size: 28px;
    margin-bottom: 3px;
    font-weight: 700;
}

.home #how-to-participate #got-it {
    background: #fff;
}

/*page-subscribe-newsletter start*/
.page-template-page-subscribe-newsletter #wrapper {
    background: #ebf1f1;
}

.page-template-page-subscribe-newsletter h1 {
    font-size: 39px;
}

.page-template-page-subscribe-newsletter #mc_embed_signup {
    background: inherit;
}

#subscribe-newsletter-text-content, #subscribe-newsletter-form-mailchimp {
    max-width: 960px;
    margin: 0 auto;
}

#subscribe-newsletter-form-mailchimp input[type=text], #subscribe-newsletter-form-mailchimp input[type=email] {
    font-size: 17px;
    color: #080106;
    height: 71px;
    background: #fff;
    line-height: 70px;
    margin-bottom: 24px;
    padding: 0;
}

#subscribe-newsletter-form-mailchimp input::placeholder {
    color: #080106;
}

#subscribe-newsletter-form-mailchimp input[type=submit] {
    width: 262px;
    height: 71px;
    line-height: 70px;
    background: #23ae40;
    margin-top: 16px;
    margin-bottom: 17px;

    font-size: 17px;
    font-weight: 700;
}

#subscribe-newsletter-text-content {
    padding-top: 49px;
    line-height: 1.5;
}

#subscribe-newsletter-text-content ul {
    margin-top: 51px;
    padding-left: 51px;
    list-style: none;


}

#subscribe-newsletter-text-content li {
    margin-bottom: 33px;
    position: relative;
}

#subscribe-newsletter-text-content li:before {
    content: '';
    width: 40px;
    height: 40px;
    background: url("../images/check-mark (1).svg") no-repeat;
    position: absolute;
    left: -51px;
    top: 1px;
}

#subscribe-newsletter-form-mailchimp #mc_embed_signup form {

    padding: 3px 0 0;
    max-width: 820px;
}

#subscribe-newsletter-form-mailchimp #mc_embed_signup .mc-field-group input {
    padding-left: 44px;
}
#subscribe-newsletter-form-mailchimp #mc_embed_signup .mc-field-group input.mce_inline_error::placeholder{
    color: #ee003c;
}
.newsletters-section input.mce_inline_error[type=text], .newsletters-section input.mce_inline_error[type=email]{
    background: #fff3f6 !important;
}

#subscribe-newsletter-form-mailchimp .subscribe-newsletter > p {
    font-size: 16px;

}

#subscribe-newsletter-form-mailchimp {
    padding-bottom: 129px;
}

footer #mc-embedded-subscribe {
    margin: 0;
}

.wrapper-newsletter-form #mc-embedded-subscribe {
    margin: 0;
    width: 35% !important;
    padding-bottom: 0;
}
.wrapper-newsletter-form:after{
    content: '';
    position: absolute;
    height: 50%;
    top: 89%;
    width: 100%;
    left: 0;
}
.wrapper-newsletter-form .required-field{

    font-size: 15px;
    margin-bottom: 9px;

}
.mce_inline_error {
    text-align: left;
    color: #ff0000;
}

.page-template-page-subscribe-newsletter #mc_embed_signup div.mce_inline_error {
    color: #ff0000;
    background-color: inherit;
    margin: -10px 0 16px;
    padding: 0;
    font-weight: 400;
}

.required-field {
    color: #ee003c;

    font-size: 18px;
    margin-bottom: 15px;
    text-align: left;

}

form .mce_inline_error {
    background: #fff3f6 !important;
    border: 1px solid #ee003c !important;
}


.page-template-page-subscribe-newsletter #wrapper > .container{
    position: relative;
}
#mce-success-response{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    font-size: 20px;
    color: #000;
    background: #ebf1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.4;
    left: 0;
}
#mce-success-response h3{
    margin: 0;
    font-size: 20px;
}
#mce-success-response h3:before{
    content: '';
    width: 208px;
    height: 208px;
    display: block;
    margin: 0 auto 60px;
    background: url("../images/signboard2.svg") no-repeat;
    background-size: contain;

}

#mce-error-response{
    text-align: left;
    margin-top: 20px;
}
.newsletters-section #mce-error-response{
    font-size: 14px;
}
.newsletters-section #mce-error-response a{
    color: #fff;
}

footer #mce-error-response{
    font-size: 13px;
    margin-bottom: 20px;
}

@media only screen and  (max-width: 991px) {
    #footer .social-networks {
        overflow: hidden;
    }

    .footer-newsletters {
        float: none;
        margin: 0 auto 30px;
        left: 0;
    }
}
.menu-link-newsletters {
    font-weight: bold;
}
.newsletter-header-popup  div.mce_inline_error{
    display: none !important;
}
@media only screen and  (min-width: 768px) {
    .page-template-page-subscribe-newsletter #hero-block .text-part {

        padding: 78px 40px 78px 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .menu-link-newsletters {
        display: none;
    }
}

@media only screen and  (max-width: 767px) {
    .newsletter-header-popup {
        display: none;
    }

    .footer-newsletters h5 {
        color: #333;
    }

    .newsletters-section {
        padding-top: 125px;
        padding-bottom: 52px;
    }

    .newsletters-section h2 {
        font-size: 24px;
        line-height: 1.3;
        margin-top: 24px;
        margin-bottom: 7px;
    }

    .newsletters-section #got-it p {
        font-size: 16px
    }

    .newsletters-section {
        font-size: 16px;
    }

    .newsletters-section #got-it .info-text p {
        font-size: 14px;
        text-align: left;
    }

    .newsletters-section .newsletter-form .input-row, .newsletters-section .newsletter-form .bottom-row {
        display: block;
        margin-bottom: 0;
    }

    .newsletters-section .newsletter-form .mc-field-group, .newsletters-section .newsletter-form .bottom-row .mc-field-group, .newsletters-section .newsletter-form .bottom-row input[type=submit] {
        width: 100%;


    }

    .newsletters-section form {
        padding: 30px 0 12px;
    }

    .newsletters-section:before {
        top: 54px;
        background-size: contain;
        width: 104px;
        height: 104px;
    }

    .newsletters-section input[type=text], .newsletters-section .newsletter-form .bottom-row input[type=submit], .newsletters-section .newsletter-form .bottom-row input[type=email] {
        padding-left: 17px;
        margin-bottom: 13px;
        height: 38px;
        border-radius: 5px;
        font-size: 16px;
    }

    .newsletters-section .newsletter-form .bottom-row input[type=submit] {
        margin: 19px 0 0;
    }

    #subscribe-newsletter-text-content {
        padding-top: 36px;
        line-height: 1.62;

    }

    #subscribe-newsletter-text-content h1 {
        font-size: 28px;
        margin-bottom: 11px;
    }

    .page-template-page-subscribe-newsletter #wrapper > .container {
        padding: 0 10px;
    }

    #subscribe-newsletter-text-content ul {
        margin-top: 35px;
        padding-left: 49px;

    }

    #subscribe-newsletter-form-mailchimp #mc_embed_signup form {
        padding: 0;
    }

    #mc_embed_signup .mc-field-group {
        width: 100% !important;
    }

    #subscribe-newsletter-form-mailchimp #mc_embed_signup .mc-field-group input {
        padding-left: 10px;
        margin-bottom: 10px;
        height: 61px;
    }

    #subscribe-newsletter-form-mailchimp input[type=submit] {
        width: 100%;
        height: 61px;
        margin-top: 18px;
        margin-bottom: 21px;
    }

    #subscribe-newsletter-form-mailchimp {
        padding-bottom: 29px;
    }

    .footer-newsletters .newsletter-form .input-row input, .footer-newsletters .newsletter-form .bottom-row input[type=email] {

        padding-left: 17px;
        margin-bottom: 13px;
        height: 38px;
        border-radius: 5px;
        font-size: 16px;
    }

    .footer-newsletters .newsletter-form .bottom-row input[type=submit] {
        height: 38px;
        line-height: 38px;
        width: 100%;
        border-radius: 5px;
    }

    .newsletter-form .input-row, .newsletter-form .bottom-row {
        display: block;
    }

    .newsletter-form .mc-field-group, .footer-newsletters .newsletter-form .bottom-row .mc-field-group {
        width: 100%;
    }
}

html, body {
overflow-x: hidden;
}

@media only screen and (max-width: 410px) {

    #subscribe-newsletter-text-content h1 {
        width: 230px;
    }
}

 body .main-partners{
    font: normal 20px 'PT Sans', Arial, sans-serif;
}
.page-template-page-joinus{

}
.wrap-btn{
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.95;
    letter-spacing: 2px;
    text-align: center;
}
.wrap-btn a{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 1px;
    transition: all 400ms cubic-bezier(0.4,0,0.2,1);
}
.dark{
    border: 1px solid #000;
}
.dark a{
    display: block;
    position: relative;
    color: #000;
}

.dark a:hover{
    color: #fff;
    transition: all 400ms cubic-bezier(0.4,0,0.2,1);
}

.white a{
    display: block;
    position: relative;
    border: 1px solid #fff;
    transition: all 400ms cubic-bezier(0.4,0,0.2,1);
}
.white a{
    color: #fff;
}
.white a:hover{
    color: #fff;
}

.wrap-btn a:hover::before {
   bottom: 0;
   height: 100%;
}
.wrap-btn a::before {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 0px;
    width: 100%;
    content: '';
    background: #000;
    transition: height 400ms cubic-bezier(0.4,0,0.2,1);
}
.white a::before{
    background: #fff;
}
.wrap-btn a span{
    display: block;
    width: 100%;
    position: relative;
}
.main-partners h2{
    font-size: 50px;
    font-weight: bold;
    line-height: 1.28;
    letter-spacing: 5.75px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
.main-partners h3{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.17;
    letter-spacing: 2px;
    color: #000;
}
.hero-section {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 29.3% auto;
}

.page-template-page-joinus .hero-section{
    grid-template-columns: 44.3% auto;
}
.page-template-page-joinus .hero-section .wrapper-text{
    padding: 37px 6% 47px 47px;
}
.hero-section .wrap-logo{
    color: #fff;
    background: #ff9537;
    grid-column: 1;
    grid-row: 1;
    padding: 38px 0 26px;
    position: relative;
    z-index: 5;
}
.hero-section .wrap-logo:after{
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 50vw;
    height: 100%;
    background: #ff9537;
}

.hero-section .wrap-logo .logo-link{
    display: block;
    width: 81px;
    margin: 0 0 0 47px;
}
.hero-section .wrapper-text{
    background: #a3015d;
    grid-column: 1;
    grid-row: 2 / span 2;
    padding: 37px 17px 47px 47px;
    position: relative;
}
.hero-section .wrapper-text:after{
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 50vw;
    height: 100%;
    background: #a3015d;
}
.hero-section .wrapper-text h1{
    font-size: 25px;
    font-weight: normal;
    line-height: 1.92;
    letter-spacing: 3.2px;
    margin: 0 0 59px;
    color: #fff;
    padding: 0;
    text-align: left;
}
.hero-section .wrapper-text p{
    overflow: hidden;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    box-orient: vertical;
}
.hero-section .wrap-btn{
    display: block;
    max-width: 177px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.75;
    text-transform: uppercase;
}
.hero-section .white a:hover{
    border: 1px solid #fff;
    color: #a3015d;
}

.hero-section .wrapper-img{
    background: #f6f6f6;
    grid-column: 2;
    grid-row: 1 / span 3;
    position: relative;
}
.hero-section .wrapper-img picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
/**/
.join-section {
    padding: 54px 0 63px;
}

.join-section .content-text .container{
    max-width: 860px;
}
.join-section .content-text{
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 2px;
    color: #000;
}
.join-section .content-text:first-child{
    /*margin: 0 auto 66px;*/
    margin: 0 auto 47px;
}
.join-section .content-text span{
    font-size: 30px;
    line-height: 1.47;
    letter-spacing: 3.5px;

}
.join-section .content-text h3{
    margin: 0 0 30px;
    text-transform: uppercase;
    line-height: 1.17;
    letter-spacing: 3.5px;
}
.join-section .block-counter {
    margin: 0 0 27px;
}
.join-section .block-counter .container{
    max-width: 979px;
}
.join-section .block-counter .title br{
    display: none;
}

.join-section .block-counter ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.join-section .block-counter ul::after{
    content: '';
    width: 100%;
    height: 1px;
    background: #979797;
    margin: -19px 0 0 ;
}

.join-section .block-counter ul li{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 231px;
    height: 167px;
    margin: 0 4px 92px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1.93px;
    line-height: 1.55;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}
.join-section .block-counter ul li:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 19px;
    -webkit-transition: width 800ms linear;
    -o-transition: width 800ms linear;
    transition: width 800ms linear;
}

.join-section .block-counter.js-animate-color ul li:after{
    width: 100%;
    -webkit-transition: width 800ms linear;
    -o-transition: width 800ms linear;
    transition: width 800ms linear;
}

.join-section .block-counter ul li:nth-child(1):after{
     background: #ce127e;
}
.join-section .block-counter ul li:nth-child(2):after{
    background: #ff3d34;
}
.join-section .block-counter ul li:nth-child(3):after{
    background: #ff9333;
}
.join-section .block-counter ul li:nth-child(4):after{
    background: #00b5cb;
}
.join-section .block-counter ul li:nth-child(5):after{
    background: #ffb300;
}
.join-section .block-counter ul li:nth-child(6):after{
    background: #e91e68;
}

 .block-counter ul li strong{
     font-size: 65px;
     line-height: 1.2;
     letter-spacing: 7.47px;
 }
.block-counter ul li strong .img-animate{
    transform: scale(0);
    transition: all 800ms linear;
    vertical-align: baseline;
    height: 46px;
}
.join-section .block-counter .img-animate.js-animate-img{
    transform: scale(1);
    transition: all 800ms linear;
}
.join-section .block-counter .title {
    margin: 0 0 87px;
    text-align: center;
    position: relative;
}
.join-section .block-counter .title h3{
    display: inline;
    position: relative;
    padding: 0 42px;
    background: #fff;
    letter-spacing: 3.45px;
    z-index: 2;
}
.join-section .block-counter .title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #979797;
    top: 22px;
}
.join-section .last-text {
    padding: 0 13px;
}
/**/
.about-content{
    padding: 80px 0 133px;
    background: #f6f6f6;
}
.about-content .container{
    max-width: 970px;
    margin: 0 auto;
}
.about-content  .wrapper-about-content .about-title{
    text-align: center;
    margin: 0 0 49px;
}
.about-content .wrap-text-content p {
    margin: 0 0 35px;
}
.about-content .wrap-text-content{
    position: relative;
    padding: 58px 119px 208px 80px;
    background: #fff;
}
.about-content .text-content{
    font-size: 18px;
    font-style: normal;
    line-height: 1.94;
    letter-spacing: 2.07px;
    color: #000;
}
.about-content .block-picture,
.about-content .block-video{
    position: absolute;
    display: block;
    top: 75.05%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 779px;
    width: 100%;
    height: 519px;
    margin: 0 0 73px;
    background: #979797;
}

.block-video a.start-video {
    content: '';
    background: url("../images/play-img.png") no-repeat 0 0/contain;
    margin: -37px 0 0 -37px;
    width: 88px;
    height: 88px;
    position: absolute;
    top: 50%;
    padding: 7px;
    left: 50%;
    text-indent: -9999px;
    border: none;
    border-radius: 50%;
    z-index: 100;
}
.ytp-large-play-button.ytp-button{
    display: none;
}
.about-content .block-picture img,
.about-content .block-video iframe{
    width: 100%;
    height: 100%;
}

.about-content  .block-video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**/
.benefits-section{
    padding: 370px 0 0;
    text-align: center;
}
.benefits-section .container{
    max-width: 966px;
    padding: 0 13px;
    margin: 0 auto;
}
.benefits-section h2{
    margin: 0 0 60px;
    overflow: hidden;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}
.benefits-section .wrap-content-benefits h3{
    font-weight: normal;
    letter-spacing: 3.45px;
    margin: 0 0 79px;
}
.benefits-section .wrap-content-benefits ul{
    position: relative;
    padding: 0;
    margin: 0 0 -10px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.94;
    letter-spacing: 2px;
    list-style: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #848484;
}
.benefits-section .wrap-content-benefits ul li{
    margin:  0 0 129px;
    color: #848484;
    width: 42.2%;
}

.benefits-section .wrap-content-benefits ul h4{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.62;
    letter-spacing: 3px;
    margin: 0 0 7px;
    overflow: hidden;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
    color: #ce127e;
}
.benefits-section .wrap-content-benefits ul li:nth-child(1) h4{
    color: #ce127e;
}
.benefits-section .wrap-content-benefits ul li:nth-child(2) h4{
    color: #ff9333;
}
.benefits-section .wrap-content-benefits ul li:nth-child(3) h4{
    color: #00b5cb;
}
.benefits-section .wrap-content-benefits ul li:nth-child(4) h4{
    color: #e91e68;
}
.benefits-section .wrap-content-benefits ul li:nth-child(5) h4{
    color: #ff3d34;
}
.benefits-section .wrap-content-benefits ul li:nth-child(6) h4{
    color: #ffb300;
}

.benefits-section .wrap-content-benefits ul p{
    margin: 0;
}
.benefits-section .wrap-content-benefits ul:before{
    content: '';
    position: absolute;
    top: 12px;
    left: 50%;
    width: 1px;
    height: 83%;
    background: #c9c9c9;
}
/**/
.instruction-section{
    padding: 76px 0 67px;
    background: #ff9537;
}
.instruction-section .container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.instruction-section h2{
    margin: 0 0 84px;
    color: #fff;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
    overflow: hidden;
}
.instruction-section ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 42px;
}
.instruction-section ul li {
    text-align: center;
    color: #fff;
    width: calc(100%/3 - 89px);
}
.instruction-section ul li:before{
    content: '';
   display: block;
    width: 95px;
    height: 1px;
    background: #fff;
    margin: 0 auto 13px;
}
.instruction-section ul li h4{
    font-size: 28px;
    font-weight: normal;
    line-height: 1.79;
    letter-spacing: 3.22px;
    color: #000;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
    overflow: hidden;
}
.instruction-section ul li p{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 3.45px;
    color: #fff;
    margin: 39px 0 20px;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
    overflow: hidden;
}
.instruction-section .wrap-btn{
    margin: 0 auto;
    min-width: 269px;

}
.instruction-section .wrap-btn a{
    padding: 0 1px 2px;
}
.instruction-section .dark a:hover{
    color: #ff9537;
}
/**/
.value-section{
    padding: 78px 0 126px;
    background: #f6f6f6;
}
.value-section .container{
    max-width: 970px;
    margin: 0 auto;
}
.value-section h2{
    margin: 0 0 63px;
}
.value-section ul{
    background: #fff;
    list-style: none;
    padding: 84px 85px 17px 81px;
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 2px;
    color: #000
}
.value-section ul li{
    position: relative;
    max-width: 643px;
    padding: 0 0 0 39px;
    margin: 0 0 89px;
    overflow: hidden;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}
.value-section ul li:last-child{
    margin: 0;
}
.value-section ul li:before{
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 9px;
    height: calc(100% - 10px);
    background: #848484;
}
.value-section ul li:nth-child(1):before{
    background: #00b5cb;
}
.value-section ul li:nth-child(2):before{
    background: #e91e68;
}
.value-section ul li:nth-child(3):before{
    background: #ff9333;
}
.value-section ul li:nth-child(4):before{
    background:  #00b5cb;
}
.value-section ul li:nth-child(5):before{
    background:  #e91e68;
}
.value-section ul li:nth-child(6):before{
    background: #ff9333;
}

.value-section ul li h4{
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 3.22px;
    margin: 0 0 5px;
    overflow: hidden;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
}
.value-section ul li p{
    margin: 0;
}

/**/
.blog-story-section{
    padding: 62px 0 71px;
    text-align: center;
}
.blog-story-section h2{
    margin: 0 0 62px;
}
.blog-story-section .wrap-btn{
    min-width: 237px;
    letter-spacing: 3.2px;
    line-height: 1.94;

}
.blog-story-section .sliders-img{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 0 89px;
}
.blog-story-section .slide{
    width: calc(100%/3 - 6px);
}
.blog-story-section .slide picture{
    display: block;
}
.blog-story-section .slide img {
    width: 100%;
    height: auto;
}

.wrap-stores-content{
    max-width: 813px;
    margin: 0 auto 66px;
    text-align: start;
    padding: 0 22px 0 15px;
}
.blogs-stores{
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 2.07px;
    color: #000;
}
.blogs-stores h3{
   font-size: 28px;
   font-weight: normal;
   letter-spacing: 3.22px;
   color: #848484;
   margin: 0 0 15px;
    overflow: hidden;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
}

/**/
.partners-joinus-section{
    padding: 92px 0 37px;
    background:  #f6f6f6;
}
.partners-joinus-section .container{
    max-width: 1083px;
    margin: 0 auto;
}.partners-joinus-section h2{
    margin: 0 0 99px;
    line-height: 1.2;
}
.partners-logos{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.item-logo-partner{
    height: 102px;
    margin: 0 14px 19px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-logo-partner img{
    vertical-align: baseline;
}
/**/
.form-email-section{
    padding: 78px 0 117px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 2.3px;
    color: #000;
}
.form-email-section{
    font-size: 20px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 2.3px;
    font-family: 'PT Sans', Arial, sans-serif;
}
.form-email-section .container{
    max-width: 970px;
    margin: 0 auto;
}
.form-email-section h2{
    /*line-height: 0.7;*/
    margin: 0 0 51px -2px;
    text-align: start;
}
.form-email-section .wrap-text{
    max-width: 762px;
    margin: 0 0 57px;
}
.form-email-section .account_form h3{
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 2.76px;
    margin: 0 0 27px;
}
.account_form form{
    max-width: 362px;
}
.form-email-section .account_form form .email_fieldset{
    margin: 0 0 19px;
    position: relative;
}
.form-email-section .account_form form .email_fieldset input[type='email']{
    width: 100%;
    height: 39px;
    padding: 0 20px;
    box-sizing: border-box;
    display: block;
    outline: none;
    border-radius: 0;
    border: none !important;
    font-family: 'PT Sans', Arial, sans-serif;
    background: #f2f2f2;
    margin: 0;
    color: #848484;
    box-shadow: none !important;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 2px;
}
.account_form form .email_fieldset input[type='email']::placeholder{
    color: #848484;
}

.form-email-section #mc-embedded-subscribe-form .email_fieldset div.mce_inline_error{
    position: absolute;
    width: 100%;
    height: 39px;
    padding: 0 20px;
    top: 0;
    font: 20px/37px 'PT Sans', Arial, sans-serif;
    letter-spacing: 0;
    color: #f00 !important;
    background: #f2f2f2 !important;
    border: 1px solid #f00;
    pointer-events: none;
}

.main-partners .form-email-section #mc-embedded-subscribe-form input[type="submit"] {
    width: 100%;
    height: 39px;
    -webkit-appearance: none;
    background: #fff;
    color: #000;
    outline: none;
    border-radius: 0;
    margin: 0;
    font: 20px/1.75 'PT Sans', Arial, sans-serif;
    letter-spacing: 2px;
    transition: all 400ms cubic-bezier(0.4,0,0.2,1);
    cursor: pointer;
}
.main-partners .form-email-section #mc-embedded-subscribe-form input[type="submit"]:hover{
    color: #fff;
    transition: all 400ms cubic-bezier(0.4,0,0.2,1);
}
.main-partners .form-email-section .animate-hover{
    position: relative;
    border: 1px solid #000;
}
.main-partners .form-email-section .animate-hover span{
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    top: 2px;
    left: -4px;
    color: #000;
    text-align: center;
    letter-spacing: 2px;
    z-index: 10;
    cursor: pointer;
    pointer-events: none;
    transition: all 400ms cubic-bezier(0.4,0,0.2,1);
}
.main-partners .form-email-section .animate-hover:hover span{
    color: #fff;
    height: 100%;
    transition: all 400ms cubic-bezier(0.4,0,0.2,1);
}

.main-partners .form-email-section .animate-hover:hover::before{
    bottom: 0;
    height: 100%;
   /* border: 1px solid #000;*/
    transition: height 400ms cubic-bezier(0.4,0,0.2,1);
}

.main-partners .form-email-section .animate-hover::before{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    border: none;
    color: #fff;
    content: '';
    background: #000;
    transition: height 400ms cubic-bezier(0.4,0,0.2,1);
    pointer-events: none;
    cursor: pointer;
}
.main-partners .account_form{
    position: relative;
}
.main-partners .form-email-section #mce-success-response.message-thanks{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 24px;
    color: #000;
    background: #fff;
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: 1.71;
    letter-spacing: 2.76px;
    z-index: 5;
    text-transform: uppercase;
    text-align: left;
}
.main-partners .form-email-section #mce-success-response.message-thanks h2,
.main-partners .form-email-section #mce-success-response.message-thanks h3,
.main-partners .form-email-section #mce-success-response.message-thanks h4{
    font-size: 24px;
    color: #a3015d;
    margin: 0;
    font-weight: bold;
}
.main-partners .form-email-section #mce-success-response.message-thanks h3:before{
    display: none;
}
.main-partners .form-email-section #mce-error-response{
    color: #f00;
    margin: -13px 0 20px;
    line-height: 1.2;
    font-size: 15px;
}
/**/
.register_section{
    padding: 44px 0 49px;
    background: #a3015d;
    color: #fff;
}
.register_section .container{
    max-width: 970px;
    margin: 0 auto;
}
.register_section h2{
    text-align: start;
    color: #fff;
    margin: 0 0 48px;
}
.register_section  .wrap_text{
    max-width: 762px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 2.3px;
    margin: 0 0 33px;
}
.register_section span {
    display: inline-block;
    font-size: 24px;
    letter-spacing: 2.76px;
    margin: 0 0 33px;
}
.register_section .wrap-btn{
    width: 218px;
    letter-spacing: 2.3px;
}
.register_section .wrap-btn span{
    margin: 0;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 2.3px;

}
.register_section .white span:hover{
    color: #000;
    transition: all 400ms cubic-bezier(0.4,0,0.2,1);
}
/**/
.connect-section{
    padding: 27px 0 25px;
}
.connect-section .container{
   max-width: 970px;
   font-size: 20px;
   font-weight: normal;
   line-height: 1.75;
   letter-spacing: 2.3px;
   color: #000;
}
.connect-section p{
    margin: 0 0 33px;
}
.connect-section p:last-child{
    margin: 0 0 20px;
}
.connect-section .wrap-btn {
    width: 237px;
    margin: 0 0 69px;
}
.connect-section .wrap-btn a span{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.94;
    letter-spacing: 3.65px;
}
.connect-section p a{
    color: #000;
}
.page-template-page-joinus-short #footer,
.page-template-page-joinus #footer{
    padding: 20px 0 13px;
    margin: 0;
    background: #f6f6f6;
    font: normal 20px 'PT Sans', Arial, sans-serif;
}
.page-template-page-joinus-short #footer{
    padding: 50px 0 34px;
}
.page-template-page-joinus-short #footer .container,
.page-template-page-joinus #footer .container{
    max-width: 970px;
}
.page-template-page-joinus-short #footer .logo-footer,
.page-template-page-joinus #footer .logo-footer{
    width:81px;
}
.page-template-page-joinus-short #footer .logo-footer a,
.page-template-page-joinus #footer .logo-footer a{
    display: block;
}
.page-template-page-joinus-short #footer .logo-footer img,
.page-template-page-joinus #footer .logo-footer img{
  vertical-align: baseline;
}
.wrap-social-logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 24px;
}
.page-template-page-joinus-short .wrap-social-logo{
    margin: 0 0 18px;
}
.page-template-page-joinus-short #footer .footer-menu,
.page-template-page-joinus #footer .footer-menu{
    display: block;
    margin: 24px 0 0;
    padding: 0;
    width: auto;
}
.page-template-page-joinus-short #footer .social-networks,
.page-template-page-joinus #footer .social-networks{
    width: 100%;
}
.page-template-page-joinus-short #footer .social-networks a,
.page-template-page-joinus #footer .social-networks a{
    width: 49px;
    height: 49px;
}
.page-template-page-joinus #footer .footer-menu ul li{
    margin:-8px 0 0 15px;
}
.page-template-page-joinus-short #footer .footer-menu ul li{
    margin: 0 0 0 14px;
}
.page-template-page-joinus-short #footer .wrap-footer-policy,
.page-template-page-joinus #footer .wrap-footer-policy{
   width: 100%;
   border-top: 1px solid #000;
}
.page-template-page-joinus-short #footer .footer-policy,
.page-template-page-joinus #footer .footer-policy{
    list-style: none;
    padding: 9px 0 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: normal;
    line-height: 2.19;
    letter-spacing: 1.84px;
}

.page-template-page-joinus #footer .footer-policy li{
    margin: 0 18px 0 0;
    position: relative;
}
.page-template-page-joinus-short #footer .footer-policy li{
    margin: 0 17px 0 0;
    position: relative;
}
.page-template-page-joinus-short #footer .footer-policy li:after,
.page-template-page-joinus #footer .footer-policy li:after{
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    right: -8.5px;
    height: 14px;
    width: 1px;
    background: #000;
}
.page-template-page-joinus-short #footer .footer-policy li:after{
    right: -8px;
    height: 16px;
}
.page-template-page-joinus-short #footer .footer-policy li:last-child:after,
.page-template-page-joinus #footer .footer-policy li:last-child:after{
    display: none;
}
.page-template-page-joinus-short #footer .footer-policy a,
.page-template-page-joinus #footer .footer-policy a{
    text-decoration: none;
    color: #000;
}
.page-template-page-joinus #footer .social-networks {
    margin: 0;
}
.page-template-page-joinus-short #footer .social-networks{
margin: -13px 5px 0 0;
}
.page-template-page-joinus-short #footer .social-networks a{
    width: 52px;
    height: 52px;
}
.page-template-page-joinus-short #footer .social-networks .facebook a,
.page-template-page-joinus #footer .social-networks .facebook a{
 background: url("../images/facebook.svg") no-repeat center/contain;
}
.page-template-page-joinus-short #footer .social-networks .twitter a,
.page-template-page-joinus #footer .social-networks .twitter a{
    background: url("../images/Twitter-icon.svg") no-repeat center/contain;
}
.page-template-page-joinus-short #footer .social-networks .instagram a,
.page-template-page-joinus #footer .social-networks .instagram a{
    background: url("../images/Instagram.svg") no-repeat center/contain;
}
.page-template-page-joinus-short #footer .social-networks .linkedin a,
.page-template-page-joinus #footer .social-networks .linkedin a{
    background: url("../images/10-linkedin.svg") no-repeat center/contain;
}
.page-template-page-joinus-short #footer .social-networks .youtube a,
.page-template-page-joinus #footer .social-networks .youtube a{
    background: url("../images/btn-youTube.png") no-repeat center/contain;
}
/* joinus-short */
.page-template-page-joinus-short .main-partners{
    position: relative;
}
.page-template-page-joinus-short .hero-section{
    grid-template-columns: 17.35% auto ;
}
.page-template-page-joinus-short .hero-section .white.js-btn-fixed.activeDark a:hover{
    /* background: #fff;*/
    color: #000;
}
.page-template-page-joinus-short .hero-section .wrapper-text{
    grid-column: 2;
    grid-row: 1;
    padding: 29px 46px 30px 76px;
    display: flex;
    justify-content: space-between;
}
.page-template-page-joinus-short .hero-section .wrap-logo{
    padding: 28px 0 26px;
}
.page-template-page-joinus-short .hero-section .wrap-logo .wrap-btn{
 display: none;
}
.page-template-page-joinus-short .hero-section .wrapper-text h1{
    line-height: 1.62;
    letter-spacing: 3.4px;
    margin: 0;
    max-width: 855px;
    width: 75%;
}
.page-template-page-joinus-short .hero-section .wrapper-text p{
    margin: 0;
}
.page-template-page-joinus-short .hero-section .wrap-btn{
    min-width: 176px;
    height: 37px;
    margin: 10px 0 0 ;
}
.page-template-page-joinus-short .join-section{
    padding: 52px 0 65px;
}
.page-template-page-joinus-short .join-section .content-text h3{
    margin: 0 0 25px;
}
.page-template-page-joinus-short .join-section .content-text{
    line-height: 1.81;
}
.page-template-page-joinus-short .join-section .content-text:first-child{
    margin: 0 auto 86px;
}
.page-template-page-joinus-short .join-section .block-counter .title{
    margin: 0 0 65px;
}
.page-template-page-joinus-short .join-section .block-counter ul li{
    margin: 0 4px 69px;
}

.page-template-page-joinus-short .join-section .block-counter ul::after{
    display: none;
}
.page-template-page-joinus-short .join-btn{
    max-width: 176px;
    width: 100%;
    margin: -8px auto 0;
    display: block;
    line-height: 1.94;
    letter-spacing: 3.3px;
}

.page-template-page-joinus-short .js-btn-fixed.activeDark{
    background: #0f0f0f;
    color: #fff;
    height: 38px;
    border: none;
    position: fixed;
    right: 45px;
    z-index: 10;
}
.page-template-page-joinus-short .js-btn-fixed.activeDark a{
    border: 1px solid #000;
}
.page-template-page-joinus-short .block-counter ul li img{
    vertical-align: baseline;
    height: 46px;
}
.page-template-page-joinus-short .benefits-section{
    padding: 83px 0 60px;
    background: #f6f6f6;
}
.page-template-page-joinus-short .benefits-section .wrap-content-benefits ul{
    margin: 0 0 61px;
}
.page-template-page-joinus-short .benefits-section .wrap-content-benefits ul li{
    margin:  0 0 74px;
}
.page-template-page-joinus-short .partners-joinus-section{
    padding: 85px 0 64px;
    background: #fff;
}
.page-template-page-joinus-short .partners-logos{
    margin: 0 0 122px;
}
.page-template-page-joinus-short .register_section{
    border-top: 1px solid #979797;
    background: #fff;
    color: #000;
    padding: 61px 0 75px;
}
.page-template-page-joinus-short .register_section h2{
    color: #000;
    margin: 0 0 36px;
}
.page-template-page-joinus-short .register_section .wrap_text{
    font-weight: bold;
    line-height: 1.29;
    margin: 0 0 57px;
}
.page-template-page-joinus-short .register_section .wrap_text span{
    font-size: 35px;
    letter-spacing: 4.02px;
}
.page-template-page-joinus-short .register_section .wrap-btn{
    min-width: 300px;
}
.page-template-page-joinus-short .form_size{
    min-height: 775px;
    height: 3000px;

}
/*en hidden-xs*/
@media only screen and (max-width: 1100px){
    .hero-section{
        grid-template-columns: 38.3% auto;
    }
    .page-template-page-joinus-short #footer .social-networks li,
    .page-template-page-joinus #footer .social-networks li {
        width: auto;
        float: right;
    }
    .about-content .wrap-text-content{
        padding: 58px 119px 190px 80px;
    }
    .about-content{
        padding: 80px 0 108px;
    }
    .benefits-section{
        padding: 350px 0 0;
    }

    .instruction-section ul li{
        width: calc(100%/3 - 10px);
    }
    .instruction-section ul li p{
        font-size: 26px;
    }

    .benefits-section h2{
        width: 100%;
    }
    .join-section .block-counter ul li{
        width: calc(100%/3 - 20px);
        font-size: 16px;
    }
    .join-section .last-text span br{
        display: none;
    }
}
@media only screen and  (max-width: 767px) {
    .instruction-section .wrap-btn,
    .connect-section .wrap-btn {
        width: 89%;
    }

    .main-partners h2 {
        font-size: 40px;
        font-weight: bold;
        line-height: 1.35;
        letter-spacing: 4.5px;
        text-align: left;
        margin: 0 0 50px;
        overflow: hidden;
        /* text-overflow: ellipsis; */
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        line-clamp: 4;
        box-orient: vertical;
    }

    .account_form form {
        max-width: 100%;
    }

    .hero-section {
        display: flex;
        flex-direction: column;
    }

    .hero-section .wrapper-text {
        order: 1;
        text-align: center;
        padding: 24px 20px 33px;
    }

    .hero-section .wrap-logo {
        padding: 8px 0 10px;
    }
    .hero-section .wrapper-img{
        width: 100% !important;
    }
    .hero-section .wrapper-img picture img{
        position: static;
    }
    .hero-section .wrap-logo .logo-link {
        width: 48px;
        margin: 0 auto;
    }

    .hero-section .wrapper-text h1 {
        font-family: 'PT Sans', Arial, sans-serif;
        font-size: 22px;
        line-height: 1.95;
        letter-spacing: 2.53px;
        text-align: center;
        margin: 0 0 38px;
    }

    .hero-section .wrap-btn {
        margin: 0 auto;
    }

    .join-section {
        padding: 54px 0 44px;
    }

    .join-section .container {
        padding: 0 12px;
    }

    .join-section .content-text {
        font-size: 18px;
        line-height: 1.94;
        letter-spacing: 2.07px;
    }

    .join-section .content-text:first-child {
        margin: 0 auto 52px;
    }

    .join-section .block-counter {
        margin: 0 0 7px;
    }

    .join-section .block-counter .title {
        margin: 0 0 58px;
    }
    .join-section .block-counter .title br{
        display: block;
    }
    .join-section .block-counter .title h3 {
        font-size: 24px;
        line-height: 1.46;
        letter-spacing: 2.76px;
        padding: 0;
    }

    .join-section .block-counter .title:before {
        display: none;
    }

    .join-section .block-counter ul {
        margin: 0 auto;
    }

    .join-section .block-counter ul li {
        height: 133px;
        font-size: 16px;
        line-height: 1.62;
        letter-spacing: 1.84px;
        margin: 0 0 70px;
        text-align: center;
    }
    .join-section .block-counter ul li br{
        display: none;
    }
    .join-section .block-counter ul li:nth-child(5),
    .join-section .block-counter ul li:nth-child(6) {
        margin: 0 0 78px;
    }

    .block-counter ul li strong {
        font-size: 35px;
        letter-spacing: 4.02px;
        margin: 0 0 9px;
    }

    .join-section .last-text span {
        display: block;
        font-size: 24px;
        line-height: 1.41;
        letter-spacing: 2.76px;
    }
    .join-section .content-text.last-text{
        max-width: 1179px;
    }
    .block-counter ul li strong .img-animate {
        margin: 0;
    }

    .about-content {
        padding: 80px 0 126px;
    }

    .about-content .container {
        padding: 0 12px 0 13px;
    }

    .about-content .about-title h2 {
        font-size: 40px;
        line-height: 0.88;
        letter-spacing: 4.6px;
        text-align: start;
        margin: 0 0 53px;
    }

    .about-content .wrap-text-content {
        padding: 0;
        background: #f6f6f6;
    }

    .about-content .wrap-text-content p {
        margin: 0 0 35px;
    }
    .about-content .block-picture,
    .about-content .block-video {
        width: 100%;
        height: 450px;
        top:105.2%;
    }
    .block-video a.start-video{
        width: 73px;
        height: 73px;
    }
    .about-content  .block-video img{
        object-fit: cover;
    }

    /*    .block-video:after{
           position:relative;
           top:0;
           left: 0;
            transform: translate(-50%, -50%);
           background: url(../images/play-img.png) no-repeat;
           width: 75px;
           height: 75px;
           z-index: 100000;
       }*/
    .benefits-section {
        padding: 374px 0 72px;
    }
    .benefits-section .wrap-content-benefits h3 {
        text-align: left;
        line-height: 1.27;
        letter-spacing: 3px;
        margin: 0 0 51px;
    }
    .benefits-section .wrap-content-benefits ul {
        line-height: 1.56;
    }
    .benefits-section .wrap-content-benefits ul li{
        width: 100%;
        margin: 0 0 72px;
    }
    .benefits-section .wrap-content-benefits ul:before {
        display: none;
    }
    .benefits-section .wrap-content-benefits ul h4 {
        margin: 0 0 10px;
        letter-spacing: 3px;
    }
    .benefits-section .wrap-content-benefits ul p{
        letter-spacing: 2px;
    }

    .page-template-page-joinus-short .benefits-section .wrap-content-benefits ul{
        margin: 0 0 20px;
    }

    .instruction-section h2{
        overflow: hidden;
        /* text-overflow: ellipsis; */
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-clamp: 3;
        box-orient: vertical;
    }
    .instruction-section {
        padding: 66px 0 70px;
    }

    .instruction-section h2 {
        text-align: center;
        margin: 0 0 76px;
    }

    .instruction-section h2 br {
        display: none;
    }

    .instruction-section ul {
        display: block;
    }

    .instruction-section ul li {
        width: 100%;
        margin: 0 0 80px;
    }

    .instruction-section ul li p {
        margin: 14px 0 0px;
        font-size: 30px;
    }
    .instruction-section ul li:before{
        margin: 0 auto 14px;
    }
    .instruction-section .wrap-btn {
        margin: 12px auto 0;
    }

    .value-section {
        padding: 64px 0 45px;
    }
    .value-section .container{
    padding: 0 15px;
    }
    .value-section h2 {
        margin: 0 0 80px -3px;
    }

    .value-section ul {
        padding: 0;
        background: #f6f6f6;
        font-size: 18px;
        line-height: 1.94;
        letter-spacing: 2.07px;
    }

    .value-section ul li {
        padding: 0 0 0 28px;
        margin: 0 0 67px;
    }

    .value-section ul li h4 {
        font-size: 28px;
        font-weight: bold;
        line-height: 1.23;
        letter-spacing: 3.22px;
        overflow: hidden;
        /* text-overflow: ellipsis; */
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        box-orient: vertical;
    }

    .value-section ul li:before {
        top: 34px;
        left: -3px;
        height: 55px;
    }

    .blog-story-section {
        padding: 86px 0 78px;
    }
    .blog-story-section h2{
        margin: 0 0 25px;
        padding: 0 13px;
    }
    .blog-story-section .wrap-stores-content{
        padding: 0 12px;
        margin: 0 auto 59px;
    }
    .blog-story-section .sliders-img {
        display: block;
        margin: 0 0 69px;
    }

    .blog-story-section .sliders-img .slide {
        margin: 0;
    }

    .blog-story-section .slick-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .blog-story-section .slick-dots button {
        width: 15px;
        height: 15px;
        border: none;
        border-radius: 50%;
        padding: 1px;
        font-size: 0;
    }

    .blog-story-section .slick-dots li {
        list-style: none;
        margin: 0 13px
    }

    .blog-story-section .slick-dots button {
        background: #ececec;
        cursor: pointer;
    }

    .blog-story-section .slick-dots li.slick-active button {
        background: #ffb100;
    }

    .blog-story-section .slick-list {
        margin: 0 0 6px;
        overflow: hidden;
    }

    .blog-story-section .slick-track {
        display: flex;
    }

    .blog-story-section .sliders-img .slide {
            padding: 0 13px;
    }

    .blog-story-section .slide {
        display: none;
    }

    .blog-story-section .slide:first-child {
        display: block;
        width: 100%;
        margin: 0;
        height: 332px;
    }

    .blog-story-section .wrap-btn{
        width: 82%;
        line-height: 1.8;
    }
    .blog-story-section .wrap-btn span{
        margin: 0 0 2px;
    }
    .blog-story-section .slick-initialized .slide {
        display: block;
    }

    .partners-joinus-section {
        padding: 70px 0 4px;
    }
    .partners-joinus-section .container{
        padding: 0 13px;
    }
    .partners-joinus-section h2{
        text-align: center;
        margin: 0 0 93px;
    }
    .partners-joinus-section  .partners-logos{
        margin: 0;
    }
    .partners-joinus-section .item-logo-partner{
        max-width: 210px;
        min-width: 145px;
        margin: 0 0 56px;
    }
    .partners-joinus-section .partners-logos{
        justify-content: center;
    }
    .item-logo-partner {
        width: 245px;
    }
    .form-email-section{
        padding: 73px 0 104px;
    }
    .form-email-section .container{
        padding: 0 13px;
    }
    .form-email-section h2{
        margin: 0 0 56px 4px;
    }
    .form-email-section .wrap-text{
        margin: 0 0 74px;
    }

    .form-email-section .account_form h3{
        font-size: 22px;
        line-height: 1.45;
        letter-spacing: 2.53px;
        margin: 0 0 33px;
    }

    .register_section{
        padding: 77px 0 60px;
    }
    .register_section .container{
        padding: 0 13px;
    }
    .register_section h2{
        margin: 0 0 82px;
    }
    .register_section h2 br{
        display: none;
    }
    .register_section span {
        letter-spacing: 2.73px;
        line-height: 1.46;
        margin: 0 0 37px;
    }
    .register_section .wrap_text{
        margin: 0 0 53px;
    }
    .register_section .wrap-btn{
        width: 100%;
    }
    .page-template-page-joinus-short .form_size {
        min-height: 980px;
        height: auto;
    }
    .connect-section{
        padding: 46px 0 17px;
    }
    .connect-section .container{
        padding: 0 12px;
    }
    .connect-section .wrap-btn{
        width: 100%;
        margin: 0 0 61px;
    }
    .connect-section p{
          margin: 0 0 40px;
    }


    .page-template-page-joinus-short #footer,
    .page-template-page-joinus #footer {
        background: #f6f6f6 !important;
        padding: 51px 0 47px;
    }
    .page-template-page-joinus-short #footer .container,
    .page-template-page-joinus #footer .container{
        padding: 0 12px;
    }
    .page-template-page-joinus-short #footer .logo-footer,
    .page-template-page-joinus #footer .logo-footer {
        width: 120px;
        margin: 0 0 67px;

    }
    .page-template-page-joinus-short .wrap-social-logo,
    .page-template-page-joinus .wrap-social-logo {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: 0 0 40px;
    }
    .page-template-page-joinus-short #footer .social-networks,
    .page-template-page-joinus #footer .social-networks {
        width: 100%;
        max-width: 365px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }
    .page-template-page-joinus-short #footer .social-networks:before,
    .page-template-page-joinus #footer .social-networks:before {
        display: none;
    }
    .page-template-page-joinus-short #footer .social-networks a,
    .page-template-page-joinus #footer .social-networks a{
        width: 53px;
        height: 53px;
    }
    .page-template-page-joinus-short #footer .footer-menu,
    .page-template-page-joinus #footer .footer-menu {
        margin: 0 auto;
        width: 100%;
        display: flex;

    }
    .page-template-page-joinus-short #footer .footer-menu ul li,
    .page-template-page-joinus #footer .footer-menu ul li{
        margin: 0;
    }
/*    .page-template-page-joinus #footer .footer-menu ul li {
        margin: 0 9px;
    }
    .page-template-page-joinus #footer .footer-menu ul li:first-child{

        margin: 0 0 0 9px;
    }
    .page-template-page-joinus #footer .footer-menu ul li:last-child{
        margin: 0 9px 0 0;
    }*/
    .page-template-page-joinus-short #footer .footer-policy,
    .page-template-page-joinus #footer .footer-policy{
        padding: 33px 0 0;
        line-height: 1.75;
    }
    .page-template-page-joinus-short #footer .footer-policy li,
    .page-template-page-joinus #footer .footer-policy li{
        margin: 0 17px 0 0;
    }
    .page-template-page-joinus-short #footer .footer-policy li:after,
    .page-template-page-joinus #footer .footer-policy li:after{
        top: 8px;
        right: -9px;
    }
    .page-template-page-joinus-short#footer .footer-policy li:last-child,
    .page-template-page-joinus #footer .footer-policy li:last-child{
        margin: 0 0 0 1px;
    }

    /*joinus-short */
    .page-template-page-joinus-short .hero-section .wrap-logo{
        padding: 8px 0 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .page-template-page-joinus-short .hero-section .wrap-logo .wrap-btn{
        display: block;
        margin: -1px 46px 0 0;
        min-width: 132px;
    }
    .page-template-page-joinus-short .hero-section .wrap-logo .logo-link{
        margin: 0 0 0 48px;
    }
    .page-template-page-joinus-short .js-btn-fixed{
        display: none;
        position: fixed;
        width: 100%;
        max-width: 100%;
        bottom: 0;
        z-index: 10;
    }
    .page-template-page-joinus-short .js-btn-fixed.activeDark{
        display: block;
        right: 0;
    }
    .page-template-page-joinus-short .hero-section .wrapper-text{
        padding: 25px 15px 28px
    }
    .page-template-page-joinus-short .hero-section .wrapper-text h1{
        width: 100%;
        font-size: 22px;
        font-weight: normal;
        line-height: 1.82;
        letter-spacing: 2.53px;
    }
    .page-template-page-joinus-short .join-section{
        padding: 34px 0 65px;
    }
    .page-template-page-joinus-short .join-section .container{
        padding: 0 8px;
    }
    .page-template-page-joinus-short .join-section .content-text{
        font-size: 18px;
        font-weight: normal;
        line-height: 1.94;
        letter-spacing: 2.07px;
    }
    .page-template-page-joinus-short .join-section .content-text h3{
        margin: 0 0 34px;
    }
    .page-template-page-joinus-short .join-section .content-text:first-child{
        margin: 0 auto 33px;
    }

    .page-template-page-joinus-short .join-section .block-counter ul li{
        min-width: 130px;
        height: 123px;
        margin: 0 4px 63px;
    }
    .page-template-page-joinus-short .benefits-section{
        margin: -68px 0 0;
        padding: 94px 0 20px;
    }
    .page-template-page-joinus-short .join-btn{
        display: none;
    }
    .page-template-page-joinus-short .benefits-section .wrap-content-benefits h3{
        margin: 0 0 52px;
    }

    .page-template-page-joinus-short .benefits-section .wrap-content-benefits ul li{
        margin:  0 0 44px;
    }
    .page-template-page-joinus-short .partners-joinus-section{
        padding: 90px 0 48px;
    }
    .page-template-page-joinus-short .register_section{
        padding: 60px 0 102px;
    }
    .page-template-page-joinus-short .register_section h2{
        text-align: center;
        margin: 0 0 45px;
    }
    .page-template-page-joinus-short .register_section .wrap_text{
        font-weight: bold;
        margin: 0 0 141px;
        font-size: 25px;
        line-height: 1.2;
        letter-spacing: 2.87px;
        text-align: center;
    }
    .page-template-page-joinus-short .register_section .wrap-btn span{

    }
    .page-template-page-joinus-short .register_section .wrap-btn{
        width: 85%;
        min-width:250px;
        margin: 0 auto;
        display: block;
    }
    .page-template-page-joinus-short #footer .footer-policy li:last-child{
        margin: 0;
    }
    .page-template-page-joinus-short #footer .footer-policy li:after{
        height: 14px;
        top:8px;
        right: -8px;
    }
}
@media only screen and  (max-width: 650px){
    .join-section .block-counter ul li {
        width: calc(100%/2 - 40px);
    }
    .about-content {
        padding: 80px 0 126px;
    }
    .about-content .block-picture, .about-content .block-video {
        height: 375px;
    }
    .benefits-section {
        padding: 330px 0 72px;
    }
    .benefits-section br{
        display: none;
    }


}
@media only screen and  (max-width: 450px) {
    .about-content {
        padding: 90px 0 126px;
    }

    .about-content .block-picture,
    .about-content .block-video{
        height: 270px;
    }
    .benefits-section {
        padding: 203px 0 6px;
    }
    .partners-joinus-section .partners-logos{
        justify-content: space-between;
    }
    .partners-joinus-section .item-logo-partner{
        width: 145px;
    }
    .join-section .block-counter ul li {
        width: 148px;
        height: 116px;
    }
    .join-section .block-counter ul li:nth-child(5),
    .join-section .block-counter ul li:nth-child(6) {
        height: 128px;
    }
    .page-template-page-joinus .blog-story-section .sliders-img .slide{
        height: 332px;
    }

}
@media only screen and  (max-width: 400px) {
    .about-content .block-picture,
    .about-content .block-video{
        height: 225px;
    }

}
@media only screen and  (max-width: 358px) {
    .page-template-page-joinus-short #footer .footer-menu ul li,
    .page-template-page-joinus #footer .footer-menu ul li {
        margin: 0 2px;
    }
}

@media only screen and (min-width: 768px){
    .instruction-section .container{
        max-width: 1400px;
        width: 100%;
    }
    .item-logo-partner{
        max-width: 239px;
        min-width: 170px;
        width: 20%;
    }
    .join-section .block-counter ul li{
        min-width: 186px;
    }
    .instruction-section ul li{
     /*  max-width: 298px;*/
        margin: 0 auto 30px;
    }
    .partners-joinus-section .container{
        width: 95%;
    }
    .partners-joinus-section  .partners-logos{
        justify-content: center;
    }
    .slide{
        margin: 0 5px;
    }
    .slide:last-child{
        margin: 0  0 0 5px;
    }
    .slide:first-child{
        margin: 0 5px 0 0;
    }
    .page-template-page-joinus-short .hero-section .wrapper-text h1{
        width: 65%;
    }
}

@media only screen and (min-width: 992px){
    .benefits-section h2 {
        width: 80%;
        margin: 0 auto 42px;
    }
    .instruction-section h2{
        max-width: 85%;
        margin: 0 auto 84px;
    }
    .instruction-section .container{
        width: 92.3%;
    }
    .item-logo-partner {
        max-width: 239px;
        min-width: 170px;
    }

}
@media only screen and (min-width: 1180px){
    .item-logo-partner {
        width: 245px;
    }
}
@media only screen and (min-width: 1300px){
    .instruction-section h2{
        max-width: 51%;

    }
    .instruction-section ul li:last-of-type{
        padding: 0 0 0 5px;
    }
    .benefits-section{
        padding: 370px 0 35px;
    }
    .benefits-section .wrap-content-benefits ul{
        margin: 0 0 -46px
    }

    .partners-joinus-section .partners-logos{
        justify-content: center;
    }
    .page-template-page-joinus-short .hero-section .wrapper-text h1{
        width: 75%;
    }
}
@media only screen and (max-width: 1599px){
    .page-template-page-joinus-short .hero-section{
        grid-template-columns: 17.35% auto;
        max-width: 1599px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 970px){
    .page-template-page-joinus-short .hero-section {
        grid-template-columns: 20.35% auto;
    }
    .page-template-page-joinus-short .hero-section .wrapper-text{
        padding: 29px 46px 30px 49px;
    }
}

@media only screen and (min-width: 1550px){

.page-template-page-joinus .hero-section .wrapper-text{
    padding: 37px 10% 47px 47px;
}
}
@media only screen and (min-width: 1600px){
    .page-template-page-joinus-short .hero-section{
        max-width: 100%;
        grid-template-columns: 25% auto;
    }
    .page-template-page-joinus-short .hero-section .wrap-logo .logo-link{
        margin: 0 0 0 48px;
    }
    .page-template-page-joinus .hero-section{
        grid-template-columns: 43% auto;
    }
    .page-template-page-joinus .hero-section .wrapper-text{
        padding: 36px 20.5% 47px 47px;
    }
}
@media only screen and (min-width: 1890px){
    .page-template-page-joinus .hero-section {
        grid-template-columns: 40.1% auto;
    }
    .page-template-page-joinus .hero-section .wrapper-text{
        padding: 37px 20% 47px 47px;
    }
    .page-template-page-joinus .hero-section .wrapper-text h1{
        font-size: 1.5vw;
    }
}