:root {
    --col: #422600;
}
* {
    outline: none
}
*::-webkit-input-placeholder {
	color: #303030;
	opacity: 1;
}
*:-moz-placeholder {
	color: #303030;
	opacity: 1;
}
*::-moz-placeholder {
	color: #303030;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #303030;
	opacity: 1;
}
.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    color: var(--col);
    font-weight: normal;
}

body, html {
    overflow-x: hidden;
}

a {
	color: var(--col);
}
a:hover {
	text-decoration: none;
    color: var(--col);
}
a:active {
	background: transparent;
}
a:focus {
    text-decoration: none;
    color: #000;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none
}
p {
    margin: 0;
    color: #303030;
}

.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.flex-s {
    display: flex;
    justify-content: flex-start;
    align-items: center
}
.block {
    padding: 60px 0;
}
.container {
    padding: 0
}
.block.container {
    padding: 60px 15px
}
.blue {
    background: #F9F9F9
}
.pad-top {
    padding-top: 60px;
}
.pad-bot {
    padding-bottom: 60px;
}

.headline {
    font-family: 'Merriweather', serif;
    font-size: 40px;
    text-align: center;
    line-height: 115%;
    margin: 0 0 33px;
    color: var(--col);
}
.subheadline {
    font-size: 24px;
    line-height: 115%;
    margin: 0 0 10px
}
.subtitle {
    font-weight: 300;
    font-size: 30px;
    line-height: 115%;
    margin: 0 0 30px;
    text-align: center
}
.nav-bl {
    cursor: pointer;
    position: relative;
    z-index: 3
}
.nav-menu .nav-bl {
    position: fixed;
    top: 35px;
}
.nav-bl p {
    color: #fff;
    font-size: 14px;
    margin-left: 20px
}
.nav-control {
    width: 40px;
    height: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    z-index: 3;
    align-items: flex-end;
/*    display: none;*/
    flex-shrink: 0
}
.nav-control span {
    width: 100%;
    border-radius: 5px;
    height: 3px;
    background: #fff;
    transition: all linear .2s;
}
.nav-control.op span:nth-of-type(2) {
    opacity: 0;
}
.nav-control.op span:nth-child(1) {
    transform: translate(0, 10px) translateX(0px) rotate(45deg);
}
.nav-control.op span:nth-child(3) {
    transform: translate(0, -13px) rotate(-45deg);
    width: 100%
}

#header {
    background: url(../img/main-bg.jpg) center/cover;
    color: #fff;
    padding: 0 0 60px
}
#header.head-page {
    background: var(--col) !important;
    height: 12em;
    padding: 0
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: all linear .1s;
    z-index: 1;
    padding: 35px  0 0
}
header.fixed {
    background: #8F826F;
    padding: 10px 0;
}

.main-title {
    text-align: center;
    margin-top: -10px
}
header.fixed .main-title {
    margin: -5px 0 0
}
.main-title_headline {
    color: #fff;
    font-size: 32px;
    margin: 0
}
header.fixed .main-title_headline {
    font-size: 18px;
}
header.fixed .header-cont {
    align-items: center
}
.main-title_headline span {
    font-weight: bold;
    font-size: 30px;
    font-family: 'Merriweather', serif;
    display: block;
    margin-top: 10px
}
header.fixed .main-title_headline span {
    font-size: 14px;
    margin-top: 4px
}
.main-title_sub {
    display: inline-block;
    color: #fff;
    margin: 15px auto 0;
    border-top: 1px solid #fff;
    padding-top: 5px;
    font-size: 24px;
}
header.fixed .main-title_sub {
    display: none
}
.header-cont {
    flex-wrap: wrap;
    align-items: flex-start;
}
.nav-menu {
    width: 53%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background: #8F826F;
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 50px 50px 6.5%;
    justify-content: center;
    display: none;
}
.nav-menu li {
    padding: 10px 0;
    display: block;
}
.nav-menu a {
    color: #BCB4A9;
    margin-left: 0px;
    font-size: 40px;
    font-family: 'Merriweather', serif;
}
.nav-menu a span {
    font-size: 20px;
    margin-right: 20px;
    position: relative;
    top: -12px;
}

.nav-menu a:hover {
    color: #fff;
}
.drop {
    position: relative;
}
.drop ul {
    position: absolute;
/*    left: 100%;*/
    background: #fff;
    padding: 10px 20px;
    width: 300px;
    top: 100%;
    display: none;
    z-index: 2;
}
li.drop:hover>ul {
    display: block;
}
.drop li {
    padding: 5px 0;
}
.drop ul a {
    color: var(--col);
    display: block;
    margin: 0;
    font-size: 20px
}
.drop ul a:hover {
    color: var(--col);
}
.tog-lang img {
    width: 30px;
}
.head-content {
    padding: 200px 0 0;
    position: relative;
}

.head-items p {
    font-family: 'Merriweather', serif;
    color: #fff;
    font-size: 32px;
    margin-bottom: 25px
/*    line-height: 48px;*/
}
.head-items p img {
    width: 55px;
    margin-right: 23px;
}
.head-items p b {
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    line-height: normal;
    display: block;
}
.head-content_img {
    position: absolute;
    right: 0;
    bottom: 0
}

