/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.ls_mobile_only .lang_switcher_class{display:none;}
.lang_switcher_class {margin-left: 20px;}
.lang_switcher_class .globe_class{background-image: url('https://143155580.fs1.hubspotusercontent-eu1.net/hubfs/143155580/globe-white.svg');}
.header.active .lang_switcher_class .globe_class{background-image: url('https://143155580.fs1.hubspotusercontent-eu1.net/hubfs/143155580/globe-green.svg');}
.lang_switcher_class .globe_class .lang_list_class:after,.lang_switcher_class .globe_class .lang_list_class:before{border:none;}

.lang_switcher_class .globe_class .lang_list_class li {background-color: #0f969c;border: 0 !important;    padding: 15px 10px;}
.lang_switcher_class .globe_class .lang_list_class li:not(:last-child){border-bottom: 1px solid rgba(19,79,92,.5)!important;}
.lang_switcher_class .globe_class .lang_list_class li:hover {background-color: #fff;border: 0 !important;}
.lang_switcher_class .globe_class a.lang_switcher_link {
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    color: #fff !important;
    font-size: 16px;
}
span#hs_cos_wrapper_language_switcher{display:flex;}
.lang_switcher_class .globe_class li:hover a.lang_switcher_link{color: #0f969c !important;}
.header__container .submenu.level-1>li{ padding: 35px 10px; !important}

@media (max-width: 1139px){
  .header__container .lang_switcher_class{display:none;}
    .header__container .ls_mobile_only .lang_switcher_class{display:inherit;}
  .header.active   .header__container .ls_mobile_only .lang_switcher_class{top: 48px!important;right: 90px!important;}
.header__container .submenu.level-1>li{ padding: 0; !important}
/*   .lang_switcher_class .globe_class .lang_list_class{top: 47px;} */
  .lang_switcher_class{position: absolute!important;top: 68px!important;right: 110px!important;}

  }