/* 03.11.25 last update */

.header-fixed {
  position: fixed; 
  width: 100%; 
  z-index: 999; 
  background-color: rgba(255,255,255,1); 
  top: 0; 
  left: 0; 
  padding: 16px; 
  box-sizing:border-box; 
  transform: translateZ(100px);
}

.header {
	display: flex;
	align-items: center;
}

.body-if-header-fixed {padding-top: 62px;}
.header li ,.header ul, .header menu { list-style: none; padding: 0; margin: 0; position: relative; z-index: 1; }
.header a {text-decoration: none; color: #000; position: relative; box-sizing: border-box;}
.support-your-app-logo a {display: block; width: 100%; height: 100%; max-width: 100px;}
.support-your-app-logo img {position: relative; width: 105px; height: 46px; object-fit: cover;}

.sup-header {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: var(--Grays-White, #FFF);
  box-shadow: 0px 4px 10px 0px rgba(3, 22, 51, 0.10);
}

.sup-main-menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.sup-menu-item-wrp {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.sup-main-menu > li {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style-type: none;
  padding-right: 48px;
  box-sizing: border-box;
  cursor: pointer;
}

.sup-main-menu > li:last-child {
  padding-right: 0px;
}

.sup-main-menu a {
  text-decoration: none;
  color: #1D1D1F;
}

.sup-main-menu span {
  display: flex;
  align-items: center;
}

.sup-menu-item-wrp span > svg {
  transition: transform .2s ease-in;
  cursor: pointer;
}

.hiden-menu-block-transp-bg {
  position: fixed;
	z-index: 1000;
	top: 62px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 23px;
  display: flex;
  justify-content: center;
  background: transparent;
	transition: all .2s ease-in;
  opacity: 0;
  pointer-events: none;
}

.hiden-menu-block-wrapper {
  position: fixed;
	z-index: 1001;
	top: 77px;
  left: 0px;
  right: 0px;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  background: rgba(29, 29, 31, 0.40);
  backdrop-filter: blur(5px);
	transition: all .2s ease-in;
  pointer-events: none;
  opacity: 0;
}

.hiden-menu-block {
  position: relative;
  z-index: 1000;
  width: fit-content;
  min-width: 700px;
	max-height: 0;
  height: fit-content;
  display: flex;
  align-items: stretch;
  gap: 48px;
  margin-top: 8px;
	padding: 0 80px 0 32px;
	border-radius: 4px;
	background: #fff;
  transform: translateY(0px);
  transform-origin: top;
	transition: all .3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	opacity: 0;
	box-shadow: 0px 10px 10px 0px #0000001A;
  box-sizing: border-box;
  overflow: hidden;
  cursor: default;
  pointer-events: all;
}

.hiden-menu-block > div:first-child {
  position: relative;
  min-width: 300px;
  max-height: 340px;
}

.hiden-menu-block > div:first-child > a {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 12px;
}

.hiden-menu-block > div:first-child > a > img {
  width: 100%;
  object-fit: cover;
  object-position: left;
  transition: all .3s ease;
}
.banner-button {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-left: 6px;
  background-color: #ffffff;
  border-radius: 12px;
  box-sizing: border-box;
}

.banner-button button {
  position: relative;
  flex: 1;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  background-color: rgba(227, 227, 227, 0.70);
  cursor: pointer;
  padding: 0;
}

.banner-button button > svg {
  transition: all .3s ease-in;
}

.hiden-menu-block > .flex-2 {
	display: flex;
	gap: 82px;
}

.hiden-menu-list {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
  margin: 0;
  padding: 0;
  gap: 16px;
  overflow: hidden;
}

.hiden-menu-list > li {
  position: relative;
  width: fit-content;
	display: flex;
  align-items: center;
	gap: 8px;
  cursor: pointer;
}

.hiden-menu-list > li a,
.hiden-menu-list > li span {
  opacity: 1;
}

.hiden-menu-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.submenu-title {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
	margin-top: 0;
}

.submenu-title > svg {
  display: none;
}

.submenu-title::before {
  content: ""; 
  width: 100% !important; 
  height: 1px; 
  position: absolute; 
  bottom: -5px; 
  left: 0;
  background-color: #D9D9D9 !important; 
  transition: all 0.3s cubic-bezier(0,.45,.43,1.27); 
  box-sizing: content-box;
}

.header-submenu-bage {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  border-radius: 171.669px;
  background-color: rgba(120, 229, 77, 0.60);
  box-sizing: border-box;
}

.header-submenu-bage > span {
  text-transform: lowercase;
}

.hiden-menu-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hiden-menu-list > li:first-child {
	margin-top: 0;
}

.hiden-menu-list > li > img {
	width: 16px;
	height: 16px;
}

.hiden-menu-list > li > a {
	white-space: nowrap;
  padding: 8px 4px 8px 0px;
  box-sizing: border-box;
}

.sup-main-menu > li:hover .hiden-menu-block-wrapper {
  opacity: 1;
}

.sup-main-menu > li:hover .hiden-menu-block-transp-bg {
  opacity: 1;
  pointer-events: all;
}

.sup-main-menu > li:hover .hiden-menu-block {
  padding: 32px 63px 32px 32px;
  max-height: 1000px;
  opacity: 1;
  transform: scaleY(100%);
}

.sup-menu-item-wrp span::before,
.sup-menu-item-wrp a::before { content: ""; width: 0%; height: 1px; position: absolute; bottom: -4px; left: 0;background-color: black; transition: all 0.3s cubic-bezier(0,.45,.43,1.27); box-sizing: content-box}

.sup-header menu > li:hover .sup-menu-item-wrp span,
.sup-header menu > li:hover .sup-menu-item-wrp a {
  opacity: 1;
}

.sup-header menu > li:hover .sup-menu-item-wrp span::before,
.sup-header menu > li:hover .sup-menu-item-wrp a::before { width: 100%; }

.sup-header menu > li:hover .sup-menu-item-wrp span > svg {
  transform: rotate(-180deg);
}

.hiden-menu-list > li::before {
  content: ""; width: 0%; height: 1px; position: absolute; bottom: 0px; left: 0;background-color: black; transition: all 0.3s cubic-bezier(0,.45,.43,1.27); box-sizing: content-box;
}

.hiden-menu-list > li:hover::before {
  width: 100%;
}

.header-active-menu-link a {
  opacity: 1 !important;
}

.header-active-menu-link a::before { 
  width: 100% !important; 
}

.active-menu-link {
  opacity: 1 !important;
}

.active-menu-link::before {
  width: 100% !important;
}

.header-link-disabled {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

.banner-animate {
  animation: scaleUpImg .3s ease-in forwards;
}

.hmmbrgr-ctrl, .hmmbrgr { display: none}

/* Select language */
.lang-menu-container {
	position: absolute;
	display: flex;
	cursor: pointer;
}
.select-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
  padding: 4px 8px;
	border: 1px solid #1D1D1F;
	border-radius: 4px;
	background-color: #ffffff;
  box-sizing: border-box;
}

.selected-element-block {
	width: 100%;
  height: 100%;
  min-height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
  gap: 5px;
}
.selected-element-block > img {
	transition: .3s ease-out;
}
.select-open .selected-element-block > img {
	transform: rotate(180deg);
	transition: .2s ease-in;
}
.selected-element {
  font-size: 15px;
}
.select-menu {
	max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
  transform-origin: top;
  transform: scaleY(0);
}

.select-open .select-menu {
	max-height: 500px;  
  opacity: 1;
  transform: scaleY(1);
}

.select-menu > div > a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	padding-right: 12px;
	box-sizing: border-box;
	font-size: 15px;
  color: #1D1D1F;
  text-decoration: none;
}

.header-mobile-swithcer {
  position: relative;
  min-width: 54px;
  margin-right: 24px;
	z-index: 10 !important;
}

.lang-menu-1 {
	display: flex;
	transition: .5s ease;
}

.btn-with-icon.button {
  width: 100%;
	position: relative;
	display: flex;
  justify-content: center;
	align-items: center;
	gap: 14px;
  padding: 8px 16px;
  box-sizing: border-box;
}

.btn-with-icon > img {
	width: 16px;
	height: 16px;
	transition: .1s ease-in;
}

.b-yellow:not(.b-input):hover.btn-with-icon > img {
	filter: invert(1);
}

.header-btn {
  min-width: 150px;
}

.hidden-banner {
  position: relative;
  display: block;
}

/* .hidden-banner:hover > img {
  transform: scale(1.1);
  transform-origin: center;
} */

.hidden-banner:hover > .banner-button button svg {
  transform: scale(1.3);
  transform-origin: center;
}

@keyframes scaleUpImg {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@media screen and (max-width: 1280px) {
  .sup-main-menu {
    gap: 24px;
  }

  .hiden-menu-block {
    gap: 24px;
    padding: 32px;
  }
}

@media screen and (max-width: 1180px) {
  .open-header-menu {
    min-height: 100vh !important;
    max-height: 100vh;
    overflow-y: auto;
  }
  .header-mobile-swithcer { display: none;}
  .hmmbrgr-ctrl, .hmmbrgr { display: block;}
  .header-btn {display: none;}
  #menuToggle {z-index: 9999999;-webkit-user-select: none;user-select: none; min-height: 60px; transition: all 0.3s ease;}
	#menuToggle input {
    display:block;
    width: 50px;
    height: 44px;
    position: absolute;
    top: 17px;
    right: 17px;
    cursor: pointer;
	  opacity: 0; /* hide this */
	  z-index: 2; /* and place it over the hamburger */
	-webkit-touch-callout: none;
  margin: 0;
}
	#menuToggle .hmmbrgr { position: absolute; top: 30px; right: 17px}
	#menuToggle .hmmbrgr span { display: block; width: 24px; height: 3px; margin-bottom: 3px; position: relative; background: #2c2c2c; border-radius: 3px; z-index: 1; transform-origin: 4px 0px;
	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
		opacity: 0.55s ease;}
  #menuToggle menu {margin-top: 0px; max-height: 0px; transition: all .3s ease-in; display: block; overflow: hidden;  min-width: 220px;  flex-basis: 100%; display: flex; flex-direction: column; align-items: flex-end; flex-wrap: nowrap;}
	#menuToggle input:checked ~ #menuToggle menu {
    max-height: 500px;
  }
  #menuToggle span:nth-of-type(1) {transform-origin: 0% 0%;}
	#menuToggle span:nth-of-type(2) {transform-origin: 0% 100%;}
  #menuToggle input:checked ~ .hmmbrgr>span:nth-of-type(1) {opacity: 1;transform: rotate(45deg) translate(1px, -2px);background: #232323;}
	#menuToggle input:checked ~ .hmmbrgr>span:nth-of-type(2) {opacity: 0;transform: rotate(0deg) scale(0.2, 0.2);}
	#menuToggle input:checked ~ .hmmbrgr>span:nth-of-type(3) {transform: rotate(-45deg) translate(-2px, 0px);}
	#menuToggle input:checked ~ menu {overflow-y: auto; max-height: fit-content; margin-top: 32px;}
	#menuToggle input:checked ~ menu li {
    opacity: 1;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
  }
	#menuToggle input:checked ~ menu li:nth-of-type(1) {transition-delay:.1s}
	#menuToggle input:checked ~ menu li:nth-of-type(2) {transition-delay:.13s}
	#menuToggle input:checked ~ menu li:nth-of-type(3) {transition-delay:.16s}
	#menuToggle input:checked ~ menu li:nth-of-type(4) {transition-delay:.19s}
	#menuToggle input:checked ~ menu li:nth-of-type(5) {transition-delay:.22s}
	#menuToggle input:checked ~ menu li:nth-of-type(6) {transition-delay:.25s}
	#menuToggle input:checked ~ menu li:nth-of-type(7) {transition-delay:.28s}
	#menuToggle input:checked ~ menu li:nth-of-type(8) {transition-delay:.31s}
	#menuToggle input:checked ~ ul li:nth-of-type(5) {transition-delay:.35s}
	#menuToggle input:checked ~ ul li:nth-of-type(4) {transition-delay:.38s}
	#menuToggle input:checked ~ ul li:nth-of-type(3) {transition-delay:.41s}
	#menuToggle input:checked ~ ul li:nth-of-type(2) {transition-delay:.44s}
	#menuToggle input:checked ~ ul li:nth-of-type(1) {transition-delay:.47s}
	#menuToggle input:checked ~ ul li img {height: 30px;}
  #menuToggle input:checked ~ .header-mobile-swithcer {
    position: absolute !important;
    top: 25px;
    left: 132px;
    display: flex; 
    align-self: flex-end; 
    margin-right: 0;
  }
  #menuToggle input:checked ~ .header-btn { display: flex; align-self: flex-end; justify-content: flex-end;}

  .header-fixed {
    padding: 16px;
  }

  .sup-header {
    flex-direction: column;
    justify-content: flex-start;
  }

  .support-your-app-logo {
    align-self: flex-start;
  }

  .sup-main-menu {
    width: 100%;
    justify-content: flex-start;
    padding-right: 8px;
    box-sizing: border-box;
  }

  .sup-main-menu .sup-menu-item-wrp a, .sup-main-menu .sup-menu-item-wrp span {
    opacity: 1;
  }

  .sup-main-menu > li {
    padding: 0;
    box-sizing: border-box;
    transition: all .2s ease-in;
  }

  .hiden-menu-block-transp-bg {
    position: static;
    min-height: fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    opacity: 1;
  }

  .hiden-menu-block-wrapper {
    position: static;
    min-height: fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    background: transparent;
    backdrop-filter: blur(0px);
    opacity: 1;
  }

  .hiden-menu-block {
    position: static;
    box-shadow: none;
    background-color: transparent;
  }

  .hiden-menu-block > div:first-child {
    display: none;
  }

  .hiden-menu-block > .flex-2 {
    flex-direction: column;
    align-items: flex-end;
    gap: 32px;
    padding-right: 8px;
    padding-bottom: 12px;
  }

  .hiden-menu-list-wrapper {
    align-items: flex-end;
    gap: 0;
  }

  .hiden-menu-list {
    max-height: 0;
    margin-top: 0;
    transform: scaleY(0%);
    transform-origin: top;
    transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    opacity: 0;
  }

  .submenu-title > svg {
    display: inline-block;
    transition: all .2s ease-in;
  }

  .hidden-menu-active-item {
    transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }

  .hidden-menu-active-item .submenu-title > svg {
    transform: rotate(-180deg);
  }

  .hidden-menu-active-item .hiden-menu-list {
    margin-top: 16px;
    max-height: 900px;
    transform: scaleY(100%);
    opacity: 1;
  }

  .disable-title .hiden-menu-list-heading {
    display: none;
  }

  .disable-title .hiden-menu-list {
    max-height: 100%;
    transform: scaleY(100%);
    opacity: 1;
    margin-top: 0;
  }
  
  .sup-menu-item-wrp {
    align-self: flex-end;
    transition: all .2s ease-in;
    padding: 8px 8px 0 0;
  }

  .hiden-menu-block {
    padding: 0;
    margin-top: 0px;
    transition: all .3s ease-in;
  }
  
  .submenu-title > *:not(.header-submenu-bage){
    opacity: 0.5 !important;
  }
  
  .sup-main-menu > li:hover .hiden-menu-block-transp-bg {
    height: fit-content;
    opacity: 1;
  }

  .sup-main-menu > li:hover .hiden-menu-block-wrapper {
    min-height: fit-content;
    opacity: 1;
  }
  .sup-main-menu > li:hover .hiden-menu-block {
    max-height: 0px;
    opacity: 1;
    transform: scaleY(0%);
    padding: 0;
  }
  .sup-header menu > li:hover .sup-menu-item-wrp span,
  .sup-header menu > li:hover .sup-menu-item-wrp a {
    opacity: 1;
  }

  .sup-header menu > li:hover .sup-menu-item-wrp span::before,
  .sup-header menu > li:hover .sup-menu-item-wrp a::before { width: 0%; }

  .sup-header menu > li:hover .sup-menu-item-wrp span > svg {
    transform: rotate(0deg);
  }

  .header-active-item {
    padding: 0px !important;
    background-color: rgba(238, 236, 237, 0.50);
  }

  .header-active-item .hiden-menu-block {
    max-height: 1000px;
    opacity: 1;
    transform: scaleY(100%);
    margin-top: 20px;
  }

  .header-active-item .sup-menu-item-wrp span,
  .header-active-item .sup-menu-item-wrp a {
    opacity: 1;
  }

  .header-active-item .sup-menu-item-wrp span::before,
  .header-active-item .sup-menu-item-wrp a::before { width: 100% !important; }

  .header-active-item .sup-menu-item-wrp span > svg {
    transform: rotate(-180deg) !important;
  }

  .header-active-item .hiden-menu-block {
    max-height: 1000px !important;
    transform: scaleY(100%) !important;
  }

  .header-btn  {
    margin-top: 32px;
  }

  .sup-menu-item-wrp .f13 {
    font-size: 15px;
  }
  .header-active-item .sup-menu-item-wrp span::before{
    width: 92% !important;
  }

  .header-submenu-bage {
    right: inherit;
    left: -50px;
  }

  .header-link-disabled {
    display: none !important;
  }

  .hiden-menu-list > li {
    flex-direction: row !important;
  }

  .hiden-menu-list > li > a {
    order: 2;
  }

  .hiden-menu-list > li > .header-submenu-bage {
    order: 1;
  }

}