﻿/*------------------------------------reset css----------------------------*/
a{text-decoration:none; color:inherit; cursor:pointer;}
button{background-color:transparent; color:inherit; border-width:0; padding:0; cursor:pointer;}
figure{margin:0;}
input::-moz-focus-inner {border:0; padding:0; margin:0;}
ul, ol, dd{margin:0; padding:0; list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0;}


#pianoBottomBanner {
    display:none!important;
}
#wrapper {
    margin-top: 0;
    background-color:#fff;
}
.container {
     max-width: 1210px;
     margin: 20px auto;
     padding:0 35px;
}

@media screen and (max-width: 1280px) {
    .container  {
        width: calc(100% - 70px);
        padding: 0;
    }
   
}
@media screen and (max-width: 768px) {
      .container  {
        width: calc(100% - 35px);
        padding: 0;
    }
    .steps_chart.container, .step__section.container {
        margin:20px 17px 20px 0;
    }
}
/*------------------------------------header-----------------------------------*/
.header {
    background-color: #fef3ee;
    position:fixed;
    width: 100%;
    z-index: 1;
    top: 0;
    padding:22px 0;
    -webkit-transition: padding .5s, line-height .5s; /* Safari */
    transition: padding .5s, line-height .5s;
}
.sticky {
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.13);
    padding:6px 0;
    transition: .2s ease;
}
.sticky::after {
    content:"";
    position:absolute;
    top:41px;
    right:0;
    background:#fff;
    width:100%;
    height:20px;
}
.sticky ~ .container .side__menu {
    top:60px;
} 
.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.main_menu_logo {
    display: flex;
}
.logo {
    position: relative;
    background-image:url('https://images.globes.co.il/globes/urban_renewal/GlobesLogo.svg');
    background-repeat: no-repeat;
    background-size:contain;
    height: 36px;
    width: 140px;
}
.sticky .logo{
   background-image:url('https://images.globes.co.il/globes/urban_renewal/logoGimel.svg');
   height: 20px;
    width: 19px;
}
.menu__name {
    color: #028489;
    padding-right: 13px;
    font-size: 28px;
    font-family: 'almoniDL400';
    position: relative;
    font-weight: bold;
    margin-right: 13px;
}
.menu__name::before {
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    background-color: rgba(58, 58, 58, 0.2);
    right: 0;
    bottom: 5px;
    border-radius: 20px;
}
.sticky .menu__name {
    font-size: 20px;
}
.sticky .main_menu_logo {
    align-items: center;
}
.sticky .menu__name::before {
    height: 20px;
    bottom: 4px;
}
.main__menu_nav {
    font-size: 16px;
    justify-self: center;
    position: relative;
}
.menu_item {
    font-family: 'almoniDL400';
    position:relative;
    display: inline-block;
}
.item_link {
    padding-left: 20px;
    padding-bottom: 5px;
}
.item_link:hover, .item_link.active{
    font-family: 'almoniDL700';
}
.menu_item:hover .item_link::before,.item_link.active::before {
    content: "";
    border-bottom: 2px solid #028489;
    position: absolute;
    bottom: 0;
    padding: 10px;
    right: 0;
}
.menu_item:hover .sub_nav {
    display:block;
}
.sub_nav {
    display:none;
    background-color: #fff;
    position: absolute;
    text-align: right;
    padding: 10px 20px;
    z-index: 1;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.13);
    width: 145px;
    top:25px;
    right: -20px;
}
.nav_item {
    font-size:16px;
    font-family: 'almoniDL400';
    line-height:2;
    font-weight:normal;
}
.nav_item:hover {
    font-family: 'almoniDL700';
}
.share {
    padding: 11px;
    cursor:pointer;
    background-image: url('https://images.globes.co.il/globes/urban_renewal/share_icn.svg');
    background-repeat: no-repeat;
}
.menu_mobile_link {
    display:none;
}
@media screen and (max-width:1280px) {
    .header .container  {
        margin: 0 35px;
    }
}
@media screen and (max-width:991px) {
    .logo {
        background-image: url(https://images.globes.co.il/globes/urban_renewal/logoGimel.svg);
        height: 25px;
        width: 25px;
        background-size: contain;
    }
    .main_menu_logo {
        align-items: center;
    }
    .menu__name {
        padding-right: 10px;
        font-size: 25px;
    }
}
@media screen and (max-width: 800px) {
    .header .container {
        margin: 0 17px;
    }
    .header {
        padding: 8px 0;
        top:-1px;
    }
    .sticky ~ .container .side__menu {
        top:48px;
    }
    .sticky::after {
        content:none;
    }
    .logo {
        height: 20px;
        width: 20px;
    }
    .main__menu_nav {
        display:none;
    }
    .menu__name {
        font-size: 23px;
    }
    .menu_mobile_link {
        width: 20px;
        height: 20px;
		display: flex;
        align-items: center;
    }
    .menu_mobile {     
        position:relative;
    }
    .menu_mobile, .menu_mobile::after, .menu_mobile::before {    
        width: 20px;
        height: 1px;
        background-color: #028489;
    }
    .menu_mobile::after, .menu_mobile::before {
        position:absolute;
        right: 0;
        content:"";
    }
    .menu_mobile::before {
        top:-7px;
    }
     .menu_mobile::after {
        top:7px;
    }
    .sticky .menu__name {
        font-size: 23px;
    }
    .main__menu_nav {
        background-color: #028489;
        color: #fff;
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 70vw;
        padding: 40px 40px 0 0;
        z-index: 11;
        outline: 1000px rgba(0,0,0,0.8) solid;
    }
    .menu_item {
        margin-left: 0;
        display: flex;
        text-align: right;
    }
    .item_link.active::before {
        content: "";
        border-right: 2px solid #ffffff;
        border-bottom: none;
        position: absolute;
        bottom: auto;
        padding: 15px;
        right: -40px;
        top:3px;
    }
    .menu_item:hover .sub_nav {
        display:none;
    }
    .item_link {
        width: 100%;
        padding: 10px;
    }
}
/*--------------------------------title section------------------------*/
.top_section {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin: 133px auto 30px;
}
.section_info {
    text-align: right;
    margin: 30px;
}
.section__image{
   max-width: 485px;
   margin:0 30px;
}
.section_title {
    max-width: 425px;
    line-height: 1;
    margin-bottom: 30px;
}
.section_text {
   font-family: 'OpenSansHebrew';
   font-size: 16px;
   line-height: 2;
   max-width: 574px;
}
.section_text a {
    color:#028489;
    font-family:'OpenSansHebrewBold';
}
.section_text a:hover {
    text-decoration:underline;
}
.section_info::before {
    position: absolute;
    top: 0;
    right: 35px;
    padding: 15px;
    border: solid #028489;
    border-width: 1px 1px 0 0;
    border-radius: 0 20px 0 0;
    content: " ";
}
.top_section::after {
    content: "";
    padding: 20px;
    border-left: 1px solid #028489;
    position: absolute;
    bottom: 0;
    left: 35px;
}
.read_btn {
    display:none;
}
@media screen and (max-width: 1280px) {
    .top_section::after {
        left: 0;
    }
    .section_info::before {
        right: 0;
    }
}
@media screen and (max-width: 1100px) {
    .section__image {
        height:fit-content;
    }

}
@media screen and (max-width: 900px) {
    .main_menu_logo {
        align-items: center;
    }
     .top_section {
        flex-direction: column-reverse;
         margin: 20px;
    }
    .section_info {
       margin:0;
    }
     .section__image {
        margin: 0 auto 10px auto;
        height: auto;
    }
    .section_info::before {
        content:none;
    }
    .section_title::before{
        position: absolute;
        top: -10px;
        right: -15px;
        padding: 8px;
        border: solid #028489;
        border-width: 1px 1px 0 0;
        border-radius: 0 10px 0 0;
        content: " ";
    }
     .top_section::after {
        padding: 15px;
        left: 0;
    }
    .section_title {
        position: relative;
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .top_section {
        margin-top: 65px;
    }
    .section_title {
        font-size: 38px;
        margin:30px 15px 15px;
    }
    .section_text {
        font-size: 14px;
        margin: 0 15px;
        height:90px;
        overflow-y:hidden;
    }
    .section__image {
        margin: 0 auto;
    }
    .height_div {
        height:auto!important;
    }
    .read_btn {
        display: flex;
        font-size: 18px;
        color: #ff5555;
        font-family: 'almoniDL400';
        border: 1px solid #ff5555;
        width: 160px;
        height: 48px;
        border-radius: 4px;
        margin: 20px auto 15px;
        justify-content: center;
        align-items: center;
     }
    .read_btn::after  {
        content: "";
        border: solid #ff5555;
        border-width: 0 1px 1px 0;
        padding: 5px;
        transform: rotate(45deg);
        margin-top: -5px;
        margin-right: 10px;
    }
     .rotate_arrow.read_btn::after {
        transform: rotate(-135deg);
        margin-top: 5px;
    }
}
@media screen and (max-width: 500px) {
    .section__image {
        max-width: 100%;
    }
}
 /*----------------------------------chart link-------------------------------------*/  
 .steps_chart_title, .step__title,  .level_title {
    font-size: 28px;
    text-align: right;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #eee;
    position:relative;
    font-family: 'almoniDL900';
     padding-bottom:8px;
}
 .steps_chart_title::before, .step__title::after, .level_title::after {
    border-bottom: 3px solid #028489;
    border-radius:2px;
    content: "";
    position: absolute;
    width: 75px;
    right: 0;
    bottom: -1px;
}
.step__title a {
    cursor:pointer;
}
 .chart_section {
    display: flex;
}
 .chart_link {
    padding: 30px 66px 80px;
    position:relative;
}
 .chart_link::after {
    content: "";
    border: solid #028489;
    border-width: 0 1px 1px 0;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 75px;
    transform: rotate(135deg);
}
.chart_link:last-child::after {
    display:none;
} 
.chart_image {
    width: 108px;
    height: 108px;
    object-fit: fill;
    border-radius: 100px;
}
.chart_title {
    display: block;
    font-size: 24px;
    padding-top:20px;
     font-family: 'almoniDL500';
}
@media screen and (max-width: 768px) {
    .chart_section {
        overflow-x: auto;
    }
    .chart_link {
        padding: 20px 0 20px 60px;
    }
    .chart_link::after {
        padding: 6px;
        left: 29px;
        top: 62px;
    }
    .chart_image {
        width: 90px;
        height: 90px;
    }
    .chart_title {
        font-size:20px;
    }
    .chart_link:last-child {
        padding: 20px 0 20px 17px;
    }
}
@media screen and (max-width: 380px) {
     .chart_link::after {
        top: 52px;
    }
    .chart_image {
        width: 80px;
        height: 80px;
    }
}

/*----------------------------------------articles boxes section-------------------*/
.step__section {
    margin:32px auto;
}
.step__info {
   position: relative;
}

.step__description {
    font-size: 20px;
    text-align:right;
    margin-bottom: 30px;
    font-family: 'almoniDL500';
    max-width:500px;
}
.step__link {
    font-size: 18px;
    color: #028489;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: 'almoniDL700';
    cursor:pointer;
}
.step__link:hover a {
    text-decoration:underline;
}
.step_link_pc {
    padding-left: 30px;
}
.step_link_pc::after {
    content: "";
    border: solid #028489;
    border-width: 0 2px 2px 0;
    padding: 4px;
    position: absolute;
    left:0;
    top: 8px;
    transform: rotate(135deg);
}
.step__articles {
    display: flex;
    overflow-x:auto;
    justify-content:space-between;
}
.news .step__articles {
    justify-content:stretch;
}
.article__box , .news__box{
   margin: 0 0 10px 27px;
    flex: 0 0 280px;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    display: grid;
}
.article__box:last-child, .news__box:last-child {
    margin: 0 0 10px 0;
}
.article__image, .news__image {
    width: 100%;
    border-radius: 4px 4px 0 0;
}
.article__title, .news__title {
    font-size: 22px;
    text-align: right;
    font-family: 'almoniDL700';
    line-height:26px;
}
.article__title {
     padding: 10px 20px;
}
 .news__title {
    padding: 10px 20px 0 20px;
       display: -webkit-box;   
       -webkit-line-clamp: 2;   
       -webkit-box-orient: vertical;   
       overflow: hidden; 
}
.news__data {
    font-size: 16px;
    display: flex;
    font-family: 'almoniDL400';
    padding: 10px 20px;
    align-items: flex-end;
}
.news__author {
    color: #3d3d3d;
    position:relative;
    padding-left:24px;
}
.news__author::after {
    content: "";
    width: 1px;
    height: 19px;
    background-color: #989898;
    position: absolute;
    left: 12px;
    top: 1px;
}
.contentW .mainPartContent .author {
    max-width: none;
    float:none;
}
articleInfo .timestamp.updatetime {
    margin-right: 36px;
}
.articleInfo .timestamp.updatetime:before {
    top: 0;
    right: -30px;
}
.articleInfo .timestamp {
    float: none;
}
.news__date {
    color: #989898;
}
.mobile {
    display:none;
}
.step__articles .cooperation {
    border:none;
    margin: 20px 0 30px;
    flex: none;
}
.article__box.cooperation:last-child{
    margin: 20px 0 30px;
}
.cooperation .article__image {
     -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
     filter: grayscale(100%);
     transition: filter 0.2s linear;
}
.cooperation .article__image:hover {
     -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
     filter: grayscale(0%);
}
@media screen and (max-width: 1280px) {
    .article__box, .news__box {
        flex: 0 0 calc(25% - 27px);
    }
    .tools_section .right .step__section {
        margin: 32px 0;
    }
}
@media screen and (max-width: 1024px) {
    .article__title, .news__title {
        font-size: 18px;
    }
    .article__box, .news__box {
        flex: 0 0 280px;
    }
}
@media screen and (max-width: 767px) {
    .pc {
        display:none;
    }
    .mobile {
        display:block;
    }
    .step__section.container.news {
        margin: 20px 17px;
    }
    .news .step__articles {
        flex-wrap:wrap;
    }
    .step__link {
        background-color: #028489;
        width: 30px;
        height: 30px;
        border-radius: 4px;
        top: 5px;
        left: 0;
    }
    .step__link a::after {
        content: "";
        padding:5px;
        border: solid #fff;
        border-width: 0 1px 1px 0;
        position: absolute;
        right: 45%;
        top: 50%;
        transform: translate(50%, -50%) rotate(135deg);  
    }
    .step_link_pc {
        display: none;
    }

    .article__title, .news__title {
        font-size: 16px;
        line-height:22px;
     }
    .step__description {
        font-size:17px;
        line-height:28px;
        max-width:290px;
    }
    .news__box {
        grid-template-columns: 105px 1fr;
        grid-template-rows: 110px;
        margin: 10px 0;
        flex: 1 1 100%;
    }
    .news__box:last-child {
        margin: 10px 0;
    }
    .news__image {
        width: 100%;
        height: 100%;
        border-radius: 0 4px 4px 0;
        object-fit: cover;
    }
    .guides .news__image {
         border-radius: 0 4px 4px 0;
    }
    .news__data {
        padding: 10px 17px;
        align-items: center;
        flex-wrap: wrap;
    }
    .news__title {
        padding: 0;
        flex: 1 1 100%;
    }
    .news__author, .news__date {
        font-size:13px;
    }
}
@media screen and (max-width: 760px) {
    .article__box {
        flex: 0 0 230px;
    }
}

/*--------------------------form section------------------------------------*/
.form__section {
    background-color: #fef3ee;
    padding: 30px 0;
}
.form__section .container {
    background-image:url('https://images.globes.co.il/globes/urban_renewal/bulldozer.png');
    background-repeat:no-repeat;
    background-position: 20% center;
}
.form {
    display: flex;
    flex-wrap:wrap;
    max-width:590px;
    position: relative;
    padding-bottom: 60px;  
}
.form_title {
    font-size: 28px;
    padding-bottom: 0px;
}
.form_desc {
    font-size: 20px;
    text-align: right;
    margin-bottom: 20px;
    font-family: 'almoniDL500';
}
.form input, .form textarea {
    font-size:18px;
    border:none;
    padding:10px;
    margin:15px 0;
    font-family: 'almoniDL400';
    background-color: rgba(255, 255, 255, 0.8);
}
.form input::placeholder, .form textarea::placeholder {
 color: #1a1a1a;
}
#user_name, #user_email{
    flex: 1 1 calc(50% - 40px);
}
#user_name {
    margin-left:20px;
}
#user_msg {
    flex: 1 1 100%;
    min-height: 50px;
}
#btn_submit {
    background-color: #ff5555;
    padding: 0;
    height: 40px;
    width: 130px;
    border: none;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}
