/* apply to every page later */
body.page--page-new-header-test- {
    padding-top: 120px;
}

.skip-to-main {
    padding: 10px 50px;
    display: inline-block;
    background-color: tomato;
    border: 2px solid #000;
    font-family: sans-serif;
    color: #fff !important;
    text-decoration: none !important;
    position: absolute;
    top: 0;
    left: -10000px;
    z-index: 100000;
  }
  
.skip-to-main:focus {
    left: 0;
}


div.kaufman-header {
  position: relative;
  z-index: 15;
}

div.kaufman-header li,
div.kaufman-header a {
  font-family: 'roboto', sans-serif;
  font-weight: 700;
}

.kaufman-header__top {
  height: 40px;
  background-color: #F4F4F4;
  padding-left: 80px;
  padding-right: 80px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kaufman-header__top a {
  color: #000;
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
  padding: 6px 40px;
  text-decoration: none !important;
}

.kaufman-header__top ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.kaufman-header__top__right a {
  font-size: 14px;
}

.kaufman-header__top__right a:hover {
  color: #AED136;
}

.kaufman-header__top__sites a.kaufman-header__top__sites__link-active,
.kaufman-header__top__sites a:hover {
  background-color:#FFB351;
  color: #000 !important;
}

.kaufman-header__bottom {
  padding-left: 80px;
  padding-right: 80px;

  height: 126px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.kaufman-header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kaufman-header__bottom__logo {
  max-width: 156px;
  flex-basis: 156px;
}

.kaufman-header__bottom__desktop__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.kaufman-header__bottom__desktop-link__mega__submenu__options {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.kaufman-header__bottom__desktop__list > li {
  height: 126px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.kaufman-header__bottom__desktop-link__top {
  font-family: 'museo sans', sans-serif;
  padding: 50px 18px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #005191 !important;
  text-decoration: none !important;
  position: relative;
}

.kaufman-header__bottom__desktop-link__top::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 4px;
  width: calc(100% - 30px);
  transform: translateX(-50%);
  background-color: transparent;
  border-radius: 2px;
  transition: all .3s ease;
}

.kaufman-header__bottom__desktop-link__top:hover::after {
  background-color: #FFB351;
}

.kaufman-header__bottom__menu__desktop {
  margin-left: auto;

  display: flex;
  align-items: center;
}

.uw-header__bottom__menu__donate-button {
    display: inline-block;
    padding: 10px;
    text-align: center;
    font-family: 'roboto', sans-serif;
    font-weight: 400;
    color: #000 !important;
    font-size: 16px;
    line-height: 22px;
    background-color: #FFB351;
    min-width: 200px;
    text-decoration: none !important;
}

.kaufman-header__bottom__search__desktop form {
  display: flex;
  align-items: center;
  margin-left: 28px;
  border-bottom: 2px solid #EFEFEF;
}

.kaufman-header__bottom__search__desktop form input {
  appearance: none;
  border-radius: 0;
  border: none;

  width: 120px;
  background-color: transparent;
  color: #000;

  font-family: 'roboto', sans-serif;
  font-weight: 500;
}

.kaufman-header__bottom__search__desktop form button {
  appearance: none;
  border-radius: 0;

  width: 30px;
  height: 30px;
  color: #000;

  cursor: pointer;
  background-color: transparent;
  border: none;

  transition: all .3s ease;
}

.kaufman-header__bottom__search__desktop form button:hover {
  /* color: #AED136; */
}

.kaufman-header__bottom__search__desktop form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}

.kaufman-header__bottom__search__desktop form input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}

.kaufman-header__bottom__search__desktop form input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}

.kaufman-header__bottom__search__desktop form input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.kaufman-header__bottom__desktop-link__simple__item {
  position: relative;
}

.kaufman-header__bottom__desktop-link__simple__submenu {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  list-style-type: none;
  margin: 0;

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  width: 780px;
  padding: 30px;

  display: none;
  box-shadow: 3px 3px 5px -3px rgba(0,0,0,.1),
              3px 3px 5px -3px rgba(0,0,0,.1),
              -3px 3px 5px -3px rgba(0,0,0,.1);
}

.kaufman-header__bottom__desktop-link__simple__submenu > li {
  flex-basis: 50%;
}

