::-webkit-scrollbar { width: 6px; height: 3px; margin-right: 2px;}
::-webkit-scrollbar-button {  display:none; }
::-webkit-scrollbar-track-piece { background-color: #ffffff; }
::-webkit-scrollbar-thumb { height: 50px; background-color: #000; border-radius: 0px;}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-family: Helvetica_Regular,Arial,sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  display: block;
  scroll-behavior: smooth;
}
body {
  font-size: 15px;
  line-height: .9500rem;
  color: #000;
  position: relative;
  min-height: 100%;
  text-transform: uppercase;
}
a {
  color: white;
  text-decoration: none;
}
a:hover {
  color: #b1af9b;
  text-decoration: none;
}
/*****************************BTN**********************************/
.LNS_btn{
  position: relative;
  background-color: black;
  padding: 6px 30px 6px 30px;
  border: none;
  color: white;
}
.LNS_btn_r{
    margin-left: auto;
    margin-right: auto;
    background: black;
    border-radius: 6px;
    color: #fff;
    padding: 5px 30px;
    font-size: 16px;
    line-height: 18px;
}
/*****************************FORM2**********************************/
.LNS_form_s{
  margin-inline: auto;
  width: min(100% - 2rem, 300px);
  padding-bottom: 10px;
  padding-top: 10px;
  background-color:white;
  text-align: center;
}
.LNS_form_s input{
  text-decoration: none;
  border: none;
  margin-inline: auto;
  border-radius: 4px;
  border: 1px solid;
  width: 100%;
  height: 35px;
  margin: 3px;
  margin-bottom: 3px;
}

/*****************************FAST REQUEST**********************************/
.LNS_request{
  margin-inline: auto;
  width: min(100% - 2rem, 500px);
  text-align: center;
}
.LNS_request input{
  text-decoration: none;
  border: none;
  margin-inline: auto;
  border-bottom: 1px solid #000;
  width: 170px;
  height: 30px;
  margin: 3px;
}
.LNS_request textarea:focus, input:focus{
  outline: none;
}
.LNS_request input[type=name]:focus {
  border-bottom: 1px solid #b1af9b;
}
/*****************************FORM**********************************/
.LNS_form{
  margin-inline: auto;
  width: min(100% - 2rem, 400px);
  padding-bottom: 10px;
  padding-top: 25px;

  text-align: center;
}
.LNS_form input{
  text-decoration: none;
  border: none;
  margin-inline: auto;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 30px;
  margin: 3px;
}
.LNS_form textarea{
  text-decoration: none;
  border: none;
  margin-inline: auto;
  max-width: 100%; min-width: 100%;
  min-height: 100px;
  height: 30px;
  margin: 3px;
}
.LNS_form textarea:focus, input:focus{
  outline: none;
}
.LNS_form input[type=name]:focus {
  border-bottom: 1px solid #b1af9b;
}


/*****************************COLORS**********************************/
.b-soft-gold { background-color: #b1af9b !important;}
.b-red{ background-color: red !important; }
.b-orange{ background-color: orange !important; }
.b-yellow{ background-color: yellow !important; }
.b-green{ background-color: green !important; }
.b-blue{ background-color: blue !important; }
.b-purple{ background-color: purple !important; }
.b-grey{ background-color: grey !important; }
.b-white{ background-color: white !important; }
.b-black{ background-color: black !important; }


.soft-gold{ color: #b1af9b !important;}
.red{ color: red !important; }
.orange{ color: orange !important; }
.yellow{ color: yellow !important; }
.green{ color: green !important; }
.blue{ color: blue !important; }
.purple{ color: purple !important; }
.grey{ color: grey !important; }
.white{ color: white !important; }
.black{ color: black !important; }

/*****************************CASE**********************************/
.lower{
  text-transform: lowercase !important;
}
.upper{
  text-transform: uppercase !important;
}

@media (max-width: 767px){
.block_mob{
  display: none;
}
.block_mob_reverse{
  display: block !important;
}
};
@media (min-width: 767px){
.block_mob{

}
.block_mob_reverse{
  display: none;
}
};
