    body {
        font-size: 14px;
	    color: #6f7072;
        background: #1c1c1c; 
        margin: 0;
        font-family: 'KanitCyrillic';
        
    /*  background-image: url('/photo/fons.webp'); 
        background-size: inherit; 
        background-attachment: fixed; 
    */    
    }

    *,:after,:before {
        box-sizing:border-box;
    }
    
    button,input,optgroup,select,textarea {
        font-family:inherit;font-size:100%;line-height:1.15;margin:0;
    }
    
    button,input {
        overflow:visible;
    }
            
    button,select {
        text-transform:none;
    }
            
/*    .icon,svg {
        width:16px;height:16px;display:inline-block;fill:currentColor;color:inherit;
    }
*/
            
    * {
        scrollbar-width:none;scrollbar-color:#353535 #1c1c1c;scrollbar-color:var(--color-accent-800) var(--color-accent-200);
    }
            
    ::-webkit-scrollbar {
        width:10px
    }
    
    ::-webkit-scrollbar-track {
        background:#262626;background:var(--color-accent-600);
    }
            
    ::-webkit-scrollbar-thumb {
        background:#353535;background:var(--color-accent-800);border-radius:0;border:0 #1c1c1c;border:0 var(--color-accent-200);
    }
            
    ::-webkit-scrollbar-thumb:hover {
        background:#4f4f4f;background:var(--color-accent-100);
    }

    @font-face {
        font-family: 'KanitCyrillic';
	    src: url('fonts/KanitCyrillic.ttf') format('truetype');
	    font-weight: normal;
	    font-style: normal;
    }

/*  основа для страниц */
.form {
    width: 100%;
    max-width: 720px;
    margin: 0px auto;
    box-sizing: content-box;
} 

/* */
a:link,a:active,a:visited {
	text-decoration: none;
	color: #f26818;
}

a:hover {
	text-decoration: underline;
}

hr { 
    border: 1px;
    height: 1px;
    background: #333333;
    margin-top: initial;
}

.menu_up {
    width: 100%;
    box-sizing: border-box;
    display: none;
}

/* для моб телефона */
@media (max-width: 768px) {
  .menu_up {
    display: block;
  }
  ul {
    width: 100%;
    display: none;
  }
  ul li {
    display: block;
  }
  .form {
    max-width: 90%;      
  } 
  .table-fixed-head tbody {
    overflow: visible;
  }
  .select {
    height: 50px;
  }
}

/* название верха у вкладок */
.title {
    background: #d2d2d2;
    padding: 10px;
    width: 100%;
    max-width: 100%;
    text-transform: uppercase;
    border-radius: 10px 10px 0px 0px;
}

/* скролл бар для формы одинакового образца */
.scroll_form {
    height: 400px;
    overflow-y: auto;
    scroll-behavior: smooth;
    display: block;
    scrollbar-width: thin;
    scrollbar-color: #141414 #212a33;
    scroll-snap-align: end;
}

/* скролл бар для формы одинакового образца */
#scroll {
    height: 425px;
    overflow-y: auto;
    scroll-behavior: smooth;
    display: block;
    scrollbar-color: #141414 #222222;
    scroll-snap-align: end;
}

/* Форма для смени имени */
input.text {
    background: #252525;
    color: white;
    width: 100%;
    min-height: 50px;
    padding: 14px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.35;
    display: block;
    border: none;
    border-radius: 8px;
    transition: all 0.5s;
    outline: 0;
    text-align: center;
}

::placeholder {
  color: #f26818;
}

.textarea-text {
    background: #252525;
    color: white;
    width: 100%;
    min-height: 48px;
    padding: 14px 18px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.35;
    display: block;
    border: none;
    border-radius: 8px;
    outline: 0;
}

.button {
    background: #f26818;
    color: white;
    width: 100%;
    min-height: 48px;
    padding: 14px 18px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.35;
    display: block;
    border: none;
    border-radius: 8px;
    transition: all 0.5s;
    outline: 0;
    cursor: pointer;
}

.button:hover {
    background: #f2681899;
}

.select {
    background: #252525;
    color: white;
    width: 100%;
    min-height: 48px;
    padding: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.35;
    display: block;
    border: none;
    border-radius: 8px;
    transition: all 0.5s;
    outline: 0;
}

/* Всплывающий вывод сессион*/
@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* заявка на бронирование */
.text_abbriviat_verh {
    margin-bottom: -10px;margin-left: 10px;font-weight: 500;    
}
.text_abbriviat_niz {
    margin-left: 10px;margin-top: 5px;font-size: small;color: #888888;    
}

/* меню */
.profiles {
    background: #1c1c1c;
    border: none;
    cursor: pointer;
    padding: 9px;
    vertical-align: middle;
    color: white;
    border-radius: 8px;
}
.profiles:hover {
    background: #f26818;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #1c1c1c;
    min-width: 200px;
    border-radius: 8px;
    box-shadow: 0px 0px 16px 0px rgb(17 17 17);
    z-index: 1;
    padding: 5px;
    margin-top: 5px;
}

