:root {
	--main: #004077;
}
.btn {
	border: 1px solid #fff;
    padding: 0px 25px;
    text-decoration: none;
    border-radius: 25px;
    display: inline-block;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    color: var(--main);
    border-color: var(--main);
}
.btn:hover {
	background: var(--hover);
}

/* Шапка */
header{
    height: 212px;
}
.head_1 {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 152px;
    background-color: #632822;
    align-items: center;
}

.head-inner-cont {
    width: 960px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 40px;
}

.main-logo {
    flex-shrink: 0;
}

.main-header {
    flex: 1;
}

.main-header p {
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    font-weight: 300;
    margin: 0;
}

.head-info {
    width: 304px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    align-items: flex-end;
    text-align: right;
}
.header-fields {
    display: flex;
    flex-direction: column;
    color: #fff;
}
.logos a {
    display: block;
    background: url('/wp-content/themes/voodootheme/images/icons.png');
}

.logos {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
}

.logos .logo-vk {
    background-position: 0 -539px;
    height: 46px;
    width: 46px;
}

.logos .logo-rutube {
    background: url('/wp-content/themes/voodootheme/images/rt_beliy.svg');
    height: 46px;
    width: 46px;
    background-size: contain;
}

.icon-address {
    background-image: url(/wp-content/themes/voodootheme/images/punkt_adres.png);
    width: 15px;
    height: 21px;
    display: inline-block;
    padding-right: 30px;
    background-repeat: no-repeat;
}
.tel{
    font-size: 21px;
    color: #fff;
    font-weight: 500;
}
/* Меню */
.menu-wrap {
    width: 100%;
    background-color: #96352a;
    top: 152px;
    position: fixed;
    height: 60px;
}
.section, .inner-container{
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.top-menu li a{
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    padding: 0 16px;
    font-weight: 400;
}
.top-menu li.current-menu-item, .top-menu li:hover{
    background: #af3d30;
    color: #fff;
}
/* Главная */
.content-main, .content-wrapper{
    margin-top: 212px;
}
.main-slider .slick-list {
    overflow: visible;
}
.main_slider{
    padding-top: 30px;
    overflow: visible;
    position: relative;
}
.slick-slide img{
    height: 100%;
    width: 130vw;        
    max-width: 130vw;
    display: block;
    object-fit: cover;
}
.slick-slide{
    height: 562px;
}
.slick-arrow svg {
    width: 24px;
    height: 24px
}
.slider_2_arrows {
    position: absolute;
    top: 68%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 18%;
}
.arrow {
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cont h1{
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    text-transform: none;
    color: #373737;
    text-align: left;
    margin-bottom: 30px;
}
.cont .podtitle-front{
    font-weight: 500;
    font-size: 30px;
    color: #632822;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    line-height: 30px;
}
.cont .podtitle-front::before {
    content: "●";
    font-size: 18px;
}
.cont p, .regular-pages p{
    color: #373737;
}
.cont p strong{
    font-weight: 600;
}
.cont .podtitle-front::after {
    content: "●";
    font-size: 18px;
}
.services-list{
    margin-bottom: 25px;
}
.service-item p{
    margin: 0;
}
.podtitle-front strong{
    font-weight: 700;
}
.cont figure img{
    margin: 4px 0 20px;
}
.more-o-nas a{
    color: #96352a;
    text-decoration: underline;
    padding-left: 10px;
}
/* Новости на главной */
.news{
    margin-bottom: 50px;
}
.news .first{
    width: 100%;
    display: flex;
    gap: 30px;
    align-items: center;
}
.news-image{
    flex-shrink: 0;
    margin-bottom: 20px;
}
.news-content{
    color: #373737;
    font-weight: 500;
}
.first .news-excerpt{
    margin-top: 20px;
    text-align: justify;
}
.all-news-link a{
    font-size: 14px;
    font-weight: 500;
}
.cont .all-news-link a:hover{
    color: #96352a;
}
/* Мероприятия на главной */
.meropriyatiya{
    margin-top: 40px;
}
a.meropriyatiya-full-link {
    width: 100%;
    display: block;
    height: 100%;
}
.meropriyatiya .last-post{
    margin-bottom: 120px;
}
.all-meropriyatiya-link{
    margin-top: 50px;
}
/* Футер */
.footer{
    height: 218px;
    background-color: #632822;
    padding: 35px 0 30px;
    width: 100%;
}
.footer .content{
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    height: 100%;
    width: 960px;
    margin: 0 auto;
}
a.tel{
    text-decoration: none;
}
a.tel:hover{
    text-decoration: underline;
}
.footer-fields{
    flex-direction: column;
    display: flex;
    font-size: 16px;
    line-height: 1.5;
}
.footer-info{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.company-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.company-info p{
    font-size: 12px;
}
.company-info .privacy, .footer-fields .el{
    text-decoration: underline;
    color: #fff;
}
.company-info .privacy:hover, .footer-fields .el:hover{
    text-decoration: none;
}
#toTop{
    display: none;
}
.content:after{
    display: none;
}
.footer-fields .adr{
    margin-bottom: 0;
}
.footer-fields .logos{
    padding-top: 20px;
}
.main-inner-cont{
    width: 960px;
    margin: 0 auto;
}
.cont{
    padding: 45px 20px 60px;
}
/* О нас */
.section-main p{
    text-align: justify;
}
div.ays_grid_row{
    padding: 0 15px;
    height: auto;
    margin: 40px 0;
}
.gt3-photo-gallery-pro--isotope_gallery{
    padding: 30px 20px 45px;
}
div.img-wrapper::after, img.skip-lazy.gt3-lazy-image.gt3-lazy-image--loaded {
    width: auto;
}
/* Контакты */
.regular-pages{
    margin-top: 212px;
}
#map{
    height: 400px;
    margin-top: 40px;
}
.cont .post_title{
    margin-bottom: 30px;
}
.cont a:hover{
    text-decoration: none;
    color:#373737;
}
/* Мероприятия */
.title-page{
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    text-transform: none;
    color: #373737;
    margin-bottom: 30px;
}
.container-archive{
    width: 960px;
    margin: 0 auto;
    padding: 45px 20px 60px;
}
.meropriyatiya .meropriyatiya-full-link:first-child {
    margin-bottom: 120px;
}
.meropriyatiya-image{
    min-width: 250px;
    height: 220px;
    margin-right: 30px;
}
.meropriyatiya-card{
    display: flex;
    line-height: 1.5;
    margin-bottom: 15px;
}
.meropriyatiya-date{
    padding-top: 15px;
}
.meropriyatiya-title{
    color: #96352a;
    line-height: 30px;
    margin-bottom: 0;
}

.years-list{
    display: flex;
    flex-wrap: wrap;
}
.year-btn{
    line-height: 46px;
    text-align: center;
    color: #96352a;
    text-decoration: underline;
    display: block;
    width: 70px;
    height: 46px;
}
.year-btn.active, .year-btn:hover{
    background-color: #ece6da;
    text-decoration: none;
}
.years-filter{
    margin-bottom: 25px;
}
.meropriyatiya-title a:hover{
    text-decoration: underline;
}

/* Пагинация */
ul.pagination {
    list-style-type: none;
    display: flex;
    gap: 15px;
}
.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.pagination li a{
    color:#96352a;
}
.pagination li a:hover{
    color: #373737;
    text-decoration: underline;
}
.pagination .current{
    color: #373737;
}
/* Новости */
.news-cont{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.card{
    margin: 0 0 30px;
    width: 286px;
}
.news-title a{
    text-decoration: none;
}
.news-title{
    color: #96352a;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    padding-top: 5px;
    line-height: 1.6;
}
.news-date{
    font-size: 14px;
}
.container-archive a{
    text-decoration: none;
}
/* Услуги */
.uslugi-card {
    position: relative;
    display: block;
    overflow: hidden;
    height: 252px;
    margin-bottom: 0;
}
.uslugi-card .news-image {
    position: relative;
}
.uslugi-card .news-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}
.uslugi-card .news-image:hover:after {
    background-color: rgba(99, 40, 34, 0.8);
}
.uslugi-card > div:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-bottom: 30px;
    padding-right: 15px;
}
.uslugi-title{
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}
/* Художники */
.artist-items{
    list-style-type: none;
    padding-left: 0;
    line-height: 1.5;
    margin-top: 0;
}
.artist-letter{
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid #d5cdbb;
    padding-bottom: 10px;
    margin-bottom: 8px;
    margin-top: 0;
    color: #373737;
}
.artists-list{
    display: flex;
    gap: 50px;
}
.artist-item{
    margin-bottom: 15px;
    color: #96352a;
    font-weight: 500;
    width: 270px;
}
.artist-item a{
    text-decoration: underline;
}
.artist-item a:hover{
    text-decoration: none;
    color: #373737;
}