.kaufman-header__bottom__desktop-link__simple__submenu__link {
  font-size: 18px;
  line-height: 28px;
  color: #005191 !important;
  font-weight: 500;
  display: inline-block;
  padding: 5px 15px;
  width: 100%;
  text-decoration: none !important;
}

.kaufman-header__bottom__desktop-link__simple__submenu__link:hover {
  background-color: #fff6ea;
}

.kaufman-header__bottom__desktop-link__simple:hover + .kaufman-header__bottom__desktop-link__simple__submenu,
.kaufman-header__bottom__desktop-link__simple__submenu:hover {
  display: flex;
}

.kaufman-header__bottom__desktop-link__simple__submenu__single-list {
  width: 300px;
}

.kaufman-header__bottom__desktop-link__simple__submenu__single-list.kaufman-header__bottom__desktop-link__simple__submenu > li {
  flex-basis: 100%;
}

.kaufman-header__bottom__desktop-link__mega__submenu {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  width: 100%;

  display: none;
  border-top: 1px solid #EFEFEF;
}

.kaufman-header__bottom__desktop-link__mega__submenu__menu {
  flex-basis: 430px;
  background-color: #F4F4F4;
}

.kaufman-header__bottom__desktop-link__mega__submenu__content {
  flex: 1;
  background-color: #fff;
  padding: 30px 40px 0 40px;
}

.kaufman-header__bottom__desktop-link__mega__submenu__content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.kaufman-header__bottom__desktop-link__mega__submenu__content__sections__section {
  justify-content: flex-start;

  display: none;
  position: relative;
  z-index: 5;
}

.kaufman-header__bottom__desktop-link__mega__submenu__content__sections__section.kaufman-header__bottom__desktop-link__mega__submenu__content__sections__section__first-section {
  display: flex;
  z-index: 1;
}

.kaufman-header__bottom__desktop-link__mega__submenu__content__sections__section.kaufman-header__bottom__desktop-link__mega__submenu__content__sections__section__visible {
  display: flex !important;
}

.kaufman-header__bottom__desktop-link__mega__submenu__content__sections__section.kaufman-header__bottom__desktop-link__mega__submenu__content__sections__section__hidden {
  display: none !important;
}

.kaufman-header__bottom__desktop-link__mega__submenu__content__sections__column {
  flex-basis: 100%;
}

.kaufman-header__bottom__desktop-link__mega__submenu__options__option-link {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 30px 35px;

  font-family: 'museo-sans', sans-serif;
  font-weight: 500;
  color: #005191 !important;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none !important;
}

.kaufman-header__bottom__desktop-link__mega__submenu__options__option-link svg {
  transform: rotate(90deg);
}

.kaufman-header__bottom__desktop-link__mega__submenu__options__option-link:hover {
  background-color: #BDBDBD;
}

.kaufman-header__bottom__desktop-link__mega__submenu__content__sections__column__list__list a,
.kaufman-header__bottom__desktop-link__mega__submenu__content__sections__column__list__title {
  font-size: 18px;
  line-height: 28px;
  color: #005191 !important;
  font-weight: 500;
  display: inline-block;
  padding: 5px 15px;
  width: 100%;
  text-decoration: none !important;
}

.kaufman-header__bottom__desktop-link__mega__submenu__content__sections__column__list__list a:hover {
  background-color: #fff6ea;
}

.kaufman-header__bottom__desktop-link__mega__submenu__content__sections__column__list__title {
  text-decoration: none !important;
  font-size: 20px !important;
  font-weight: 700;
  color: #F57814 !important;
  text-transform: uppercase;
}

.kaufman-header__bottom__desktop-link__mega__submenu__content__sections__column__list__list {
  margin-bottom: 40px !important;
}

.kaufman-header__bottom__desktop-link__mega:hover + .kaufman-header__bottom__desktop-link__mega__submenu,
.kaufman-header__bottom__desktop-link__mega__submenu:hover {
  display: flex;
}

.kaufman-header__bottom__desktop-link__mega__submenu__close {
  appearance: none;
  border-radius: 0;

  position: absolute;
  top: 15px;
  right: 15px;

  width: 32px;
  height: 32px;

  display: flex;
  justify-content: center;
  align-items: center;

  border: none;
  background-color: transparent;
  padding: 4px;

  cursor: pointer;
  transition: all .3s ease;
}

.kaufman-header__bottom__desktop-link__mega__submenu__close:hover {
  background-color: #fff6ea;
}

