* {
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    height: 100%;
    color: #0f1207;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

body {
    color: #0f1207;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

body:after {
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 121121;
    transition: opacity 1.5s ease, visibility 1.5s ease;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.loader:after {
    opacity: 0;
    visibility: hidden;
}

a {
    color: #0f1207;
}

a:hover, a:active, a:focus {
    color: #0f1207;
    text-decoration: none;
}

h1, .h1 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 100;
}

@media (max-width: 768px) {
    h1, .h1 {
        font-size: 18px;
        line-height: 1.1;
    }

    .display-4 {
        font-size: 2rem;
    }
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.content {
    flex: 1 1 auto;
}

/*---------------------------------------------*/
/*--------------- Home Slider -----------------*/
/*---------------------------------------------*/
.owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 165px;
}

@media (max-width: 991px) {
    .owl-prev,
    .owl-next {
        width: 100px;
    }
}

@media (max-width: 767px) {
    .owl-prev,
    .owl-next {
        width: auto;
        position: static;
    }
}

.owl-prev .nav-arrow,
.owl-next .nav-arrow {
    position: absolute;
    top: calc(50% - 20px);
    opacity: .6;
    transition: opacity .3s;
}

.owl-prev:hover .nav-arrow,
.owl-next:hover .nav-arrow {
    opacity: 1;
}

.owl-prev {
    left: 0;
}

.owl-prev .nav-arrow {
    left: 40px;
}

@media (max-width: 991px) {
    .owl-prev .nav-arrow {
        left: 22px;
    }
}

@media (max-width: 767px) {
    .owl-prev .nav-arrow {
        left: 10px;
    }
}

.owl-next {
    right: 0;
}

.owl-next .nav-arrow {
    right: 40px;
}

@media (max-width: 991px) {
    .owl-next .nav-arrow {
        right: 22px;
    }
}

@media (max-width: 767px) {
    .owl-next .nav-arrow {
        right: 10px;
    }
}

.top-slider .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.top-slider .owl-controls .owl-nav {
    max-width: 1300px;
    display: block;
    position: relative;
    margin: 0 auto;
}

.top-slider-title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.1;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .top-slider-title {
        text-align: center;
        font-size: 30px;
        line-height: 1.0;
    }
}

.container-page {
    margin: 0 auto;
    max-width: 990px;
}

@media (max-width: 1170px) {
    .container-page {
        margin: 0 90px;
    }
}

@media (max-width: 991px) {
    .container-page {
        margin: 0 90px;
    }
}

@media (max-width: 767px) {
    .container-page {
        margin: auto;
    }
}

.container-page-in {
    margin: 0 auto;
    max-width: 990px;
}

.container-page-text {
    float: right;
    margin-bottom: 35px;
}

.container-page-text > ul > li {
    margin-left: 18px;
}

@media (max-width: 767px) {
    .container-page-text {
        float: left;
        width: 100%;
    }
}

.top-slider-item {
    display: inline-block;
    width: 990px;
}

@media (max-width: 991px) {
    .top-slider-item {
        width: 580px;
    }
}

@media (max-width: 500px) {
    .top-slider-item {
        width: 320px;
    }
}

.top-slider-item-content {
    position: relative;
    display: inline-block;
    width: 990px;
}

@media (max-width: 991px) {
    .top-slider-item-content {
        width: 580px;
    }
}

@media (max-width: 500px) {
    .top-slider-item-content {
        width: 320px;
    }
}

.container-top-slider {
    position: relative;
}

.top-slider-post {
    margin: 0 auto 23px;
    width: calc(100% - 180px);
    max-width: 990px;
}

@media (max-width: 1170px) {
    .top-slider-post {
        margin: 0 90px 23px;
    }
}

@media (max-width: 767px) {
    .top-slider-post {
        margin: 0 0 23px;
        width: 100%;
    }
}

.top-slider-post .owl-prev .nav-arrow svg path,
.top-slider-post .owl-next .nav-arrow svg path {
    fill: #a0a2a3;
}

.top-slider-post .owl-prev {
    left: -165px;
}

@media (max-width: 1229px) {
    .top-slider-post .owl-prev {
        left: -90px;
        width: 90px;
    }
}

.top-slider-post .owl-prev .nav-arrow {
    left: 60px;
}

@media (max-width: 1229px) {
    .top-slider-post .owl-prev .nav-arrow {
        left: 37px;
    }
}

@media (max-width: 767px) {
    .top-slider-post .owl-prev .nav-arrow {
        left: 10px;
    }
}

.top-slider-post .owl-next {
    right: -165px;
}

@media (max-width: 1229px) {
    .top-slider-post .owl-next {
        right: -90px;
        width: 90px;
    }
}

.top-slider-post .owl-next .nav-arrow {
    right: 60px;
}

@media (max-width: 1229px) {
    .top-slider-post .owl-next .nav-arrow {
        right: 37px;
    }
}

@media (max-width: 767px) {
    .top-slider-post .owl-next .nav-arrow {
        right: 10px;
    }
}

/*---------------------------------------------*/
/*---------------- Countdown ------------------*/
/*---------------------------------------------*/
.countdown-block {
    text-align: center;
    padding: 22px 0 0;
}

@media (max-width: 767px) {
    .countdown-block {
        padding: 11px;
    }
}

.countdown-block .clockdiv-text {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    max-width: 160px;
    font-size: 13px;
    margin-right: 70px;
}

@media (max-width: 991px) {
    .countdown-block .clockdiv-text {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .countdown-block .clockdiv-text {
        margin-right: 0;
        display: block;
        max-width: 100%;
        text-align: center;
    }
}

.clockdiv-btn {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .clockdiv-btn {
        display: block;
    }
}

.clockdiv-btn a {
    background-color: #fecc00;
    border-radius: 19px;
    box-shadow: 1px 1.7px 2px rgba(8, 8, 8, 0.46), inset 1px 1.7px 2px rgba(8, 8, 8, 0);
    color: #230000;
    display: inline-block;
    font-size: 16px;
    padding: 10px;
    font-weight: 700;
    text-transform: uppercase;
    transition: box-shadow .3s ease;
}

.clockdiv-btn a:hover {
    box-shadow: 1px 1.7px 2px rgba(8, 8, 8, 0), inset 1px 1.7px 2px rgba(8, 8, 8, 0.46);
}

.clockdiv-btn.with {
    margin-left: 75px;
}

@media (max-width: 991px) {
    .clockdiv-btn.with {
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .clockdiv-btn.with {
        margin-left: 0;
        display: block;
    }
}

.clockdiv-btn.center {
    width: 100%;
    text-align: center;
}

#clockdiv {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 9px;
}

#clockdiv .clockdiv-item {
    display: inline-block;
}

#clockdiv .clockdiv-item span {
    display: block;
    font-weight: bold;
    font-size: 44px;
    min-width: 63px;
}