.dropdown-content a {
    color: white;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content-button {border-radius: 8px;}
.dropdown-content-button:hover {background-color: #f26818;}
.show {display:block;}

/* Для меню телефон */
.overlay {
    height: 0%;
    width: 288px;
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    overflow-y: hidden;
    transition: 0.5s;
    background-color: rgb(37 37 37);
    box-shadow: 0px 0px 16px 0px rgb(17 17 17);
/*    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transition: backdrop-filter .25s, -webkit-backdrop-filter .25s;
*/
}

.overlay-content {
    position: relative;
    top: 8%;
    width: 100%;
    text-align: -webkit-left;
    padding: 10px;
    font-size: 13px;
}

.overlay a {
    padding: 15px 25px;
    text-decoration: none;
    font-size: 36px;
    color: white;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: white;
}

.overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}


.panel {
/*  padding: 0 18px; */
/*  background-color: #222222; */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
/*  border-radius: 8px; */
/*  margin-bottom: 5px; */
}

/* Мигалка*/
.flasher {
    -webkit-border-radius: 60px;
    border-radius: 60px;
    display: inline-block;
    padding: 3px;
    vertical-align: top;
}
    @keyframes glowing {
    0% { background-color: #2ba805; box-shadow: 0 0 5px #2ba805; }
    50% { background-color: #49e819; box-shadow: 0 0 20px #49e819; }
    100% { background-color: #2ba805; box-shadow: 0 0 5px #2ba805; }
}
.flasher {
    animation: glowing 1300ms infinite;
}

/* Альбомы на главной */
.album-ready {
    float: left;
    width: 23.73%;
    height: 163.5px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    background: #222222;
    text-align: -webkit-center;
    box-shadow: rgb(34, 34, 34) 0px 0px 10px 0px;
    cursor: pointer;
    color: white;
}

.album-ready:hover {
    box-shadow: rgb(34, 34, 34) 0px 0px 15px 0px;
}
/* подцветка */
.album-ready:before {
    content: "";
    display: block;
    height: 2px; 
    background: #07b103; 
    width: 0px; 
	transition: 1s; 
}
.album-ready:hover:before {
    width: 80%; 
	transition: ease-out 1s; 
}
.album-ready:after {
    content: "";
    display: block;
    height: 2px;
    background: #07b103; 
    width: 0px; 
	transition: 1s; 
}
.album-ready:hover:after {
    width: 80%; 
	transition: ease-out 1s; 
}

.album-not-ready {
    float: left;
    width: 23.73%;
    height: 163.5px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    background: #222222;
    text-align: -webkit-center;
    box-shadow: rgb(34, 34, 34) 0px 0px 10px 0px;
    color: white;
}

.album-not-ready:hover {
    box-shadow: rgb(34, 34, 34) 0px 0px 15px 0px;
}

/* подцветка */
.album-not-ready:before {
    content: "";
    display: block;
    height: 2px; 
    background: #c70303; 
    width: 0px; 
	transition: 1s; 
}
.album-not-ready:hover:before {
    width: 80%; 
	transition: ease-out 1s; 
}
.album-not-ready:after {
    content: "";
    display: block;
    height: 2px;
    background: #c70303; 
    width: 0px; 
	transition: 1s; 
}
.album-not-ready:hover:after {
    width: 80%; 
	transition: ease-out 1s; 
}


.album_row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 768px) {
    .album-not-ready {
    width: 47%;
    float: left;
    height: 163.5px;
    }
    .album-ready {
    width: 47%;
    float: left;
    height: 163.5px;
    }
}

/* Плиты в админке */
.slabs-admin-one {
    float: left;
    width: 48.75%;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 13px;
    border-radius: 8px;
    background: #222222;
    box-shadow: rgb(34, 34, 34) 0px 0px 10px 0px;
}
.slabs-admin-one:hover {
    box-shadow: rgb(40, 40, 40) 0px 0px 15px 0px;
}

.slabs-admin-two {
    float: left;
    width: 32.10%;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 13px;
    border-radius: 8px;
    background: #222222;
    box-shadow: rgb(34, 34, 34) 0px 0px 10px 0px;
}
.slabs-admin-two:hover {
    box-shadow: rgb(40, 40, 40) 0px 0px 15px 0px;
}

.slabs-row-admin:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 768px) {
    .slabs-admin-one {
    width: 97%;
    }
    .slabs-admin-two {
    width: 97%;
    }
}

/* Приклееная нижняя часть главной страницы куки */
.cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    padding: 15px;
}

/* pin code*/

.pincode { 
	text-align: center;
	padding: 20px 0;
}
.pincode input[type="number"] {
	display: inline-block;
	width: 70px;
	height: 60px;
	line-height: 50px;
	text-align: center;
	border: 2px solid #252525;
	color: #f26818;
	padding: 16px 0px;
	margin: 0 5px;
	font-size: 25px;
	font-weight: 700;
	outline: none;
	background-color: #252525;
	border-radius: 8px;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
}
.pincode input[type="number"]::-webkit-outer-spin-button,
.pincode input[type="number"]::-webkit-inner-spin-button {
	display: none;
}
 
.pincode input[type="number"]:focus {
	border: 2px solid #f26818;
}