#btn_submit:hover {
    background-color: #028489;
}
#err_msg {
    flex: 1;
    font-family: 'almoniDL400';
    font-size: 14px;
    text-align: center;
    color: #c00;
}
.msg-success {
    font-size:56px;
    font-family: 'ultrabold';
    padding: 70px 0;
}
@media screen and (max-width: 1024px) {
    .form__section .container {
        background-position: 0 center;
    }
}
@media screen and (max-width: 768px) {
    .form {
        max-width: 420px;
    }
     #btn_submit {
        flex: 1 1 100%;
        position: initial;
        font-size:22px;
        height:48px;
    }
}
@media screen and (max-width: 767px) {
    .form__section .container {
        height: 950px;
        background-position: bottom center;
        background-size: 80%;
        margin: 0 20px;
    }

    .form {
        padding-bottom: 60px;
    }

    .form_title {
        text-align: right;
        max-width: 250px;
    }

    .form_desc{
        font-size:18px;
        line-height:24px;
    }
    #user_name {
        margin-left: 0;
    }
    #user_name, #user_email {
        flex: 1 1 100%;
    }
    .msg-success {
        font-size:40px;
        text-align:center;
        padding:0 0 100px;
    }
    #Tagiut_Tohen a {
        margin-left: 40px;
        font-size: 18px;
        line-height: 30px;
    }
    #Tagiut_Tohen span:before {
        width:30px;
        height:30px;
    }
  
}
@media screen and (max-width: 480px) {
    .form__section .container {
        height: 880px;
    }
}

