.icann_theme_modal_lang{
    display: none;
}

@media (max-width: 768px) and (min-width: 320px) {

    /* *********** START : ICANN Theme Language Popup CSS code *********** */
    
    .icann_theme_modal_lang {
        display: none;
        position: fixed;
        z-index: 1;
        padding-top: 10px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.4);
    }
    
    .icann_theme_lang_box_top_arrow:before {
        content: '';
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 10px solid white;
        margin-left: 51%;
        float: left;
        margin-top: -10px;
    }
    
    #icann_theme_lang_overlay {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        display: none;
        background-color: #000;
        opacity: 0.5;
    }
    
    /* Modal Content */
    .icann_theme_modal_lang_content {
        background-color: #ffffff;
        margin-top: 50px;
        width: -webkit-fill-available;
        height: initial;
    }
    
    .icann_theme_lang_list {
        padding: 30px;
        padding-top: 40px;
        padding-left:15px;
    }
    
    .icann_theme_lang {
        font-size: 16px;
        text-transform: uppercase;
        text-align: left;
        padding: 10px 10px 10px 10px;
        color: #333333;
        text-decoration: none;
    }
    
    .icann_theme_lang_link a {
        color: #333333;
        font-weight: normal;
        border-bottom: none;
    }
    
    .icann_theme_lang_link {
        padding: 5px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    
    .icann_theme_background_color {
        background-color: #047BC1;
    }
    
    .icann_theme_background_color a {
        color: #FFFFFF;
    }
    
    /* *********** END : ICANN Theme Language Popup CSS code *********** */
    
    
    .icann_theme_mobile_left_side_arrow {
        padding-left: 20px;
        padding-top: 20px;
    }
        
        
    #icann_theme_about_learn_more_third:lang(ru),
    #icann_theme_about_learn_more_two:lang(ru){
    	height: 70px;
    }
    
    #icann_theme_advice_learn_more_two{
    	height: 70px;
    }
    
    #icann_theme_advice_learn_more_third:lang(ru),
    #icann_theme_advice_learn_more_two:lang(ru){
    	height: 70px;
    }
    
    #icann_theme_meetings_learn_more_third{
    	height: 70px;
    }
    
    #icann_theme_meetings_learn_more_third:lang(ru){
        height: 90px; 
    }
    
    #icann_theme_efforts_learn_more_one{
    	height: 70px;
    }
    
    #icann_theme_efforts_learn_more_one:lang(ru),
    #icann_theme_efforts_learn_more_two:lang(ru){
    	height: 70px;
    }	
         
    .icann_theme_modal_content {
		float: left;
		width: auto;
	}

}