element.style {
}
/* CSS Document */

.header-wrapper {
    display: flex;
    flex-wrap: inherit;
	 padding-right: 60px;
	width: : 100vw;
    align-items: center;
    justify-content: space-between;/**/
}

.header-wrapper .header-areas-left {
  /*  justify-content: flex-start;/**/
}
.tab-header {
    display: flex;
    gap: 30px;
    justify-content: space-between;
/*    align-items: center;/**/
    width: 40%;
    padding: 0px 25px;
    margin: 0 auto;
    border-bottom: 1px solid #e2e2e24d;
    padding-bottom: 15px;
    margin-bottom: 50px;
}

.custom-logo-name-sub{
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";	
	    color: #b8B588;
    font-size: 16px;
}
.custom-logo-name {
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";	
	    color: #557D91;
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
	padding: 0px 25px;
}
.header-navbar {
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	align-items: center;
    background: #151515;
    padding-top: 10px;
    padding-bottom: 10px;
    /*display: flex;
    /*position: relative;/**/
    border-bottom: 1px solid #ffffffa3;
    transition: none;
    justify-content: center;
}
.site-title {
 position: relative;	
}
div.div_keys{
	
	position:absolute;
	top:0;
	right: 0;
}
.d-flex{
  display: flex;
}
.d_bl {	
	display:inline-block;
}

.h-title {
	    padding-top: 20px;
  display: flex;
/*  flex-direction: column;*/
}


.d.container {
    display: flex;	
}

.container {
	    display: flex;	
  background-color: #FFFDEF;
	    align-items: center;
  padding: 55px 40px;
}
.item {
  width: 500px;	
}

.lang_item {
  width: 40px;	
}

.tx.Title { 
/*	position: fixed;*/ 
	left: 30px ;
	width: 300px;
	top: 50px;
    height: 22px;
    cursor: pointer;
}
.tx_lang{
	align-items: center;
	vertical-align: baseline;
	 font-size: 20px;
	font-style: italic;
	font-style: oblique;
	
}
.icon_lang {
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 6px;
  overflow: hidden;
}

.tnh-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 6px;
    overflow: hidden;
    vertical-align: -.15em;
    fill: currentColor;
}
.the-new-header {
    position: relative;
    width: 300px;
    font-size: 25px;
    font-family: Inter, SF Pro Text, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC, Microsoft YaHei;
    line-height: 30px;
}

.disSelection{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: 0;
}
.ch_button {
	height: 60px;
}

/* page layout */
html {
  height: 100%;
}

body {
		/*  display: grid;*/
  min-height: 100%;
	/*width:900px;
/*  place-content: center;*/
  padding: 2em;
  background-image: url("pictures/h-bear-4.jpg");
		background-repeat: no-repeat;
		  background-attachment: fixed;
  background-size: cover;
	background-position: 50% 50%;
}
.main_header_t {
/*	align-items: center;*/
	vertical-align: baseline;
	 font-size: 74px;
	font-style: oblique;
	font-weight:bolder;
/*	    position: relative;*/
    width: 700px;
    line-height: 60px;
    height: 80px;
}
    .cookie-message {
        position: sticky;
        z-index: 100;
        bottom: 0;
        background-color: #fff;
        border-top: 1px solid #d3d3d3;
    }

    .cookie-message-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.5rem 0;
        line-height: 1.2;
    }

    .cookie-message-text {
        flex-grow: 2;
    }





button.keys {
background-color: #102FDD; /* Синий фон */
color: white; /* Белый текст */
/*border: none; /* Убираем границу */
border: 4; /* Убираем границу */
padding: 6px 20px; /* Внутренние отступы */
font-size: 18px; /* Размер шрифта */
border-radius: 5px; /* Закругленные углы */
cursor: pointer; /* Изменение курсора при наведении */
transition: background-color 0.3s ease;
  vertical-align:middle;	

}
button.keys:hover {
background-color: #0056b3; /* Темно-синий при наведении */
}

img.top {
  vertical-align: text-top;
}
img.bottom {
  vertical-align: text-bottom;
}
img.middle {
  vertical-align: middle;
}
img.w35 {
  width:35px; 
}

img.m20 {
	margin-left: 20px;
  vertical-align: middle;
	
}
div.d3 {
  vertical-align: middle;
		width:42px; 
		height: 100%;
	 padding: 7px 0px 0 7px;
}
div.d2 {
		/*width:100px;/**/
	max-width: 100px;
		height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
	
}
div.d1 {
		/*width:150px;/**/
	max-width: 150px;
		  vertical-align:middle;
	height: 100%;
}

div.keys_home {
	 vertical-align: top;
	  vertical-align: middle;
}
div.days {
    font-size: 22px;

/*	position: absolute; right:0px;
  */  font-family: Inter, SF Pro Text, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC, Microsoft YaHei;
	/*text-align: center;*/
}
label {
	    font-size: 16px;
}
.date_start {
}
.fist_conditions {
}