/*-----------------------------------------interest form -----------------------------*/
.interest_form {
    background-color: #fef3ee;
    padding: 20px;
}
.interest_form_title {
    font-size:25px;
    font-family: 'ultrabold';
    line-height: 30px;
    margin-bottom: 12px
}
.interest_form_des {
    font-size:18px;
    font-family: 'almoniDL400';
    margin-bottom: 18px;
}
.interest_form_input {
    padding: 0 17px 0 0;
    font-size: 18px;
    width: calc(100% - 17px);
    height: 48px;
    border: none;
    margin-bottom: 18px;
    font-family: 'almoniDL400';
    color:#1a1a1a;
}
.interest_form_input::placeholder {
     font-family: 'almoniDL400';
     color:#1a1a1a;
}
#btnSend {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0;
    background-color: #ff5555;
    color: #fff;
    border-radius: 4px;
    margin: 18px 0 1px 0;
    font-family: 'almoniDL400';
    font-size: 18px;
    border: none;
}
#btnSend:hover {
    background-color: #028489;
}
.checkbox-div label {
    font-family:'OpenSansHebrew';
    font-size: 14px;
}
.interest_form .msg-success {
    font-size: 35px;
    line-height:35px;
    font-family: 'ultrabold';
    padding: 70px 0 0 0;
    text-align: center;
}
.interest_form .success_p {
    font-family: 'demibold';
    font-size: 20px;
    text-align: center;
    padding: 10px 0 70px 0;
}
@media screen and (max-width: 768px) {
    .interest_form_des {
        line-height:24px;
    }

}
/*-----------------------------------tool tip-----------------------------------*/
.term_wrapper {
    position: relative;
}
.term_word {
    color: #028489;
    position: relative;
    font-family: 'OpenSansHebrewBold';
    cursor: pointer;
}
.term_word:hover {
    text-decoration:underline;
}
.tooltip {
    display: none;
    background: #fff;
    padding: 15px;
    bottom: 30px;
    right: 0;
    position: absolute;
    min-width: 300px;
    box-shadow:0 2px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    z-index:1;
}
.tooltip::before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top:10px solid #fff;
    position: absolute;
    bottom: -10px;
    right: 10px;
    content: "";
}
.tooltip_dis{
    color: #1a1a1a;
    font-family: OpenSansHebrew;
    font-size:18px;
    line-height:24px;
}
.tooltip_term {
    font-family: 'almoniDL700';
     display:block;
     margin-bottom:10px;
     font-size:20px;
}
.term_link:hover {
    text-decoration:underline;
}
.tooltip_close {
    font-family: OpenSansHebrew;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 10px;
}
#F_Content .term_link {
    display: block;
    font-size: 18px;
    font-family: 'almoniDL700';
    color: #028489;
    border-bottom:none;
    margin-top: 15px;
}
#F_Content .term_link:hover {
    color: #028489!important;
    border-bottom:none!important;
}
#F_Content .term_wrapper .tooltip .term_link::after, #F_Content .term_wrapper .tooltip a::after {
    content:none!important;
}
@media screen and (max-width: 768px) {
    .tooltip {
        position: fixed;
        top: 50%;
        bottom:auto;
        right: 50%;
        min-width: 300px;
        z-index: 2;
        transform: translate(50%, -50%);
        outline: 1000px rgba(0,0,0,0.85) solid;

    }
    .tooltip::before {
        content: none;
    }
}