#clockdiv .clockdiv-item span:after {
    content: ':';
    position: absolute;
    margin-top: -3px;
    margin-left: 2px;
}

#clockdiv .clockdiv-item .smalltext {
    display: block;
    text-align: center;
    font-size: 13px;
    margin-top: -15px;
}

.smalltext {
    line-height: 1.1;
}

#clockdiv .clockdiv-item:first-child span {
    min-width: 80px;
}

#clockdiv .clockdiv-item:first-child span:after {
    content: '|';
    font-weight: 100;
    margin-top: 0px;
    margin-left: 8px;
}

#clockdiv .clockdiv-item:last-child span:after {
    content: '';
}


#clockdiv .clockdiv-item-donate {
    display: inline-block;
}

#clockdiv .clockdiv-item-donate span {
    display: block;
    font-weight: bold;
    font-size: 32px;
    min-width: 20px;
}

#clockdiv .clockdiv-item-donate span:after {
    content: ':';
    margin-top: -3px;
    margin-left: 2px;
}

#clockdiv .clockdiv-item-donate .smalltext {
    display: block;
    text-align: center;
    font-size: 10px;
    margin-top: -10px;
}

#clockdiv .clockdiv-item-donate:first-child span {
    min-width: 30px;
}

#clockdiv .clockdiv-item-donate:first-child span:after {
    content: '|';
    font-weight: 100;
    margin-top: 0px;
    margin-left: 2px;
}

#clockdiv .clockdiv-item-donate:last-child span:after {
    content: '';
}

/*---------------------------------------------*/
/*--------------- Home Isotope ----------------*/
/*---------------------------------------------*/
.isotope-container {
    margin-bottom: 5px;
}

.isotope-container .row {
    margin-left: -5px;
    margin-right: -5px;
}

.isotope-container .row .col-xs-1, .isotope-container .row .col-sm-1, .isotope-container .row .col-md-1, .isotope-container .row .col-lg-1, .isotope-container .row .col-xs-2, .isotope-container .row .col-sm-2, .isotope-container .row .col-md-2, .isotope-container .row .col-lg-2, .isotope-container .row .col-xs-3, .isotope-container .row .col-sm-3, .isotope-container .row .col-md-3, .isotope-container .row .col-lg-3, .isotope-container .row .col-xs-4, .isotope-container .row .col-sm-4, .isotope-container .row .col-md-4, .isotope-container .row .col-lg-4, .isotope-container .row .col-xs-5, .isotope-container .row .col-sm-5, .isotope-container .row .col-md-5, .isotope-container .row .col-lg-5, .isotope-container .row .col-xs-6, .isotope-container .row .col-sm-6, .isotope-container .row .col-md-6, .isotope-container .row .col-lg-6, .isotope-container .row .col-xs-7, .isotope-container .row .col-sm-7, .isotope-container .row .col-md-7, .isotope-container .row .col-lg-7, .isotope-container .row .col-xs-8, .isotope-container .row .col-sm-8, .isotope-container .row .col-md-8, .isotope-container .row .col-lg-8, .isotope-container .row .col-xs-9, .isotope-container .row .col-sm-9, .isotope-container .row .col-md-9, .isotope-container .row .col-lg-9, .isotope-container .row .col-xs-10, .isotope-container .row .col-sm-10, .isotope-container .row .col-md-10, .isotope-container .row .col-lg-10, .isotope-container .row .col-xs-11, .isotope-container .row .col-sm-11, .isotope-container .row .col-md-11, .isotope-container .row .col-lg-11, .isotope-container .row .col-xs-12, .isotope-container .row .col-sm-12, .isotope-container .row .col-md-12, .isotope-container .row .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.element-item {
    margin-bottom: 10px;
    height: 283px;
    overflow: hidden;
}

