html, body {
width: 100%;
height: 100%;
font-family: 'Montserrat', sans-serif !important;
background-color: #fff;
margin: 0px !important;
padding: 0px !important;
color: #000 !important;
}


  .text_label{
    background: #35383d;
      box-shadow: inset 0 -1px #41444a;
      padding-left: 82px;
    padding: 24px 24px 24px 82px;
      font-size: 1.9rem;
  }
}

.section {
  position: relative;
  width: 100%;
  height: 100%;
}

.preloader-scooter-background {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;

}
.loading-text {
    display: block;
    margin-top: 5%;
    margin-bottom: 12px;
    font-family: Barlowcondensed, sans-serif;
    color: #383838;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.l_bar {
  width:0%;
  margin:1em auto;
  border:none;
  height: 4px;
  background: #444444;
}
.l_img{
  display: block;
    width: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin: auto;
    margin-top: 50%;
}

.no-pad-mrg {
    padding:0px !important;
    margin:0px !important;
}

.main-fixed-block {
    position:relative;
    left:0;
    background-color:#fff;
    z-index:999;
    overflow-y: auto;
    display:none;
}
.font-size-18-16 {
    font-size:18px;
}
.padding-logo {
    padding: 50px;
}
.main-fixed-block .content {
    display:none;
}
.weight-700 {
    font-weight: 500;
}
.pad-20 {
    padding: 20px 1.25rem !important;
}
.margin-15 {
    margin:0px 0px 15px 0px;
}
.margin-15-15 {
    margin:15px 0px 15px 0px;
}
.no-pad {
    padding:0px !important;
}
.pad-40-30 {
    padding: 40px 30px !important;
}
.main-fixed-block .dropup {
    background-color:#444444;
}
.main-fixed-block li {
    cursor: pointer;
}
.font-size-16 {
    font-size:16px;
}
.image-q {
    width:42px;
    height:42px;
    border-radius:10px;
    cursor:pointer;
}
.border_image {
    border:2px solid #fdc501 !important;
}
.colors_p_brown {
    background-color:brown;
}
.colors_p_red {
   background-color:red;
}
.colors_p_gray {
   background-color:gray;
}
.colors_p_yellow {
    background-color:yellow;
}
.colors_p_black {
   background-color:black;
}
.colors_p_lbrown {
    background-color: #987654;
}
.colors_p_dred {
    background-color: #8b0000;
}
.colors_p_grafit {
    background-color: #1C1C1C;
}
.colors_p_green {
    background-color: #008000;
}
.colors_p_choc {
    background-color: #45322E;
}
.cols_margin .col-2{
    margin-bottom:15px;
}
.colors_p_white {
   background-color:#fff;
    border:1px solid lightgray;
}
.visible_on_display {
    display: block;
}
.button_top_panel span {
    font-size:50px;
    color:darkgray;
    cursor: pointer;
}
.button_top_panel {
    position: absolute;
    top:-5px;
    right:20px;
}
.button_top_panel span:hover {
    color:gray;
}
.btn-order-price {
    font-size:20px !important;
    color:#000 !important;
    background-color: #fdc501 !important;
    font-weight: 500;
}
@media(max-width:768px) {
.left_menu {
    margin-top:0px !important;
}
    .main-fixed-block {
        height: 40% !important;
        bottom:0;
        position: fixed !important;
    }
    .mobile_margin {
        height: calc(100% - 40%);
    }
    .mobile_none_on {
        display: none;
    }
.button_menu {
    width:100%;
    height:32px;
    position:fixed;
    left:0;
    bottom:0;
    z-index:997;
}
.button_click {
    width:100px;
    height:32px;
    background-color:#fdc501;
    position:fixed;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin:0 auto;
    left:calc(50% - 50px);
    bottom:0;
}
.text_button {
font-weight: 500;
font-size:20px;
cursor: pointer;
color:#4a4a4a;
}
    .padding-logo {
        padding:35px !important;
    }
.right_menu {
    position: fixed;
    z-index:996;
    top:25px;
    left:20px;
}
.logo_right_menu img {
    width:100px;
    height:32px;
}
}
@media(min-width:768px) {
    .main-fixed-block {
        height: 100% !important;
        bottom:0;
    }
    .none_desktops {
        display: none !important;
    }
.button_menu {
    width:32px;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:997;
}
.button_click {
    width:32px;
    height:100px;
    top:calc(50% - 50px);
    background-color:#fdc501;
    position:absolute;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.text_button {
-webkit-transform: rotate(-90deg); 
transform: rotate(-90deg);
position: absolute;
top: 35;
left:-22.5px;
font-weight: 500;
font-size:20px;
cursor: pointer;
color:#4a4a4a;
}
.right_menu {
display: none !important;
}
}
iframe .fullscreen-button {
    display:none !important;
}
.left_menu {
    width:50px;
    height:100%;
    position: fixed;
    z-index:100;
    right:20px;
    top:0;
    padding:25px 0px;
    margin-top:70px;
}
.button_left_menu {
    width:50px;
    height:50px;
    background-color:#fdc501;
    margin-bottom:20px;
    padding:9px;
    cursor: pointer;
    border-radius: 2.5px;
}
.button_left_menu img{
width:32px;
height:32px;
}
.ya-share2 .ya-share2__icon{
width: 50px !important;
height: 50px !important;
}
.ya-share2 .ya-share2__item {
    margin-bottom: 20px !important;
}