#sett_menu {
  background-color: var(--background-light);
  margin: 1%;
  width: 98%;
  height: 50px;
  border-radius: 20px;
}

.sett_menu_btn {
  color: var(--color);
  text-align: center;
  width: 25%;
  height: 40px;
  float: left;
  text-decoration: none;
}

.sett_menu_btn:hover {
  background-color: var(--hover);
}

#sett_content {
  background-color: var(--background-light);
  align-items: center;
  width: 90%;
  min-height: 640px;
  height: auto;
  margin: 1%;
  margin-bottom: 0;
  padding: 4%;
  border-radius: 20px;
}

.sett_menu_btn.active {
  background-color: var(--btn-active);
}

#sett_name {
  font-size: 30px;
}

.ur_info {
  color: var(--color);
  font-size: 16px;
  margin: 0;
  padding: 0;
}

/* settings style */

.styles {
  width: 95%;
  height: auto;
  min-height: 640px;
  margin-left: auto;
  margin-right: auto;
}

.style {
  background-color: var(--background-dark);
  border: 1px solid var(--border);
  position: relative;
  display: inline-block;
  width: 150px;
  height: 230px;
  margin: 10px;
  margin-left: 0;
  border-radius: 10px;
}

.img_style {
  width: 100%;
  height: 200px;
}

.theme_radio {
  background-color: var(--background-dark);
  border: 2px solid var(--border);
  appearance: none;
  margin-left: 45%;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  transition: 0.2s all linear;
}

.theme_radio:checked {
  border: 8px solid var(--border);
}

.btn_style {
  margin-left: 10px;
  margin-top: 10px;
}

/*  */


/* Список рекоменд */
#dropdown_recomend {
  position: relative;
  width: 230px;
  height: 30px;
  border-radius: 0;
  cursor: pointer;
}

#dropdown_list_ul_rec {
  margin-left: -1px;
  position: absolute;
  width: 230px;
  border: 1px solid var(--border);
  border-bottom: 0;
  display: block;
  border-radius: 0;
  transition: 0.5s;
}

.dropdown_list_li_rec{
  color: var(--color);
  background-color: var(--background-dark);
  border-bottom: 1px solid var(--border);
  width: 230px;
  height: auto;
  display: none; 
  padding: 0;
  padding-left: 4px;
}

.dropdown_list_li_rec:first-child{
  display: block; 
}

/*  */


/* Список */

#dropdown {
  position: relative;
  width: 230px;
  height: 30px;
  border-radius: 0;
  cursor: pointer;
}

#dropdown_list_ul {
  margin-left: -1px;
  position: absolute;
  width: 230px;
  border: 1px solid var(--border);
  border-bottom: 0;
  display: block;
  border-radius: 0;
  transition: 0.5s;
}

.dropdown_list_li{
  color: var(--color);
  background-color: var(--background-dark);
  border-bottom: 1px solid var(--border);
  width: 230px;
  height: auto;
  display: none; 
  padding: 0;
  padding-left: 4px;
}

.dropdown_list_li:first-child{
  display: block; 
}


#down {
  margin-right: 4px;
  margin-top: 8px;
  margin-left: auto;
  float: right;
  right: 10px;
  width: 10px;
  height: 2px;
}

#down::before,
#down::after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: var(--color);
}

#down::before {
  top:10px;
  transform: rotate(45deg);
}
#down::after {
margin-top: 4px;
  transform: rotate(-45deg);
}

/* .down {
  margin-top: 15px;
transform: rotate(90deg);
} */
/*  */



/* Tel vers */
@media screen and (max-width:640px) {

  #sett_content {
    position: relative;
    align-items: center;
    width: calc(100% - 20px);
    height: auto;
    min-height: calc(100% - 95px);
    margin: 0;
    padding: 10px;
    border-radius: 20px;
  }

  #sett_menu {
    margin: 0;
    margin-bottom: 5px;
    width: 100%;
    height: 50px;
    border-radius: 20px;
  }

  .styles {
    width: 100%;
    height: auto;
    min-height: calc(100%);
    margin-left: auto;
    margin-right: auto;
  }

  .style {
    position: relative;
    display: block;
    width: 300px;
    height: 460px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
  }

  .img_style {
    width: 100%;
    height: 430px;
  }

  .save_set {
    position: relative;
    width: 40%;
    min-width: 150px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-left: 30%;
    bottom: 0;
  }

  .sett_menu_btn {
    text-align: center;
    width: 25%;
    height: 34px;
    float: left;
    text-decoration: none;
  }

  li.sett_menu_btn {
    font-size: 16px;
    padding-top: 16px;
  }

  /* Список */
  #dropdown {
    width: 260px;
  }
  
  #dropdown_list_ul {

    width: 260px;
  }
  
  .dropdown_list_li{
    width: 260px;
  }
  /* Реком */
  #dropdown_recomend {
    width: 260px;
  }
  
  #dropdown_list_ul_rec {
    width: 260px;
  }
  
  .dropdown_list_li_rec{
    width: 260px;
  }
}