/* indexstyle.css */
body {
    font-size: 16px;
    overflow-x: hidden;
}
.link-no {
    position: fixed;
    z-index: 99999999999;
    width: 3px;
    height: 26px;
    /* display: flex; */
    bottom: 250px;
    right: 0;
}
p.prem-t {
    position: absolute;
    background: white;
    color: red;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
	p.despry {
    font-size: 16px;
}
	p.sceneimg {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 16px;
}

p.date-bold {
    width: 22vw;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

p.category-a {
    margin: 0;
    width: 23vw;
    text-transform: uppercase;
    font-size: 16px;
}
/* Общие стили для слайдеров */
.osnow-slaider,
.swiper-container {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
	.name-des a {
    font-size: 24px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.raz-info {
    /* background: aquamarine; */
    max-height: 50%;
}
.bay-age {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 5vw;
    /* background: aquamarine; */
    height: 50px;
}
/* Стили для главного слайдера */
.vs-slaid {
    position: relative;
    display: inline-block;
}

.vs-slaid img {
    width: 100%;
    height: auto;
}

.info-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #000;
    padding: 10px;
    box-sizing: border-box;
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    background: rgb(255 255 255 / 50%);
}

.bay-age {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 5vw;
}
.bay-age p {
    font-size: 1.2vw;
}
.bay-age a {
    background: white;
    width: 180px;
    height: 40px;
    border: 1px solid black;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    transition: background-color 0.3s ease-in-out;
}

.bay-age a:hover {
    background: #000;
    color: white;
}
button#custom3-prev {
    z-index: 10000;
}
	button#custom3-next {
    z-index: 10000;
}
.date-cat {
    margin-bottom: 10px;
}

.name-des a {
    width: 25vw;
}

.custom1-navigation {
    width: 100%;
    /* background: bisque; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px;
    position: absolute;
    top: 50%;
}
.custom-navigation {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 1;
}

.custom-button-next,
.custom-button-prev {
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease-in-out;
}

.custom-button-next:hover,
.custom-button-prev:hover {
    background-color: #fff;
    color: #000;
}

/* Стили для блока с ближайшими событиями */
.blij-sob {
   /* background: url(/template/partner/aimauytovteatry/img/background-color-design-orange-paint-street-texture-wall-wallpaper-yellow-1568873.jpeg); */
    width: 100%;
    position: relative;
    overflow: hidden;
}

.blij-sobb {
    width: 99%;
    margin: 0 auto;
    padding: 30px;
}

.el-blij-sob {
    /*background: #ffffff5c;*/
	background: #8888885c;
    display: flex;
    flex-direction: column;
    /* height: 460px; */
    height: 100%;
    justify-content: space-between;
}
	.elblijsob {
    display: contents;
    /* justify-content: space-evenly; */
    /* flex-wrap: nowrap; */
    /* align-content: stretch; */
    /* align-items: stretch; */
}

.os-blij-sob {
    position: relative;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    /* position: absolute; */
    /* top: 50%; */
    width: 100%;
    /* transform: translateY(-50%); */
    /* margin-left: -2%; */
    /* transform: translateX(-35px); */
}



.owl-prev,
.owl-next {
    font-size: 24px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: #000;
}

.gg-chevron-left,
.gg-chevron-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
}
.text-perehod {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
}


a.tai-name {
    text-decoration: none;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.lname-prog p {
    margin: 0;
    font-size: 16px;
}

.lsb-pta {
    padding-left: 10px;
    height: 100%;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.showtimedate p {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.showdate-time {
    margin-top: 10px;
    margin-bottom: 10px;
}

.baylink-age {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
    margin-top: 10px;
}

a.bay-click {
    width: 180px;
    background: white;
    border: 1px solid black;
    border-radius: 3px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
}

a.bay-click:hover {
    background: black;
    color: white;
}
.owl-item .hr {
    display: none;
}
/* Стили для блока с новостями */
.news-sn {
    width: 100%;
    /*background: #00000035;*/
	box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.5);
}
	#news-carousel {
    overflow: hidden;
}
div#news-carousel {
    padding: 30px;
    display: flex;
}

.news_view1 a {
    color: #000;
    text-decoration: none;
}
	.custom3-navigation {
    position: absolute;
    width: 100%;
    /* background: antiquewhite; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
}
.news-new {
    /* background: url(/template/partner/aimauytovteatry/img/background-color-design-orange-paint-street-texture-wall-wallpaper-yellow-1568873.jpeg); */
    width: 100%;
}
	.owl-dots {
    display: none;
}
	.comments {
    display: none;
}
	.likes {
    display: none;
}
	.date {
    display: none;
}

a.link1 {
    display: none;
}
	.com_view a {
	color: #000;
	text-decoration: none;	
}
.carousel-container {
    display: flex;
    justify-content: center;
    align-items: center; /* Опционально: для добавления отступа между каруселью и кнопками */
}
	.com_view h2 {
    margin: 0;
    padding-left: 10px;
}
	.description {
    margin: 0;
    padding-left: 10px;
}
	.owl-carousel .owl-item img {
    /* display: block; */
    width: auto;
}
/* Стили для блока с партнерами */
#partner-slaider {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.com_view {
	background: #8888885c;
   /* background: #ffffff5c; */
	height: 100%;
}
.dynamiclist-slider-partner {
    width: 100%;
}
	.partner-new {
	/* background: url(/template/partner/aimauytovteatry/img/background-color-design-orange-paint-street-texture-wall-wallpaper-yellow-1568873.jpeg); */
    width: 100%;
	}