/*-------------------------------term of the day-----------------------------------------*/
.termOfDay {
    background-image:url('https://images.globes.co.il/globes/urban_renewal/note1.svg');
    background-repeat: no-repeat;
    padding: 21px 27px;
    width: 362px;
    height: 225px;
    border-radius: 4px;
    color:#1a1a1a;
}

.termOfDay_p {
    font-size: 18px;
    font-family: 'almoniDL700';
    position:relative;
    margin-bottom: 20px;
}
.termOfDay_p::after {
        content: "";
        border-bottom: 2px solid #028489;
        position: absolute;
        bottom: 0;
        padding: 10px;
        right: 0;
}
.termOfDay_title {
    color: #1a1a1a;
    font-size: 30px;
    font-family: 'Frank Ruhl Libre', serif;
    margin-bottom: 10px;
}
.termOfDay_dis {
    font-size: 18px;
    font-family: 'Frank Ruhl Libre', serif;
    line-height:28px;
    margin: 0 12px 15px 0;
    font-weight: 500;
}
.termOfDay_link {
    color: #028489;
    font-size: 18px;
    font-family: 'almoniDL700';
}
.termOfDay_link:hover {
    text-decoration:underline;
}
.asideContent .termOfDay {
    width: 246px;
    height: 260px;
    margin:50px 0;
}
.asideContent  .termOfDay {
    background-image:url('https://images.globes.co.il/globes/urban_renewal/note2.svg');
   
}
@media screen and (max-width: 768px) {
    .asideContent .termOfDay {
        display:none;
    }
}
/*-------------------------------footer---------------------------------------*/
footer {
    background-color: #028489;
    text-align: right;
    color: #fff;
    height: 450px;
    font-family: 'almoniDL400';
}
.footer_absolute {
    position: absolute;
    bottom: 0;
}
footer .container {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin:0 auto;
    padding-top:40px;
}
.footer_top_left {
    display: flex;
    flex-wrap: wrap;
}
.footer_top_right {
    justify-self: end;
}
.globes_logo {
    flex: 1 1 100%;
     margin-bottom: 40px;
     display:flex;
}
.footer__menu {
    flex: 0 0 180px;
    margin:0 0 52px 26px;
    height:224px;
}
.footer__steps {
    flex: 0 0 180px;
    padding-bottom: 20px;
}
.footer_bottom {
     flex: 1 1 100%;
     align-self: end;  
     border-top: 1px solid #ffffff80;
     padding-top: 15px;
     grid-column: span 2;
     position: relative;
}
.footer_bottom p {
     font-family: 'OpenSansHebrew';
     font-size: 15px;
     color:#fff;
     line-height: normal;
}
.footer__list {
    font-size:18px;
}
.footer__menu .footer__list {
     font-family:'almoniDL500';
}
.footer__steps h4 {
    font-size:18px;
    font-family:'almoniDL500';
    font-weight:normal;
    line-height:32px;
}
.footer__steps .list_link {
   font-family:'almoniDL300';
}
.list_link {
   line-height:32px;
}
.list_link:hover a {
    text-decoration:underline;
}
.list_link a {
    display: block;
}
.footer__steps .list_link {
    font-size:16px;
}
.footer__globes {
    justify-self:center;
}
.globes__image {
    width: 92px;
    height: 24px;
    background-image:url('https://images.globes.co.il/globes/urban_renewal/GlobesLogoW.svg');
    margin-left: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    position:relative;
}
.globes__image::after {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    background-color: #fff;
    left: -11px;
    bottom: -1px;
    border-radius: 20px;
}
.globes__title {
    font-family: 'demibold';
    font-size: 19px;
    display: inline-block;
    color:#fff;
}
.footer__copyright {
    position: absolute;
    top: 15px;
    left: 0;
}
@media screen and (max-width: 1270px) {
     footer .container {
        margin:0 35px;
    }
    .footer_bottom p {
        font-size:12px;
    }
}
@media screen and (max-width: 1024px) {
    .footer__copyright {
        top: 40px;
    }
}
@media screen and (max-width: 768px) {
    footer {
        height: 124px;
        font-family:'OpenSansHebrew';
        padding:0px;
        font-size:12px;
    }
    footer .container {
        display:block;
        margin: 0 17px;
        padding-top:0;
       
    }
    .footer_top_left, .footer_top_right {
        display:none;
    }
    .footer_bottom {
        padding: 20px 0;
        border-top: none;
        line-height: 21px
    }
    .footer__copyright {
        position: initial;
    }
}
@media screen and (max-width: 420px) {
     .contentW ~ footer .footer_bottom{
        padding: 20px 0 70px;
    }
}
/*--------------------------------------SOCIAL BLOCK ----------------------------------------------------*/
.socialBlock {
    width: 500px;
    height: 500px;
    background: #fff;
    position: fixed;
    z-index: 11;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    outline: 1000px rgba(0,0,0,0.8) solid;
    grid-template-rows: auto 1fr auto;
    border-radius:4px;
}
.close {
    background-image:url('https://images.globes.co.il/globes/urban_renewal/X.svg');
    width:15px;
    height:15px;
    background-size:contain;
    cursor: pointer;
    position:absolute;
    top:10px;
    left:10px;
}
.socialBlock h3 {
    font-family: 'ultrabold';
    font-size: 30px;
    margin: 40px 0 10px;
     text-align:center;
}
.socialBlock .sWr {
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 150px 150px;
    grid-gap: 20px;
    width: 100%;
    justify-items: center;
    align-items: center;
}
.socialBlock a {
    width: 77px;
    height: 77px;
    position: relative;
    flex: 1 0 30%;
}
.socialBlock a:after {
    position: absolute;
    font-size: 16px;
    transform: translateX(-50%);
    left: 50%;
    top: 110%;
    font-family: almoniDL400;
}
.socialBlock .twitter {
    background:url('https://images.globes.co.il/globes/urban_renewal/icn_twitter.svg') no-repeat center;
}
.socialBlock .fb {
    background:url('https://images.globes.co.il/globes/urban_renewal/icn_facebook.svg') no-repeat center;
}
.socialBlock .mail {
    background:url('https://images.globes.co.il/globes/urban_renewal/icn_mail.svg') no-repeat center;
}
.socialBlock .linkedin {
    background:url('https://images.globes.co.il/globes/urban_renewal/icn_linkedin.svg') no-repeat center;
}
.socialBlock .copy {
    background:url('https://images.globes.co.il/globes/urban_renewal/icn_copy_link.svg') no-repeat center;
}
.socialBlock .whatsapp {
    background:url('https://images.globes.co.il/globes/urban_renewal/icn_whatsapp.svg') no-repeat center;
}
.socialBlock .fb:hover {background-image:url(https://images.globes.co.il/globes/urban_renewal/icn_facebook_color.svg); }

.socialBlock .twitter:hover{background-image:url(https://images.globes.co.il/globes/urban_renewal/icn_twitter_color.svg);}

.socialBlock .whatsapp:hover {background-image:url(https://images.globes.co.il/globes/urban_renewal/icn_whatsapp_color.svg); }

.socialBlock .mail:hover {background-image:url(https://images.globes.co.il/globes/urban_renewal/icn_mail_color.svg);}

.socialBlock .linkedin:hover { background-image: url(https://images.globes.co.il/globes/urban_renewal/icn_linkedin_color.svg);}

.socialBlock .copy:hover {background-image:url(https://images.globes.co.il/globes/urban_renewal/icn_copy_link_color.svg);}

.copyLink {
    display:none;
    font-family: 'almoniDL400';
    font-size: 16px;
    color: #fff;
    background-color: #000;
    height: 44px;
    line-height: 44px;
}
@media screen and (max-width: 550px) {
    .socialBlock {
        width: 100%;
    }
}
/*_______________________________________steps page____________________________________________*/

/*---------------side menu ------------------*/
.G_BradCrams.spc {
    font-family: almonidl400;
    color: #666;
    overflow: hidden;
    width: auto;
    position:absolute;
    top: 132px;
    right: 50%;
    margin: 0 -253px 0 0;
}
.G_BradCrams a {
    float: none;
}
.G_BradCrams a {
    text-decoration: underline;
}
.G_BradCrams .arrow::after {
    content:"";
}
.page_heading {
    text-align:right;
    padding: 15px 0 30px 0;
}
.level_title {
        margin: 0 0 30px 0;
}
.side__menu {
    position: fixed;
    width: 283px;
    font-size: 21px;
    font-family: 'almoniDL700';
    text-align: right;
    border-left:1px solid #e5e5e5;
    top:132px;
}
.side__menu a {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 0 53px;
    padding: 14px 0 13px 0;
    position:relative;
}
.side__menu_steps .chart_image {
    display: none;
}
.side__menu a:hover, .side__menu a.active {
        color:#028489;
        font-family: 'ultrabold';
}
.side__menu a:hover::before, .side__menu a.active::before {
    content: "";
    height: 60px;
    width: 3px;
    background-color: #028489;
    position: absolute;
    top: 0;
    right: -35px;
}
.step_container {
    width: 590px;
    margin:0px 350px 0 0;
    padding-top: 60px;
}
#step_10725 {
    margin-top:80px;
}
.level_sub_title {
    font-size: 20px;
    font-family: 'almoniDL500';
    text-align: right;
    margin: 20px 0 40px;
    max-width:488px;
}
.article_box {
    display: grid;
    grid-template-columns: 166px 1fr;
    grid-template-rows: 175px;
    grid-gap: 20px;
    align-items: center;
    text-align: right;
    margin-bottom:51px;
}
.article_img {
    width: 100%;
    align-self: stretch;
    object-fit: cover;
    border-radius:4px 4px 0 0;
}
.article_details {
    align-self: start;
    position: relative;
}
.article_title {
    font-family: 'almoniDL700';
    font-size: 21px;
}
.article_desc {
    font-family: 'OpenSansHebrew';
    font-size: 16px;
    line-height: 26px;
    padding-bottom:20px;
}
.article_btn {
    font-family: 'almoniDL400';
    font-size: 18px;
    color: #ff5555;
    border: 1px solid #ff5555;
    border-radius: 5px;
    position: absolute;
    top: calc(175px - 30px);
    width: 116px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
.sec_faq {
    width: 590px;
    text-align: right;
    margin: 74px 360px 40px 0;
}
.faq-box {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin: 20px 0 0;
}
.faq-title {
   color: #1a1a1a;
    font-size: 23px;
    font-family: 'ultrabold';
}
.faq__subtitle, .faq-answer {
    font-size:16px;
    font-family: 'OpenSansHebrew';
}
.faq__subtitle {
    margin: 10px 0 30px 0;
    line-height:1.63;
}
.faq-question {
    font-family: 'OpenSansHebrewBold';
    font-size: 16px;
    line-height: 26px;
    position:relative;
    cursor:pointer;
    max-width:563px;
}
.faq-question::after {
    content:"";
	display: inline-block;
	border: solid #000;
	border-width: 0px 2px 2px 0;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 10px;
    left: -10px;
}
.rotate_arrow::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.faq-answer {
    line-height: 26px;
    max-width:563px;
    display:none;
}
@media screen and (max-width:1280px) {
   .G_BradCrams.spc {
        margin-right: 388px;
        right:0;
    }
}
@media screen and (max-width:1024px) {
    .G_BradCrams.spc {
        right: 0;
        margin-right: 325px;
    }
    .side__menu {
        width: 260px;
    }
    .step_container {
        width: 500px;
        margin-right: 290px;
    }
    .sec_faq {
        width: 550px;
        margin: 74px 290px 100px 0;
    }
}
@media screen and (max-width: 950px){
    .G_BradCrams.spc {
        margin-right: 300px;
    }
   .step_container {
        margin-right: 260px;
    }
    .side__menu {
        width: 240px;
    }
    .side__menu a {
        margin: 0 0 0 30px;
    }
    .faq-question {
        padding-left: 20px;
    }
}
@media screen and (max-width: 800px) {
    #adSection {
        display: none;
    }
    .G_BradCrams {
        display:none;
    }
    .page_heading{
        font-size:38px;
        margin: 0;
        padding: 33px 0;
    }
    .side__menu {
        position: fixed;
        width: 100%;
        font-size: 13px;
        font-family: 'almoniDL400';
        text-align: right;
        border-bottom: 2px solid #e5e5e5;
        border-left:none;
        overflow-x: auto;
        background-color:#fff;
        top: 48px;
        right:0;
        z-index: 1;
    }
    .side__menu_steps {
        display:flex;
        justify-content: space-around;
    }
    .side__menu a {
        display: inline-grid;
        border-bottom: none;
        margin: 0;
        width: auto;
        height: 67px;
        text-align: center;
        align-items: end;
        justify-items: center;
        padding: 5px 0;
        flex: 0 0 125px;
        white-space: nowrap;
    }
    .side__menu a:first-child {
        margin:0;
    }
    .side__menu a:hover::before, .side__menu a.active::before {
        height: 2px;
        width: 100%;
        top: auto;
        right: 0;
        bottom: 0;
    }
    .side__menu_steps  .chart_image {
        display: inline-block;
        width: 50px;
        height: 50px;
    }
    #step_10725 {
        margin-top: 60px;
    }
    .step_container {
        width: auto;
        margin: 50px 0;
    }
    .level_title {
        margin: 0;
    }
    .level_sub_title {
        font-size: 17px;
        margin:30px 0;
    }
    .article_box {
       grid-template-columns: 250px 1fr;
       grid-template-rows: 262px;
    }
    .article_img {
        width: 100%;
        height: auto;
        flex: 1 1 100%;
    }
    .article_title {
        padding-top: 10px;
    }
    .article_details {
        flex: 1 1 100%;
    }
    .article_btn {
        top: calc(262px - 30px);
    }
    .sec_faq {
        width: 620px;
        text-align: right;
        margin: 0 0 80px 0;
    }
    .faq-title {
        font-size: 24px;
    }
    .faq-question {
        max-width: 600px;
    }
    .faq-answer {
        line-height: 2;
        max-width: 600px;
    }
    .side__menu_steps {
        justify-content: center;
    }
    .faq__subtitle {
        max-width:450px;
    }

}
@media screen and (max-width: 768px) {
     .sec_faq {
        width:100%;
    }
    .faq-question {
        max-width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .side__menu_steps {
        justify-content: right;
    }
    .side__menu_steps .chart_image {
        width: 35px;
        height: 35px;
    }
     .article_box {
        display: flex;
        flex-wrap: wrap;
    }
      .article_btn {
        display: flex;
        justify-content: center;
        position: initial;
        width: 100%;
        height: 48px;
        line-height: 48px;
    }
      .faq-answer {
        max-width: initial;
         font-size: 14px;
    }
      .faq-question {
        font-size: 14px;
    }
   .article_desc {
        font-size: 14px;
    }
   .level_articles .article_box .article_details {
        padding: 16px;
        border: solid #e0e0e0;
        border-width: 0px 1px 1px 1px;
        border-radius: 0 0 4px 4px;
    }
   .level_sub_title {
        max-width:290px;
    }
 
}
@media screen and (max-width: 380px) {

    .page_heading {
        font-size: 35px;
        line-height:37px;
    }
    .news__author {
        padding-left: 22px;
    }
    .news__author::after {
        left: 11px;
    }
    .steps_chart_title, .step__title, .level_title {
        font-size:27px;
        line-height:30px;
    }
}
/*_________________________________article page_______________________________*/
#jumbo_container.topBanner {
    margin: 120px auto 28px;
}
.breadcrumbs .G_BradCrams {
    margin:0;
}
.G_BradCrams{
    position:initial;
}
.category {
    display:flex;
    align-items: center;
}
#F_Title {
    line-height:45px;
    margin: 5px 0 15px 0;
}
.category_link {
    color: #ff5555;
    font-size: 20px;
    font-family: 'almoniDL700';
}
.category_img {
    height: 40px;
    width: 40px;
    padding-left: 18px;
}

.mainPart .navArticles {
    padding: 20px;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
}
#F_Content .navArticles {
    margin-top: 50px;
}
.navArticles {
    background-color: #fef3ee;
    padding: 10px;
    margin-bottom:30px;
}
.nav_title {
    color: #028489;
    font-size: 24px;
    position: relative;
    font-family: 'ultrabold';
}
.article_link.forward, .forward .article_name {
    text-align: left;
}
.forward .article_name, .backward .article_name{
        margin: 0;
}
.forward .nav_title{
    padding-left:20px;
}
.backward .nav_title {
    padding-right:20px;
}
aside.col.nocontent {
    margin:0;
}
.asideContent .forward .nav_title{
    margin-top:10px;
}
.asideContent .backward .article_name {
     border-bottom: 1px solid #028489;
     padding-bottom: 10px;

}
.nav_title::before {
    content: "";
    border: solid #028489;
    border-width: 0px 4px 4px 0;
    padding: 4px;
    position: absolute;
}
.forward .nav_title::before {
    top: 11px;
    left:0;
    transform: rotate(135deg);
}
.backward .nav_title::before {
    top: 9px;
    right:0px;
    transform: rotate(-45deg);
}
.mainPartContent .article_link  .nav_title::before{
    top: 11px;
}
.article_name {
    font-family: 'almoniDL400';
    line-height:22px;
}
#F_Content .article_name, .asideContent  .article_name  {
    margin:0;
}
#F_Content .nav_title {
    font-size:30px;
}
.article_category {
    color: #ff5555;
    font-size: 18px;
    font-family: 'almoniDL700';
    margin:0;
}
#F_Content .article_category {
    font-size:18px;
}
.article_link.forward .article_category {
    text-align:left;
}
.side_title {
    font-size: 24px;
    text-align: right;
    border-bottom: 1px solid #eee;
    position: relative;
    font-family: 'almoniDL900';
    padding-bottom: 8px;
}
.side_title::after {
    border-bottom: 3px solid #028489;
    border-radius: 2px;
    content: "";
    position: absolute;
    width: 75px;
    right: 0;
    bottom: -1px;
}
.sec_guide_tools {
    margin: 50px 0px;
}
.gt_sec {
    padding: 20px 0;
}
.pdf_form .gt_sec_link{
    background-image:url('https://images.globes.co.il/globes/urban_renewal/icn_form.svg');
    background-repeat:no-repeat;
    background-position: 10% 20%;
    background-size: 11px;
}
.gt_sec_title {
    font-size: 20px;
    font-family: 'ultrabold';
    padding: 0;
}
.gt_sec_link {
    font-size: 16px;
    font-family: 'demibold';
    color: #028489;
}
.gt_sec_link a{
    display: block;
    line-height: 22px;
    padding:12px 0;
    max-width:250px;
    position:relative;
}
.gt_sec_link a:after {
    content: "";
    border-bottom: 1px solid #e0e0e0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% + 50px);
}
.gt_sec_link a:hover {
    text-decoration:underline;
}
.asideContent #Globes_Displays {
    margin-top:100px;
}
.title_bar {
    margin-bottom: 30px;
}
.article_link {
     position:relative;
     flex: 0 0 50%;
}
.article_item {
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    display: grid;
    grid-template-columns: 92px 1fr;
    grid-gap: 15px;
    height:96px;
}
.article_text_link {
    padding: 7px 0 0 10px;
}
.article_item_link {
    width: 92px;
}
.article_item_img {
    width: 100%;
    border-radius: 0 3px 3px 0;
}
.article_item_title {
    font-family: 'demibold';
    font-size: 16px;
    line-height:22px;
    align-self: center;
    margin-top:5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.article_item .article_category {
    font-size:14px;
}
#F_Content ul, #F_Content ol{
    padding-right: 20px;
}
#F_Content ul li {
    position:relative;
}
#F_Content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #028489;
    position: absolute;
    top: 12px;
    right: -20px;
}
#F_Content  a {
    color: #028489;
    border-bottom: none;
}
#F_Content p a:hover {
    text-decoration:underline;
    color:#028489!important;
    border-bottom:none!important;
}
#F_Content p a:not([href*='globes']):not([href*='portal']):after {
    content: none!important;
    margin-right: 0;
}
#F_Content .tags {
    padding: 30px 0 ;
    margin:0;
}

