body {
	margin: 0;
	padding: 0;
}
.main__bg_left {
  position: fixed;
  background-color: rgb(204, 135, 66);
    background-image: url("/images/lenta_lqva.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
    border-right: 8px solid rgb(150, 97, 46);
    height: auto;
}
.main__bg_right {
  position: fixed;
    background-color: rgb(204, 135, 66);
    background-image: url("/images/lenta_dqsna.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
    border-left: 8px solid rgb(150, 97, 46);
    height: auto;
}
.main__bg_center {
  position: absolute;
  height: 100%;
  background-color: rgb(251, 219, 162);
  border: 1.5px solid black;
  overflow-y: scroll;
}
.scrollbar__custom::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: rgb(251, 219, 162);
  border-radius: 10px;
}
.scrollbar__custom::-webkit-scrollbar {
  width: 8px;
  background-color: rgb(251, 219, 162);
}
.scrollbar__custom::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: rgb(51, 51, 51); 
}
.scrollbar__custom_access::-webkit-scrollbar-track {
  background-color: #ebecec !important;
}
.scrollbar__custom_access::-webkit-scrollbar {
  background-color: #ebecec !important;
}
.main__bg_center_wrapper {
  width: 90%;
  margin: 0 auto;
  padding: 5% 0 5% 0;
}
.wrapper__font_size {
  font-size: 15pt;
}
.txt__align_center {
  text-align: center;
}
.wrapper__text_color {
  color: red;
}
.txt__font_weight {
  font-weight: bold;
}
.txt_indent {
  text-indent: 5%;
}
.txt__weight_bold {
  font-weight: bold;
}
.txt__when_hover:hover {
  text-decoration: underline;
}
/* Smartphones*/
@media (max-width : 768px) {
  .txt_indent {
    text-indent: 10%;
  }
  .main__bg_left,
  .main__bg_right{
    display: none;
  }
  .main__bg_center {
    margin-left: 0;
    max-width: 100%;
    border-right: 8px solid rgb(150, 97, 46);
    border-left: 8px solid rgb(150, 97, 46);
  }
}
@media (min-width: 1600px){
  .wrapper__font_size{
  font-size: 26pt;
  }
}