.kaufman-header__mobile {
  display: none;
  position: relative;
}



/* MOBILE MENU */

.kaufman-header__mobile__websites_menu__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  height: 38px;

  background-color: #F4F4F4;
}

.kaufman-header__mobile__websites_menu__list li {
  flex: 1;
  height: 100%;
}

.kaufman-header__mobile__websites_menu__list__link {
  display: flex;
  width: 100%;
  padding: 0 15px;
  height: 100%;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
  color: #3C3C3C !important;
  text-decoration: none !important;
  justify-content: center;
  align-items: center;
  font-weight: 700 !important;
  text-align: center;
}

.kaufman-header__mobile__websites_menu__list__link.kaufman-header__mobile__websites_menu__list__link__active-website {
  background-color: #AED136;
}

.kaufman-header__mobile__websites_menu__list__link:hover {
  background-color:#FFB351;
}

.kaufman-header__mobile__top_menu__list {
  list-style-type: none;
  padding: 0;
  margin: 0;

  background-color: #003B6A;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.kaufman-header__mobile__top_menu__list__link {
  font-weight: 700;
  color: #fff !important;
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
  padding: 5px 8px;
  text-decoration: none !important;
}

.kaufman-header__mobile__top_menu__list__link:hover {
  color: #AED136 !important;
}

.kaufman-header__mobile__top_menu__list__link i {
  color: #AED136 !important;
}

