
/* content */
.boxco {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

/* gal in cont */

.content .album-in-cont + h2, .content .album-in-cont + h3, .content .album-in-cont + h4, .content .album-in-cont + h5, .content .album-in-cont + h6 {
    margin-top: 0;
    padding-top: 0;
}

.album-in-cont.cont-album-right {
    float: right;
    margin: 0 0 5px 35px;
}

.album-in-cont.cont-album-left {
    float: left;
    margin: 0 35px 5px 0;
}
.gal-in-cont-item-b{
	width: 100%;
    height: 100%;
    -webkit-filter: blur(5px) brightness(100%);
    -moz-filter: blur(5px) brightness(100%);
    -o-filter: blur(5px) brightness(100%);
    -ms-filter: blur(5px) brightness(100%);
    filter: blur(5px) brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.gal-in-cont-item-r{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	-webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
    -ms-filter:  brightness(100%);
    filter: brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.gal-in-cont-video-prev{
	width: 100%;
	-webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
    -ms-filter:  brightness(100%);
    filter: brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.gal-in-cont-video-prev:hover{
	 -webkit-filter: brightness(60%);
    -moz-filter: brightness(60%);
    -o-filter: brightness(60%);
    -ms-filter:  brightness(60%);
    filter:  brightness(60%);
}


.gal-in-cont-item:hover .gal-in-cont-item-b{
	-webkit-filter: blur(5px) brightness(60%);
    -moz-filter: blur(5px) brightness(60%);
    -o-filter: blur(5px) brightness(60%);
    -ms-filter: blur(5px) brightness(60%);
    filter: blur(5px) brightness(60%);
}

.gal-in-cont-item:hover .gal-in-cont-item-r{
	 -webkit-filter: brightness(60%);
    -moz-filter: brightness(60%);
    -o-filter: brightness(60%);
    -ms-filter:  brightness(60%);
    filter:  brightness(60%);
}


.zooming{
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: none;
    background: url(/images/p/system/zooming.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 2;
}

.gal-in-cont-blur img {
    width: 100%;
    height: 100%;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.gal-in-cont-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
	background: #f1f1f1;
}

.gal-in-cont-blur + img {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
    max-width: 100%;
    max-height: 100%;
}


.play-video-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 15px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 5;
    background: url(/images/p/system/video.svg);
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    border-radius: 7px;
}

.gal-in-cont-overlay{
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
}

.gal-in-cont-item:hover .gal-in-cont-overlay{
    animation: fadeIn 0.3s;
	display: block;
}

.gal-in-cont-item{
    width: 250px;
    display: flex;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px!important;
	overflow: hidden;
	box-sizing: border-box;
    border-radius: 10px;
}
/*
div.gal-in-cont-item:nth-child(2){
    margin-bottom: 0!important;
}
*/

.gal-in-cont-item img{
	max-width: 100%;
}

.gal-in-cont-item:hover .zooming{
   animation: fadeIn 0.3s;
	display: block;
}

.album-in-cont.cont-album-right {
    float: right;
    margin: 0 0 5px 35px;
}

.album-in-cont.cont-album-left {
    float: left;
    margin: 0 30px 5px 0;
}

.gal-in-cont-item-b{
	width: 100%;
    height: 100%;
    -webkit-filter: blur(5px) brightness(100%);
    -moz-filter: blur(5px) brightness(100%);
    -o-filter: blur(5px) brightness(100%);
    -ms-filter: blur(5px) brightness(100%);
    filter: blur(5px) brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.gal-in-cont-item-r{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	-webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
    -ms-filter:  brightness(100%);
    filter: brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.gal-in-cont-video-prev{
	width: 100%;
	-webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
    -ms-filter:  brightness(100%);
    filter: brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.gal-in-cont-video-prev:hover{
	 -webkit-filter: brightness(60%);
    -moz-filter: brightness(60%);
    -o-filter: brightness(60%);
    -ms-filter:  brightness(60%);
    filter:  brightness(60%);
}


.gal-in-cont-item:hover .gal-in-cont-item-b{
	 -webkit-filter: blur(5px) brightness(60%);
    -moz-filter: blur(5px) brightness(60%);
    -o-filter: blur(5px) brightness(60%);
    -ms-filter: blur(5px) brightness(60%);
    filter: blur(5px) brightness(60%);
}

.gal-in-cont-item:hover .gal-in-cont-item-r{
	 -webkit-filter: brightness(60%);
    -moz-filter: brightness(60%);
    -o-filter: brightness(60%);
    -ms-filter:  brightness(60%);
    filter:  brightness(60%);
}
/* gal in cont */





/* slider gal 1 str start*/

.slider-gal-cont{
	margin-bottom: 50px;
}

.slider-gallery-cont {
    position: relative;
    padding-bottom: 90px;
}

.slider-gallery-descr{
	
    width: 892px;
    margin: 0 auto;
    margin-bottom: 19px;
}

.slider-gallery-list-simple {
    margin: 0 -10px 0 -10px!important;
}

.slider-gallery-list-simple li {
    overflow: hidden!important;
    cursor: pointer;
    float: left;
    position: relative;
    list-style-type: none;
    box-sizing: border-box;
    padding: 10px!important;
	background-image: none!important;
}

.slider-gal-item-aligner {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden;
	background: #f1f1f1;
}

.slider-gal-item-overlay{
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
}
.slider-gal-item-aligner:hover .slider-gal-item-overlay{
	animation: fadeIn 1s;
	display: block;
}

.slider-gal-item-aligner:hover .zooming{
	animation: fadeIn 1s;
	display: block;
}

.slider-gal-item-aligner:hover .slider-gal-item-substrate{
	display: block;
}

.slider-gal-item-substrate{
	    display: none;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
    background: linear-gradient(to top,rgb(0 0 0 / 50%) 20%,transparent 100%);
    z-index: 1;
    padding: 11px;
    color: #fff;
    box-sizing: border-box;
}


.sl-gal-img-r {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    max-width: 100%;
    max-height: 100%;
}
/*
.sl-gal-img-b {
    width: 100%;
    height: 100%;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

*/
.slider-gallery-list-act{
	margin: 0!important;
	padding: 0!important;
}



.sl-gal-pn{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    text-align: center;
}
.sl-gal-n {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 6px;
    transition: 0.3s;
    background: url(/images/p/system/sl-gal-n.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin: 0 15px;
}

.sl-gal-p  {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 6px;
    transition: 0.3s;
    background: url(/images/p/system/sl-gal-p.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin: 0 15px;
}



.sl-gal-p:hover{
    background: url(/images/p/system/sl-gal-p-a.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.sl-gal-n:hover{
    background: url(/images/p/system/sl-gal-n-a.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.slider-gallery-list-act li{
	padding: 0!important;
	overflow: visible!important;
	background-image: none!important;
}

.slider-gallery-cont .lSPager li{
	display: inline-block!important;
	background-image: none!important;
	padding: 0!important;
}

.slider-gallery-cont .lSPager li a{
	display: block!important;
    width: 15px!important;
    height: 15px!important;
    text-indent: -9999px!important;
    border-radius: 50%!important;
    margin: 0 5px!important;
	background: #fff!important;
	border: 1px solid #ff551c;
}

.slider-gallery-cont .lSPager{
	margin-top: 30px!important;
}

.slider-gallery-cont .lSPager li.active a{
	background: #ff551c!important;
}
/* slider gal 1 str end*/



/* gal big after cont */

.gal-after-cont-big-c {
    position: relative;
    margin: 0 auto;
    margin-bottom: 50px;
    cursor: pointer;
}

.gal-after-cont-descr{
	margin-bottom: 20px;
}

.gal-after-cont-big-c-h {
    position: relative;
    border-radius: 10px;
}

.gal-after-cont-h-d-cont{
    width: 892px;
    margin: 0 auto;
}

.gal-after-cont-big .section-head-inn{
	padding: 0 0 17px 0!important;
}

.section-head-inn{
    font-size: 24px!important;
    padding: 0 0 23px 0!important;
    line-height: 31px!important;
}

.section-head-inn a{
    margin-left: 16px;
    font-size: 18px;
    line-height: 21px;
    color: #0093bf;
    text-decoration: none;
}

.gal-after-cont-big-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    
}

.gal-after-cont-big-blur img {
    width: 100%;
    height: 100%;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.gal-after-cont-h img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.gal-after-cont-big-list-item:hover .zooming{
	animation: fadeIn 0.3s;
	display: block;
}

.lg-outer .lg-video-cont{
	max-width: 1140px!important;
}

.gal-after-cont-big-n {
    width: 50px;
    height: 50px;
    position: absolute;
    /* top: 0; */
    right: -80px;
    bottom: -80px;
    margin: auto;
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border-radius: 10px;
    transition: 0.3s;
    background: url(/images/p/system/sl-gal-n.svg);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    left: 0;
}

.gal-after-cont-big-p {
    width: 50px;
    height: 50px;
    position: absolute;
    /* top: 0; */
    left: -80px;
    bottom: -80px;
    margin: auto;
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border-radius: 10px;
    transition: 0.3s;
    background: url(/images/p/system/sl-gal-p.svg);
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    overflow: hidden;

}

.gal-after-cont-big-n:hover{
    background: url(/images/p/system/sl-gal-n-a.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.gal-after-cont-big-p:hover{
    background: url(/images/p/system/sl-gal-p-a.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.gal-after-cont-big {
    margin: 0px auto 25px;
}

/* end gal big after cont */

#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 24px 30px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	z-index: 50000;
	font-family: Mulish;
}

#cookie_note p{
    margin: 0;
    font-size: 14px;
    text-align: left;
    color: #090909;
	line-height: 17px;
}

.cookie_accept{
    width:27%;
}

@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
		gap: 17px;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}






/* футер */
.site-footer {
   position: relative;
   background: linear-gradient(180deg, #e7dddb 0%, #f1e9e7 100%);
   border-top: 1px solid rgba(0, 0, 0, .09)
}

.site-footer::before {
   content: "";
   position: absolute;
   inset: 0;
   background: linear-gradient(180deg, rgba(255, 255, 255, .2) 0%, transparent 18%);
   pointer-events: none
}

.site-footer .site-footer__inner {
   position: relative;
   max-width: 1280px;
   padding: 0
}

.site-footer .footer-stage
 {
   display: grid;
   grid-template-columns: repeat(4, minmax(0, 1fr));
   column-gap: 16px
}



.site-footer .footer-main {
   display: grid;
   height: 326px;
   grid-template-columns: 2fr 1fr 1fr;
   align-items: start;
   padding: 40px 0 26px;
   column-gap: 16px;
}



.site-footer .footer__menu-col {
   min-width: 0;
   min-height: 0;
   display: grid;
   align-content: start;
   gap: 18px;
   padding-right: 16px;
   padding-bottom: 16px
}

.site-footer .footer__menu-col:last-child {
   padding-right: 0
}

.site-footer .footer__menu-col--wide {
   /* grid-column: 1/span 2; */
   column-count: 2;
   column-gap: 30px;
   column-width: auto;
   width: 100%;
   height: 285px;
   overflow: hidden;
}

/*
.footer__menu-col {
column-count: 2;
    column-gap: 30px;
    column-width: 267px;
    
    width: 565px;
    height: 370px;
    overflow: hidden;
}
*/

.site-footer .footer__menu-block {
   display: grid;
   gap: 12px;
   break-inside: avoid;
   margin: 0 16px 22px 0;
}

.site-footer .footer__menu-block:last-child {
   margin-bottom: 0
}

.site-footer .footer-stage {
   min-height: 168px;
   align-items: center;
   border-bottom: 1px solid rgba(0, 0, 0, .09)
}

.site-footer .footer-brand {
   grid-column: 1/span 2;
   position: relative;
   display: grid;
   align-content: center;
   gap: 8px;
   min-height: 114px;
   padding-left: 123px;
   min-width: 0
}

.site-footer .footer-brand__seal {
   position: absolute;
   top: 50%;
   left: 0;
   width: 101px;
   height: 114px;
   object-fit: contain;
   transform: translateY(calc(-50% - 4px));
   opacity: .11
}

.site-footer .footer__logo {
   display: inline-flex;
   width: max-content;
   margin-bottom: 0;
   border-bottom: none;
}

.site-footer .footer__logo img {
   width: 187px;
   height: 19px
}

.site-footer .footer-brand__tagline {
   display: block;
   margin: 0;
   color: #686464;
   font-family: Mulish;
   font-size: 14px;
   font-weight: 400;
   line-height: 140%
}




.site-footer .footer-stage__meta-label {
   margin: 0 0 5px 0;
   color: #686464;
   font-family: Mulish;
   font-size: 14px;
   font-weight: 400;
   line-height: 140%;
  
}

.site-footer .footer-stage__meta-value {
   margin: 0;
   color: #464444;
   font-family: Mulish;
   font-size: 16px;
   /*font-weight: 600;*/
  
}

.footer-stage a {
	border-bottom: 1px dashed #686464;
}
.footer-stage a.noneline {
	border-bottom: none ;
}
.footer-stage a:hover {
	color: #000;
}
	

.site-footer .footer__menu-title {
   display: block;
   margin-bottom: 0;
   line-height: 1.2;
   text-transform: uppercase
}

.site-footer ul.footer__menu-list {
   display: grid;
   gap: 6px;
   align-content: start
}

.site-footer ul.footer__menu-list li:not(:last-child) {
   margin-bottom: 0
}

.site-footer .footer__menu-list a {
   display: inline;
   line-height: 150%;
   text-transform: none;
   overflow-wrap: anywhere;
   background-image: linear-gradient(currentColor, currentColor);
   background-repeat: no-repeat;
   background-position: 0 100%;
   background-size: 0 1px;
   -webkit-box-decoration-break: clone;
   box-decoration-break: clone;
   transition: background-size .3s cubic-bezier(.8, 0, 0, .8) 0s
}

.site-footer .footer__menu-list a::after {
   display: none
}

.site-footer .footer__menu-list a:hover {
   background-size: 100% 1px
}



.site-footer .footer-detail {
   display: grid;
   gap: 8px
}

.site-footer .footer-detail--address {
   gap: 0;
   padding-bottom: 12px;
}

.site-footer .footer-detail--email {
   gap: 10px
}

.footer-detail--email a {
	border-bottom: 1px dashed #686464;
	line-height: 26px;
}

.footer-detail--email a:hover {
	color: #000!important;
}

.site-footer .footer-detail__label {
   margin: 0;
   color: rgba(45, 44, 27, .72);
   font-family: Mulish;
   font-size: 12px;
   font-weight: 400;
   line-height: 130%
}

.site-footer .footer-detail--email .footer-detail__label {
   font-size: 16px;
   line-height: 140%
}

.site-footer .footer-detail--schedule .footer-detail__label {
   color: #2d2c1b;
   font-size: 16px;
   font-weight: 700;
   line-height: 140%;
   text-transform: uppercase
}

.footer__btn {
	width: 200px;
	color: #2f2d2d!important;
	font-weight: 400;
}


.site-footer .footer-detail__text {
   display: block;
   margin: 0;
   color: #2f2d2d;
   font-family: Mulish;
   font-size: 14px;
   font-weight: 400;
   line-height: 157%;
   font-style: normal
}

.site-footer .footer-detail__text a {
   color: inherit;
   overflow-wrap: anywhere
}

.site-footer .footer__policy {
   padding: 0;
   border-top: 1px solid rgba(0, 0, 0, .09);
   color: #686464;
   font-family: Mulish;
   font-size: 13px;
   font-weight: 400;
   line-height: 140%;
   letter-spacing: -0.2px;
}

.footer__policy a {
	color: #686464;
	border-bottom: 1px solid #686464;
}


.site-footer .footer__policy-body {
   min-height: 104px;
   display: grid;
   grid-template-columns: repeat(2, minmax(0, 1fr));
   column-gap: 16px
}

.site-footer .footer-bottom__left {
   margin: 0;
   text-transform: uppercase
}

.site-footer .footer-bottom__right {
    text-align: right;
}




