.grecaptcha-badge {
    display: none !important;
}

.nav-pager__btn + .nav-pager__nums {
    margin-left: 1rem;
}

.js-output {
    margin-top: 20px;
    font-size: 18px;
    color: red;
}

.js-output:empty {
    margin-top: 0;
}

.js-output.success {
    color: green;
}

.page-404 {
    margin: 4rem 0 10rem;
}

.page-404__text {
    font-size: 18px;
    line-height: 1.4;
}

.page-404__text a {
    color: #20877D;
    background-image: linear-gradient(#20877D, #20877D);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size 0.25s ease-out, color 0.2s;
}
.page-404__text a:hover {
    background-size: 100% 1px;
}

.albums-tiles--full .albums-tiles__overlay {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('static_backend/img/flower.svg');
    background-repeat: no-repeat;
    background-position: 0 100%;
}

.albums-tiles__overlay-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.promo-1__gradient {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #20877D 7%, rgba(32, 135, 125, 0) 77.03%);
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}

.promo-1__flower {
    width: 100%;
    height: 100%;
    background: url("static_backend/img/promo-flower-1.svg") 0 100% no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.promo-1__flower-2 {
    width: 100%;
    height: 100%;
    background: url("static_backend/img/promo-flower-2.svg") 100% 100% no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.promo-1__flower-mobile {
    display: none;
}

.promo-2__gradient {
    width: 100%;
    height: 100%;
    background: radial-gradient(68.91% 583.14% at 73.44% 55.82%, #1C8081 0%, #0D676C 100%);
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}

.promo-2__flower {
    width: 100%;
    height: 100%;
    background: url("static_backend/img/promo-2-flower.svg") 0 100% no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 7;
}

.promo-2__image {
    bottom: 0;
    top: auto;
    background-repeat: no-repeat;
    z-index: 6;
    background-position: 50% 0;
    background-size: auto;
}

@media (min-width: 899.98px) {
    .promo-2__text {
        margin-top: 10rem;
    }
}
@media (max-width: 899.98px) {
    .header__name,
    .footer__name {
        font-size: 12px;
    }

    .promo-1__flower {
        background: url("static_backend/img/promo-flower-mobile.svg") 0 100% no-repeat;
    }
    .promo-1__flower-2 {
        display: none;
    }
    .promo-1__flower-mobile {
        display: block;
        width: 100%;
        height: 100%;
        background: url("static_backend/img/promo-flower-mobile-logo.svg") 100% 0 no-repeat;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 5;
    }
    .promo-1__gradient {
        background: linear-gradient(0deg, #20877D 19.92%, rgba(32, 135, 125, 0) 100%);
    }

    .nav-collapse .acc_head > i {
        position: relative;
        top: auto;
        right: auto;

        display: inline-block;
        vertical-align: middle;
        margin-left: 9px;
    }

    .tooltip{
        margin: 0 auto;
        position: unset;
    }

}

.article ul, .accordion__body ul {
    margin-left: 20px;
    list-style: disc;
}

.article ol, .accordion__body ol {
    margin-left: 20px;
    list-style: decimal-leading-zero;
}

.article i, .accordion__body i {
    font-style: italic;
}

.article b, .article strong, .accordion__body b, .accordion__body strong {
    font-weight: bold;
}

.article blockquote, .accordion__body blockquote {
    border-left: 16px solid #20877D;
    margin: 1.5em 0 1.5em 0;
    padding: 0 0 0 32px;
    quotes: "\201C""\201D""\2018""\2019";
}

.btn-filled[disabled] {
    opacity: 0.5;
}

.page__content {
    overflow: hidden;
}

.slider-thanks .swiper-wrapper {
    align-items: center;
}

.l-index__programs .programs__item {
    max-height: 275px;
}

.programs--full .programs__item {
    max-height: 450px;
}

.programs__name {
    max-height: 108px;
    overflow: hidden;
}

.programs__item:hover .programs__name {
    max-height: none;
}

.docs-tiles__name {
    max-width: 100%;
}

.l-index__read__row > div > .l-index__read__right {
    width: 100%;
}

.l-index__read__row > div > .l-index__read__left {
    width: 100%;
}

.events-list__place {
    word-wrap: break-word;
}

.page__flower {
    z-index: 1;
}

.header {
    z-index: 3;
}

.l-about-us__intro,
.l-albums__main,
.l-media__main,
.l-news__main {
    position: relative;
    z-index: 2;
}

.promo-2__image {
    background-size: cover;
}

.js-hide {
    display: none;
}

.btn-more {
    margin: 0 auto;
    margin-top: 4rem;
    border: 1px solid #20877D;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 150%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3rem;
    position: relative;
    text-transform: uppercase;
    transition: color .2s,background-color .2s;
    color: #20877D;
    max-width: 250px;
}

.docs-tiles__btn {
    text-align: center;
    margin-top: 2rem;
}

.checkbox--more {
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}

.promo-1,
.promo-2
{
    z-index: 1;
}

.points__title::first-letter,
.points-green__desc::first-letter {
    text-transform: uppercase;
}

.btn-forward {
    font-size: 2rem;
}

@media (max-width: 1199.98px) {
    .no-scroll {
        overflow: hidden;
    }
}

.slider-thanks .swiper-pagination-bullet {
    margin-bottom: 16px !important;
}

.albums-tiles__overlay {
    backdrop-filter: blur(6px);
}
.footer__name {
    display: flex;
    flex-direction: column;

}
.copy-dev {
    margin-top: auto;
    display: flex;
    align-items: center;
    
@media (max-width: 640px) {
	margin-bottom: 30px;
}	
}

.copy-dev__link svg {
	width: 6rem
}

.copy-dev__link {
    margin-left: 5px;
}

.copy-dev {
@media (max-width: 899px) {
	margin-top: 30px;
}
}
