.side {
    float: right;
    width: 435px;
    padding: 0 0 0 35px;
}

.colofon {}
.colofon aside{}
.colofon aside h3{}
.colofon aside a{}
.colofon aside img{}

.colofon {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    border-top: #000 4px solid;
    margin: 15px 0 40px;
}
.colofon aside {
    max-width: 140px;
    margin-right: 21px;
}
.colofon aside h3 {
    font-size: 14px;
    line-height: 1;
}
.colofon aside a img, .colofon aside img {
    margin-bottom: 10px;
    display: block;
    border: none;
    width: 100%;
    max-width: 100px;
    height: auto;
}
.colofon aside a {
    font-size: 14px;
    color: #BE4646;
    text-decoration: underline;
    display: block;
}

.side .event-info{}
.side .event-info .heading{
    font-size: 14px;
    color: #9A9A9A;
    line-height: 18px;
    margin: 18px 0 5px;
}
.side .event-info .heading:first-child{margin: 0 0 5px;}
.side .event-info ul{margin:0;padding: 0;}
.side .event-info ul li{font-size: 14px;list-style: none;}
.side .event-info .event-prices{}

.side .event-info .event-prices .tiket {
    display: block;
    background: #E85252;
    text-decoration: none;
    text-align: center;
    height: 56px;
    padding-top: 19px;
    text-transform: uppercase;
    margin: 11px 0 0;
}

.constructor-text .b-video{ margin:0 0 20px;}

.article .h2{
    font-size: 32px;
    line-height: 40px;
    font-family: 'Casus Pro';
}
.content .anchor.subtitle {
    font-family: 'Casus Pro';
    font-size: 32px;
    margin: 25px 0 10px;
}
.pathBar .tags a {
    text-decoration: none;
    margin-right: 15px;
}
.pathBar .main_picture{margin: 20px 0 25px;}
.pathBar .main_picture img {width: 100%;}
.pathBar .anchors_wrap{}



    .colofon2{
        display: flex;
        flex-wrap: wrap;
    }
    .colofon2 > aside > h3{
        font-size: 1rem;
    }
    .colofon2 > aside > aside{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .colofon2 > aside > aside > img,
    .colofon2 > aside > aside > a > img{
        width: auto;
        height: auto;
        max-width: 140px;
        max-height: 120px;
        object-fit: contain;
        flex-shrink: 0;
        display: block;
        margin: 10px 30px 10px 30px;
    }
    .colofon2 .ya-share2 {
        margin: 10px 30px 10px 10px;
    }
    .colofon2 h3.ya-share {
        font-size: 1rem;
    }
    .colofon2 > aside > aside > .melko,
    .colofon2 > aside > aside > a > .melko{
        max-height: 30px !important;
    }




.tags{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
.tags > a{
    padding: 8px 20px;
    border-radius: 20px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    margin: 0 10px 10px 0;
    border: 1px solid #595959;
    color: #595959;
}
.staff .person .image{width: 150px; float: left;}
.staff .person img{border-radius: 100%;}
.staff .person .description{
  text-align: justify;
  margin-left: 170px;
  margin-top: 80px;
  width: 550px;
  font-size: small;
  color: gray;
}
.staff .person .description a{
  color: gray;
}

    .sideBar.new_sideBar{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        
        border: 1px solid rgb(255 255 255 / 20%);
        padding: 30px;
        margin-top: 100px;
    }
    .sideBar.new_sideBar .sidebar-elem{
        padding: 0 25px;
    }
    #galery{
        margin: 100px 0;
    }
    .block-double{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
        margin-bottom: 100px;
    }
    .block-double-el{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .img-text-big{
        font-weight: 400;
        font-size: 32px;
        line-height: 48px;
    }
    .block-double img{
        width: 100%;
        height: auto;
        max-height: 700px;
        object-fit: cover;
    }
    .mainBtn{
        background: rgb(0 0 0);
        display: block;
        text-transform: uppercase;
        text-decoration: none;
        color: rgb(255 255 255)!important;
        padding: 15px 60px;
        border: 1px solid rgb(255 255 255);
    }
    .mainBtn.mainBtn-white{
        color: rgb(0 0 0)!important;
        background: rgb(255 255 255);
    }
    .mainBtn.mainBtn-white:hover{
        background: rgb(0 0 0);
        color: rgb(255 255 255)!important;
    }
    .mainBtn:hover{
        color: rgb(0 0 0)!important;
        background: rgb(255 255 255);
    }
    .img-text{
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        margin-top: 30px;
    }
    .buttons-block{
        display: flex;
        justify-content: center;
        margin: 100px 0;
    }
    .buttons-block *{
        margin: 0 15px;
    }
    .quote{
        font-weight: 400;
        font-size: 150%;
        line-height: 150%;
        text-align: center;
        margin: 75px;
        position: relative;
    }
    .quote:before{
        content: "\201C";
        position: absolute;
        left: -60px;
        top: 20px;
        font-size: 200px;
        color: rgb(255 255 255 / 10%);
    }
    .quote:after{
        content:"\201D";
        position: absolute;
        right: -60px;
        bottom: -50px;
        font-size: 200px;
        color: rgba(255, 255, 255, 0.1);
    }
    @media screen and (max-width: 1200px) {
        .sideBar.new_sideBar{
            grid-template-columns: 1fr 1fr;
        }
        .buttons-block{
            flex-wrap: wrap;
            
        }
        .mainBtn{
            width: calc(50% - 30px);
        }
        .block-double{
            grid-template-columns: 1fr;
            margin-bottom: 50px;
        }
    }
    @media screen and (max-width: 768px) {
        .sideBar.new_sideBar{
            grid-template-columns: 1fr;
        }
        .buttons-block{
            flex-wrap: wrap;
            flex-direction: column;
        }
        .mainBtn{
            width: 100%;
        }
    }
        
@media screen and (max-width: 768px) {
    .staff .person .image{float:none;}
    .staff .person .description {
        margin: 25px 0 25px;
        width: 100%;
    }
}
.collection .body{
    font-size: 18px!important;
    line-height: 27px!important;}
.constructor_element .collection .heading span{
    font-size: 18px;

}


.item_detail_text blockquote{
    font-family: 'Times New Roman', Times, serif;
    font-size: 22px;
    font-style: italic;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid wheat;
    color: wheat;
}
.post-brand {
    width: auto;
    height: auto;
	max-width: 100%;
	max-height: 729px;
    display: block;
	margin: auto;
}
.video-frame-wrap {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}
.video-frame-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pg-top {
	margin-bottom: 40px;
}

.tutsenOptPopUp {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 20px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid black;
    z-index: 9999;
}

.tutsenOptPopUp span {
    margin: 0;
    background-color: red;
    cursor: pointer;
}

.tutsenOptPopUp a {
    margin: 0 0 10px;
    background-color: black;
    text-decoration: none;
}

.tutsenOptPopUp a,
.tutsenOptPopUp span {
    border-radius: 5px;
    padding: 10px 20px;
    color: white;
    text-align: center;
    transition: background-color 0.3s, transform 0.3s;
}

.tutsenOptPopUp a:hover,
.tutsenOptPopUp span:hover {
    transform: scale(1.05);
}

.tutsenOptPopUp,
.tutsenOptPopUp a,
.tutsenOptPopUp span {
    display: block;
}



.i3A-C5jr-G {
	display: block;
	position: relative;
	padding-bottom: 68%;
	width: 100%;
	height: 0;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}