#programs {
    position: relative;
    margin-bottom: 60px
}
.programs-cont {
/*    align-items: flex-start;*/
}
.programs-cont>img {
    position: relative;
    bottom: 0;
    left: -9%;
    width: 45%;
}
.programs-bl {
/*    width: 100%;*/
    display: flex;
    justify-content: flex-end
}
.tabs {
/*    width: 100%;*/
    flex-shrink: 0
}
.tabs .nav {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}
.tabs .nav:after, .tabs .nav:before {
    display: none;
}
.tabs li {
    position: relative;
}
.tabs .nav a {
    padding: 20px 80px;
    border: 1px solid var(--col);
    opacity: .4
}
.tabs .active>a, .tabs .nav li>a:hover {
    background: linear-gradient(44.73deg, #5F3600 11.32%, #422600 92.96%);
    color: #fff;
    opacity: 1
}

.tabs .nav a:focus {
    background: var(--col);
}

.post-prog {
/*    max-height: 20em;*/
/*    overflow-y: scroll;*/
/*    min-height: 20em;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 65%;
}
.mini-post {
    width: 48.5%;
    align-items: flex-start
}
.mini-post:not(:last-child) {
    margin-bottom: 30px;
}
.mini-post img {
    margin-right: 10px;
    width: 50%;
    flex-shrink: 0
}
.mini-post .post-title {
    font-size: 17px;
    line-height: 115%;
    margin: 0 0 11px;
    font-weight: 500
}
.link {
    position: relative;
}
.link:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: url(../img/icon/trig.svg) center/cover;
    bottom: 5px;
    right: -10px
}
.load {
    display: inline-block;
    color: #fff;
}
.load:hover {
    color: #fff
}
.load.link:after {
    background: url(../img/icon/trig1.svg) center/cover;
    bottom: 6px;
    right: -12px;
    transform: rotate(180deg)
}
.link-load:after {
    transform: rotate(90deg);
    bottom: 4px
}

#seminars {
    background: #F6EFE5;
}
#schedule {
    background: #F6EFE5;
}
.seminars-bl {
    align-items: stretch;
    flex-wrap: wrap;
}
.seminars-it {
    width: 32%;
    text-align: center;
    margin-bottom: 35px
}
.seminars-it:not(:nth-of-type(3n)) {
    margin-right: 2%
}
.seminars-preview {
    width: 100%
}
.seminars-img {
    position: relative;
    margin-bottom: 40px
}
.seminars-flag {
    position: absolute;
    width: 40px;
    left: calc(50% - 20px);
    bottom: -20px
}
.seminars-it h5 {
    margin: 0 0 11px;
    font-weight: 300;
    font-size: 24px;
    line-height: 115%;
}

.album {
    align-items: stretch;
    margin-bottom: 40px
}
.album-img {
    position: relative;
    width: 36%;
    flex-shrink: 0;
}
.album-img div {
    position: absolute;
    bottom: 1.8em;
    left: 2em;
    color: #fff;
}
.album-img p {
    color: #fff
}
.album-img img {
    width: 100%;
}
.album-img .subheadline {
    margin-bottom: 5px;
}
.album-track {
    width: 61%;
    max-height: 25.5em;
    overflow: visible !important;
    overflow-y: hidden !important;
/*    border: 1px solid*/
}
.album-track .jspContainer {
    overflow: visible !important;
    overflow-y: hidden !important;
}
.all-track {
    width: 100%;
    max-height: 50em;
    min-height: auto;
    overflow: visible !important;
    overflow-y: hidden !important;
/*    border: 1px solid*/
}
.all-track .jspContainer {
    overflow: visible !important;
    overflow-y: hidden !important;
}

#videos {
    background: #2D2D2D;
    color: #fff;
    text-align: center
}
#videos .headline {
    color: #fff
}
.video-bl {
    flex-wrap: wrap
}
.video-it {
    width: 32%;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    height: 16.1em;
    background-size: cover;
    background-position: center;
}
.video-it:not(:nth-of-type(3n)) {
    margin-right: 2%
}
.video-it p {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    color: #fff;
    font-size: 24px;
}
.video-it span {
    display: block;
    position: absolute;
    top: calc(50% - 1.7em);
    left: calc(50% - 1.7em)
}
.video-it span img {
    width: 3.4em
}
.video-perview {
    width: 100%;
    height: 100%;
}

.svg {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.svg circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s linear;
    stroke: #fff;
    stroke-width: 3px;
}

.svg .bar {
    stroke: var(--col);
}