#F_Content .tags h2{
    font-size: 28px;
    text-align: right;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    font-family: 'ultrabold';
    padding-bottom: 8px;
}

#F_Content .tags h2:before {
    border-bottom: 3px solid #028489;
    border-radius: 2px;
    content: "";
    position: absolute;
    width: 75px;
    right: 0;
    bottom: -1px;
}

#Tagiut_Tohen span:hover:after {
    top: 25px;
    right: 0;
    font-family: 'almoniDL400';
}
@media screen and (max-width: 768px) {
    body {
        min-width: initial;
    }
    .breadcrumbs {
        display: none;
    }
    #jumbo_container {
        display: none;
    }
    #GPage_main .contentW {
        margin: 0px 17px 0 17px;
        width: calc(100% - 34px);
    }
    .mainPart {
        float: none;
        width: 100%;
        max-width: initial;
    }
    .asideContent {
        width: 100%;
    }
    .col.nocontent {
        float: none;
        width: 100%;
        margin-top:-70px;
    }
    #F_Title {
        font-size: 33px;
        line-height:45px;
    }
    .artBigImage {
        margin: 0 auto;
        position: absolute;
        top: 49px;
        right: 0;
    }
    .artBigImage .credit {
        padding: 10px 10px 0 10px;
        width: auto;
    }
    .mainPart h2 {
        margin: 12px 0;
    }
    .articleInfo {
        margin-bottom: 0;
        height: 50px;
        border-bottom: 2px #ccc solid !important;
        border-top: none!important;
    }
    .articleInfo .timestamp {
        font-size: 14px;
    }
    .socialLinks {
        display: none;
    }
    .side_title, .interest_form_title {
        font-size: 28px;
        line-height:32px;
    }
    .gt_sec_link a{
        max-width:290px;
    }
    #GPage_main #F_Content {
        width: 100%;
        max-width: initial;
        margin-right: 0;
        margin-top: 20px;
    }
    #F_Content .navArticles {
        display: none;
    }
    .asideContent .navArticles {
        display:none;
    }
    .mainPart .navArticles {
        position: fixed;
        bottom: 0;
        width: calc(100% - 20px);
        right: 0;
        margin-bottom: 0; 
        display: flex;
        z-index: 1;
        justify-content: space-between;
        padding: 7px 10px;
       min-height: 34px;
    }
    .mainPart .navArticles::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        background: rgba(255, 85, 85, 0.2);
        top: 0;
        right: 50%;
    }
    .asideContent #Globes_Displays {
        margin-top: 50px;
    }
    .backward {
        justify-self:flex-start;
    }
    aside .pirsumi.n1 {
        margin-bottom: 0;
    }
    .article_link {
        flex: 0 0 40%;
    }
    .article_link .nav_title,.article_link .article_category {
        display: none;
    }
    .asideContent .backward .article_name {
        border-bottom: none;
    }
    aside #Globes_Displays {
        margin-bottom: 0;
    }
    .article_name {
        font-size: 14px;
        line-height:16px;
        display: inline-block;
        position:relative;
    }
    .articleInner p {
        width: 100%;
    }
    .article_name::before {
        content: "";
        border: solid #028489;
        border-width: 0px 3px 3px 0;
        padding: 3px;
        position: absolute;
        top: 9px;
    }
    .forward .article_name::before {
        left:0;
        transform: rotate(135deg);
    }
    .backward .article_name::before {
        right:0px;
        transform: rotate(-45deg);
    }
   .backward .article_name {
        padding-right: 20px;
    }
   .forward .article_name {
        padding-left: 20px;
    }
    .asideContent .backward .article_name {
        padding-bottom:0;
    }
    .article_link {
        flex: 0 0 45%;
    }
}
/*__________________________________faq page______________________________________________*/
.faq-page .faq-title {
    font-size:28px;
    color:#1a1a1a;
    position:relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 32px;
}
.faq-page .faq-title::after {
    border-bottom: 3px solid #028489;
    content: "";
    position: absolute;
    padding: 35px;
    right: 0;
    bottom: -1px;
}
.faq-page .sec_faq {
    margin: 0px 350px 50px 0;
    padding-top: 50px;
}
.faq-page .sec_faq:first-child {
    margin-top: 140px;
    padding-top:0;
}
@media screen and (max-width:1024px) {
    .faq-page .sec_faq {
        width: 480px;
        margin: 50px 290px 100px 0;
    }

}
@media screen and (max-width:991px) {
    .faq-page .sec_faq {
        width: 450px;
        margin: 50px 265px 100px 0;
    }
}
@media screen and (max-width:800px) {
    .faq-page .sec_faq {
        margin: 0 0 80px 0;
    }
    .side__menu__faq {
        display:none;
    }
}
@media screen and (max-width: 768px) {
    .faq-page .sec_faq {
        width: 100%;
    }
    .faq-page .sec_faq:first-child {
        margin-top: 50px;
    }
    .faq-page .page_heading {
        margin: 0;
        padding: 30px 0;
    }
    .faq-question {
        padding-left: 30px;
    }
    .faq-question::after {
        left: 0;
    }
}