@media (max-width: 1229px) {
    .element-item {
        height: 226px;
    }
}

@media (max-width: 991px) {
    .element-item {
        height: 172px;
    }
}

@media (max-width: 767px) {
    .element-item {
        height: auto;
    }
}

.element-item .content-box {
    position: relative;
    height: 100%;
}

.element-item .content-box:after {
    background-color: transparent;
    bottom: 0;
    content: '';
    height: 3px;
    position: absolute;
    left: 0;
    transition: background .3s ease;
    width: 100%;
}

.element-item .element-item-date {
    background: #333;
    color: #fff;
    position: absolute;
    font-weight: bold;
    font-size: 15px;
    padding: 4px 10px;
    letter-spacing: -.7px;
    top: 22px;
    left: 0;
    transition: background .3s ease;
}

@media (max-width: 767px) {
    .element-item .element-item-date {
        top: 13px;
    }
}

.element-item .play-btn {
    position: absolute;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
    transition: opacity .3s ease;
}

.element-item img {
    max-width: 100%;
    width: 100%;
}

.element-item:hover .element-item-date,
.element-item:hover .content-box:after {
    background: #cd201e;
}

.element-item:hover .play-btn {
    opacity: .8;
}

@media (min-width: 768px) {
    #filters {
        display: none;
    }
}

.wrap-button {
    padding-bottom: 37px;
    position: relative;
    text-align: center;
}

.wrap-button:after {
    content: '';
    border-top: 1px solid #a0a2a3;
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 31px;
}

.wrap-button .button {
    display: inline-block;
    vertical-align: top;
}

.wrap-button .button .wrap-button-image {
    height: 43px;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 8px 10px 6px 10px;
    border: 1px solid transparent;
    border-bottom: 0;
    position: relative;
    vertical-align: top;
    transition: border .3s ease, box-shadow .3s ease;
    box-shadow: 2px -2px 5px -3px rgba(141, 140, 140, 0);
}

.wrap-button .button .wrap-button-image i {
    background: transparent;
    position: absolute;
    height: 1px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    z-index: 1;
    transition: background .3s ease;
}

.wrap-button .button .wrap-button-image svg path {
    transition: fill .3s ease;
}

.wrap-button .button .wrap-button-image:before, .wrap-button .button .wrap-button-image:after {
    content: '';
    border: 1px solid transparent;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 0;
    bottom: -6px;
    transition: border .3s ease;
    z-index: 2;
}

.wrap-button .button .wrap-button-image:after {
    border-bottom-left-radius: 7px;
    border-right: 0;
    right: -10px;
}

.wrap-button .button .wrap-button-image:before {
    border-bottom-right-radius: 7px;
    border-left: 0;
    left: -10px;
}

.wrap-button .button .wrap-button-title {
    position: absolute;
    left: 0;
    bottom: 6px;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: .3s ease;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 6px;
}

.wrap-button .button.is-checked .wrap-button-image {
    border-color: #a0a2a3;
    box-shadow: 2px -2px 5px -3px rgba(141, 140, 140, 0.6);
}

.wrap-button .button.is-checked .wrap-button-image svg path {
    fill: #c21e1c;
}

.wrap-button .button.is-checked .wrap-button-image i {
    background: #fff;
}

.wrap-button .button.is-checked .wrap-button-image:before, .wrap-button .button.is-checked .wrap-button-image:after {
    border-color: #a0a2a3;
}

.wrap-button .button.is-checked .wrap-button-title {
    opacity: 1;
}

.event-meta {
    font-weight: bold;
    padding-bottom: 25px;
}

.event-meta-item {
    width: 200px;
    margin: 0 auto;
    margin-bottom: -3px;
}

.event-meta .left {
    display: inline-block;
    text-align: right;
    width: 65px;
}

.event-meta .right {
    display: inline-block;
    padding-left: 20px;
}

.event-meta .left-donate {
    display: inline-block;
    font-size: small;
    font-weight: 100;
    width: 65px;
    line-height: 1.3;

}