#events {
    background: #F6EFE5;
}
#events .nav {
    display: flex;
    justify-content: center;
}
#events .nav li {
    margin: 0 15px
}
#events .tabs {
    width: 100%
}
#events .tabs .nav a {
    opacity: 0.5;
    box-shadow: -12px -12px 20px rgba(255, 255, 255, 0.8), 10px 10px 20px rgba(166, 180, 200, 0.7);
    border: none
}
#events .tabs .active>a, 
#events .tabs .nav li>a:hover {
    background: linear-gradient(44.73deg, #5F3600 11.32%, #422600 92.96%);
    color: #fff;
    opacity: 1;
    box-shadow: none
}
#events .tab-content {
    margin-top: 50px
}
.gallery {
    flex-wrap: wrap
}
.gallery-it {
    width: 24%;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    height: 17.2em;
    background-size: cover;
    background-position: center
}
.gallery-it:not(:nth-of-type(4n)) {
    margin-right: 1.33%
}
.gallery-it a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(66, 38, 0, 0.5) url(../img/icon/zoom.svg) center no-repeat;
    transition: all linear .15s;
    transform: scale(0)
}
.gallery-it:hover a {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    transform: scale(1)
}
.gallery-it_mod a {
    background: rgba(66, 38, 0, 0.5) url(../img/icon/play1.svg) center no-repeat;
}
footer {
    background: var(--col);
    color: #fff;
}
.top-footer {
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}
.top-footer .logo p {
    margin: 0 0 0 20px;
    font-size: 24px;
    font-weight: lighter;
    color: #fff;
    line-height: 100.5%;
}
.top-footer>div {
    width: 100%
}
.soc {
    text-align: center
}
.soc p {
    color: #fff;
    margin-bottom: 10px
}
.soc a {
    display: inline-block;
    margin: 0 7px;
}
.info p {
    color: #fff;
    text-align: right
}
.info a {
    color: #fff;
    font-weight: 700
}

.bot-footer {
    padding: 30px 0
}
.bot-footer>div {
    width: 100%;
}
.bot-footer .mail {
    text-align: right
}

.bot-footer a, .bot-footer p {
    color: #fff;
    line-height: 180%;
}

.breadcrumbs {
    padding-bottom: 30px
}
.breadcrumbs li {
    display: inline-block;
    font-size: 16px;
}
.breadcrumbs a {
    text-decoration: none;
    opacity: .6
}

.content p {
    margin-bottom: 20px;
    padding-right: 10%;
    font-size: 18px;
}
.content img {
    max-width: 100% !important
}
.content li {
    list-style: circle
}

.schedule {
    font-size: 16px;
}
.schedule th {
    border: 1px solid var(--col);
    padding: 7px;
    font-size: 14px;
    text-align: center
}
.schedule td {
    border: 1px solid var(--col);
    padding: 7px;
    vertical-align: top;
    font-size: 15px;
}
.schedule td span {
    font-weight: bold;
    font-size: 18px
}
.schedule .but {
    background: linear-gradient(44.73deg, #5F3600 11.32%, #422600 92.96%);
    color: #fff;
    display: flex;
    padding: 7px;
    justify-content: center;
    align-items: center;
    margin: 7px 0;
    font-size: 14px;
    text-align: center
}
.schedule b {
    font-weight: 900;
/*    font-size: 15px*/
}
.but_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap
}
.but_container .but {
    background: linear-gradient(44.73deg, #5F3600 11.32%, #422600 92.96%);
    color: #fff;
    display: flex;
    padding: 7px;
    justify-content: center;
    align-items: center;
    margin: 7px 0;
    font-size: 16px;
    text-align: center;
    height: 55px;
    width: 300px;
}

.shine {
    position: relative;
}
.shine:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 10px;
    background: linear-gradient(135deg, transparent 40px, rgba(255, 255, 255, 0.4) 60px, transparent 65px) no-repeat;
    background-position: -150px 0px;
    transform-origin: center;
    animation-name: but;
    animation-duration: 4s;
    animation-timing-function: cubic-bezier( .2, .2, .3, .4); 
    animation-iteration-count: infinite;
}
@keyframes but {
    from {background-position: -150px 0px;}
    to {background-position: 600px 0px;}
}

.widget, .widget_subs {
    position: fixed;
    background: linear-gradient(44.73deg, #5F3600 11.32%, #422600 92.96%);
    /* box-shadow: 0px 0px 25px 0px rgba(252, 193, 75, 0.8); */
    bottom: calc(2% + 110px);
    right: 2%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9;
    border-radius: 50%;
    flex-direction: column;   
}
.widget_subs {
    bottom: 2%;
    right: 2%;
    background: linear-gradient(44.73deg, #a3c9cf 11.32%, #a3c9cf 92.96%);
}
.widget_subs:focus {
    background: linear-gradient(44.73deg, #a3c9cf 11.32%, #a3c9cf 92.96%);
}
.widget:hover {
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.widget>span, .widget_subs>span {
    display: block;
    text-align: center;
    line-height: 16px;
    padding-bottom: 2px;
    font-weight: bold;
    font-size: 12px;
    color: #fff
}
.widget_subs>span {
    font-size: 13px;
}
.widget a {
    position: absolute;
    display: none;
}
.widget a span {
    background: linear-gradient(44.73deg, #5F3600 11.32%, #422600 92.96%);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.widget a img {
    width: 50%;
}
.widget a:nth-of-type(1) {
    top: -60px
}
.widget a:nth-of-type(2) {
    top: -120px
}

.widget.shine:after {
    border-radius: 50%;
}