/* headerstyle.css */
	.langs-container {
    position: relative;
    display: inline-block;
}
.img-fon {
    width: 100%;
    height: 100%;
}
	.img-fon-os {
    width: 100%;
    height: 100%;
}
img.logo-teatr {
    width: 90px;
}
.logo-img h2 {
    font-size: 38px;
text-shadow: 0 0 10px white;
}
	.sot-set {
    display: flex;
    justify-content: center;
    align-items: center;
}
.langs {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content;
    background-color: #fff;
    border: 0.1px solid black;
    z-index: 10000;
    border-radius: 7px;
    
}

.langs-btn:hover + .langs,
.langs:hover {
    display: block;
}

.langs a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
}

.langs a.sel {
    color: #c00;
}

.langs a:hover {
    background: #f1f1f1;
	color: #c40202;
	border-radius: 7px;
}

.logo-img a {
    color: black;
    text-decoration: none;
    /*-webkit-text-stroke: 0.3px white;*/
    margin-top: -45px;
}
	pre {
    /* font-family: monospace,monospace; */
    font-size: 1em;
    font-family: 'DIN Condensed Light', sans-serif;
}

button.langs-btn {
    background: white;
    width: 35px;
    height: 35px;
    border: 0.1px solid black;
    border-radius: 7px;
    text-transform: uppercase;
}
img.icon-ms {
    width: 35px;
    padding: 3.5px;
    background: white;
    border: 0.1px solid black;
    border-radius: 7px;
}
.by-chek {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 5px;
}
.logo-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
	a.social-icon {
    margin-left: 5px;
}
.click-button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}
.img-bac {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    padding-top: 10px;
}

a.button-chek {
    background: white;
    height: 35px;
    padding: 15px;
    display: flex;
    color: black;
    text-decoration: none;
    border: 0.1px solid black;
    border-radius: 7px;
    justify-content: center;
    align-items: center;
	transition: background-color 0.3s;
}
	.logo-img h2 {
    margin: 0;
    padding: 0;
}
h1.glav-text {
    font-size: 32px;
}
	a.button-chek:hover {
	background: black;
	color: white;
	}
	a#toggle-menu {
    width: 35px;
    background: white;
    padding: 5px;
    border: 0.1px solid black;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    transition: background 0.3s;
}
	a#toggle-menu:hover {
    background: black;
	color: white;
}
	.header {
    background-size: cover;
    background-position: top; /* Отображаем верхнюю часть фотографии по центру с отступом в 50 пикселей */
     /* Задайте желаемую высоту шапки */
	height: 100%;
	max-height: 400px;
}

	/* Главное меню */
.menu-content-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 100000;
    overflow-y: auto;
    text-transform: uppercase;
    padding: 30px;
}

.gg-menu-boxed {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 2px solid;
}
.gg-menu-boxed::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 2px;
    background: currentColor;
    border-radius: 3px;
    top:2px;
    left: 2px;
    box-shadow: 0 4px 0, 0 8px 0
}

.iceverticalmenu1 {
    display: flex;
	
}


.iceverticalmenu1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
	ul.iceverticalmenu1 li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.iceverticalmenu1.active {
    display: block;
}

   @media screen and (max-width: 1500px) {
	   .header {
	   height: 100%;
    max-height: 300px;
}
	} 

	@media screen and (max-width: 1230px) {
   .header {
	   height: 100%;
    max-height: 250px;
}	
	}
	@media screen and (max-width: 1150px) {
img.logo-teatr {
    width: 75px;
}
.logo-img h2 {
    font-size: 30px;
}
	
	}
	@media screen and (max-width: 1030px) {
   .header {
	   height: 100%;
    max-height: 230px;
}		
	}
