
			.tmenu-mobile {
				background-color: #111;
				display: none;
				width: 100%;
				top: 0;
				z-index: 990;
			}

			.tmenu-mobile_positionfixed {
				position: fixed;
			}

			.tmenu-mobile__text {
				color: #000;
			}

			.tmenu-mobile__container {
				min-height: 64px;
				padding: 20px;
				position: relative;
				box-sizing: border-box;
				display: flex;
				justify-content: space-between;
				align-items: center;
			}

			.tmenu-mobile__list {
				display: block;
			}

			.tmenu-mobile__container_logocenter > .t-menu-base__logowrapper,
			.tmenu-mobile__container_logocenter > .tmenu-mobile__text {
				position: absolute;
				left: 50%;
				transform: translateX(-50%);
			}

			.tmenu-mobile__burgerlogo {
				display: inline-block;
				font-size: 24px;
				font-weight: 400;
				white-space: nowrap;
				vertical-align: middle;
			}

			@media screen and (max-width: 960px) {
				.tmenu-mobile__menucontent_hidden {
					display: none;
					height: auto;
				}
				.tmenu-mobile {
					display: block;
				}
			}
			@media screen and (max-width: 960px) {
									#rec2493126383 .tmenu-mobile {
						background-color: #28292d;
					}
				
									#rec2493126383 .t-menu-base.tmenu-mobile__menucontent_fixed {
						position: fixed;
						top: 64px;
					}
							}
		