@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  background-color: #11120f;
  padding-top: 100px;
}
.inter {
  font-family: "Inter", sans-serif;
}
.rubik {
  font-family: "Rubik", sans-serif;
}
.poppins {
  font-family: "Poppins", sans-serif;
}

* {
  outline: none !important;
  text-decoration: none !important;
}


a.verde {color:#16c56d;}
a.verde:link  {text-decoration: none; color: #16c56d;}
a.verde:visited {text-decoration: none; color: #16c56d;}
a.verde:hover {text-decoration: none; color: #22e235;}
a.verde:active {text-decoration: none; color: #22e235;}

a.rosa {color:#ff0545;}
a.rosa:link  {text-decoration: none; color: #ff0545;}
a.rosa:visited {text-decoration: none; color: #ff0545;}
a.rosa:hover {text-decoration: none; color: #fb1d56;}
a.rosa:active {text-decoration: none; color: #fb1d56;}

button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

label.error {
  display: none !important;
}

.error {
  border-color: red !important;
}

.valid {
  border-color: green !important;
}

.nomob {
  display: block;
}

.onlymob {
  display: none;
}

.nopadl {
  padding-left: 0;
}

.nopadr {
  padding-right: 0;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}
body {
  padding-right: 0 !important;
}
body.modal-open {
  padding-right: 17px !important;
}
.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.flex::before,
.row.flex::after {
  display: none;
}
.flex.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.onlyxs {
  display: none;
}
.onlypc .button.red_button {margin: 0 auto;
    width: 200px;
margin-top: 50px}
.container {
  width: 100%;
  max-width: 1312px;
}
header {
  padding: 30px 0;
  height: 108px;
  background: #2d3228;
}

.head_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head_part1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
}

.category_link {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;

  /* PrimÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ria/Branca */
  color: #ffffff;
}

.category_link img {
  margin-right: 10px;
}

.category_link:hover {
  text-decoration: underline;
}

.head_part2 {
  display: flex;
  align-items: center;
  height: 0px;
}

.talent_button {
  margin-right: 15px;
  width: 230px;
  height: 48px;
  background: #2d3228;
  /* PrimÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ria/Verde */
  border: 1px solid #16c56d;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 217.68%;
  /* identical to box height, or 35px */

  /* PrimÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ria/Branca */
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.4s;
}

.talent_button:hover {
  background-color: #16c56d;
}

#or_text {
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.login_button {
  margin-left: 15px;
  margin-right: 40px;
  width: 100px;
  height: 48px;
  background: #2d3228;
  /* PrimÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ria/Verde */
  border: 1px solid #16c56d;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 217.68%;
  /* identical to box height, or 35px */

  /* PrimÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ria/Branca */
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.4s;
}

.login_button:hover {
  background-color: #16c56d;
}

.current_lang {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.current_lang > span {
  margin-right: 9px;
}

.lang_switcher {
  position: relative;
}
.intro_section {
  background-image: url(../img/bg_intro.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 520px;
  display: flex;
  background-size: cover;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 90px;
}
.after_h1 {
  margin: 0;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  /* identical to box height, or 107% */
  text-align: center;
  letter-spacing: 3px;

  /* PrimÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ria/Branca */
  color: #ffffff;
}
h1 {
  margin: 0;
  font-weight: 900;
  font-size: 80px;
  line-height: 1.1;
  /* identical to box height, or 40% */
  text-align: center;
  letter-spacing: 3px;
  color: #19d938;
}
.search_category_box {
  padding: 40px 0;
  background: #1c1f19;
}

input {
  background: none;
  border: none;
  display: block;
  background: #ffffff;
  border: 1px solid #bebebe;
  box-sizing: border-box;
  height: 72px;
  padding: 0 20px;
  font-weight: 600;
  font-size: 18px;
  width: 100%;
}

.search_box {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

button {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  width: 500px;
}

.search_button {
  width: 105px;
  background: #16c56d;
  height: 72px;
  flex: none;
}

.search_button:hover {
  opacity: 0.7;
}
input:focus::placeholder {
  color: transparent;
}
.categories_list {
  display: flex;
  flex-wrap: wrap;
  background-color: #16C56D;
  overflow: hidden;
  /* height: 145px; */
  height: 100px;
  position: relative;
  padding-right: 120px;
  justify-content: flex-start;
  border: none;
}

.categories_item {
  display: block;
  /* height: 145px; */
  height: 100px;
  /* padding-top: 101px; */
  padding-top: 60px;
  position: relative;
  /* max-width: 120px; */
  /* border-right: 1px solid #bebebe; */
  border: none;
  flex: 1;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  /* identical to box height, or 300% */
  text-align: center;
  letter-spacing: 0.06em;

  /* PrimÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ria/Preto */
  color: white;
  /* border-bottom: 1px solid #bebebe; */
  min-width: 116px;
  /* background-color: red; */
}

.categories_item:hover {
  background-color: #1FA561;
}

.categories_item img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  transition: 0.3s;
}
.categories_item:hover img {
  top: 17px;
}

.categories_item.category_more {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.show_all .categories_item.category_more {
  display: none;
}

.show_all {
  padding: 0;
  height: auto;
}
.box {
  margin-bottom: -20px;
}
.box > div {
  margin-bottom: 20px;
}
.singer_img {
  position: relative;
  margin: 0 auto;
  max-width: 160px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  margin-bottom: 14px;
}

.singer_img_dial {
  position: relative;
  margin: 0 auto;
  max-width: 100px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  margin-bottom: 14px;
}

.singer_img::before {
  content: "";
  display: block;
  padding-top: 100%;
  transition: 0.4s;
  opacity: 0;
  border-radius: 50%;
  background-image: url(../img/hover_rad.svg);
  background-position: center;
  background-size: cover;
}

.singer_element:hover .singer_img::before {
  opacity: 1;
}

.singer_img_dial::before {
  content: "";
  display: block;
  padding-top: 100%;
  transition: 0.4s;
  opacity: 0;
  border-radius: 50%;
  background-image: url(../img/hover_rad.svg);
  background-position: center;
  background-size: cover;
}

.singer_element:hover .singer_img_dial::before {
  opacity: 1;
}

img.verified {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 9px;
}

.status {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #a3a3a3;
  right: 13px;
  top: 13px;
}

.status_dial {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #a3a3a3;
  right: 3px;
  top: 3px;
}

.status.status_green {
  background: #22e235;
}

.status_dial.status_green {
  background: #22e235;
}

.singer_name {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* or 122% */
  text-align: center;
  letter-spacing: 0.06em;

  /* PrimÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ria/Branca */
  color: #ffffff;
  min-height: 45px;

  display: inline-block !important;
  /* word-wrap: normal !important; */
  /* white-space: normal !important; */
}

.singer_job {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  /* or 165% */
  text-align: center;
  letter-spacing: 0.06em;

  /* grey/30 */
  color: #7c7b7b;
}

.singer_list_header {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  font-family: "Poppins", sans-serif;
}

.singer_list_header > p {
  margin: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 48px;
  /* or 218% */

  /* PrimÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ria/Branca */
  color: #16C56D;
}

.read_more {
  width: 100%;
  max-width: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background: #ffffff;
  border-radius: 8px;
  height: 28px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  /* or 300% */
  text-align: center;

  /* PrimÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ria/Preto */
  color: #23211f;
}

.read_more:hover {
  opacity: 0.7;
}
.singer_list_item {
  margin-bottom: 55px;
}

.singer_list_item:last-child {
  margin: 0;
}
.singer_list_section {
  padding: 50px 0;
  background: #11120f;
}
.singer_element {
  display: block;
}
.functions_section_wrp {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../img/bg_preim.png);
  background-size: cover;
}
.functions_wrapper_total {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 40px;
  padding-left: 75px;
  padding-right: 75px;
}

.functions_wrapper_total h2 {
  margin: 0;
  text-align: center;
  margin-bottom: 120px;
  font-weight: bold;
  font-size: 55px;
  line-height: 48px;
  /* identical to box height, or 87% */
  text-align: center;
  letter-spacing: 0.04em;

  /* PrimÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ria/Preto */
  color: #23211f;
}

.functions_wrapper_total .flex:nth-child(odd) > div:nth-child(2) {
  order: 1;
}

.functions_wrapper_total .flex:nth-child(odd) > div:nth-child(1) {
  order: 2;
}

.functions_wrapper_total .flex:nth-child(even) > div:nth-child(2) {
  padding-left: 120px;
}

.functions_wrapper_total .flex img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.functions_wrapper_total .flex {
  margin-bottom: 70px;
}

.functions_wrapper_total .flex:last-child {
  margin-bottom: 0;
}

.preimt1 {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  /* identical to box height, or 120% */

  /* chades/4 */
  color: #0b6237;
}

.preimt2 {
  max-width: 420px;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 18px;
  line-height: 33px;
  /* or 183% */
  color: #7d7d7d;
}

.preim_read_more {
  font-size: 18px;
  line-height: 33px;
  /* identical to box height, or 183% */

  /* PrimÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ria/Rosa */
  color: #ff0545;
  border-bottom: 3px solid #ff0545;
  transition: 0.3s;
}

.preim_read_more:hover {
}

.preim_read_more:hover {
  border-bottom-color: transparent;
}

.cards_section {
  padding: 50px 0;
  background: #1c1f19;
}

.cards_wrp {
  max-width: 1120px;
  margin: 0 auto;
}

.card_item {
  background: #ffffff;
  border-radius: 15px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: calc(100% + 6px) -2px;
  height: 100%;
  background-size: auto 100%;
  padding-right: 252px;
  padding-left: 32px;
  padding-top: 28px;
  padding-bottom: 32px;
}

.card_item p {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 23px;
  line-height: 35px;
  /* or 152% */
  display: flex;
  align-items: center;

  /* PrimÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ria/Preto */
  color: #23211f;
}

.card_item span {
  margin-bottom: 17px;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 166% */
  color: #000000;
  display: block;
  font-family: "Poppins", sans-serif;
}

.green_button {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  /* identical to box height, or 300% */
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 0 20px;
  height: 48px;
  background: #0b6237;
  border-radius: 12px;
  font-family: "Poppins", sans-serif;
}

.green_button:hover {
  opacity: 0.7;
}
footer {
  background: #2d3228;
  padding-top: 75px;
  padding-bottom: 45px;
}

.foot_note {
  margin-top: 20px;
  margin-bottom: 60px;
  font-weight: normal;
  font-size: 17px;
  line-height: 40px;
  /* identical to box height, or 235% */
  display: flex;
  align-items: center;

  /* PrimÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ria/Verde */
  color: #16c56d;
}

.foot_elems {
}

.foot_elems li {
  margin-bottom: 26px;
}

.foot_elems li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  /* identical to box height, or 35px */

  /* PrimÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ria/Branca */
  color: #ffffff;
  display: flex;
  align-items: center;
}

.foot_elems li img {
  margin-right: 10px;
}

.foot_elems li a:hover {
  text-decoration: underline;
}

.foot_elems li:last-child {
  margin: 0;
}

.foot_lbl {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  /* or 222% */

  /* PrimÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ria/Branca */
  color: #ffffff;
}

.foot_list a {
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
  /* or 222% */
  color: #a3a3a3;
  transition: 0.3s;
}

.foot_list {
  margin-bottom: 50px;
}

.foot_list:last-child {
  margin: 0;
}

.foot_list a:hover {
  text-decoration: underline;
  color: #fff;
}
.downl_lbl {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height, or 120% */
  text-align: center;

  /* PrimÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ria/Branca */
  color: #ffffff;
}

.app_link {
  margin-bottom: 8px;
}

.app_link img {
  transition: 0.3s;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.soc_lbl {
  margin-top: 60px;
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 40px;
  /* identical to box height, or 235% */
  display: flex;

  /* PrimÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ria/Branca */
  color: #ffffff;
}

.soc_list {
  max-width: 125px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.soc_list li {
  position: relative;
  top: 0;
  transition: 0.3s;
}

.soc_list li:hover {
  top: -4px;
}
.foot_panel {
  background: #fff;
  padding: 20px 0;
}

.foot_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot_nav li {
  display: inline-block;
  vertical-align: middle;
}

.foot_nav li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  /* identical to box height, or 286% */

  /* grey/30 */
  color: #7c7b7b;
  border-bottom: 1px solid #7c7b7b;
  transition: 0.3s;
}

.foot_nav li a:hover {
  border-bottom-color: transparent;
}

.foot_nav li::after {
}

.foot_nav li::after {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.foot_nav li:last-child::after {
  margin: 0;
  display: none;
}

.foot_nav {
  flex: 1;
}

.foott {
  margin: 0;
  flex: 1;
  font-size: 16px;
  line-height: 40px;
  /* identical to box height, or 250% */
  display: flex;
  align-items: center;
  text-align: center;

  /* PrimÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ria/Preto */
  color: #23211f;
  justify-content: center;
  justify-content: center;
}

a.gotop {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  text-align: right;
  transition: 0.3s;
  top: 0;
  position: relative;
}

a.gotop:hover {
  top: -5px;
}
.modal_wrp {
  min-width: 525px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 8px;
  padding-top: 55px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 60px;
  position: relative;
}

.login_tabs {
  display: flex;
  margin-bottom: 30px;
}

.login_tabs li {
  flex: auto;
}

.login_tabs li a {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  background: #f2f2f2;
  height: 78px;
  font-weight: bold;
  font-size: 23px;
  line-height: 48px;
  /* identical to box height, or 209% */
  display: flex;
  align-items: center;

  /* PrimÃƒÆ’Ã‚Â¡ria/Preto */
  color: #23211f;
  transition: 0.4s;
}

.login_tabs li:hover a {
  background-color: #23211f;
  color: #fff;
}

.login_tabs li.active a {
  background-color: #23211f;
  color: #fff;
}

.input_el {
  margin-bottom: 18px;
}

.input_el > p {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height, or 125% */
  display: flex;
  align-items: center;

  /* Neutral / Black */
  color: #09101d;
}

.input_el input {
  height: 48px;
  border-radius: 8px;
  font-size: 16px;
}

.modal_wrp .green_button {
  width: 100%;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
  background-color: #16c56d;
  margin-top: 35px;
}

.button_text_after {
  text-align: center;
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  text-align: center;
  color: #000000;
}
.input_el > div {
  position: relative;
}
.password_toggle {
  background-image: url(../img/eye_unvisible.svg);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 12px);
  right: 15px;
}
.password_toggle.active {
  background-image: url(../img/eye_visible.svg);
}
input[type="password"] {
  padding-right: 47px;
}
.closemod {
  position: absolute;
  z-index: 100;
  right: 14px;
  top: 14px;
  cursor: pointer;
  transition: 0.4s;
}

.closemod:hover {
  transform: rotate(180deg);
}

.noActive {
  pointer-events: none;
  opacity: 0.5;
}

ul.reg_list {
  margin-top: 20px;
  margin-left: 40px;
  margin-bottom: 50px;
  /* padding-left: 20px; */
  list-style-type: disc;
}

.pressing {
  margin-bottom: 45px;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  /* identical to box height */
  display: flex;
  align-items: center;

  /* PrimÃƒÆ’Ã‚Â¡ria/Preto */
  color: #23211f;
  padding-left: 35px;
  position: relative;
  cursor: pointer;
}

.pressing::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #23211f;
  left: 0;
  top: -4px;
  border-radius: 8px;
}

.pressing.pressed::before {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/pressed.svg);
  background-color: transparent;
}
.pressing a {
  font-weight: bold;
  padding-left: 5px;
  color: inherit;
}
.lang_list_wrp {
  width: 235px;
  position: absolute;
  background: #ffffff;
  border-radius: 8px;
  right: 0;
  top: calc(100% + 30px);
  padding: 16px;
  z-index: 100;
  display: none;
}

.lang_list_wrp > p {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */
  color: #000000;
}

.selector_current_divider {
  margin: 22px 0;
  background: #c4c4c4;
  width: 100%;
  height: 1px;
}

.selector_current img {
  margin-right: 6px;
  width: 35px;
}

.selector_current {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  color: #7d7d7d;
}

.selector_current_list li {
  margin-bottom: 20px;
}

.selector_current_list li:last-child {
  margin: 0;
}

.selector_current_list li img {
  width: 35px;
  margin-right: 8px;
}

.selector_current_list li a {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  color: #7d7d7d;
  display: flex;
  align-items: center;
}

.selector_current_list li a:hover {
  text-decoration: underline;
}
.categoris_list {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  top: 100%;
  background: #fff;
  display: none;
}

header {
  position: fixed;
  z-index: 1000;
  left: 0;
  width: 100%;
  top: 0;
  transition: 0.4s;
}

.categoris_flex {
  display: flex;
  flex-wrap: wrap;
  height: 64px;
  overflow: hidden;
  padding-right: 130px;
}

.categoris_flex > a {
  background: #ffffff;
  border: 1px solid #bebebe;
  box-sizing: border-box;
  border-left: navajowhite;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  /* identical to box height, or 300% */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.06em;

  /* PrimÃƒÆ’Ã‚Â¡ria/Rosa */
  color: #16C56D;
  justify-content: center;
  text-align: center;
  flex: auto;
  min-width: 130px;
  height: 64px;
}

.categoris_flex > a:last-child {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  /* or 0% */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.06em;

  /* dark/100 */
  color: #16C56D; 
  width: 130px;
  min-width: 1px;
}

.categoris_flex > a:hover {
  text-decoration: underline;
}
.show_all_elems > a:last-child {
  display: none !important;
}
.show_all_elems {
  height: auto;
  overflow: visible;
  padding-right: 0;
}
.show_all_elems > a {
  margin-bottom: -1px;
}
.fixme {
  padding: 18px 0;
}

/* .categories_item:hover {
  background-color: #c4c4c4;
} */

.categories_item:hover img {
  /* mix-blend-mode: multiply; */
}
.categories_item.category_more:hover {
  text-decoration: underline;
  /* background-color: #fff; */
}
.open_nav {
  display: none;
}
.mobile_fixed_panel,
.menu_wrp {
  display: none;
}
.user_top_modul {
  display: flex;
  align-items: center;
  margin-right: 50px;
}

.user_top_modul > span {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */
  text-align: right;

  /* grey/10 */
  color: #ffffff;
  margin-right: 15px;
}

.avatar_border {
  flex-shrink: 0;
	margin: 20px;
	/* height: calc(55px + 6vw);
	width: calc(55px + 6vw);
	border: calc(8px + 0.2vw) solid transparent; */
  height: 55px;
	width: 55px;
	border: 4px solid transparent;
	background-origin: border-box;
	background-clip: content-box, border-box;
	background-size: cover;
	box-sizing: border-box;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

.avatar_user {
  background-position: top center;
  background-size: cover;
  border-radius: 50%;
  /* border: 4px solid #16c56d; */
  /* width: 55px;
  height: 55px; */
}

.user_mode_info {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 100%;
  padding-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 8px;
  transform: translateX(-50%);
  padding-bottom: 11px;
  display: none;
}

.user_top_modul {
  position: relative;
}

.user_mail {
  padding-bottom: 12px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */

  /* chades/4 */
  color: #0b6237;
}

.user_info_divider {
  margin: 12px 0;
  background: #c4c4c4;
  width: 100%;
  height: 1px;
}

.user_info_list {
}

.user_info_list li {
  margin-bottom: 10px;
}

.user_info_list li a {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;

  /* PrimÃƒÆ’Ã‚Â¡ria/Preto */
  display: block;
  color: #23211f;
}

.user_info_list li img {
  width: 34px;
  margin-right: 6px;
}

.user_info_list li a:hover {
  text-decoration: underline;
}

.user_info_list li:last-child {
  margin: 0;
}
.user_module_toggle {
  cursor: pointer;
}
.artist_header {
  padding: 30px 0;

  background: #fff;
}
.artist_flex {
  /* display: flex; */
  /* align-items: center; */
  /* max-width: 1250px;  */
}

.artist_header_buttons {
  /* flex: none; */
  /* display: flex; */
  /* align-items: center; */
  /* width: 100%; */
  /* max-width: 710px; */
  /* max-width: 500px; */
  /* text-align: right; */
  /* justify-content: space-between; */
  /* margin-left: 20px; */
}

.artist_header_buttons > a {
  transition: 0.3s;
  padding: 12px;
  /* PrimÃƒÂ¡ria/Preto */
  border: 1px solid #23211f;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.1;
  /* or 300% */
  display: flex;
  align-items: center;
  /* PrimÃƒÂ¡ria/Preto */
  color: #23211f;
  height: 45px;
  /* margin-right: 30px;  */
}

.artist_header_buttons > a img {
  margin-right: 12px;
}

.artist_header_buttons > a:hover {
    background-color: #23211f;
    color: #fff;
}
.artist_header_buttons > a:hover img {
    filter: brightness(0) invert(1);
}
.breadcrumbs {
  flex: 1;
  white-space: nowrap;
  overflow: auto;
  display: flex;
  align-items: center;
  overflow-y: hidden;
}
.breadcrumbs li {
  font-weight: 600;

  font-size: 16px;

  line-height: 22px;

  display: flex;

  align-items: center;

  /* PrimÃƒÂ¡ria/Preto */

  color: #23211f;
}
.breadcrumbs li::after {
  content: "/";
  margin: 0 7px;
}
.breadcrumbs li:last-child::after,
.breadcrumbs li:first-child::after {
  display: none;
}
.breadcrumbs li a {
  color: inherit;

  font-weight: normal;
}
.breadcrumbs li:first-child {
  margin-right: 10px;
  font-weight: normal;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}

.app_link img:hover {
    opacity: .6;
}
.artist_intro_section {
    padding: 80px 0;
}

.artist_intro_elem {
    max-width: 670px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
}

.artist_avatar {
    width: 160px;
    height: 160px;
    background-position: top center;
    background-size: cover;
    border-radius: 50%;
    border: 8px solid #2D3228;
    flex: none;
    margin-right: 55px;
}

.artist_description {
    flex: 1;
}

.artist_main_name {
    font-weight: 900;
    font-size: 49px;
    line-height: 1.2;
/* or 41% */
    display: flex;
    align-items: center;

/* PrimÃƒÂ¡ria/Rosa */
    color: #FF0545;
    margin-bottom: 25px;
}

.artist_nickname {
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
/* identical to box height, or 83% */
    display: flex;
    align-items: center;

/* PrimÃƒÂ¡ria/Branca */
    color: #FFFFFF;
    margin-bottom: 16px;
}

.verified_label {
    margin-left: 20px;
    position: relative;
    font-weight: 600;
    font-size: 10.68px;
    line-height: 23px;
/* or 216% */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.06em;

/* PrimÃƒÂ¡ria/Preto */
    color: #23211F;
    padding: 2px 5px;
    background: #FFFFFF;
    border-radius: 30px;
    padding-right: 9px;
}

.verified_label img {
    margin-right: 10px;
}

.artist_role_main {
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
/* identical to box height, or 100% */
    display: flex;
    align-items: center;

/* PrimÃƒÂ¡ria/Branca */
    color: #FFFFFF;
    margin: 0;
}

.artist_constrols_section {
    background: #2D3228;
    padding-top: 25px;
    padding-bottom: 30px;
}

.artist_constrols_section .flex {
    align-items: flex-end;
}

.minutos_control {
    text-align: center;
}

.minutos_control > p {
    margin-bottom: 28px;
    font-weight: 600;
    font-size: 24px;
    line-height: 46px;
/* or 194% */
    text-align: center;

/* PrimÃƒÂ¡ria/Preto */
    color: #23211F;
}

.plus_minus_panel {
    display: inline-flex;
    align-items: center;
    /* max-width: 120px;  */
    margin: 0 auto;
    /* margin-bottom: 38px; */
    font-size: 24px;
    /* color: #16C56D; */
}

.plus_minus_panel button {
    /* width: 32px;
    height: 32px; */
    flex: none;
    background: #23211F;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 48px;
    margin-left: auto;
}

.plus_minus_panel input {
    border: none;
    padding: 0;
    text-align: center;
    height: 32px;
    font-weight: 600;
    line-height: 32px;
/* identical to box height, or 133% */
    text-align: center;
    letter-spacing: 0.03em;

/* PrimÃƒÂ¡ria/Verde */
    
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.alr {
    text-align: right;
}

.artist_minutos_elem {
    /* display: inline-flex;
    margin: 0 auto;
    text-align: center;
    flex-direction: column;
    width: 200px; */
}

.artist_minutos_elem p {
    font-weight: 600;
    font-size: 18px;
    line-height: 45px;
/* identical to box height, or 250% */
    

/* dark/100 */
    color: #11120F;
    margin-bottom: 15px;
}

.artist_minutos_elem span {
    font-size: 14px;
    line-height: 1.2;
/* or 229% */
    color: #5B5B5B;
    border-bottom: 1px dashed #5B5B5B;
    transition: 0.3s;
    cursor: pointer;
}

.artist_minutos_elem span:hover {
    border-bottom-color: transparent;
}

.artist_minutos_elem .button {
    display: flex;
    align-items: center;
    padding: 0px 25px;
    background: #16C56D;
    border-radius: 8px;
    height: 60px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
/* identical to box height, or 267% */
    color: #000000;
    display: inline-flex;
    transition: 0.3s;
    margin-bottom: 12px;
}

.col-xs-12:last-child .artist_minutos_elem .button {
    background-color: #CBF9E2;
}

.artist_minutos_elem .button img {
    margin-right: 10px;
}

.artist_constrols_section .col-xs-12:last-child {
    text-align: center;
}
.artist_minutos_elem .button:hover {
    opacity: .7;
}
.info_modal_ttle {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 19px;
    line-height: 20px;

/* chades/4 */
    color: #0B6237;
    border-bottom: 1px solid #BEBEBE;
}

.info_modal_text {
    margin: 0;
    min-height: 100px;
    font-weight: normal;
    font-size: 14px;
    /* line-height: 20px; */
/* or 143% */
    /* display: flex; */
    align-items: center;
/* PrimÃ¡ria/Preto */
    color: #23211F;
    margin-top: 50px;
}

.info_modal_text span {
  color: #0093ED;
  font-size: 16px;
  font-weight: bold;
}

.info_modal {
    padding-bottom: 25px;
}
.info_modal_ttle span {
    color:black;
    font-weight: bold;
}
.rev_stars {

margin-bottom: 40px;
}
.rev_stars li {
    background-image: url(../img/star.svg);
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -2px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.rev_stars li.active {
    background-image: url(../img/star_active.svg);
}
.artist_description_section {
    padding-top: 40px;
    padding-bottom: 35px;
    background: #F2F2F2;
}

.artist_description_section .flex > div:nth-child(1) {
    text-align: center;
}

.artist_description_section .flex > div:nth-child(1) > * {
    max-width: 220px;
}

p.rev_lbl {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
/* or 83% */
    text-align: center;

/* PrimÃ¡ria/Preto */
    color: #23211F;
    padding-top: 11px;
}

.rev_comments {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
/* or 125% */
    text-align: center;
    color: #263238;
}

.rev_info_flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.rev_info_flex p {
    margin: 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
/* or 83% */
    text-align: center;

/* PrimÃ¡ria/Preto */
    color: #23211F;
}

.rev_info_flex span {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2;
/* or 111% */
    text-align: center;

/* PrimÃ¡ria/Preto */
    color: #23211F;
    display: block;
}

.artist_descript {
    display: flex;
    align-items: flex-start;
}

.artist_descript > span {
    width: 110px;
    flex: none;
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
/* or 83% */
    

/* PrimÃ¡ria/Preto */
    color: #23211F;
    margin-top: 7px;
}

.artist_descript > p {
    font-weight: normal;
    font-size: 14px;
    line-height: 32px;
/* or 229% */


/* PrimÃ¡ria/Preto */
    color: #23211F;
}

.artist_description_section .flex > div:last-child {
    align-self: flex-end;
}

.artist_controls {
    max-width: 170px;
    margin-left: auto;
    text-align: left;
    width: 100%;
    padding-bottom: 20px;
}

.button.red_button {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.4s;
    border: 1px solid #F21111;
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
/* identical to box height, or 343% */
    color: #F21111;
    margin-bottom: 25px;
}

.button.red_button:hover {}

.artist_in_nav {}

.artist_in_nav li {
    margin-bottom: 17px;
}

.artist_in_nav li a {
    font-size: 14px;
    line-height: 1.2;
/* or 286% */
    display: flex;
    align-items: center;
    text-decoration-line: underline;

/* PrimÃ¡ria/Preto */
    color: #23211F;
}

.artist_in_nav li a:hover {}

.button.red_button:hover {
    background-color: #F21111;
    color: #fff;
}

.artist_in_nav li:last-child {
    margin: 0;
}

.artist_in_nav li a:hover {
    text-decoration: none;
}

.artist_prev_section {
    background: #fff;
    padding: 55px 0;
}

.artist_prev_section_success {
  background: #fff;
  padding: 55px 0;
}

.checkout_buttons_success {
  background: #fff;
  padding: 55px 0;
}


.prev_but {
    transition: 0.3s;
    background: #FFFFFF;
/* PrimÃ¡ria/Preto */
    border: 1px solid #23211F;
    box-sizing: border-box;
    border-radius: 8px;
    padding-left: 14px;
    padding-right: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
/* identical to box height */
    text-align: center;

/* PrimÃ¡ria/Preto */
    color: #23211F;
    display: inline-flex;
}

.prev_but img {
    margin-right: 17px;
}

.prev_but:hover {
    background-color: #23211F;
    color: #fff;
}

.prev_but:hover img {
    filter: brightness(0) invert(1);
}
.checkout_section {
    padding-top: 45px;
    padding-bottom: 150px;
    background-color: #fff;
}
.checkout_section .breadcrumbs {
    margin-bottom: 80px;
}
.checkout_part1 {
    padding-left: 80px;
}

.checkout_steps {
    max-width: 390px;
    margin: 0 auto;
    margin-bottom: 60px;
    border-bottom: 1px solid #B2B2B2;
    padding-bottom: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    justify-content: space-between;
}

.checkout_steps li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 18px;
    font-size: 17px;
    line-height: 1.2;
/* or 97% */
    

/* Primária/Preto */
    color: #23211F;
}

.checkout_steps li.active {
    color: #11120F;
    font-weight: bold;
}

.checkout_steps li::after {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #B2B2B2;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: -34px;
}

.checkout_steps li.active::after {
    border-color: #16C56D;
}
.category_sect h1 { color: black;}
.checkout_steps li.active::before {
    background-color: #16C56D;
    content: '';
    display: block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 50%;
    z-index: 100;
    bottom: -30px;
    position: absolute;
    transform: translateX(-50%);
}
.checkout_step_ttle {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 30px;
    line-height: 29px;
/* identical to box height, or 97% */
    color: #000000;
}

.checkout_step_subttle {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
/* identical to box height, or 143% */
    

/* Dark/Dark 2 */
    color: #828282;
}

.checkout_form_panel {
    padding: 20px 80px;
    background: rgba(224, 224, 224, 0.5);
}

.checkout_form_panel .input_el {}

.checkout_form_panel .input_el > p {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
}

.checkout_form_panel .input_el input {
    height: 41px;
}

.editar_link {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
/* identical to box height, or 125% */
    text-decoration-line: underline;
    color: #808080;
}

.editar_link:hover {
    text-decoration: none;
}

.checkout_buttons {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout_buttons .button {
    width: auto;
    padding: 5px 35px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
/* identical to box height, or 300% */
    display: flex;
    align-items: center;

/* Primária/Preto */
    color: #23211F;
    border: 1px solid #23211F;
    box-sizing: border-box;
    border-radius: 12px;
    height: auto;
    min-height: auto;
    margin: 0 10px;
    height: 55px;
}

.checkout_buttons .button:hover {
    background-color: #23211F;
    color: #fff;
}

.checkout_buttons .button.red_button {
    min-width: 220px;
    background-color: #FF0545;
    border-color: #FF0545;
    color: #fff;
}

.checkout_buttons .button.red_button:hover {
    opacity: .6;
}
.chosen_checkout {
    background: #11120F;
    border-radius: 8px;
    padding: 50px 35px;
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
}

.chosen_checkout_line {
    margin-top: 45px;
    margin-bottom: 16px;
    height: 2px;
    background: #B2B2B2;
    width: 100%;
}

.chosen_checkout_header {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    max-width: 370px;
    margin: 0 auto;
    font-size: 25px;
    color: white;
}

.chosen_checkout_avatar {width: 78px;height: 78px;background-position: top center;background-size: cover;flex: none;border: 4px solid #2D3228;border-radius: 50%;margin-right: 10px;}

.chosen_checkout_description {
    flex: 1;
    text-align: center;
}

.chosen_checkout_ttle {
    font-weight: 600;
    font-size: 32px;
    line-height: 29px;
/* or 91% */
    text-align: center;

/* Primária/Rosa */
    color: #FF0545;
    margin-bottom: 13px;
}

.chosen_checkout_subttle {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
/* identical to box height, or 125% */
    text-align: center;

/* Primária/Branca */
    color: #FFFFFF;
}

.chosen_checkout_counter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.chosen_checkout_counter > p {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
/* identical to box height, or 161% */
    

/* Primária/Branca */
    margin: 0;
    color: #fff;
    margin-left: 20px;
}

.chosen_checkout_counter .plus_minus_panel {
    margin: 0;
    margin-right: 20px;
}

.chosen_checkout_counter > p span {
    font-weight: normal;
}

.chosen_checkout_label {
    font-size: 24px;
    line-height: 1.2;
/* identical to box height, or 194% */
    text-align: center;

/* Primária/Branca */
    color: #FFFFFF;
    margin-bottom: 30px;
    font-weight: 600;
}

.chosen_checkout_label span {
    font-weight: normal;
}

.chosen_checkout_counter .plus_minus_panel button {
    background-color: #16C56D;
}

.chosen_checkout_counter .plus_minus_panel input {
    color: #16C56D;
    background-color: #11120f;
}
.plus_minus_panel button:hover {
    opacity: .7;
}
.payment_method_header {
    background: #FFFFFF;
/* Dark/Dark 1 */
    border: 1px solid #B2BCCA;
    padding-left: 45px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    position: relative;
    font-size: 16px;
    line-height: 1.3;
    cursor: pointer;
    color: #4F4F4F;
}

.payment_method_item {
    margin-bottom: -1px;
}

.payment_method_header img {
    max-width: 100%;
    max-height: 100%;
}

.payment_method_header::before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #828282;
    top: calc(50% - 9px);
    left: 16px;
    cursor: pointer;
}

.payment_method_header.active::before {
    border: 6px solid #1660CF;
}

.payment_method_item:nth-child(1) .payment_method_header {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* .payment_method_item:first-child .payment_method_header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
} */


.payment_method_item:last-child .payment_method_header {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.payment_method_body {
    padding: 20px;
    background: #F6F6F6;
    border: 1px solid rgba(224, 224, 224, 0.5);
    display: none;
}

.payment_method_body form {
    max-width: 450px;
    margin: 0 auto;
}

.payment_method_body input {
    background: #FFFFFF;
/* Dark/Dark 1 */
    border: 1px solid #B2BCCA;
    box-sizing: border-box;
    border-radius: 8px;
    height: 44px;
}
.checkout_buttons .button.finish_payment {
    height: 75px;
    padding: 0 42px;
}

.checkout_buttons .button.finish_payment img {
    margin-right: 12px;
}
.summary_wrp {
    background: #CBF9E2;
/* grey/20 */
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    padding: 20px;
}

.summary_inner {
    max-width: 430px;
    margin: 0 auto;
}

.summary_inner li {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
/* identical to box height, or 125% */
    

/* Neutral / Black */
    color: #09101D;
    margin-bottom: 18px;
}

.summary_inner li:last-child {
    margin: 0;
}
.search_section h2 {
    margin-bottom: 15px;
    font-weight: 600;
font-size: 45px;
line-height: 1.2;

color: #11120F;
}
.search_section {
    padding-bottom: 130px;
}

.searched_string {
    margin-bottom: 50px;
    font-weight: normal;
font-size: 18px;
line-height: 1.3;
color: #FF0545;
}
.searched_string span {
    font-size: 25px;
font-weight: bold;
}
.search_section .singer_name {
    color: #11120F;
}

.search_section .prev_but {
    margin-top: 140px;
}
.category_breadcrumbs {
    padding: 35px 0;
    background: #fff;
    padding-bottom: 30px;
}

.category_header {
    padding: 70px 0;
    background: #CBF9E2;
}

.category_header h2 {
    margin: 0;
    font-weight: 500;
    font-size: 45px;
    line-height: 1.2;
/* identical to box height, or 107% */
    color: #000000;
}

.category_header h2 span {
    font-weight: 500;
    font-size: 15px;
    line-height: 48px;
}

.category_elems {
    padding: 50px 0;
    background: #11120F;
}

.category_pagination {
    padding-top: 70px;
    padding-bottom: 100px;
    background: #fff;
}

ul.pagination_list {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.pagination_list li {
    margin: 0 8px;
}

ul.pagination_list li a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CBF9E2;
    border-radius: 50%;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;

/* chades/4 */
    color: #0B6237;
    transition: 0.3s;
}

ul.pagination_list li a:hover {}

ul.pagination_list li a.next_page {
    background: none;
}

ul.pagination_list li a:hover {
    opacity: .7;
}
.pagination_list li.active a {
    background-color: #16C56D;
    color:#fff
}
.other_categories_section {
    background: #CBF9E2;
    padding-bottom: 75px;
    padding-top: 25px;
}

.other_categories_section h2 {
    text-align: center;
    margin: 0;
    margin-bottom: 70px;
    font-weight: 600;
    font-size: 35px;
    line-height: 32px;
/* identical to box height, or 90% */
    color: #000000;
}

.other_categories_section ul {
    column-count: 4;
    margin-bottom: -10px;
}

.other_categories_section ul a {
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
/* or 222% */


/* Primária/Preto */
    color: #23211F;
}

.other_categories_section ul li a:hover {
    text-decoration: underline;
}

.other_categories_section ul li {
    margin-bottom: 8px;
}
.category_next_ar {
    padding: 95px 0;
    background: #fff;
}
.login_page_wrp {
    background-color: #fff;
}
.login_page_wrp_bg {

min-height: calc(100vh - 100px);

padding-top: 60px;

padding-bottom: 20px;

display: flex;

align-items: center;
}
.login_page_wrp_bg::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 110vw;
    background: #CBF9E2;
}
.login_page_panel {

position: relative;

z-index: 10;

max-width: 520px;

margin: 0 auto;

background: #FFFFFF;

border-radius: 8px;

padding: 25px 50px;

width: 100%;
}
.login_page_panel .input_el {

}
.login_page_panel .input_el > p {

}
.login_page_wrp_bg .green_button {

margin: 30px 0;

width: 100%;

max-width: 100%;

display: flex;

align-items: center;

justify-content: center;
}
.login_page_wrp_bg .black_bordered {

max-width: 190px;

height: 48px;

display: flex;

align-items: center;

justify-content: center;

border: 1px solid #5B5B5B;

box-sizing: border-box;

border-radius: 12px;

margin: 0 auto;

width: 100%;

font-weight: bold;

font-size: 16px;

line-height: 48px;
/* identical to box height, or 300% */



/* dark/100 */

color: #11120F;
}
.login_page_wrp_bg .black_bordered:hover {

background-color: #5B5B5B;

color: #fff;
}
.login_lbl {

font-size: 14px;

line-height: 20px;
/* identical to box height, or 143% */

text-align: center;

color: #000000;

margin: 0;
}
.login_lbl2 {

margin-bottom: 24px;

font-weight: 600;

font-size: 16px;

line-height: 20px;
/* identical to box height, or 125% */

text-align: center;

color: #000000;
}
.login_line {

margin-top: 24px;

margin-bottom: 40px;

background: #BEBEBE;

height: 1px;
}
.login_ttle1 {

text-align: center;

margin-bottom: 30px;

font-weight: 600;

font-size: 31px;

line-height: 1.3;
/* or 65% */

text-align: center;

color: #000000;
}
.login_ttle2 {
    
margin: 0;
    
font-size: 24px;
    
line-height: 1.3;
/* identical to box height, or 83% */
    
text-align: center;

/* grey/30 */
    
color: #7C7B7B;
}
.login_page_wrp .container {
    max-width: 100%;
}
.cabinet_section_main {
    background: #CBF9E2;
    padding-bottom: 50px;
}

.fullw_rev.login_panel {
    background: #fff;
    float: right;
    padding-left: 28px;
    padding-right: 18px;
    padding-top: 70px;
    padding-bottom: 60px;
}

.greeting_text {
    margin-bottom: 60px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
/* identical to box height, or 111% */
    

/* Neutral / Black */
    color: #09101D;
}

.online_toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
/* identical to box height, or 167% */
    

/* Neutral / Black */
    color: #09101D;
    position: relative;
    max-width: 379px;
}

.online_toggle div {
    display: block;
    width: 56px;
    height: 32px;
    background: #16C56D;
    border-radius: 16px;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
}

.online_toggle div::after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    transition: 0.4s;
    width: 24px;
    height: 24px;
    background: #fff;
    left: 6px;
    top: calc(50% - 12px);
}

.online_toggle div.active::after {
    left: 26px;
}

.profile_tabs li {
    margin-bottom: 5px;
}

.profile_tabs li a {
    background: rgba(224, 224, 224, 0.5);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
/* identical to box height, or 267% */
    color: #5B5B5B;
}

.profile_tabs li:last-child {
    margin: 0;
}

.profile_tabs li.active a {
  background-color: #E0E0E0 !important;
}

/* .active {
  background-color: #E0E0E0 !important;
} */

.cabinet_section_main .tab-content {
    padding-top: 32px;
}

.cabinet_wrp {
    max-width: 980px;
}

.cabinet_panel {
    margin-bottom: 25px;
    background: #FFFFFF;
/* chades/4 */
    border: 1px solid #0B6237;
    box-sizing: border-box;
    padding-top: 45px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.cabinet_panel:last-child {
    margin: 0;
}

.cabinet_lbl {
    text-align: center;
    margin-bottom: 60px;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
/* identical to box height, or 91% */
    text-align: center;
    color: #000000;
}

.cabinet_panel_inner {
    max-width: 550px;
    margin: 0 auto;
}

.cabinet_nickname {
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
/* identical to box height, or 83% */
    display: inline-flex;
    align-items: center;

/* grey/30 */
    color: #7C7B7B;
}

.cabinet_profile {
    margin-bottom: 40px;
}

.cabinet_profile p {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
/* identical to box height, or 125% */
    

/* Neutral / Black */
    color: #09101D;
}

.cabinet_profile a {
    /* width: 85px; */
    /* display: flex; */
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
/* identical to box height, or 100% */
    text-decoration-line: underline;
    color: #5B5B5B;
    margin-top: 15px;
}

.cabinet_profile a:hover {
    text-decoration: none;
}

.cabinet_profile #div-profile-image {
    border-radius: 50%;
    width: 85px;
    height: 85px;
    background-position: top center;
    background-size: cover;
}
button.button.green_button.black_full {
    max-width: 220px;
    height: 60px;
    width: 100%;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    background: #23211F;
}

.cabinet_panel_inner .reg_list, .cabinet_panel_inner .pressing {
    /* max-width: 350px;
    margin-left: auto;
    margin-right: auto; */
}

.delete_account .cabinet_lbl {
    margin-bottom: 25px;
}

.cab_about {
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
/* identical to box height, or 143% */
    

/* grey/60 */
    color: #333030;
}

.delete_account .red_button {
    max-width: 170px;
    margin: 0 auto;
    display: flex;
}

.delete_account .red_button img {
    margin-right: 10px;
}
.delete_account .red_button:hover img {
    filter: brightness(0) invert(1);
}
.pedidos_table {
    width: 100%;
}

.pedidos_table thead td {
    padding: 15px 5px;
    background: #0B6237;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
/* or 22px */
    text-transform: capitalize;
    color: #FFFFFF;
}

.pedidos_table thead td:first-child {
    padding-left: 15px;
}

.pedidos_table tbody td {
    padding: 14px 0px;
    font-weight: 500;
    font-size: 16px;
    /* line-height: 140%; */
/* or 22px */
    text-transform: capitalize;
    font-feature-settings: 'tnum' on, 'lnum' on;

/* Primária/Preto */
    color: #23211F;
}

.pedidos_table tbody td:first-child {
    padding-left: 15px;
}

.pedidos_table tbody td a {
    color: inherit;
    text-decoration: underline;
}

.pedidos_table tbody td a:hover {
    text-decoration: none;
}
.cabinet_section_main .tab-content > .tab-pane {
    display: block;
    position: absolute;
    height: 0;
    overflow: auto;
    pointer-events: none;
    z-index: -1;
}

.cabinet_section_main .tab-content > .tab-pane.active {
    opacity: 1;
    position: relative;
    height: auto;
    overflow: visible;
    z-index: 100;
    pointer-events: all;
} 
tr.more_info td {
    padding-right: 15px;
    background: #F2F2F2;
}

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

.audio_item > p {
    margin: 0;
    width: 200px;
    flex: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
/* identical to box height, or 20px */
    text-transform: capitalize;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #000000;
}

.audio_elem {
    display: flex;
    flex: 1;
    align-items: center;
}

.play_button {
    cursor: pointer;
    margin-right: 10px;
    flex: none;
}
.wave_audio {
    flex: 1;
}
.audio_item {
    height: 94px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 8px;
    padding: 0 15px;
}
.play_button {
    flex:none;
    background-image: url(../img/play.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 36px;
    height: 36px;
}
.play_button.play_clicked {
    background-image: url(../img/pause.svg);
}
tr.more_info {
    display: block;
    height: 1px;
    overflow: hidden;
    width: 1px;
    opacity: 0;
}

tr.more_info.vis {
    width: 100%;
    display: table-row;
    opacity: 1;
    height: auto;
}
.greeting_wrp .cabinet_profile {
    display: none;
}
.online_toggle span i {
    display: none;
}
.taget_lbl {
    display: none;
}
.pedidos_table tbody td > span {
    display: none;
}

.msg_text {
  font-size: 16px;
  color: white;
}

#msg_bell {
  margin-left: 10px;
  margin-right: 60px;
}

.categories_list img {
  height: 32px;
}

.selo_uranio {
  display: inline-block !important;
  background-image: url(../img/selo-uranio.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
  margin-right: 6px;
}

.selo_esmeralda {
  display: inline-block !important;
  background-image: url(../img/selo-esmeralda.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
  margin-right: 6px;
}

.selo_rubi {
  display: inline-block !important;
  background-image: url(../img/selo-rubi.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
  margin-right: 6px;
}

.selo_safira {
  display: inline-block !important;
  background-image: url(../img/selo-safira.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
  margin-right: 6px;
}

.button_artist {
}

.button_artist p {
  /* font-weight: 600;
  font-size: 18px;
  line-height: 45px;
  color: #11120F;
  margin-bottom: 15px; */
  font-size: 18px;
  color: white;
}

.button_artist a {
  /* align-items: center;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle; */
  /* padding-right: 124; */
}

.button_artist .button {
  display: inline-flex;
  background: #16C56D;
  border-radius: 8px;
  height: 80px;
  min-width: 250px;
  font-weight: bold;
  font-size: 18px;
  /* line-height: 1.2; */
  color: #000000;
  /* display: inline-flex; */
  transition: 0.3s;
  /* margin-bottom: 12px; */
  text-decoration: none;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  /* margin: 0 auto; */
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 10px;
}

.button_artist .button img {
  margin-right: 10px;
}

.button_artist span {
  font-size: 14px;
  color: #E0E0E0;
  cursor: pointer;
}

/* .break {
  flex-basis: 100%;
  height: 0;
} */

#div-items {
  height: 20px;
  min-width: 20px;
  width: max-content;
  background-color: red;
  color: white;
  border: 1px solid black;
  border-radius: 50px;
  font-size: 12px;
  font-weight: bold;

  position: absolute;
  top: 20%;
  right: 50px;
  transform: translateY(-50%);
}

#button-credit {
  background-color: #16C56D;
  border: none;
}

#div-payment {
  background-color: black;
  max-width: 480px;
  border-radius: 10px;
}

#div-payment p {
  font-size: 25px;
  color: white;
}

#div-payment span {
  font-size: 36px;
  font-weight: bold;
  color: white;
}

#div-lyst-coin span {
  font-size: 25px;
  font-weight: bold;
  color: white;
}

.div-order-type {
  display: inline-block;
  height: 21px;
  width: 48px;
  background-color: #FFF0F6;
  color: #EB2F96;
  border: 1px solid #FFADD2;
  border-radius: 4px;
  font-size: 13px;
  text-align: center;
  margin-bottom: 2px;
}

.bullet-waiting {
  list-style-type: disc;
}

.bullet-waiting li::before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

#button-order {
  width: 320px;
}

#button-order:hover {
  background-color: transparent;
  border-color: red;
  color: red !important;
}

#button-back:hover {
  background-color: transparent;
}

.button-action:hover svg {
  filter: invert(100%) ;
}

.hidden-element {
  display: none !important;
}