/*__________________________________ad section_________________________________*/
.sec_faq + #adSection div {
    top:132px!important;
    left: 34px;
}
.step__section + #adSection div {
    margin: 48px auto!important;
}
/*_________________________dictionary page_____________________________________*/
.G_BradCrams {
    position:initial;
    margin: 140px auto 0px;
}
.dictionary_page .page_heading {
    padding:0;
}
.back__btn {
    color: #028489;
    font-size: 18px;
    font-family: 'almoniDL700';
    text-align: right;
    margin-bottom: 20px;
    position:relative;
    padding-right: 25px;
    cursor:pointer;
}
.back__btn::before {
    content: "";
    border: solid #028489;
    border-width: 0 2px 2px 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 5px;
    transform: rotate(-45deg);
}
.letters {
    font-family: 'demibold';
    font-size: 21px;
    text-align: right;
    margin: 40px -4px 0 0;
}
.letter, .dis {
   padding: 0 4px;
   margin: 0 6px;
}
.letter {
     cursor:pointer;
}
.letter:hover, .letter.active{
    border-bottom: 2px solid #028489;
}
.letter:first-child {
    margin: 0 0 0 6px;
}
.dis {
    color: #e5e5e5;
}
.termsInLetter {
    margin: 50px 0 70px;
    text-align: right;
    font-family: 'OpenSansHebrewBold';
    font-size: 16px;
    color: #028489;
    display:flex;
}
.col {
    flex: 0 0 30%;
    margin-left:40px;
}
.term_word {
    padding-bottom: 20px;
    cursor:pointer;
}
.termsInLetter .term_word {
     display:block;
}
.dict_section {
    max-width: 830px;
    margin: 50px 0 70px;
}
.term {
    font-size: 28px;
    text-align: right;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    font-family: 'almoniDL700';
    padding-bottom: 8px;
}
.term::after {
    border-bottom: 3px solid #028489;
    border-radius: 2px;
    content: "";
    position: absolute;
    width: 75px;
    right: 0;
    bottom: -1px;
}
.definition {
    font-family: 'OpenSansHebrew';
    font-size: 16px;
    line-height: 28px;
    text-align:right;    
    max-width: 700px;
}
.definition a {
    color:#028489;
}
.definition a:hover {
    text-decoration:underline;
}
@media screen and (max-width: 768px) {
    .dictionary_page {
        margin-top:48px;
        display: flex;
        flex-wrap: wrap;
    }

    .dictionary_page .page_heading {
        padding: 30px 0;
        flex: 1 1 calc(100% - 60px);
        margin-right: 60px;
    }
    .letters {
        display: flex;
        flex-direction: column;
        display: grid;
        position: fixed;
        margin:0;
        top: 50px;
        right: 0;
        background-color: #fff;
        font-size:16px;
        border-left: 1px solid #e0e0e0;
        text-align: center;
        width: 34px;
        height: calc(100vh - 50px);
    }
     .dis:last-child {
        display: none;
    }
     .termsInLetter {
        flex: 1 1 calc(100% - 60px);
        margin: 0 60px 0 0;
        flex-wrap: wrap;
        font-size:14px;
    }
    .letter, .dis, .letter:first-child {
        align-self: center;
        flex: 1 0 calc(100% / 22);
        padding: 0  3px 0 3px;
        margin: 0;
        position:relative;
    }
    .letter:hover {
        border-bottom:none;
    }
    .letter::after, .dis::after {
        content: "";
        border-bottom: 1px solid #ddd;
        position: absolute;
        bottom: -1px;
        right: 7px;
        width: 20px;
    }
    .letter.active{
        border-right: 3px solid #028489;
        padding: 0 0 0 3px;
        border-bottom:none;
        font-family:'ultrabold';
    }
    .letter.active::after {
        right: 3px;
    }
    .col {
        flex: 0 0 100%;
        margin-left: 0;
    }
    .letter_section > .term {
        color:#1a1a1a;
        font-family: 'almoniDL900';
        margin-top: 100px;
    }
    .letter_section > .term:first-child {
        margin-top:0;
    }
    .letter_section >.term::after {
        border-bottom: 4px solid #028489;
        width: 22px;
        bottom:-2px;
    }
    .letter_section > .term:last-child {
        display:none;
    }
    .dict_section {
        margin:60px 0 50px;
        text-align:right;
    }
    /*.back__btn {
        background: #028489;
        padding: 15px;
        border-radius: 4px;
        display: inline-block;
        margin-bottom: 40px;
    }
    .back__btn span {
        display:none;
    }
      
    .back__btn::before {
        border: solid #ffffff;
        border-width: 0 2px 2px 0;
        padding: 4px;
        right: 11px;
        top: 10px;
    }
          */
}
/*___________________________________coopartion section_______________________________________*/
.right .container , .left .container{
    padding: 0;
}
.sectionCoop .page_heading {
    padding: 0 0 50px 0;
}
.coopartion_boxes .article_box { 
    grid-template-columns: 177px 1fr;
    grid-template-rows: 188px;
    grid-gap: 27px;
    margin-bottom: 48px;
}
.coopartion_boxes .article_desc {
    max-width: 694px;
}
.coopartion_boxes .article_img {
    object-fit: contain;
    border: 1px solid #e0e0e0;
    height:100%;
}
.coopartion_boxes .article_btn {
    top: calc(188px - 30px);
    width: 128px;
}
.coopartion_boxes .article_box > a {
    height: 100%;
}
.left .step__articles {
    flex-wrap: wrap;
    overflow-x: unset;
}
.left .article__box {
    margin: 0 0 10px 0;
    flex: 0 0 138px;
    align-items: center;
}
.left .article__box:nth-child(odd) {
        margin: 0 0 10px 10px;
    }
