* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

html,body { 
  width:100%;
  height:100%;
  background:#fff;
  overflow: hidden !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

a {
  font-family: Segoe UI, sans-serif;
  font-weight: normal;
  pointer-events: none; 
  font-size: 1rem;
  font-weight: 300;
  text-align: left; 
  letter-spacing: 1px;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
  font-family: Segoe UI, sans-serif;
  font-weight: normal;
  pointer-events: none;
}

body {
  overflow: hidden;
  font-family: "Segoe UI", sans-serif;
  background-color: #fff;
}

body::-webkit-scrollbar {
  width: 10px;
}

/* Track */
body::-webkit-scrollbar-track {
  background: #343434; 
}
 
/* Handle */
body::-webkit-scrollbar-thumb {
  background: #5a5a5a; 
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover { 
  background: #2b5766; 
 }

span {
  pointer-events: none;
}

canvas {
  background: none;
  outline: none;
  width: 100%;
  height: 100%;
}

.menu_controls {
  top: 0px;
  left: 0px;
  background: none;
  width: 100%;
  height: 100px;
  color: #030303;
}

.menu_controls_topic-section {
  position: absolute;
  top: 0px;
  right: 0px !important;
  background: none;
  width: 30%;
  height: 100px;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #000;
  -webkit-transition: .3s;
}

/*  .menu_controls_topic-section:hover{
    top: 0px;
    right: 0px !important;
    width: 100px;
    height: 50%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
  }
*/

.menu_controls_point {
  width: 50px;
  height: 50px;
  color: #030303;
  border-radius: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.menu_controls_home {
  background: green;
}

.menu_controls_offer {
  background: blue;
}

.menu_controls_contact {
  background: pink;
}

.menu_controls_button {
  background: white;
}


.Main_Page {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
}

.Main_Page_Block_1 {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 40%;
  height: 40%;
  background: #fff;
  display: none;
}

.Main_Page_Block_2 {
  position: absolute;
  top: 40%;
  left: 60%;
  width: 40%;
  height: 40%;
  background: #fff;
  display: none;
}
  .Main_Page_Block_2_Control-Button_open-close {
    position: absolute;
    top: 10%;
    right: 10%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: red;
    display: auto;
    z-index: 999;
  }

  .Main_Page_Block_2_Control-Button_transparent {
    position: absolute;
    top: 30%;
    right: 10%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: yellow;
    display: auto;
    z-index: 999;
  }

.Main_Page_3D {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #111;
  display: auto;
}

.Main_Page_Block_3_Control-Buttons {
  position: absolute;
  top: 40%;
  right: 10%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: none;
  display: auto;
  z-index: 1000;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-around;
  align-items: center;
  -webkit-transition: .3s;
}

  .Main_Page_Block_3_Control-Buttons:hover {
    position: absolute;
    top: 40%;
    right: 10%;
    width: 50px;
    height: 150px;
    border-radius: 25px;
    display: auto;
    z-index: 1000;
  }

  .Main_Page_Block_3_Control-Button_open-close_3 {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    display: auto;
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .Main_Page_Block_3_Control-Button_open-close_2 {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    display: auto;
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }


  .Main_Page_Block_3_Control-Button_open-close_1 {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    display: auto;
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