.partner-os {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 30px;
}
	.part-dis {
	/*background: #00000035;*/
	box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.5);
	}
	.custom2-navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
		z-index: 5;
}
.owl-stage {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.partner-fon {
    position: relative;
    overflow: hidden;
    /* border-radius: 8px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px;
    transition: 0.3s;
    display: flex;
    height: 100%;
    /* background: antiquewhite; */
    justify-content: center;
    align-items: center;
}

.partner-fon img {
    max-width: 100%;
    height: auto;
    display: block;
}

.partner-fon:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.partner-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    color: #fff;
    text-align: center;
    transition: 0.3s;
}

.partner-title {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.partner-fon:hover .partner-info {
    background-color: rgba(0, 0, 0, 0.9);
}

/* Стили для скрытия стандартных точек карусели Owl Carousel */

.blijfon {
    /* background: #00000035; */
	box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.5);
}
	.owl-nav {
	display: none;
	}			

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: 1500px) {
.raz-info {
    display: contents;
}
p.date-bold {
    width: 220px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
	p.despry {
    font-size: 16px;
    /* background: antiquewhite; */
    width: 420px;
}
}
@media screen and (max-width: 1395px) {
.bay-age {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 3vw;
}
.raz-info {
    max-height: 100%;
}
	}
@media screen and (max-width: 1300px) {
p.despry {
    font-size: 12px;
    width: 420px;
    margin: 0;
}
p.category-a {
    font-size: 12px;
}
}
@media screen and (max-width: 1260px) {
p.date-bold {
    width: 22vw;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

	}
@media screen and (max-width: 1230px) {
	p.date-bold {
    font-size: 1.8vw;
}
.name-des a {
    font-size: 20px;
}
	p.despry {
    /* background: antiquewhite; */
    width: 350px;
}
		p.category-a {
    font-size: 1.3vw;
}
p.despry {
    font-size: 14px;
}
		.date-cat {
    margin-bottom: 10px;
    width: 220px;
    display: flex;
    flex-direction: column;
}
p.date-bold {
    /* display: flex; */
    font-size: 20px;
    height: auto;
}
}
@media screen and (max-width: 1200px) {
	ul.iceverticalmenu {
    font-size: 1.6vw;
}
	}
@media screen and (max-width: 1100px) {
.info-slide {
    width: 60%;
    position: absolute;
}
.bay-age {
    padding-right: 17vw;
}
.bay-age p {
    font-size: 16px;
}
	}
@media screen and (max-width: 950px) {
p.despry {
    font-size: 12px;
}
p.date-bold {
    font-size: 16px;
}
.name-des a {
    font-size: 16px;
}
}
@media screen and (max-width: 899px) {
.info-slide {
    width: 100%;
}
}
@media screen and (max-width: 890px) {
		.iceverticalmenu ul li {
			width: 120px;
		}
	}
@media screen and (max-width: 889px) {
p.date-bold {
    font-size: 2.6vw;
	width: max-content;
}
	.name-des a {
	font-size: 2.6vw;
		width: max-content;
	}
p.despry {
    font-size: 1.5vw;
    /* background: antiquewhite; */
    width: max-content;
}
p.category-a {
    font-size: 1.5vw;
width: max-content;
}
}
@media screen and (max-width: 768px) {
    .blij-sobb {
        padding: 10px;
    }
}
@media screen and (max-width: 720px) {
	.vs-slaid img {
	height: 287px;
	object-fit: cover;
	}
.bay-age a {
    width: max-content;
    height: max-content;
    padding: 2px 8px;
    font-size: 2.3vw;
}
}
@media screen and (max-width: 650px) {
	ul.iceverticalmenu {
    font-size: 1.4vw;
}
.iceverticalmenu ul li {
			width: 90px;
		}
	}
@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: 560px) {
p.date-bold {
    font-size: 16px;
}
p.category-a {
    font-size: 14px;
}
.name-des a {
    font-size: 16px;
}
p.despry {
	font-size: 14px;
}
.bay-age {
    height: 30px;
}
.info-slide {
    padding-bottom: 2px;
}
}
@media screen and (max-width: 435px) {
.date-cat {
    width: auto;
    overflow: hidden;
}
p.date-bold {
    font-size: 15px;
    word-wrap: break-word;
}
.name-des a {
    font-size: 15px;
}
p.despry {
    font-size: 12px;
}
p.category-a {
    font-size: 12px;
}
			
			}
@media screen and (max-width: 400px) {
p.category-a {
    font-size: 10px;
}
p.despry {
    font-size: 10px;
}
}
@media screen and (max-width: 390px) {

}