.left .gt_sec {
    text-align: right;
}
.container.tools_section {
    margin-top: 0px;
}
.tools_section .right .step__articles{
    flex-wrap: wrap;
}
.tools_section .right .news__box {
     margin: 0 0 28px 0;
}
.tools_section .right .news__box:nth-child(odd) {
     margin: 0 0 28px 28px;
}
.right .news__box {
    flex: 0 0 calc(50% - 28px);
}
.right .page_heading {
    padding:0;
}
   .showMore{
        display: none;
        font-size: 18px;
        color: #ff5555;
        font-family: 'almoniDL400';
        border: 1px solid #ff5555;
        width: 160px;
        height: 48px;
        border-radius: 4px;
        margin: 20px auto 15px;
        justify-content: center;
        align-items: center;
        cursor:pointer;
     }
    .showMore::after  {
        content: "";
        border: solid #ff5555;
        border-width: 0 1px 1px 0;
        padding: 5px;
        transform: rotate(45deg);
        margin-top: -5px;
        margin-right: 10px;
    }
     .rotate_arrow.showMore::after {
        transform: rotate(-135deg);
        margin-top: 5px;
    }
@media screen and (max-width: 767px) {
    #step_11135 {
        margin-top: 48px;
    }
    .right .page_heading {
        padding:60px 0 0 0;
    }
    .sectionCoop .page_heading {
        padding: 30px 0;
    }
     .coopartion_boxes .article_box {
        border: 1px solid #e0e0e0;
        padding: 15px;
        border-radius:4px;
    }
     .coopartion_boxes .article_box > a {
        height: auto;
        width:100%;
    }
    .coopartion_boxes .article_img {
        object-fit: none;
        border: none;
        border-bottom: 1px solid #e0e0e0;
        height:200px;
    }
    .coopartion_boxes .article_btn {
        top: calc(188px - 30px);
        width: 100%;
    }
    .tools_section {
        display: block;
    }
    .step_cooperation .step__articles {
            flex-wrap: wrap;
            overflow-x: hidden;
    }
    .step__articles .cooperation {
        margin: 0 0 17px 0;
        flex: 0 0 162px;
        border: 1px solid #e0e0e0;
        align-items: center;
    }
    .left .article__box {
        margin: 0 0 10px 0;
        flex: 0 0 160px;
    }
    .article__box.cooperation:last-child {
        margin: 0 0 17px 0;
    }
    .cooperation .article__image {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
     .tools_section .right .guides .news__box {
        margin:10px 0;
    }
    .tools_section .right .news .news__box {
       display: flex;
        margin: 0 0 10px 28px;
        flex: 0 0 280px;
    }
    .right .news .news__data {
        padding: 10px 14px;
    }  
    .right .news .news__data .news__author {
        text-align: right;
    }
    .step__title {
        margin:30px 0;
    }
    .tools_section .right .news .step__articles{
        flex-wrap: nowrap;
    }
}
@media screen and (max-width: 760px) {
    .tools_section .right .news .news__box {
        flex: 0 0 230px;
        display:grid;
        grid-template-columns: auto;
    }
}
@media screen and (max-width: 370px) {
    .step__articles .cooperation {
        flex: 0 0 46%;
        margin:0;
    }
    .step__articles .cooperation:nth-child(odd) {
        margin:0 0 17px 17px;
    }
}
/*-----------------------------tools and cooparation page------------------------------------*/
.tools_section {
    display: flex;
    justify-content: space-between;
}
.left .step__section.container {
    margin: 32px 0;
    width:100%;
}
.right {
    width: 800px;
}
.left {
    width: 300px;
}
@media screen and (max-width: 1280px) {
    .G_BradCrams {
        margin: 140px 35px 0px;
    }
}
@media screen and (max-width: 768px) {
    .tools_section {
        display: block;
    }
    .right, .left {
        width: 100%;
    }
    .tools_section .step__section.container {
        margin: 0;
        width:100%;
    }
    .right .news__box {  
        flex: 1 1 100%;
    }
}