.event-meta .right-donate {
    font-size: 40px;
    text-align: right;
    margin-right: 25px;
    margin-top: -50px;
}

.line {
    border-top: 2px dashed #fff;
    margin: 10px -20px;
}

.page-meta-w {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.page-meta-w .bank-btn {
    padding-bottom: 26px;
    display: block;
    text-align: center;
}

.page-meta-w .contact {
    font-weight: 100;
    font-size: 15px;
}

.page-meta-w .has-contact {
    text-align: right;
    font-weight: 500;
}

.page-meta-w .has-tag {
    text-align: right;
}

@media (max-width: 767px) {
    .page-meta-w > .has-contact, .has-tag {
        font-size: 16px;
    }
    .page-meta-w .has-tag {
        text-align: left;
    }
}

.other-events-title {
    color: #231f20;
    font-size: 24px;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.other-events-content {
    display: block;
    margin-bottom: 22px;
    position: relative;
}

.other-events-content:after {
    background-color: transparent;
    bottom: 0;
    content: '';
    height: 3px;
    position: absolute;
    left: 0;
    transition: background .3s ease;
    width: 100%;
}

.other-events-content:hover:after {
    background: #cd201e;
}

.other-events img {
    width: 100%;
}

/*---------------------------------------------*/
/*--------------- Site Header -----------------*/
/*---------------------------------------------*/
.site-header {
    position: relative;
    z-index: 5;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
@media (max-width: 767px) {
    .site-header {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.site-header .site-logo {
}

.site-logo img {
    height: 50px;
}

@media (max-width: 767px) {
    .site-logo img {
        height: 40px;
    }
}

.site-header .site-logo i {
    font-size: 47px;
    font-style: italic;
}

.site-header .site-logo strong {
    font-size: 53px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 12px;
    position: relative;
    top: 2px;
}

@media (max-width: 767px) {
    .primary-menu-wrap {
        position: fixed;
        top: 0;
        right: 0;
        width: 264px;
        height: 100vh;
        overflow: scroll;
        background: #353847;
        transition: transform .3s ease;
        transform: translateX(100%);
        -webkit-overflow-scrolling: touch;
        touch-action: cross-slide-y;
    }

    .primary-menu-wrap .primary-menu {
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
    }
}

.primary-menu {
    display: inline-block;
    text-align: left;
    margin: 0;
    list-style-type: none;
}

@media (max-width: 1229px) {
    .primary-menu {
        padding-top: 43px;
    }
}

@media (max-width: 767px) {
    .primary-menu {
        padding-top: 19px;
        padding-left: 21px;
        width: 100%;
    }
}

.primary-menu > li {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;
}

@media (max-width: 767px) {
    .primary-menu > li {
        display: block;
        margin-top: 14px;
        margin-bottom: 20px;
    }
}

.primary-menu > li .menu-group {
    font-weight: 500;
    line-height: 31px;
    display: block;
    padding: 6px 5px 6px 5px;
    /*max-height: 43px; todo: uncomment?*/
    text-transform: uppercase;
    transition: background .3s ease, color .3s ease;
}

@media (max-width: 1229px) {
    .primary-menu > li .menu-group {
        padding: 6px 12px;
    }
}

@media (max-width: 767px) {
    .primary-menu > li .menu-group {
        padding: 6px 10px;
    }

    .primary-menu > li .menu-group:hover, .primary-menu > li .menu-group:focus {
        background: #1d202c;
    }
}

.primary-menu > li .menu-group:after {
    content: '';
    clear: both;
    display: table;
}

.primary-menu > li .menu-group svg path {
    fill: #000;
    transition: fill .3s ease;
}

.primary-menu-transparent > li .menu-group svg path {
    fill: #fff;
    transition: fill .3s ease;
}

@media (max-width: 767px) {
    .primary-menu > li .menu-group {
        color: #fff;
    }

    .primary-menu > li .menu-group svg path {
        fill: #fff;
        transition: fill .3s ease;
    }
}

.primary-menu > li .menu-group-image, .primary-menu > li .menu-group-name, .primary-menu > li .menu-lang-image, .primary-menu > li .menu-lang-name {
    float: left;
}

.primary-menu > li .menu-group-image svg {
    height: 29px;
    width: 42px;
}

.primary-menu > li .menu-group-image {
    line-height: 1;
    /* Svg FIX */
    /* Svg FIX */
}

@media (min-width: 1230px) {
    .primary-menu > li .menu-group-image {
        padding-right: 6px;
    }
}

@media (max-width: 767px) {
    .primary-menu > li .menu-group-image {
        padding-right: 6px;
    }
}

.primary-menu > li .menu-group-image .rent {
    position: relative;
    top: -3px;
}

@media (min-width: 1230px) {
    .primary-menu > li .menu-group-image .rent {
        left: -1px;
    }
}

.primary-menu > li .menu-group-image .idea {
    position: relative;
    top: -3px;
}

@media (min-width: 1230px) {
    .primary-menu > li .menu-group-image .idea {
        left: 1px;
    }
}

@media (max-width: 1229px) {
    .primary-menu > li .menu-group-image + .menu-group-name {
        background-color: #1d202c;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        top: 43px;
        left: 0;
        padding: 6px 10px;
        min-width: 140px;
        width: 100%;
        transition: visibility .3s ease, opacity .3s ease;
    }
}

@media (max-width: 767px) {
    .primary-menu > li .menu-group-image + .menu-group-name {
        position: static;
        opacity: 1;
        padding: 0;
        visibility: visible;
        width: auto;
        background: transparent;
        min-width: auto;
    }
}

.primary-menu > li.active .menu-group {
    background: #1d202c;
    color: #fff;
}

.primary-menu > li.active .menu-group svg path {
    fill: #fff;
}

@media (max-width: 767px) {
    .primary-menu > li.item-children {
        margin-top: 0px;
        margin-bottom: 10px;
    }
}

.primary-menu > li.item-children .menu-group {
    padding: 6px 10px;
}

.primary-menu > li.item-children .menu-lang-name {
    padding: 11px 2px;
    font-weight: 600;
    font-family: 'Myriad Pro', sans-serif;
}

.primary-menu > li.item-children .menu-lang-image {
    margin-left: 35px;
    padding: 7px 0px;
}

.primary-menu > li.item-children .menu-lang-image svg {
    height: 20px;
}
.primary-menu > li.item-children .menu-lang-name svg {
    height: 15px;
}


.primary-menu > li.item-children > ul.sub-menu a.menu-group:hover {
    color: #fecc00;
}

@media (max-width: 1229px) {
    .primary-menu > li.item-children.active .menu-group-image + .menu-group-name {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 767px) {
    .primary-menu > li:not(.item-children) .menu-group .menu-group-name {
        line-height: 1.15;
        max-width: 200px;
    }

    .primary-menu > li:last-child {
        margin-top: -5px;
        padding-bottom: 60px;
    }

    .primary-menu > li.item-children .menu-lang-image {
        margin-left: 0;
        padding: 4px 0;
    }
    .primary-menu > li.item-children .menu-lang-image svg path {
        fill: #fff;
    }

    .primary-menu > li.item-children .menu-lang-name {
        padding: 8px 6px;
    }
    .primary-menu > li.item-children .menu-lang-name a {
        color: white;
    }
    .primary-menu > li.item-children:last-child .menu-lang-name a  {
        font-weight: 300;
    }

    .yellow-menu span svg {
        height: 19px !important;
        margin-right: 10px;
    }
    .container-yellow-block {
        width: auto !important;
        font-size: 16px !important;
    }
}

.primary-menu > li .sub-menu {
    backface-visibility: hidden;
    background: #353847;
    display: none;
    list-style-type: none;
    margin: 0;
    position: absolute;
    top: 100%;
    min-width: 150px;
    width: 100%;
    z-index: 99;
}

@media (max-width: 1229px) {
    .primary-menu > li .sub-menu {
        top: calc(100% + 41px);
        min-width: 140px;
    }
}

@media (max-width: 767px) {
    .primary-menu > li .sub-menu {
        display: block !important;
        position: static;
        transform: translateZ(0);
    }
}

.primary-menu > li .sub-menu li {
    background: transparent;
    list-style-type: none;
    padding: 0;
    position: relative;
}

.primary-menu > li .sub-menu li a {
    color: white;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 2px 14px;
    letter-spacing: .3px;
    transition: color .3s ease, background .3s ease;
}

@media (max-width: 767px) {
    .primary-menu > li .sub-menu li a {
        padding: 2px 8px;
    }

    .primary-menu > li .sub-menu li a:hover, .primary-menu > li .sub-menu li a:focus {
        background: #1d202c;
    }
}

.primary-menu > li .sub-menu li.active a {
    background: #1d202c;
}

.primary-menu > li .sub-menu li:last-child a {
    border-bottom: none;
}

.panel-nav-button-wrap {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 15px;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .panel-nav-button-wrap {
        display: block;
    }
}

.panel-nav-button-wrap .panel-nav-button {
    cursor: pointer;
    background: #231f20;
    display: block;
    height: 40px;
    position: relative;
    margin: 0 auto;
    width: 40px;
}

.panel-nav-button-wrap .panel-nav-button .line {
    background: #fff;
    display: inline-block;
    height: 3px;
    left: 26px;
    position: absolute;
    top: 7px;
    transition: all 0.2s ease;
    width: 28px;
}

.panel-nav-button-wrap .panel-nav-button .line.line1 {
    top: -2px;
}

.panel-nav-button-wrap .panel-nav-button .line.line2 {
    top: 9px;
}

.panel-nav-button-wrap .panel-nav-button .line.line3 {
    top: 20px;
}

.panel-nav-button-wrap.open .panel-nav-button {
    background: none;
}

.panel-nav-button-wrap.open .panel-nav-button .line1 {
    top: 9px;
    -webkit-transform: rotateZ(45deg);
}

.panel-nav-button-wrap.open .panel-nav-button .line2 {
    opacity: 0;
}

.panel-nav-button-wrap.open .panel-nav-button .line3 {
    top: 9px;
    -webkit-transform: rotateZ(-45deg);
}

@media (max-width: 767px) {
    .panel-nav-button-wrap.open + .primary-menu-wrap {
        transform: translateX(0);
    }
}

/*---------------------------------------------*/
/*--------------- Site Footer -----------------*/
/*---------------------------------------------*/
.site-footer {
    background-color: #f1f1f1;
    padding-top: 17px;
}

@media (max-width: 767px) {
    .site-footer {
        padding-top: 9px;
    }
}

.site-footer ul {
    list-style-type: none;
    margin: 0;
}

.site-footer .title {
    font-size: 15px;
    font-weight: 500;
}

.site-footer.transparent {
    color: #ffffff;
}
.site-footer.transparent a {
    color: #ffffff;
}

.footer-link {
    padding-top: 5px;
}

.footer-link li {
    line-height: 1.2;
}

.footer-xs-hide strong {
    line-height: 1.5;
    display: block;
}

.footer-xs-hide a {
    border-bottom: 1px solid transparent;
    transition: border .3s ease;
}

.footer-xs-hide a:hover {
    border-bottom: 1px solid #e93919;
}

@media (max-width: 767px) {
    .footer-xs-hide {
        display: none;
    }
}

/*---------------------------------------------*/
/*-------------- Footer Social ----------------*/
/*---------------------------------------------*/
.footer-social {
    list-style-type: none;
    display: inline-block;
    padding-top: 10px;
}

@media (max-width: 767px) {
    .footer-social {
        float: left;
    }
}

.footer-social li {
    float: left;
    margin-left: 15px;
}

@media (max-width: 500px) {
    .footer-social li {
        margin-left: 10px;
    }
}

.footer-social li:first-child {
    margin-left: 0;
}

.footer-social li a {
    display: inline-block;
    background: #333;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 7px;
    text-align: center;
    transition: background .3s ease;
}

@media (max-width: 500px) {
    .footer-social li a {
        height: 35px;
        width: 35px;
        padding: 5px;
    }
}

.footer-social li a img {
    width: 16px;
}

.footer-social li a.vk {
    background: #6996c7;
}

.footer-social li a.facebook {
    background: #496194;
}

.footer-social li a.instagram {
    background: #cebfa9;
}

.footer-social li a.youtube {
    background: #cd201e;
}

.footer-social li a.telegram {
    background: #0088cc;
}

.footer-social li a:hover {
    background: #333;
}

.footer-meta {
}

.footer-meta .copy {
    padding-top: 37px;
    font-size: 12px;
    padding-bottom: 29px;
}

@media (max-width: 767px) {
    .footer-meta .copy {
        padding-top: 23px;
    }
}

@media (max-width: 500px) {
    .footer-meta .copy {
        display: inline-block;
        padding-top: 13px;
        padding-bottom: 13px;
    }
}

@media (max-width: 767px) {
    .footer-meta {
        text-align: right;
    }
}

.info {
    background-color: #fecc00;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.copyright-block {
    font-size: 12px;
    font-style: italic;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    display: none;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}


.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

@media (max-width: 500px) {
    .popup .close {
        top: 10px;
        right: 15px;
    }
}

.popup .close:hover {
    color: #fecc00;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 1200px) {
    .popup {
        width: 60%;
    }
}

@media screen and (max-width: 991px) {
    .popup {
        width: 70%;
    }
}

@media screen and (max-width: 500px) {
    .popup {
        width: 85%;
    }
}

.popup-title {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.1;
}

@media (max-width: 500px) {
    .popup-title {
        font-size: 20px;
        line-height: 1;
    }
}

.video-container {
    position: relative;
    padding-bottom: 47.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

@media (max-width: 900px) {
    .video-container {
        padding-bottom: 45.25%;
    }
}

@media (max-width: 500px) {
    .video-container {
        padding-bottom: 41.25%;
    }
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tabl > table th {
    padding-right: 7px;
}

.tabl {
    padding-bottom: 10px;

}

.fool {
    background-color: #e2e3e4;

}

.tabl > table td {
    padding: 0 4px;
}

.content-tab {
    display: table;
    width: 100%;
    overflow: hidden;
}

.content-tab-child {
    display: table-cell;
}

.donates a {
    background-color: #75af26;
    color: #f5f6f7;
    display: inline-block;
    font-size: 12px;
    padding: 3px 10px;
    font-weight: 700;
    text-transform: uppercase;
    transition: box-shadow .3s ease;
}

.donates a:hover {
    box-shadow: 1px 1.7px 2px rgba(8, 8, 8, 0), inset 1px 1.7px 2px rgba(8, 8, 8, 0.46);
}

.donates.center {
    width: 100%;
    text-align: center;
    padding-top: 0;
}

.download a {
    display: inline-block;
    font-size: 14px;
    padding: 3px 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.download.center {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.download a:hover {
    color: #26292f;
}

#popup1 .errorInput {
    color: red;
    font-weight: 500;
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 10px;
}

.blink {
    -webkit-animation: blink1 6s linear infinite;
    animation: blink1 3s linear infinite;
}

@-webkit-keyframes blink1 {
    0% {
        color: rgba(34, 34, 34, 1);
    }
    50% {
        color: rgba(34, 34, 34, 0);
    }
    100% {
        color: rgba(34, 34, 34, 1);
    }
}

@keyframes blink1 {
    0% {
        color: rgba(34, 34, 34, 1);
    }
    50% {
        color: rgba(34, 34, 34, 0);
    }
    100% {
        color: rgba(34, 34, 34, 1);
    }
}

.barWrapper {
    position: relative;
    margin-bottom: 25px;
}

@media (max-width: 800px) {
    .barWrapper {
        margin-bottom: 10px;
    }
}

.barWrapper .progress {
    height: 40px;
    position: relative;
    border-radius: 3px;
    overflow: visible;
}

.barWrapper .progress .progress-bar {
    height: 40px;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}

#progress-bar-middle {
    background: #eae9e9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

#donation-bar {
    background: #fecc00;
    border-radius: 0 3px 3px 0;
    z-index: 9999;
}

@media (max-width: 800px) {
    #donation-bar {
        z-index: auto;
    }
}

.date-fulfilled {
    color: rgb(23, 44, 66);
    font-weight: bold;
    font-size: 13px;
}

#current-date-bar {
    background: rgb(187, 187, 187);
    box-shadow: none;
    border-radius: 3px 0 0 3px;
}

.data img {
    width: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.pay-buttons button {
    color: #fff;
    user-select: none;
    background: rgb(187, 187, 187);
    padding: .5em .9em;
    outline: none;
    margin: 0 10px 10px 0;
    border: none !important;
    z-index: 1;
    position: relative;
}

@media (max-width: 800px) {
    .pay-buttons button {
        margin: 0 5px 10px;
    }
}

.pay-buttons button.selected {
    color: #26292f;
    background: #fecc00;
}

@media (max-width: 414px) {
    .pay-buttons button {
        margin: 0 0 0;
    }
}

@media (max-width: 375px) {
    .pay-buttons button {
        margin: 0 5px 10px;
    }
}

button.pay {
    border-radius: 5px;
    background: #fecc00 !important;
}

button.pay:hover, button.pay:focus {
    background-color: #fecc00;
    outline: none;
    color: #0f1107;
    box-shadow: 1px 1.7px 2px rgba(8, 8, 8, 0), inset 1px 1.7px 2px rgba(8, 8, 8, 0.46);
}

.right-center {
    text-align: left;
    padding: 0;
    background-image: url(../images/buttons-logo-small.png);
}

@media (max-width: 960px) {
    .right-center {
        text-align: center;
    }
}

input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.center {
    text-align: center;
}

.padding {
    padding: 0 140px;
}

@media (max-width: 1024px) {
    .padding {
        padding: 0 80px;
    }
}

@media (max-width: 812px) {
    .padding {
        padding: 0;
    }
}

@media (max-width: 320px) {
    .padding {
        margin: 0 -15px;
    }
}

.yellow-menu {
    background-color: #fecc00;
}
.yellow-menu b {
    padding: 6px 0px 6px 20px
}

.yellow-menu span {
    float: right;
    display: contents;
    vertical-align: middle;
}

.yellow-menu span svg {
    height: 25px !important;
    margin-right: 10px;
}

.container-yellow-block {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 20px;
    padding: 10px;
    margin-top: 30px;
}


.error {
    text-align: center;
    padding: 160px 0 80px;
}

.error h1 {
    font-size: 5em;
    color: #fecc00;
    text-transform: none;
}

.error p {
    font-size: 2em;
    text-transform: none;
    line-height: 1;
    padding-bottom: 30px;
}

/* Bootstrap override */
/*blockquote:before, blockquote:after {*/
    /*font-size: 2.5em;*/
    /*color: #fecc00;*/
/*}*/
/*blockquote:before {*/
    /*content: '«';*/
    /*float: left;*/
    /*margin-top: -0.4em;*/
    /*margin-left: -25px;*/
/*}*/

/*blockquote:after {*/
    /*content: '»';*/
    /*float: right;*/
    /*margin-top: -1.0em;*/
/*}*/

/*blockquote {*/
    /*font-size: 16px;*/
    /*border-left: 5px solid #eeeeee;*/
    /*background-color: #f1f1f1;*/
    /*padding: 25px 25px 25px 35px;*/
    /*border-radius: 10px;*/
    /*margin-bottom: 15px;*/
    /*margin-top: 15px;*/
/*}*/
/*blockquote p:last-child,*/
/*blockquote ul:last-child,*/
/*blockquote ol:last-child {*/
    /*margin-bottom: 0;*/
/*}*/
/*blockquote footer,*/
/*blockquote small,*/
/*blockquote .small {*/
    /*display: block;*/
    /*font-size: 80%;*/
    /*line-height: 1.42857;*/
    /*color: #777777;*/
/*}*/
/*blockquote footer:before,*/
/*blockquote small:before,*/
/*blockquote .small:before {*/
    /*content: '\2014 \00A0';*/
/*}*/

/*.blockquote-reverse,*/
/*blockquote.pull-right {*/
    /*padding-right: 15px;*/
    /*padding-left: 0;*/
    /*border-right: 5px solid #eeeeee;*/
    /*border-left: 0;*/
    /*text-align: right;*/
/*}*/
/*.blockquote-reverse footer:before,*/
/*.blockquote-reverse small:before,*/
/*.blockquote-reverse .small:before,*/
/*blockquote.pull-right footer:before,*/
/*blockquote.pull-right small:before,*/
/*blockquote.pull-right .small:before {*/
    /*content: '';*/
/*}*/
/*.blockquote-reverse footer:after,*/
/*.blockquote-reverse small:after,*/
/*.blockquote-reverse .small:after,*/
/*blockquote.pull-right footer:after,*/
/*blockquote.pull-right small:after,*/
/*blockquote.pull-right .small:after {*/
    /*content: '\00A0 \2014';*/
/*}*/

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.blockquote-custom {
    position: relative;
    font-size: 1rem;
}

.blockquote-custom-icon {
    background: #fecc00;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 50px;
}

h3.headline {
    margin-top: 0 !important;
    font-weight: 600;
}

.fb-container {
    padding-bottom: 15px;
}

.page-meta-w > .fb-like {
    margin-bottom: 20px;
}

@media (max-width: 812px) {
    .page-meta-w > .fb-like {
        margin-bottom: 0;
    }
}

#popup1, #popup2 {
    padding-top: 200px;
}

@media (max-width: 812px) {
    #popup1 {
        padding-top: 100px;
    }
}

@media (min-width: 500px) {
    .img-order {
        max-width: 100px;
    }
}

.bg-yellow {
    background: #fecc00;
}
.text-yellow {
    color: #fecc00;
}

.custom-control-input:hover ~ .custom-control-label::before {
    border-color: #fecc00;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #fecc00;
    background-color: #fecc00;
}

.btn-gz {
    display: inline-block;
    outline: none;
    padding: .75em 1em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn-yellow {
    color: #26292f;
    background-color: #fecc00;
    border-color: #fecc00;
}
.btn-yellow:hover {
    color: #fff;
}

.btn-yellow-outline {
    border: 1px solid #fecc00;
    color: #fecc00;
    background: none;
}
.btn-yellow-outline:hover {
    color: #26292f;
    background: #fecc00;
}
.btn-yellow-outline.active {
    color: #fff;
    background: #fecc00;
}

.btn-yellow-outline-inverted {
    border: 1px solid #fecc00;
    color: #26292f;
    background: #fecc00;
}
.btn-yellow-outline-inverted:hover {
    border: 1px solid #fecc00;
    color: #fecc00;
    background: #fff;
}

.btn-red-outline {
    border: 1px solid #cd201e;
    color: #cd201e;
    background: none;
}
.btn-red-outline:hover, .btn-red-outline.active {
    color: #fff;
    background: #cd201e;
}

.btn-dark-outline {
    border: 1px solid #26292f;
    color: #26292f;
    background: none;
}
.btn-dark-outline:hover, .btn-dark-outline.active {
    color: #fff;
    background: #26292f;
}

.sidebar-order-btn {
    font-size: .9rem;
    padding-bottom: .5em;
    padding-top: .7em;
}

.font-weight-medium {
    font-weight: 500;
}

.shadow-light {
    -webkit-box-shadow: 0 24px 36px -11px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 24px 36px -11px rgba(0, 0, 0, 0.09);
    box-shadow: 0 24px 36px -11px rgba(0, 0, 0, 0.09);
}
.shadow-light:active {
    -webkit-box-shadow: 0 24px 36px -11px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 24px 36px -11px rgba(0, 0, 0, 0.12);
    box-shadow: 0 24px 36px -11px rgba(0, 0, 0, 0.12);
}

.payment-systems img {
    max-width: 100px;
}
@media (max-width: 767px) {
    .payment-systems img {
        padding-top: 10px;
    }
}