.kaufman-header__mobile__main-menu {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.kaufman-header__mobile__main-menu__logo-link,
.kaufman-header__bottom__logo__link {
  max-width: 280px;
}

.kaufman-menu__toggler-button {
  appearance: none;
  border-radius: 0;
  border: none;
  background-color: transparent;
  width: 32px;
  height: 32px;
  cursor: pointer;
  outline: none !important;
  padding-left: 0;
  padding-right: 0;
}

.kaufman-menu__toggler-button svg {
  width: 100%;
}

.kaufman-header__mobile__screens {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: calc(100vh - 100px);

  background-color: rgba(0,0,0,.8);
  transition: all .2s ease;

  display: none;
  opacity: 0;
}

.kaufman-menu__close-button {
  appearance: none;
  border-radius: 0;
  border: none;
  background-color: transparent;
  width: 40px;
  height: 40px;
  cursor: pointer;
  outline: none !important;

  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.kaufman-header__mobile__screens__main_menu__secreen {
  position: absolute;
  top: 42px;
  right: -100%;
  width: calc(100% - 80px);
  height: calc(100% - 42px);
  background-color: #FFFFFF;
  transition: all .2s ease;
}

.kaufman-header__mobile__screens__main_menu__secreen__open {
  right: 0;
}

.kaufman-header__mobile__screen__main-menu {
  border-top: 1px solid #F4F4F4;
}

.kaufman-header__mobile__screen__main-menu__link {
  font-size: 18px;
  line-height: 26px;
  color: #005191 !important;
  font-weight: 700 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 25px 10px 25px;
  border-bottom: 1px solid #F4F4F4;
  text-decoration: none !important;
}

.kaufman-header__mobile__screen__main-menu__link__icon {
  width: 28px;
  position: relative;
  left: 10px;
}

.kaufman-header__mobile__screen__main-menu__link__icon > svg {
  width: 100%;
  transform: rotate(90deg);
}

.kaufman-header__mobile__screen__main-menu__link__hover {
  width: 4px;
  height: 100%;
  background-color: #AED136;
}

.kaufman-header__mobile__sub-screen {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  transition: all .2s ease;

  display: none;
}

.kaufman-header__mobile__sub-screen__opened {
  right: 0;
}

.kaufman-header__mobile__sub-screen .kaufman-header__mobile__sub-screen__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.kaufman-header__mobile__sub-screen .kaufman-header__mobile__sub-screen__list a {
  font-size: 16px;
  line-height: 24px;
  color: #005191 !important;
  font-weight: 700 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 25px 8px 25px;
  border-bottom: 1px solid #F4F4F4;
  text-decoration: none !important;
}

.kaufman-header__mobile__sub-screen .kaufman-header__mobile__sub-screen__list a:hover {
  color: #005191 !important;
}

.kaufman-header__mobile__screen__main-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.kaufman-header__mobile__sub-screen.kaufman-header__mobile__sub-screen__layer-2 {
  z-index: 12;
}

.kaufman-header__mobile__sub-screen.kaufman-header__mobile__sub-screen__layer-3 {
  z-index: 15;
}

.kaufman-header__mobile__sub-screen.kaufman-header__mobile__sub-screen__layer-4 {
  z-index: 20;
}

.kaufman-header__mobile__sub-screen__back,
.kaufman-header__mobile__sub-screen a.kaufman-header__mobile__sub-screen__back {
  padding: 10px 25px !important;
  margin-bottom: 5px !important;
  display: flex !important;
  align-items: center !important;

  font-size: 12px !important;
  line-height: 1 !important;
  color: #005191 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

.kaufman-header__mobile__sub-screen__back:hover {
  color: #003B6A !important;
}

.kaufman-header__mobile__screen__main-menu__link__clickable__span {
  width: 28px;
}

.kaufman-header__mobile__screen__main-menu__link__clickable__span svg {
  width: 100%;
  transform: rotate(90deg);
}

.kaufman-header__mobile__screens__main_menu__search {
  padding: 15px 25px;
}

.kaufman-header__mobile__screens__main_menu__search form {
  display: flex;
  align-items: center;
}

.kaufman-header__mobile__screens__main_menu__search form input {
  appearance: none;
  border-radius: 0;
  height: 40px;

  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;

  background-color: #F4F4F4;
  border: none;

  font-size: 18px;
  line-height: 26px;

  font-weight: 500;
  color: #003B6A;

  box-sizing: border-box;
  padding: 0 15px;

  flex: 1;

  display: block;
  width: calc(100% - 46px);
  position: relative;
}

.kaufman-header__mobile__screens__main_menu__search form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #003B6A;
}

.kaufman-header__mobile__screens__main_menu__search form input::-moz-placeholder { /* Firefox 19+ */
  color: #003B6A;
}

.kaufman-header__mobile__screens__main_menu__search form input:-ms-input-placeholder { /* IE 10+ */
  color: #003B6A;
}

.kaufman-header__mobile__screens__main_menu__search form input:-moz-placeholder { /* Firefox 18- */
  color: #003B6A;
}

.kaufman-header__mobile__screens__main_menu__search form button {
  appearance: none;
  border-radius: 0;
  height: 40px;
  width: 46px;
  color: #003B6A;
  border: none;
  background-color: #F4F4F4;
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
  cursor: pointer;
  flex-basis: 46px;
}

.kaufman-header__mobile__screens__main_menu__after-search-menu__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.kaufman-header__mobile__screens__main_menu__after-search-menu__list a {
  font-size: 16px;
  line-height: 28px;
  color: #003B6A !important;
  font-weight: 700 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 25px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.kaufman-header__top__right a,
.kaufman-header__top__sites a,
.kaufman-header__mobile__top_menu__list a {
  position: relative;
}

.kaufman-header__top__right a::after,
.kaufman-header__mobile__top_menu__list a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: #AED136;
}

.kaufman-header__top__sites a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: #AED136;
  transition: all .3s ease;
  display: none !important;
}

.kaufman-header__top__sites li:first-child a::before {
  display: none;
}

.kaufman-header__top__sites .kaufman-header__top__sites__link_list-item__active + li a::before {
  display: none;
}

.kaufman-header__top__sites li:hover + li a::before {
  display: none;
}

.kaufman-header__top__right li:last-child a::after,
.kaufman-header__top__sites li:last-child a::after,
.kaufman-header__mobile__top_menu__list li:last-child a::after {
  display: none;
}

.kaufman-header__mobile__screens .st0 {
  fill: #fff !important;
  stroke: #fff !important;
}

.kaufman-header__mobile__sub-screen .kaufman-header__mobile__sub-screen__list {
  height: 500px;
  overflow-y: auto;
}

.sbc-uw-new-design-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.uw-header__mobile__screens__main_menu__donate-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;

    display: inline-block;
    padding: 10px;
    text-align: center;
    background-color: #FFB351;
    font-family: 'roboto', sans-serif;
    font-weight: 400;
    color: #000 !important;
    text-decoration: none !important;
}