@media screen and (max-width: 1000px) {
.img-bac {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column-reverse;
    align-content: center;
    justify-content: space-between;
}
   .header {
	   height: 230px;
}
.logo-img a {
    margin-top: 0px;
}
img.logo-teatr {
    width: 70px;
}
.logo-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

	.logo-img h2 {
    font-size: 20px;
}
}
	@media screen and (max-width: 940px) {
	.header {
	max-height: 200px;
}
.logo-img h2 {
    margin-top: -30px;
}
	}
	@media screen and (max-width: 720px) {
.logo-img h2 {
    font-size: 20px;
    margin-top: -30px;
}
.logo-img a {
    -webkit-text-stroke: 0.1px white;
}	

	}
		@media screen and (max-width: 475px) {
img.icon-ms {
    width: 30px;
}
.logo-img h2 {
    font-size: 18px;
}
button.langs-btn {
    width: 30px;
    height: 30px;
}
a#toggle-menu {
    width: 30px;
    margin-right: 5px;
}
			a.button-chek {
    height: 30px;
    padding: 5px;
}
			img.logo-teatr {
    width: 50px;
}
					a.button-chek {
    height: 30px;
    padding: 7px;
    font-size: 10px;
}
}
	@media screen and (max-width: 400px) {
.logo-img h2 {
    font-size: 14px;
}
.click-button {
    padding-top: 10px;
	padding-bottom: 10px;
}
img.logo-teatr {
    width: 40px;
}
.logo-img h2 {
    /* font-size: 20px; */
    margin-top: -20px;
}
	.header {
    max-height: 170px;
}
	}
		@media screen and (max-width: 390px) {
		

}
	@media screen and (max-width: 350px) {
a.button-chek {
    font-size: 10px;
}	
	}
.menu-button-clos {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.menu-icon {
    font-size: 24px; /* Размер крестика */
    color: #333; /* Цвет крестика */
}

.iceverticalmenu1 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.iceverticalmenu1 > li {
    position: relative;
    margin: 15px 0;
}

.iceverticalmenu1 a {
    text-decoration: none;
    color: #333;
    font-size: 18px; /* Размер текста в меню */
}

.iceverticalmenu1 > li:hover > a {
    color: #c00;
}

.iceverticalmenu1 ul {
    display: none;
    position: relative;
    left: 20px; /* Отступ подменю от родительского пункта */
}

img.log-poisk {
    width: 30px;
    padding-right: 6px;
}
	a#searchTrigger {
    z-index: 1001;
}
a.menu-icon {
    z-index: 1000;
}
input.inputbox {
    width: 100%;
    padding: 0;
    margin: 0;
	height: 100%;
    border: 1e-8px solid black;
}
	.expanded {
    width: 100%;
}
.loop {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}
div#searchField {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    height: 100%;
}
form.search {
    width: 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 2px;
    transition: width 0.5s ease; /* Добавленное свойство для плавной анимации */
}
  /* Анимация для выезда */
  @keyframes slideIn {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }

    .header-menu {
		text-transform: uppercase;
		background: white;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
    .menu-buttom {
        display: flex;
        align-items: center;
        justify-content: center;
		z-index: 10;
		width: 100%;
    }

    .iceverticalmenu {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
		width: 100%;
    	justify-content: space-around;
		z-index:1000;
    }

    .iceverticalmenu > li {
        position: relative;
        margin: 0 15px;
        cursor: pointer;
    }

    .iceverticalmenu a {
        text-decoration: none;
        color: #000;
    }

    .iceverticalmenu > li:hover > a {
        color: #c00;
    }

	.iceverticalmenu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -10px;
    /* display: block; */
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 999999;
    margin-left: -40px;
}

.iceverticalmenu ul li {
    display: block;
    width: 180px;
    margin: 5px 0;
    /* margin: 0; */
    /* padding: 0; */
    margin-left: -20px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.header-menu {
    text-transform: uppercase;
    background: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
}
    .iceverticalmenu ul li:hover {
        background-color: #f1f1f1;
    }
	.menu-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: stretch;
    width: 100%;
}
	div#menuButton a {
    text-decoration: none;
}
	div#menuButton-clos a {
    text-decoration: none;
}
#menuButton {
    display: none;
}
	@media screen and (max-width: 1400px) {
	}
	@media screen and (max-width: 1200px) {
	ul.iceverticalmenu {
    font-size: 1.6vw;
}
	}
@media screen and (max-width: 650px) {
	ul.iceverticalmenu {
    font-size: 1.4vw;
}
	}
	@media screen and (max-width: 615px) {
	ul.iceverticalmenu {
    font-size: 1.4vw;
}
	}
		@media screen and (max-width: 600px) {
#menuButton {
   width: 40px;
    /* background: antiquewhite; */
    display: flex;
    justify-content: center;
    align-items: center;
	text-decoration: none;
}
.menu-content{
	display: none;
}
	}
	@media screen and (max-width: 890px) {
		.iceverticalmenu ul li {
			width: 120px;
		}
	}
	@media screen and (max-width: 650px) {
		.iceverticalmenu ul li {
			width: 90px;
		}
	}