.header__bottom-left {
  justify-content: space-between;
  width: 100%;
}
.header__dropdowns {
 width: 100%;
 grid-column-gap: 45px;
 gap: 45px !important;
  justify-content: flex-end;
}
.header__dropdown-tools{
position:relative;
}

.header__dropdown-icon {
  max-width: 20px;
}

.header.version-2 .header__logo {
  max-width: 350px;
  width: 100%;
}

.header.version-2 .header__dropdowns.header__top-left-dropdowns {
  display: none;
}

.header__dropdown-tools:hover .header__dropdown-tools-item{
  opacity:1;
  visibility:visible;
}

.header__dropdown-tools.modify .header__dropdown-tools-item__wrapper{
  column-count: unset;
  display: flex;
  flex-wrap: wrap;
}

.header__dropdown-tools.modify .header__dropdown-tools-item-title{
  width:100%;
}

.header__dropdown-tools.modify .header__dropdown-tools-item a{
  width:50%;
}

.header__dropdown-tools-item{
 
  z-index:1000;
position:absolute;
    opacity:1;
  visibility:hidden;
  top: 100%;
  left:0px;
  width: 425px;
  padding:20px;
      background-color: #42005f;
    color: #fff;
}


.header__dropdown-tools-item__wrapper {
   column-count: 2;
}

.header__dropdown-tools-item-title{
   margin: 0 0 10px 0;
   text-align: center;
}

.header__dropdown-tools-item-title p{
  font-weight: 700;
  text-underline-offset: 6px;
  text-decoration:underline;
}

.header__dropdown-tools-item a:hover{
text-decoration:underline;
}


.s-hero__btn-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    grid-column-gap: 15px;
    width: 100%;
  font-weight: 300;
}
.s-hero__btn-list.header-btn-list a {
   width: 100%;
   padding: 15px 8px;
  font-weight: 300;
  font-size: 18px;
}
.light__btn {
    text-align: center;
    font-size: 20px;
    color: #fff;
    height: 60px;
    max-width: 181px;
    background: #d46686;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 8px;
    transition: all .3s ease;
}

.light__btn:hover {
    background:#e1829b;
}
.dark__btn {
    text-align: center;
    font-size: 20px;
    color: #fff;
    height: 60px;
    width: 100%;
    max-width: 181px;
    background: #42005f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
     transition: all .3s ease;
}
.dark__btn:hover {
  background: #4b006d;
   filter: brightness(1.4);
}

@media (width <= 1360px) {
  .header__dropdowns {
    justify-content: center;
    gap: 25px !important;
  }
  .header__dropdown-arrow {
    width: 12px;
    height: 5px;
  }
  .header__left-nav {
    gap: 20px;
  }
  .s-hero__btn-list.header-btn-list a {
    font-size: 14px;
  }
  .header.version-2 .header__logo {
  max-width: 280px;
}
}

@media (width <= 1199px) {
  .header__dropdown-text {
    font-size: 16px !important;
  }
}

@media (width <= 991px) {
  .header__bottom-left {
    width: auto !important;
  }
  .header__dropdowns {
    justify-content: flex-end;
  }
  .s-hero__btn-list.header-btn-list a {
    font-size: 16px;
  }
}



@media(max-width:768px){
  .header__left-nav {
    flex-flow: column;
  }
  .header__dropdown-text {
    font-size: 20px !important;
  }
  .header__dropdown-tools-item{
      position: static;
      visibility: unset;
  }
  
  .header__dropdown-tools.modify .header__dropdown-tools-item-title{
  text-align:center;
}

.header__dropdown-tools.modify .header__dropdown-tools-item a{
  width:100%;
  text-align:center;
}
  
  
.header__bottom-left-dropdowns{
   flex-direction:column;
}

.header__bottom-left-dropdowns .header__dropdown-tools .header__dropdown-arrow{
   display:none;
}
  
  .header__dropdown a{
    font-size: 20px;
    width: 100%;
  }
  
  .header__dropdown-tools-item{
  color:#42005f;
    background:transparent;
  }
  .header__dropdown-tools-item__wrapper{
      column-count: 1;
        display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .header__dropdown-tools-item-title{
  display:none;
  }
  
.header__dropdown-tools-item{
  width: 100%;
}
}

.header__left-nav {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 30px;
}
.header__bottom-left {
  gap: 0 !important;
  width: 100%;
}
.s-hero__btn-list.header-btn-list {
  justify-content: flex-end;
}
@media (width <= 768px) {
   .header__bottom-left {
     justify-content: center !important;
  }

  .burger-icon {
    flex-shrink: 0 !important;
  }
  .header__logo-adaptive {
    max-width: 400px !important;
  }
  .header {
    gap: 20px; !important;
  }
  .header__dropdown a {
    justify-content: center !important;
  }
  .header__dropdowns {
    gap: 15px !important;
  }
  .s-hero__btn-list.header-btn-list {
    justify-content: center;
  }
  .header__dropdown-text.header__bottom-dropdown-text {
    font-weight: 600;
  }
  .header__container {
    padding: 0px 20px 35px;
  }
  .header__dropdown-tools-item {
    padding: 12px 0 0 0;
  }
}

@media (width <= 479px) {
    .light__btn, .dark__btn  {
        font-size: 16px;
        max-width: 150px;
        height: 46px;

    }
  .s-hero__btn-list a {
    min-width: unset;
    text-wrap: nowrap;
    padding: 10px 20px;
    width: 100%;
  }
  .s-hero__btn-list {
    width: 100% !important;
  }
}