.kaufman-header__bottom__desktop__list .kaufman-header__bottom__desktop-link__simple__item:last-child .kaufman-header__bottom__desktop-link__simple__submenu {
    width: 250px;
}
.sbc-kaufman-header.sbc-uw-new-design-header .kaufman-header__top__right{
  display: flex;
  align-items: center;
}
.sbc-kaufman-header .sbc-language-selector {
  appearance: none;
  border-radius: 0;
  border: none;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="black" d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>') 99%/16px no-repeat #fff;

  background-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #000;
  display: inline-block;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 500;

  cursor: pointer;
  margin-left: 20px;
  border-bottom: 2px solid #EFEFEF;
  line-height: 30px;
}
/* reset google translate bar */
.skiptranslate {
  display: none !important;
}

.kaufman-header__bottom__logo {
  max-width: 280px;
  flex-basis: 280px;
}

.kaufman-header__bottom__logo__link img {
    max-height: 100px;
    width: auto !important;
}

.kaufman-header__mobile__main-menu__logo-link img {
    max-height: 80px;
    width: auto !important;
}

.uw-header__bottom__menu__donate-button {
  margin-left: 30px;
}

/* ************************************************************ */
/* ************************************************************ */
/* ************************************************************ */
/* ************************************************************ */
/* ************************************************************ */
/* ************************************************************ */
/* ************************************************************ */
/* ************************************************************ */
/* ************************************************************ */
/* ************************************************************ */
/* ************************************************************ */
/* ************************************************************ */
/* ************************************************************ */
/* ************************************************************ */
/* ************************************************************ */
/* ************************************************************ */
/* ************************************************************ */
/* ************************************************************ */

@media (min-width: 1200px) and (max-width: 1680px){

}

@media (max-width: 1599px){
  .kaufman-header__bottom__desktop-link__top {
    padding-bottom: 12px;
    top: 18px;
  }

  .kaufman-header__bottom__menu__desktop {
    position: relative;
  }

  .uw-header__bottom__menu__donate-button {
    position: absolute;
    top: 16px;
    right: 18px;
    margin-left: 0;
  }
}

@media (max-width: 1499px){
  .kaufman-header__bottom__logo {
    max-width: 280px;
    flex-basis: 280px;
  }

  /* .kaufman-header__bottom__desktop-link__top {
    padding: 50px 12px;
  } */

  .kaufman-header__bottom__desktop-link__top {
    padding-right: 12px;
    padding-left: 12px;
  }

  .uw-header__bottom__menu__donate-button {
    right: 12px;
  }

  .kaufman-header__bottom__desktop-link__mega__submenu__menu {
    flex-basis: 350px;
  }

  .kaufman-header__bottom__search__desktop form input {
    width: 100px;
  }
} /* end 1499 */

@media (max-width: 1299px){
  .kaufman-header__bottom__logo {
    max-width: 280px;
    flex-basis: 280px;
  }

  /* .kaufman-header__bottom__desktop-link__top {
    padding: 50px 8px;
  } */

  .kaufman-header__bottom__desktop-link__top {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  .kaufman-header__bottom__desktop-link__simple__submenu__link {
    font-size: 16px;
  }

  .uw-header__bottom__menu__donate-button {
    right: 10px;
  }
} /* end 1299 */

@media (max-width: 1199px){
  .kaufman-header__desktop {
    display: none;
  }

  .kaufman-header__mobile {
    display: block;
    background-color: #fff;
  }

  .kaufman-menu__close-button {
    padding-left: 4px;
    padding-right: 4px;
  }

  .kaufman-header__mobile__top_menu {
    display: none !important;
  }
  .sbc-kaufman-header .language-cont.language-cont__mobile{
    margin-left: auto;
    margin-right: 30px;
  }

  .kaufman-header__mobile__main-menu {
    position: relative;
  }

  .uw-header__bottom__menu__donate-button.uw-header__bottom__menu__donate-button__mobile-new {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
} /* end 1199 */

@media (max-width: 991px){

} /* end 991px */

@media (max-width: 767px){

} /* end 767 */

@media (max-width: 479px){
  .kaufman-header__mobile__main-menu__logo-link {
    max-width: 150px;
  }

  .sbc-kaufman-header .sbc-language-selector {
    width: 100px;
  }
} /* end 479 */

@media (max-width: 360px){
  .sbc-kaufman-header .language-cont.language-cont__mobile {
    margin-right: 10px;
  }
}

@media (min-height: 780px){
  .kaufman-header__mobile__sub-screen .kaufman-header__mobile__sub-screen__list {
    height: auto;
  }
}