/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 1.0
Text Domain: flatsome-child
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.processing:before, .loading-spin.centered{
    visibility: hidden;
}


.tribe-events .tribe-events-c-messages__message--notice .tribe-events-c-messages__message-icon-svg,
.tribe-events .tribe-events-calendar-month-mobile-events__mobile-day--show .tribe-events-c-messages__message-list-item[data-key]{
    display: none!important;
}
.slider-main{
    display: none;
    /*width: 540px;*/
    /*height: 375px;*/
    height: 230px;
    margin-bottom: 25px;
}
.slider-main.slick-slider{
    display: block;
}
.slider-main .img-wrapper{
    /*width: 540px;*/
    /*height: 375px;*/
    height: 230px;
    border-radius: 10px;
    overflow: hidden;
}

.slider-nav{
    /*width: 540px;*/
    display: none;
    /*margin-right: 45px;*/
}

.slider-nav .slick-list{
    margin-right: 65px;
}

.slider-nav.slick-slider{
    display: block;
}
.slider-nav .img-wrapper{
    border-radius: 10px;
    width: 70px!important;
    height: 70px;
    overflow: hidden;
}
.slider-nav .img-wrapper:hover{
    cursor: pointer;
}
.slider-nav .img-wrapper > img{
    width: 150px;
    height: 100px;
}
.slider-nav .slick-slide{
    /*margin: 0 20px 0 0;*/
}
.img-wrapper > img{
    width: 100%;
    max-height: 100%;
}
.slick-prev.slick-arrow{
    display: none!important;
}
.slick-next.slick-arrow{
    background-color: #f5f5f5;
    height: 100px;
    width: 65px;
    border-radius: 10px;
    right: 0;
    top: 45%;
    background-image: url(./assets/img/arrow-blue-right.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.slick-next:before{
    color: black;
    display: none;
}



#top-bar .flex-col.flex-left {
    width: 100%;
}


.header-block-block-2,
.header-block-block-3{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

.main-top-bar{
    width: 360px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.main-top-bar .tour{
    display: none;
}

#footer {
    background: linear-gradient( 180deg, #081c2d 0%, #003f5c 100%);
    padding: 25px;

}
.footer-widgets.footer.footer-1{
    text-align: center;
}

.footer-widgets.footer.footer-1 .social-list {
    display: flex;
    width: 320px;
    padding: 0;
    order: 3;
    margin: 0 auto;
}

#wide-nav.header-bottom{
    background: #f5f5f5;
}

.adress {
    display: flex;
    font-size: 10px;
    line-height: 12px;
    font-weight: 300;
    color: #565d64;
    margin: 0 0 10px;
    white-space: pre-wrap;
}

.adress span {
    font-weight: 500;
}

.adress::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 13px;
    margin-right: 10px;
    background: url(./assets/img/marker.svg) no-repeat center;
}

.event-list {
    color: #565d64;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 10px;
    line-height: 12px;
    font-weight: 300;
}

.event-list__item {
    margin-left: 20px;
    display: flex;

}

.event-list__item--candle {
    margin-left: 0;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.event-list__item--candle::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 7px;
    background: url(./assets/img/candle.svg) no-repeat center;
}
.event-list__item-time {
    font-weight: 500;
    white-space: pre;
}
.option-container {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.lang {
    font-size: 14px;
    line-height: 16px;
    color: #565D64;
    font-weight: 300;
    display: flex;
    align-items: center;
}
.lang--uk::after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: #565D64;
    margin-left: 8px;
}
.lang--active {
    color: #23BEEC;
    font-weight: 500;
}
.lang-toggle {
    display: flex;
    width: 65px;
    justify-content: space-between;
}
.tour {
    font-size: 14px;
    line-height: 16px;
    color: #565D64;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding-right: 25px;
}
.tour::before {
    content: "";
    display: block;
    width: 26px;
    height: 27px;
    background: url(./assets/img/3d-gray.png) no-repeat center;
    margin-right: 10px;
}
.header__contacts.has-block.tooltipstered{
    display: block;
}
.header__contacts.has-block.tooltipstered .header__contacts-text{
    font-size: 14px;
}
.header__contacts {
    display: none;
    order: 4;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 34px;
}
.header__contacts-wrapper {
    display: flex;
    flex-direction: column;
}
.header__contacts--active {
    display: flex;
}
.header__contacts--full {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 20px;
    display: flex;
    width: 290px;
    border-radius: 8px;
    margin: 0 -50% 0 0;
    padding: 15px 22px;
    background-color: #fffff1;
    z-index: 10;
    opacity: 0.8;
}
.header__contacts--full a {
    color: #000;
}

.header__contacts--full p {
    color: #565D64;
}

.header__contacts-text {
    font-size: 10px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 4px 0 !important;
}
.header__contacts-tel {
    border: none;
    background-color: inherit;
    color: #fff;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 1px;
}
.header__contacts-btn {
    display: none;
    cursor: pointer;
}
.header__contacts-btn--close {
    border-bottom: 4px solid #000;
    border-top: none !important;
}

.social-list {
    display: none;
    order: 6;
    list-style: none;
    padding: 0 40px;
    margin: 0 0 40px 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.social-list__item{
    margin-bottom: 0 !important;
}
.social-list--active {
    display: flex;
}
.social-list__link {
    display: flex;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.social-list__link--youtube {
    background-image: url(./assets/img/youtube.png);
}
.social-list__link--youtube:hover {
    background-image: url(./assets/img/youtube-hover.png);
}
.social-list__link--instagram {
    background-image: url(./assets/img/instagram.png);
}
.social-list__link--instagram:hover {
    background-image: url(./assets/img/instagram-hover.png);
}
.social-list__link--facebook {
    background-image: url(./assets/img/facebook.png);
}
.social-list__link--facebook:hover {
    background-image: url(./assets/img/facebook-hover.png);
}
.social-list__link--telegram {
    background-image: url(./assets/img/telegram.png);
}
.social-list__link--telegram:hover {
    background-image: url(./assets/img/telegram-hover.png);
}
.bottom-menu-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.bottom-menu-wrapper .tour{
    font-size: 18px;
}
.bottom-menu-wrapper .lang-toggle{
    padding-left: 25px;
    width: 100px;
}
.bottom-menu-wrapper .lang-toggle .lang{
    font-size: 18px;
}
.bottom-menu-wrapper .lang-toggle .lang.lang--active{
    color: #23BEEC;
}
.bottom-menu-wrapper .flex-row{
    margin-bottom: 15px;
}
.bottom-menu-wrapper .social-list{
    display: flex;
    /*padding: 0 15px!important;*/
}
.bottom-menu-wrapper .social-list .social-list__item{
    width: 50px;
}
.header-search-icon-wrapper{
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 25px 0 0;
}

.header__search.searchform{
    position: absolute;
    display: block;
    margin: 0;
    width: auto;
    height: 38px;
    top: 0;
    right: 0;
    bottom: 0;
}
.header-search-icon-wrapper .header__search-submit {
    display: none;
}
.header__search-icon {
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    background: linear-gradient(30deg, #99d7f7 7.14%, #009fe3 106.59%);
    z-index: 100;
    margin: 0;
    right: 0;
}
.header__search-icon::before {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    content: '';
    width: 17px;
    height: 17px;
    background-image: url(./assets/img/search-white.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.header-search-icon-wrapper .header__search-text{
    display: none;
    border-radius: 50px;
    height: 38px;
    width: 250px;
    border: 1px solid #23beec;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding-right: 35px;
}
.header-search-icon-wrapper.header-search-icon-visible .header__search-text{
    display: block;
}
.header-search-form-wrapper .icon-search{
    color: black;
}
.header-main-bottom .header-button {
    display: block;
}
.header-button .button.secondary{
    order: 7;
    width: 310px;
    padding: 12px 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    background: linear-gradient(268.21deg, #FF2E00 2.59%, #FF9900 96.33%);
    margin: 16px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    text-transform: inherit;
    z-index: 9;
}
.header-button .button.secondary:hover {
    background: linear-gradient(268.21deg, #FF2E00 2.59%, #FF9900 96.33%);
}
.header-button .button.secondary::before {
    content: "";
    display: block;
    margin-right: 6px;
    width: 19px;
    height: 16px;
    background: url(./assets/img/purse.svg) no-repeat center;
}
.banner .button.primary.index-main__slider-link {
    font-size: 16px;
    line-height: 45px;
    font-weight: 500;
    color: #fff;
    width: 254px;
    height: 46px;
    border-radius: 28px;
    background-color: #23BEEC;
    box-shadow: 0 5px 11px #035176;
    text-transform: inherit;
}

.banner .index-main__slider-text {
    /*width: 280px;*/
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
    color: #fff;
}
.banner .index-main__slider-text span {
    font-weight: 500;
}

.section-title b{
    opacity: 0;
}
.donate-btn {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    background: linear-gradient(268.21deg, #FF2E00 2.59%, #FF9900 96.33%);
    margin: 16px auto;
    width: 290px;
}
.donate-btn::before {
    content: "";
    display: block;
    margin-right: 6px;
    width: 19px;
    height: 16px;
    background: url(./assets/img/purse.svg) no-repeat center;
}
.donate-btn:hover {
    background: linear-gradient(268.21deg, #FF2E00 2.59%, #FF9900 96.33%);
    color: white;
}
.work-time {
    padding-bottom: 8px;
}
.work-time .work-time__title {
    margin: 0 0 14px 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #AACF38;
}
.work-time__text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 25px 0;
}
.work-time__text span {
    font-weight: 700;
}

.footer-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-nav__list .footer-nav__item .footer-nav__link {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #AACF38;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
.footer-nav__list .footer-nav__item .footer-nav__link::after {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    margin-left: 14px;
    background: url(./assets/img/arrow-green-right.svg) no-repeat center;
}
.footer-nav__list .footer-nav__item .footer-nav__link:hover {
    color: #23BEEC;
}
.footer-nav__list .footer-nav__item .footer-nav__link--close::after {
    background: url(./assets/img/arrow-green-down.svg) no-repeat center;
}

.footer-nav__list .footer-nav__item .footer-nav__link--open {
    margin-bottom: 8px;
}
.footer-nav__list .footer-nav__item .footer-nav__link--open::after {
    background: url(./assets/img/arrow-green-up.svg) no-repeat center;
}
.footer-nav__list .about-us__list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}
.footer-nav__list .about-us__list .about-us__item{
    margin: 0;
}
.footer-nav__list .about-us__list .about-us__link {
    display: flex;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    font-weight: 300;
    padding: 8px 0;
}
.footer-nav__list .footer-nav__item .footer-nav__item-inner-block {
    margin-top: 8px;
    display: none;
    flex-direction: column;
}
.footer-nav__list .footer-nav__item .inner-block__item {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    padding: 8px 0;
}
.footer-nav__list .footer-nav__item button.button.primary.inner-block__order:hover{
    color: white;
}
.footer-nav__list .footer-nav__item button.button.primary.inner-block__order,
.footer-nav__list .footer-nav__item .inner-block__order {
    color: #23BEEC;
    border: 1px solid #23BEEC;
    font-size: 14px;
    line-height: 16px;
    padding: 6px 26px;
    border-radius: 50px;
    background: transparent;
    margin: 0;
    min-height: auto;
    height: auto;
    letter-spacing: inherit;
}
.footer-widgets.footer .row{
    border-bottom: 1px solid #112A3F;
}
.footer-widgets.footer .col{
    padding-right: 0;
    padding-left: 0;
}
.absolute-footer .container{
    padding-left: 0;
    padding-right: 0;
}

.footer-wrapper-inner {
    width: 290px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.footer-wrapper--up {
    border-bottom: 1px solid #112A3F;
}
.footer-wrapper--center {
    padding: 43px 0 17px;
    border-bottom: 1px solid #112A3F;
}
.footer-wrapper--down {
    padding: 36px 0 40px;
}
.logo-center {
    width: 67px;
    height: 67px;
    margin: 0 auto 53px;
}
.copyright {
    margin: 0 auto 44px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #fff;
    width: 200px;
    text-align: center;
}
.developer {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}
.footer-wrapper-inner .developer .developer__link {
    color: #AACF38;
    text-decoration: underline;
}
.nav.header-nav li.menu-item a{
    font-weight: 400;
    font-size: 16px;
}

.nav.header-nav li.menu-item{
    margin: 0 12px;
}

.current-menu-item.active a{
    background-color: #23BEEC;
    border-radius: 30px;
    padding: 8px 12px;
}
.page-wrapper-content__note {
    font-size: 10px;
    line-height: 12px;
    color: #797979;
    font-weight: 300;
    display: block;
    margin-bottom: 30px;
}
.page-wrapper-content__note span {
    font-weight: 600;
}
.page-content-text {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    margin: 0 0 16px 0;
}
.page-content-text span {
    font-weight: 700;
}
.about-us-page-content__title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    margin: 22px 0 30px;
}
.about-us-page__donate-btn {
    position: relative;
    margin: 60px auto;
}
.direction-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.about-us-page-content__advice {
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
    color: #2C2624;
    text-align: center;
}
.advice-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.advice-list__item {
    margin-bottom: 20px;
}
.advice-list__link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    padding: 16px 8px;
    font-size: 16px;
    width: 290px;
    height: 80px;
}
.advice-list__link--first {
    background-color: #23BEEC;
}
.advice-list__link--second {
    background-color: #AACF38;
}
.advice-list__link--third {
    background-color: #F89B20;
}
.about-us-page__list {
    list-style: none;
    padding: 0;
    margin: 0 auto 40px auto;
    display: block;
    width: 320px;
}
.about-us-page__item {
    margin-right: 0;
}
.about-us-page__link {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.about-us-page__link--active {
    color: #23BEEC!important;
}
.program-page__list {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.program-page__item {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    color: #2C2624;
    width: 290px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.program-page__item::before {
    content: "";
    display: block;
    width: 160px;
    height: 160px;
}
.program-page__item--first::before {
    background: url(./assets/img/icon-green.svg) no-repeat center;
}
.program-page__item--second::before {
    background: url(./assets/img/icon-orange.svg) no-repeat center;
}
.program-page__item--third::before {
    background: url(./assets/img/icon-yellow.svg) no-repeat center;
}
.program-page__wrapper-video {
    border-radius: 8px;
    height: 250px;
    background: url(./assets/img/video-background.jpg) no-repeat center;
    background-size: cover;
}
.program-items-page__list,
.kids-studio-page__list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: 255px;
    grid-gap: 30px;
    width: 290px;
}

.program-items-page-item,
.kids-studio-page-item {
    min-height: 328px;
    box-shadow: 0 9px 18px rgba(156, 156, 156, 0.2);
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    margin: 0!important;
}
.program-items-page-item > a.main-link,
.kids-studio-page-item > a.main-link{
    display: flex;
    flex-wrap: wrap;
    margin: 0!important;
    width: 100%;
}
.program-items-page-item__wrapper-picture,
.kids-studio-page-item__wrapper-picture {
    margin-bottom: 10px;
    width: 100%;
    height: 187px;
    border-radius: 10px;
    overflow: hidden;
}
.program-items-page-item__wrapper-picture > img,
.kids-studio-page-item__wrapper-picture > img{
    width: 100%;
}
.program-items-page-item__text,
.kids-studio-page-item__text {
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
    margin: 0;
    text-align: center;
    width: 100%;
    align-self: flex-start;
}
.program-items-page-item__link,
.kids-studio-page-item__link {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #23BEEC;
    border-radius: 30px;
    border: 1px solid #23BEEC;
    width: 140px;
    padding: 8px 31px;
    text-align: center;
    margin: 10px auto 0;
    align-self: flex-end;
}
.program-items-page-item__link:hover,
.kids-studio-page-item__link:hover {
    color: #AACF38;
    border: 1px solid #AACF38;
}
.kids-studio-page-item__link--inactive {
    color: #DEDEDE;
    border: 1px solid #DEDEDE;
}
.page-content-title {
    font-weight: 500;
    margin: 0 0 24px 0;
    font-size: 23px;
    line-height: 30px;
}
.kindergarten-page__inner-wrapper {
    display: grid;
    grid-template-columns: 1fr;
}
.kindergarten-page__content-title {
    justify-self: center;
    text-align: center;
}
.kindergarten-pictures {
    list-style: none;
    padding: 0;
    margin: 30px auto;
    display: grid;
    grid-template-columns: 290px;
    grid-gap: 30px;
    width: 290px;
}
.kindergarten-pictures .kindergarten-pictures__item > img{
    width: 100%;
}
.kindergarten-pictures__item{
    margin: 0!important;
}
.kindergarten-page__picture-wrapper > img{
    width: 100%;
}
.kindergarten-page__picture-wrapper {
    margin-bottom: 20px;
    justify-self: center;
    width: 100%;
}
.kindergarten-page__link-form {
    color: #fff;
    display: block;
    width: 240px;
    min-height: 48px;
    font-size: 20px;
    line-height: 24px;
    padding: 12px 26px;
    background: linear-gradient(93.63deg, #5DC8FF 3.6%, #0092E4 107.17%);
    border-radius: 30px;
    margin: 20px auto 0;
}
.kindergarten-page__link-form:hover {
    background: linear-gradient(106.94deg, #FFED00 5.91%, #3AAA35 88.53%);
}
.kindergarten-page__link-form--inactive {
    background: #DEDEDE;
}
.kindergarten-page__video-wrapper {
    border-radius: 8px;
    height: 250px;
    background: url(./assets/img/video-background-3.jpg) no-repeat center;
    background-size: cover;
}

.button.primary.popmake_link-form.rent-item__order:hover{
    box-shadow: none;
}
.button.primary.popmake_link-form.rent-item__order{
    color: #23BEEC;
    border: 1px solid #23BEEC;

    background: transparent;
}
.pum_sub_form{
    padding-top: 45px;
}
.pum-sub-form-submit{
    color: #fff;
    display: block;
    width: auto;
    min-height: 48px;
    font-size: 20px;
    line-height: 24px;
    padding: 12px 26px;
    background: linear-gradient(93.63deg, #5DC8FF 3.6%, #0092E4 107.17%);
    border-radius: 50px;
    margin: 20px auto;
}
.popmake_link-form {
    color: #fff;
    display: block;
    width: auto;
    min-height: 48px;
    font-size: 20px;
    line-height: 24px;
    padding: 12px 26px;
    background: linear-gradient(93.63deg, #5DC8FF 3.6%, #0092E4 107.17%);
    border-radius: 50px;
    margin: 20px auto;
}
.popmake_link-form:hover {
    background: linear-gradient(106.94deg, #FFED00 5.91%, #3AAA35 88.53%);
}
.popmake_link-form--inactive {
    background: #DEDEDE;
}

.subscription .popmake_link-form{
    margin: 20px auto 20px 0;
}

.page-content__form {
    background-color: #fff;
    opacity: 1;
    width: 290px;
    padding: 20px 12px 12px;
    border: 1px solid #F5F5F5;
    box-shadow: 0 20px 40px rgba(156, 156, 156, 0.2);
    border-radius: 16px;
    display: none;
    grid-template-columns: 1fr;
    justify-content: center;
    grid-row-gap: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-bottom: 50%;
    margin-right: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}
.page-content__form--active {
    display: grid;
}
.page-content__form-title {
    text-align: center;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    justify-self: center;
    width: 70%;
}
.page-content__form-title span {
    font-size: 20px;
    line-height: 24px;
}
.page-content__form-input {
    width: 100%;
    min-height: 41px;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    padding-left: 20px;
    font-weight: 300;
}
.page-content__form-input::placeholder {
    font-size: 14px;
    line-height: 36px;
    color: #2C2624;
}
.page-content__form-input::-moz-placeholder {
    color: #2C2624;
    opacity: 1;
}

.page-content__form-textarea {
    padding-left: 10px;
    padding-top: 8px;
    min-height: 113px;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
}
.page-content__form-textarea::placeholder {
    font-size: 14px;
    line-height: 16px;
    color: #2C2624;
}
.page-content__form-textarea::-moz-placeholder {
    color: #2C2624;
    opacity: 1;
    font-size: 14px;
    line-height: 16px;
}

.page-content__form-submit {
    justify-self: center;
    color: #fff;
    min-width: 240px;
    min-height: 48px;
    font-size: 20px;
    line-height: 24px;
    padding: 12px 26px;
    background: linear-gradient(93.63deg, #5DC8FF 3.6%, #0092E4 107.17%);
    border-radius: 30px;
    border: none;
}
.page-content__form-close {
    width: 40px;
    height: 40px;
    border: none;
    background-color: #23BEEC;
    background-image: url(./assets/img/burger-close.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 8px;
}
.volunteers-page__subtitle {
    text-align: center;
    margin: 0 0 12px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}
.volunteers-page__title {
    text-align: center;
}
.volunteers-page__list {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.volunteers-page__item {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    color: #2C2624;
    width: 290px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
}
.volunteers-page__item::before {
    content: "";
    display: block;
    width: 88px;
    height: 88px;
    background-size: cover;
    margin-bottom: 8px;
}
.volunteers-page__item--first::before {
    background: url(./assets/img/icon-4.svg) no-repeat center;
}
.volunteers-page__item--second::before {
    background: url(./assets/img/icon-5.svg) no-repeat center;
}
.volunteers-page__item--third::before {
    background: url(./assets/img/icon-6.svg) no-repeat center;
}
.volunteers-page__item--fourth::before {
    background: url(./assets/img/icon-7.svg) no-repeat center;
}
.volunteers-page__link-form {
    color: #fff;
    display: flex;
    width: 240px;
    min-height: 48px;
    font-size: 20px;
    line-height: 24px;
    padding: 12px 26px;
    background: linear-gradient(93.63deg, #5DC8FF 3.6%, #0092E4 107.17%);
    border-radius: 30px;
    margin: 20px auto 40px;
}
.volunteers-page__video-wrapper {
    border-radius: 8px;
    height: 250px;
    background: url(./assets/img/video-background-2.jpg) no-repeat center;
    background-size: cover;
}
.volunteers-page__content-wrapper .page-content__form {
    display: none;
}
.volunteers-page__content-wrapper .page-content__form.page-content__form--active {
    display: grid;
}
.rent-page__content-text {
    margin: 0 auto 40px;
    background-color: #f5f5f5;
    color: #2C2624;
    font-size: 18px;
    line-height: 26px;
    padding: 20px 24px;
    max-width: 500px;
    text-align: center;
}
.rent-page__content-text a {
    color: #2C2624;
    padding-left: 16px;
    font-weight: 700;
}
.rent-page__list {
    list-style: none;
    padding: 0 15px;
    margin: 0 auto;
    display: grid;
    grid-gap: 30px;

    grid-template-columns: 1fr;
}
.rent-item {
    border-radius: 10px;
    max-height: 360px;
    display: flex;
    position: relative;
    margin: 0!important;
}
.rent-item > img{
    width: 100%;
}
.rent-item__info-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    border-radius: 0 0 10px 10px;
    background-color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    color: #fff;
}
.rent-item__title {
    width: 100%;
    margin: 0 0 8px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: white;
}
.rent-item__text {
    width: 50%;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    margin: 0;
}
.rent-item__text span {
    font-weight: 700;
}

.rent-item__order {
    font-size: 12px;
    line-height: 14px;
    color: #23BEEC;
    border: 1px solid #23BEEC;
    padding: 6px 20px;
    border-radius: 30px;
    height: 30px;
}
.rent-item__order:hover{
    color: #23BEEC;
    border: 1px solid #23BEEC;
}






.hall-description {
    margin: 0 auto;
    max-width: 540px;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr;
}
.hall-description__info-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.hall-description__title {
    margin: 0 0 20px;
    font-weight: 500;
    color: #2C2624;
    width: 100%;
}
.page-content-text--hall-description {
    width: 100%;
    margin-bottom: 0;
}

.page-content-text--hall-square {
    margin-bottom: 20px;
}
.hall-description__info-wrapper .rent-item__order {
    margin-top: 20px;
}

.hall-pictures-list {
    list-style: none;
    padding: 0;
    margin: 20px auto 14px;
    display: flex;
    max-width: 540px;
}
.hall-pictures-list__item {
    border-radius: 10px;
    min-width: 78px;
    min-height: 52px;
    margin-right: 20px;
    margin-left: 0!important;
}
.hall-pictures-list__btn {
    min-width: 30px;
    background-color: #f5f5f5;
    background-image: url(./assets/img/arrow-blue-right.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.page-content-title--hall-description {
    margin-top: 30px;
}
.hall-description-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hall-description-list__item {
    display: flex;
    align-items: flex-start;
    margin-left: 0!important;
}
.hall-description-list__item::before {
    content: "";
    display: block;
    width: 15px;
    height: 11px;
    margin-right: 15px;
    margin-top: 4px;
    background: url(./assets/img/check.svg) no-repeat center;
}
.rent-item__order.rent-item__order--full-bg {
    background: linear-gradient(93.63deg, #5DC8FF 3.6%, #0092E4 107.17%);
    margin: 30px auto 0;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    width: 211px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.activities-page__content-text {
    margin: 0 auto 40px;
    background-color: #f5f5f5;
    color: #2C2624;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 24px;
    max-width: 500px;
}
.activities-page-list {
    min-width: 290px;
    list-style: none;
    padding: 0 15px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 50px;
}
.activities-page-item {
    margin: 0 auto;
    display: grid;
    max-width: 540px;
    grid-template-columns: 100%;
    grid-row-gap: 10px;
}
.activities-page-item__picture-wrapper {
    border-radius: 10px;
    position: relative;
}
.activities-page-item__date {
    margin: 0;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 10;
    background: rgba(44, 38, 36, 0.8);
    border-radius: 3px 0 0 3px;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    padding: 4px;
}
.activities-page-item__date span {
    font-weight: 700;
}
.activities-page-item__info-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.activities-page-item__title {
    width: 100%;
    margin: 0 0 12px 0;
    color: #2C2624;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}
.activities-page-item__calendar-wrapper {
    width: 100%;
    margin-bottom: 10px;
}

.activities-page-item__calendar {
    font-size: 10px;
    line-height: 12px;
    color: #C7C7C7;
    margin-right: 26px;
}
.activities-page-item__calendar::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 4px;
    background: url(./assets/img/calendar.svg) no-repeat center;
}
.activities-page-item__view {
    font-size: 10px;
    line-height: 12px;
    color: #C7C7C7;
}
.activities-page-item__view::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 4px;
    background: url(./assets/img/eye.svg) no-repeat center;
}
.activities-page-item__text {
    width: 100%;
    color: #2C2624;
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 18px;
}
.activities-page-item__link {
    font-size: 12px;
    line-height: 14px;
    color: #23BEEC;
    border: 1px solid #23BEEC;
    padding: 6px 20px;
    border-radius: 30px;
    align-self: flex-end;
    margin-top: 12px;
    height: 30px;
}
.nav-pagination>li>.page-number{
    border: none;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 300;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    min-width: 35px;
}
.nav-pagination>li>a.page-number i{
    font-size: 20px;
    line-height: 26px;
    top: 0;
}
.nav-pagination>li>.page-number.current{
    background-color: #AACF38;
    color: #fff;
}
.nav-pagination>li>a.page-number:hover{
    background-color: #23BEEC;
    color: #fff;
}
.pagination-wrapper{
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
}
.donate-page__ways-wrapper {
    display: flex;
    justify-content: space-between;
    width: 290px;
    margin: 0 auto 30px;
    padding: 0 10px;
}
.donate-page__way-link {
    border-radius: 14px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #23BEEC;
    width: 130px;
    height: 48px;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}
.donate-page__way-link:hover{
    color: #23BEEC;
}
.donate-page__way-link--active:hover{
    color: #fff;
}
.donate-page__way-link--active {
    color: #fff;
    background-color: #23BEEC;
}



.donate-form-container{
    width: 290px;
    margin: 0 auto;
}
.donate-form-container .error{
    color: red;
    font-size: 1.2rem;
}

.donate-form-type-wrapper{
    display: flex;
    padding-left: 10px;
}
.button.donate-form-type-btn{
    border-radius: 5px 5px 0 0;
    background-color: #d2d2d2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 142px;
    height: 41px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin-right: 6px;
    margin-bottom: 0;
    font-weight: 100;
    padding: 0;
}
.button.donate-form-type-btn.active{
    background-color: #AACF38;
}
.donate-form-container .donate-form__label{
    margin-bottom: 15px;
}
.donate-form-period{
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.donate-form__calendar-wrapper > div{
    margin-bottom: 25px;
}

.rmp-widgets-container .rmp-rating-widget__not-rated,
.rmp-widgets-container .rmp-rating-widget__results,
.rmp-widgets-container .rmp-rating-widget__msg,
.rmp-widgets-container .rmp-heading{
    display: none !important;
}


@media (min-width: 1300px){
    .donate-form-container{
        width: 920px;
    }
    .donate-form-type-wrapper{
        padding-left: 25px;
    }
    .button.donate-form-type-btn{
        width: 276px;
        height: 54px;
        font-size: 22px;
        line-height: 33px;
        margin-right: 12px;
    }
    .donate-form-container .donate-form__label{
        margin-bottom: 35px;
    }
    .donate-form-period-block{
        padding-left: 15px;
    }
    .donate-form-period{
        margin: 0;
        padding: 10px 15px;
        font-weight: 400;
    }
}


.donate-page__payment-wrapper {
    display: flex;
    width: 290px;
    margin: 0 auto;
    padding-left: 10px;
}
.donate-page__payment-link {
    border-radius: 5px 5px 0 0;
    background-color: #d2d2d2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 142px;
    height: 41px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin-right: 6px;
}
.donate-page__payment-link:hover{
    color: #fff;
}
.donate-page__payment-link--active {
    background-color: #AACF38;
}
.donate-form {
    width: 290px;
    margin: 0 auto;
    border: 1px solid #AACF38;
    border-radius: 10px;
    padding: 26px 8px 24px;
    background-color: #f5f5f5;
    display: grid;
    grid-template-columns: 290px;
}
.donate-form__wrapper {
    width: 274px;
}
.donate-form__text {
    color: #A9A9A9;
    font-size: 17px;
    line-height: 26px;
    font-weight: 300;
    margin: 0 0 18px;
}
.donate-form__text--sum-choice {
    display: none;
}
.donate-form__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 126px);
    grid-template-rows: 63px 63px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}
.donate-form__item input {
    display: none;
}

.donate-form__amount {
    border-radius: 14px;
    color: #23BEEC;
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    display: flex!important;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    height: 100%;
    padding: 15px 35px;
    border: 1px solid #ffffff;
    width: 100%;
}
.donate-form__amount:hover {
    cursor: pointer;
    border-color: #23BEEC;
}
.donate-form__amount span {
    font-weight: 300;
    white-space: pre;
}
.donate-form__item{
    margin: 0!important;
    display: flex;
}
.donate-form__item input:checked + .donate-form__amount {
    color: #fff;
    background-color: #23BEEC;
}

.donate-form__sum-field {
    position: relative;
}
.donate-form__sum-field span {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    color: #23BEEC;
    position: absolute;
    top: 47%;
    transform: translate(0, -50%);
    right: 30px;
}
.donate-form__sum-field input {
    padding-left: 20px;
    font-size: 24px;
    line-height: 60px;
    font-weight: 300;
    width: 274px;
    height: 60px;
    border-radius: 14px;
    background-color: #fff;
    border: none;
    margin-top: 20px;
}
.donate-form__sum-field input::placeholder {
    font-size: 24px;
    line-height: 56px;
    font-weight: 300;
    color: #A9A9A9;
    padding-left: 20px;
}
.donate-form__sum-field input::-moz-placeholder {
    color: #A9A9A9;
    opacity: 1;
}
.donate-form__text--data {
    display: block;
    margin-top: 24px;
    margin-bottom: 18px;
}
.donate-form__label {
    display: block;
    position: relative;
}
.donate-form__label--valid::after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(./assets/img/check-valid-input.svg) no-repeat center;
    position: absolute;
    right: 16px;
    top: 16px;
}
.donate-form__label--invalid::after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(./assets/img/cross-red.svg) no-repeat center;
    position: absolute;
    right: 16px;
    top: 16px;
}

.donate-form__wrapper input.donate-form__input {
    padding-left: 20px;
    font-size: 14px;
    line-height: 41px;
    font-weight: 400;
    width: 274px;
    height: 41px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    margin-bottom: 0;
}
.donate-form__wrapper input.donate-form__input::placeholder {
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
    color: #2C2624;
}
.donate-form__input--valid {
    border: 1px solid #23BEEC;
}
.donate-form__input--invalid {
    border: 1px solid #F82D20;
}
.donate-form__wrapper input.donate-form__input::-moz-placeholder {
    color: #2C2624;
    opacity: 1;
}

.donate-form__btn-submit {
    background: linear-gradient(106.94deg, #FFED00 5.91%, #3AAA35 88.53%);
    border-radius: 50px;
    border: none;
    color: #fff;
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    width: 174px;
    height: 53px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.donate-page__text {
    color: #2C2624;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin: 20px auto;
    width: 290px;
    font-weight: 600;
}
.donate-page__requisites-wrapper {
    width: 290px;
    margin: 0 auto;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    padding: 32px 8px 30px;
    background-color: #f5f5f5;
}
.bank-details__title {
    color: #23BEEC;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 18px 0;
}
.bank-details__text {
    color: #2C2624;
    font-size: 16px;
    line-height: 27px;
    margin: 0 0 24px 0;
    font-weight: 400;
}
.bank-details__text--contacts {
    margin-bottom: 27px;
}
.bank-details__text--contacts span {
    font-weight: 500;
    color: #AACF38;
}
.bank-details__text--contacts a {
    color: #2C2624;
}
.donate-form__calendar-wrapper {
    margin-top: 20px;
}
.donate-form__calendar-label {
    position: relative;
}
.donate-form__calendar-label span {
    width: 24px;
    height: 24px;
    display: block;
    background: url(./assets/img/calendar-blue.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}
.donate-form__input--calendar {
    padding-left: 20px;
    font-size: 24px;
    line-height: 60px;
    font-weight: 300;
    width: 274px;
    height: 60px;
    border-radius: 14px;
    background-color: #fff;
    border: none;
}
.donate-form__input--calendar::placeholder {
    font-size: 18px;
    line-height: 56px;
    font-weight: 300;
    color: #2C2624;
}
.donate-form__input--calendar::-moz-placeholder {
    color: #2C2624;
    opacity: 1;
}

.donate-form_select-wrapper {
    position: relative;
    width: 274px;
}
.donate-form_select-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    right: 28px;
    top: 28px;
    z-index: 1;
    width: 7px;
    height: 3px;
    background: url(./assets/img/arrow-black-down.svg) no-repeat center;
}
.donate-form__period {
    border: none;
    background-color: #fff;
    border-radius: 14px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    height: 60px;
    width: 274px;
    padding: 0 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.donate-form__info {
    color: #2C2624;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 18px 0;
}
.donate-form__info--quote {
    color: #565D64;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    margin: 0;
}
.donate-form_select-wrapper--donate-choice::after {
    right: 28px;
    top: 18px;
}
.donate-form__help-choice {
    border: 1px solid #DDDDDD;
    background-color: #fff;
    border-radius: 6px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    height: 41px;
    width: 274px;
    padding: 0 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 20px;
    background-image: none;
}
.table_schedule td,
.table_schedule th{
    padding: .5em;
    text-align: left;
    border: 1px solid #ececec;
}
.programs__title {
    margin-bottom: 20px;
    color: #2C2624;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
}
.programs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-row-gap: 44px;
}
.programs-list__item {
    margin: 0!important;
    border-radius: 16px;
    border: 1px solid #F5F5F5;
    box-shadow: 0 10px 20px rgba(156, 156, 156, 0.2);
    padding-bottom: 17px;
    height: auto;
}
.programs-list__item-photo {
    position: relative;
}
.programs-list__item-photo::after {
    content: "";
    display: block;
    width: 68px;
    height: 68px;
    position: absolute;
    z-index: 10;
    bottom: -28px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.programs-list__item-photo--first::after {
    background: url(./assets/img/icon-green.svg) no-repeat center;
    background-size: cover;
}
.programs-list__item-photo--second::after {
    background: url(./assets/img/icon-orange.svg) no-repeat center;
    background-size: cover;
}
.programs-list__item-photo--third::after {
    background: url(./assets/img/icon-yellow.svg) no-repeat center;
    background-size: cover;
}
.programs-list__item-title {
    margin: 38px 0 14px;
    color: #2C2624;
    font-size: 20px;
    line-height: 26px;
    padding-left: 7px;
}
.progam-sublist {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: grid;
    grid-gap: 7px;
}
.progam-sublist__item {
    font-size: 12px;
    line-height: 16px;
    position: relative;
    margin-left: 24px!important;
    margin-bottom: 0 !important;
    font-weight: 400;
}
.progam-sublist__item::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #AACF38;
    border-radius: 50%;
    position: absolute;
    left: -13px;
    top: 5px;
}
.programs-list__item-subscribe {
    width: 143px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    border-radius: 30px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.programs-list__item-subscribe--green {
    background: linear-gradient(106.94deg, #FFED00 5.91%, #3AAA35 88.53%);
}
.programs-list__item-subscribe--blue {
    background: linear-gradient(93.14deg, #99D7F7 7.14%, #009FE3 106.59%);
}
.programs-list__item-subscribe--orange {
    background: linear-gradient(266.9deg, #FFED00 1.56%, #E94E1B 95.09%);
}
.location {
    position: relative;
    margin-top: -134px;
    height: 507px;
}
.location__map-container {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.location__map-container img {
    object-fit: cover;
    max-width: inherit;
    height: inherit;
}
.location__info-wrapper {
    width: 320px;
    height: 100%;
    padding: 550px 15px 40px;
    position: relative;
    z-index: 10;
    margin: -684px auto 0;
}
.info-container {
    padding: 5px 3px 20px 11px;
    width: 290px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 40px rgba(156, 156, 156, 0.2);
    border-radius: 10px;
}
.info-container__text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin: 0 0 14px;
}
/*.info-container__text span {*/
/*    font-weight: 300;*/
/*}*/
.info-container__link {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 14px;
    display: flex;
}
.location__map-marker {
    background-image: url(./assets/img/marker-map.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 105px;
    height: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    bottom: 317px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
}
.location__map-marker::before {
    content: "";
    display: block;
    width: 65px;
    height: 58px;
    background: url(./assets/img/logo-marker.png) no-repeat center;
    margin-top: -30px;
}

body.home.page .section-content .wpcf7{
    width: 290px;
    margin: 0 auto;
    border-radius: 16px;
    padding: 22px 18px;
    background-color: #23BEEC;
    background-image: url(./assets/img/mask-callback.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 100;
}
body.home.page .section-content .wpcf7 {
    display: block;
    margin: 0 auto 30px;
    padding-bottom: 15px;
}
body.home.page .section-content .wpcf7 .wpcf7-form{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
body.home.page .section-content .wpcf7 .wpcf7-form .p-first-child{
    flex: 100%;
}
body.home.page .section-content .wpcf7 .wpcf7-form > p{
    flex: calc(100% / 3);
}
body.home.page .section-content .wpcf7 .wpcf7-form > p > label{
    width: 255px;
}


body.home.page .section-content .wpcf7 .wpcf7-form-control-wrap > input{
    width: 100%;
    height: 50px;
    border-radius: 40px;
    border: 1px solid #fff;
    background-color: inherit;
    color: #fff;
}

body.home.page .section-content .wpcf7 .wpcf7-form-control-wrap > input::placeholder{
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    padding-left: 18px;
}
body.home.page .section-content .wpcf7 input.wpcf7-form-control.wpcf7-submit{
    font-size: 18px;
    line-height: 24px;
    color: #23BEEC;
    background-color: #fff;
    border-radius: 40px;
    border: none;
    min-height: 50px;
    text-transform: inherit;
    margin: 0;
    display: block;
    width: 255px;
}
body.home.page .section-content .wpcf7 input.wpcf7-form-control.wpcf7-submit:hover{
    color: #23BEEC;
    background-color: #fff;
    box-shadow: none;
}
body.home.page .section-content .wpcf7 .callback__text {
    display: block;
}

.callback__text {
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto 20px;
    color: #fff;
    text-align: center;
    width: 186px;
    font-weight: 400;
    padding-bottom: 20px;
    position: relative;
}
.callback__text::after {
    content: "";
    display: block;
    width: 54px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-right: 50%;
    transform: translate(-50%, 0);
}
.about {
    width: 320px;
    margin: 0 auto;
    padding: 0 15px 58px;
}
.about__title {
    text-align: inherit;
    margin: 34px 0 20px;
    font-weight: 700;
    color: #2C2624;
}
.about__text-container {
    display: grid;
    grid-row-gap: 20px;
    position: relative;
}
.about__text-container::after {
    content: "";
    display: none;
    width: 100%;
    height: 135px;
    position: absolute;
    bottom: 0;
    z-index: 10;
    background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.about__text {
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    margin: 0;
    background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.about__text--hidden {
    display: none;
}
.about__more-info {
    width: 20px;
    height: 10px;
    border: none;
    background: url(./assets/img/arrow-blue-down.svg) no-repeat center;
    justify-self: end;
    margin-top: -20px;
    position: relative;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.mfp-bg.off-canvas-center{
    opacity: 1!important;
    background: linear-gradient(180deg, #081C2D 0%, #003F5C 100%), #23BEEC !important;
}
#logo {
    width: 175px!important;
}
.header-main .nav > li > a .icon-menu:before{
    display: none;
}
.header-main .nav > li > a .icon-menu{
    border: 0;
    background-color: inherit;
    padding: 0;
    width: 30px;
    height: 21px;
    background-image: url(./assets/img/burger.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.main-head-news {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.main-head-news .news__title{
    font-size: 34px;
    line-height: 41px;
    color: #2c2624;
}
.main-head-news .news__more-info{
    font-size: 16px;
    line-height: 41px;
    color: #23beec;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
}
.main-head-news .news__more-info::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 10px;
    margin-left: 8px;
    background: url(./assets/img/arrow-right-blue-1.svg) no-repeat center;
}
.main-list-news .post-item .cat-label.tag-label{
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 4px 7px;
    color: #fff;
    border-radius: 3px;
    margin: 0;
}
.main-list-news .box-text{
    padding: 0;
}
.main-list-news .post-title{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 6px 0 11px;
}
.main-list-news .post-item:nth-child(1) .cat-label.tag-label{
    background-color: #23beec;
}
.main-list-news .post-item:nth-child(2) .cat-label.tag-label{
    background-color: #f89b20;
}
.main-list-news .post-item:nth-child(3) .cat-label.tag-label{
    background-color: #aacf38;
}
.main-list-news .post-item .post-meta .date{
    font-size: 10px;
    line-height: 12px;
    color: #c7c7c7;
    margin-right: 26px;
}
.main-list-news .post-item .post-meta .date:before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 4px;
    background: url(./assets/img/calendar.svg) no-repeat center;
}
.main-list-news .post-item .post-meta .views{
    font-size: 10px;
    line-height: 12px;
    color: #c7c7c7;
}
.main-list-news .post-item .post-meta .views:before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 4px;
    background: url(./assets/img/eye.svg) no-repeat center;
}
.main-slider-news{
    border: 1px solid #f5f5f5;
    box-shadow: 0 20px 40px rgba(156, 156, 156, 0.2);
    border-radius: 25px 25px 8px 8px;
    margin-left: 0!important;
    margin-right: 0!important;
}
.main-slider-news img.attachment-original{
    border-radius: 25px;
}
.main-slider-news .post-item{
    padding: 0;
}
.main-slider-news .post-item .cat-label.tag-label{
    margin: 0;
    position: absolute;
    left: 0;
    top: 12px;
    z-index: 10;
    min-width: 58px;
    min-height: 18px;
    background-color: #fec013;
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.main-slider-news .post-item .box .box-text.box-text-top{
    position: absolute;
    bottom: 85px;
    left: 0;
    z-index: 10;
    border-radius: 0 0 8px 8px;
    background-color: #000;
    opacity: .7;
    padding: 6px 14px 8px 16px;
    text-align: left;
}
.main-slider-news .post-item .box .box-text.box-text-top h5.post-title{
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #fff;
}
.main-slider-news .post-item .box .box-text.box-text-top .date{
    font-size: 10px;
    line-height: 12px;
    color: #c7c7c7;
    margin-right: 26px;
}
.main-slider-news .post-item .box .box-text.box-text-top .date:before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 4px;
    background: url(./assets/img/calendar.svg) no-repeat center;
}
.main-slider-news .post-item .box .box-text.box-text-top .views{
    font-size: 10px;
    line-height: 12px;
    color: #c7c7c7;
}
.main-slider-news .post-item .box .box-text.box-text-top .views:before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 4px;
    background: url(./assets/img/eye.svg) no-repeat center;
}

.main-slider-news .post-item .box .box-text.box-text-bottom{
    padding: 0;
}

.main-slider-news .post-item .box .box-text .box-text-inner .from_the_blog_excerpt{
    margin: 0;
    padding: 8px 14px 16px 16px;
    width: 262px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.main-slider-news.slider-nav-reveal .flickity-prev-next-button:hover, .main-slider-news.slider-nav-reveal .flickity-prev-next-button{
    background-color: transparent;
    box-shadow: none;
    color: white;
    opacity: 1;
}
.main-slider-news.slider-nav-reveal .flickity-prev-next-button.previous{
    background: url(./assets/img/arrow-left-white.svg) no-repeat;
    background-size: 100%;
    background-position: 50% 35%;
    left: 20px!important;
}
.main-slider-news.slider-nav-reveal .flickity-prev-next-button.next{
    background: url(./assets/img/arrow-right-white.svg) no-repeat;
    background-size: 100%;
    background-position: 50% 35%;
    right: 20px!important;
}
.main-slider-news.slider-nav-reveal .flickity-prev-next-button svg{
    display: none;
}

.pum .pum-container.pum-responsive.pum-responsive-medium{
    background-color: #fff;
    opacity: 1;
    width: 290px;
    padding: 20px 12px 12px;
    border: 1px solid #f5f5f5;
    box-shadow: 0 20px 40px rgba(156, 156, 156, .2);
    border-radius: 16px;
    transform: translate(-50%,-50%);
}
.pum .pum-container.pum-responsive.pum-responsive-medium .pum-close{
    width: 40px;
    height: 40px;
    border: 0;
    background-color: #23beec;
    background-image: url(./assets/img/burger-close.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 8px;
    color: white;
}
.pum .pum-title.popmake-title{
    display: none;
}

.pum .page-content__form-title{
    margin: 0 auto 15px;
}

.pum input.wpcf7-form-control.wpcf7-submit{
    text-align: center;
    color: #fff;
    min-width: 240px;
    min-height: 48px;
    font-size: 20px;
    line-height: 24px;
    padding: 12px 26px;
    background: linear-gradient(
            93.63deg
            ,#5dc8ff 3.6%,#0092e4 107.17%);
    border-radius: 30px;
    border: 0;
    display: block;
    margin: 0 auto;
}
.pum .wpcf7-form-control{
    width: 100%;
    min-height: 41px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-weight: normal;
}
.pum .wpcf7-form-control.wpcf7-text{}
.pum .wpcf7-form-control.wpcf7-textarea{
    min-height: 113px;
}

.tribe_mini_calendar-wrapper {
    border: 1px solid #F5F5F5;
    box-sizing: border-box;
    box-shadow: 0 20px 40px rgba(156, 156, 156, 0.2);
    border-radius: 16px;
    position: relative;
}

/** Start Calendar **/

.tribe-events-calendar-month__body{
    border-top: none !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week{
    border-left: none !important;
    margin: 5px 0 !important;
}
.tribe-events-calendar-month__day{
    padding-top: 0;
    border-radius: 100%;
    border: none;
}
.tribe_mini_calendar-wrapper .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-cell--desktop{
    align-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: row !important;
}
h3.tribe-events-calendar-month__day-date.tribe-common-h4{
    display: inline;
    width: auto;
    height: auto;
    font-size: 22px !important;
    line-height: 1.3 !important;
    position: absolute;
    z-index: 10;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0);
}
.tribe_mini_calendar-wrapper .tribe-events .tribe-events-calendar-month__day-cell--mobile{
    flex-direction: row;
    align-content: center;
}
.tribe_mini_calendar-wrapper .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-date,
.tribe_mini_calendar-wrapper .tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date{
    padding: 0;
    text-align: center;
    opacity: 1;
}

.tribe_mini_calendar-wrapper .tribe-events .tribe-events-calendar-month__day-date.color-white .tribe-events-calendar-month__day-date-link,
.tribe_mini_calendar-wrapper .tribe-events .tribe-events-calendar-month__day-date.color-white,
.tribe_mini_calendar-wrapper .tribe-events .color-white .tribe-events-calendar-month__day-date{
    color: white;
}
.tribe_mini_calendar-wrapper .tribe-events .tribe-events-calendar-month__day{
    /*width: 10%;*/
    margin: 15px;
    cursor: pointer;
}
.tribe_mini_calendar-wrapper.tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-calendar-month__day-cell--mobile:focus,
.tribe_mini_calendar-wrapper.tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-calendar-month__day-cell--mobile:hover{
    background-color: transparent;
}
.tribe_mini_calendar-wrapper .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-month.tribe-common--breakpoint-xsmall,
.tribe_mini_calendar-wrapper .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-shortcode-month.tribe-common--breakpoint-xsmall{
    padding-top: 15px;
    padding-bottom: 15px;
}

.tribe_mini_calendar-wrapper .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:after{
    display: none;
}
.tribe-events-widget-header__top-bar .tribe-events-c-top-bar__nav-list-date {
    color: #23BEEC;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 30px;
}

.tribe-events-c-top-bar{
    justify-content: center;
}
.tribe_mini_calendar-wrapper .tribe-events .tribe-events-c-top-bar__nav-list{
    line-height: 35px;
}
.tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode li.tribe-events-c-top-bar__nav-list-item, .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode li.tribe-events-pro-week-day-selector__days-list-item, .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode li.tribe-events-pro-week-day-selector__nav-list-item,
li.tribe-events-pro-week-day-selector__days-list-item,
li.tribe-events-pro-week-day-selector__nav-list-item {
    margin: 0 15px;
}

.tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-c-top-bar__nav-link {
    line-height: 1rem !important;
    margin: 0 15px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title, h3.tribe-events-calendar-month__header-column-title.tribe-common-b3{
    text-align: center !important;
    color: #23BEEC;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}
.tribe_mini_calendar-wrapper .tribe-events .tribe-events-calendar-month__header-column:last-child .tribe-events-calendar-month__header-column-title, .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column:last-child .tribe-events-calendar-month__header-column-title-desktop, .tribe-events-calendar-month__header-column:last-child h3.tribe-events-calendar-month__header-column-title.tribe-common-b3{
    color: #F89B20;
}
.tribe_mini_calendar-wrapper .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-cell--mobile{
    /*display: flex!important;*/
    /*visibility: visible!important;*/
}
.tribe_mini_calendar-wrapper .tribe-events .tribe-events-calendar-month__day-cell--selected,
.tribe_mini_calendar-wrapper .tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
.tribe_mini_calendar-wrapper .tribe-events .tribe-events-calendar-month__day-cell--selected:hover{
    background-color: white;
    color: #141827;
}
.tribe_mini_calendar-wrapper .tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date{
    /*color: #141827;*/
    font-weight: 400;
}
.tribe_mini_calendar-wrapper .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
.tribe_mini_calendar-wrapper .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link{
    color: #141827;
    font-weight: 400;
}

.term-list-color{
    /*padding: 15px 0;*/
    padding: 15px 0;
    display: block;
    /*border: 1px solid;
	    margin: 0 -20%;
    width: 140%;*/
    text-align: center;
    margin: 0 auto;
}

.term-list-color .item{
    display: inline-flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 15px;
}
.term-list-color .item .color {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    margin-right: 5px;
}


.term-list-color .item .title{
    font-weight: normal;
    font-size: 1rem;
    line-height: 34px;
}


/*Alex B additional styles month-calendar-widget*/
.tribe_mini_calendar-wrapper {
    box-shadow: none;
    border: none;
}

.tribe-common--breakpoint-xsmall {
    border: 1px solid #F5F5F5;
    box-sizing: border-box;
    /*box-shadow: 0 20px 40px rgba(156, 156, 156, 0.5);
    border-radius: 20px !important;*/
}

.tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode .tribe-events-l-container {
    box-shadow: 0 20px 40px rgba(156, 156, 156, 0.5);
    border-radius: 20px !important;
    margin-bottom: 20px !important;
    padding: 20px 0 0 !important;
}


.widget_tribe-widget-events-month {
    max-width: 950px;
    margin: 0 auto;
}

.tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode .tribe-events-header {
    margin-bottom: 40px;
}

.tribe-events-widget-header__top-bar .tribe-events-c-top-bar__nav-list-date {
    font-size: 2rem;
    font-weight: 800;
}

.tribe-common-l-container.tribe-events-l-container, .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-month, .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-shortcode-month {
    padding: 0px !important;
}



.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title-desktop {
    font-size: 1.3rem;
    font-weight: 600;
    color: #23BEEC;
}

.tribe-events .tribe-events-calendar-month__day-cell {
    height: auto;
}

/*
.tribe-events-view--month {
	margin-bottom: 20px !important;
	padding-bottom: 0 !important;
	padding-top: 20px !important;
}
*/

.tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-month .tribe-events-calendar-month__day, .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-shortcode-month .tribe-events-calendar-month__day {
    /*height: 64px;
    width: 64px;*/
    margin: 0 30px !important;
    border-radius: 100%;
    border: none;
    overflow: hidden;
}


.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-date {
    padding: 0!important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after {
    background-color: transparent !important;
}

.tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-month .tribe-events-calendar-month__day, .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-shortcode-month .tribe-events-calendar-month__day {
    padding-top: 0 !important;
}

.tribe-events .tribe-events-calendar-month__day-cell {
    height: 100%;
    width: 100%;
    min-height: 36px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__messages{
    display: none!important;
}

/*Hide button перегляд календаря*/
.tribe-common-b1.tribe-common-b2--min-medium.tribe-events-widget-events-month__view-more {
    display: none;
}

@media (min-width: 768px){
    div.tribe-events-calendar-month__day button[data-js] {
        display: none;
    }
}

@media (max-width: 768px){
    div.tribe-events-calendar-month__day button.multi-events h3.tribe-events-calendar-month__day-date.tribe-common-h6.tribe-common-h--alt {
        color: #23BEEC;
    }
}



@media (max-width: 849px){
	ul.term-list-color {
		display: none;
	}
	
	.tribe-events-calendar-month-mobile-events__mobile-event-details div.button-wrapper {
		text-align: center;
		margin: 0 auto;
		display: inline-block;
		width: 100%;
	}
	
	.tribe-events-calendar-month-mobile-events__mobile-event-details div.button-wrapper button.primary.popmake_link-form {
		color: #23BEEC !important;
		border: 2px solid rgb(35, 190, 236);
		background: transparent;
		font-size: .97em;
		letter-spacing: .03em;
		padding: 0 18px;
		border-radius: 99px;
	}
}

@media (max-width: 797px){
    .tribe-common .tribe-common-b3 {
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }
	
	.tribe-events-calendar-month-mobile-events__mobile-event-datetime.tribe-common-b2 {
		display: none;
	}

    .tribe-common .tribe-common-h6 {
        font-size: 1rem !important;
        font-weight: bold !important;
    }

    .tribe-events-calendar-month__day-cell--selected {
        background-color: transparent !important;
    }

    .tribe-events .tribe-events-calendar-month__day-cell--selected time {
        color: #23BEEC;
    }

}

@media (max-width: 659px) {
    .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-month .tribe-events-calendar-month__day, .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-shortcode-month .tribe-events-calendar-month__day {
        /*height: 64px;
        width: 64px;*/
        margin: 0 20px !important;
    }

    .tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {
        line-height: 2;
    }
}

@media (max-width: 559px) {
    .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-month .tribe-events-calendar-month__day, .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-shortcode-month .tribe-events-calendar-month__day {
        margin: 0 !important;
    }

    .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-month .tribe-events-calendar-month__day {
        aspect-ratio: 2/1;
    }
}



/*Hide view calendar link*/
.tribe-events-widget-events-month__view-more {
    display: none;
}

/*View all events button margins*/
.view-all-events-button {
    margin-bottom: 50px;
    color: #23BEEC !important;
}


/****Tooltip styles****/
.tooltipster-base.tooltipster-sidetip {

}

.tooltipster-content article {
    display: flex !important;
}

.tooltipster-base.tribe-events-tooltip-theme {
    padding: 0 !important;
    max-width: 520px !important;
    border-radius: 20px !important;
}

.tooltipster-content article {

}

.tooltipster-show {
    min-width: 400px;
}

.tooltip-featured-image-wrapper {
    display: inline-block;
    width: 35%;
}

.tooltip-content-wrapper {
    float: right;
    width: 63%;
}


.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper {
    float: left;
    width: 100% !important;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-link {
    border-radius: 20px;
    width: 100%;
    /*height: 100%;*/
    aspect-ratio: 1/1;
}



.tribe-events-calendar-month__calendar-event-tooltip-datetime {
    display: none;
}

.tooltipster-content .tribe-common-h7 {
    font-size: 1.5rem !important;
    line-height: 1.4rem !important;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 5px;
}

.tooltipster-content article p {
    font-size: 0.95rem !important;
    line-height: 1rem;
}

.tooltipster-content article:last-child {
    margin-bottom: -10px;
}


.tooltipster-content .button-wrapper .button.primary.popmake_link-form {
    cursor: pointer;
    background: #23beec;
    display: block;
    width: 200px;
    margin: 0 0 20px;
    border-radius: 40px;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
}

.tribe-events-calendar-month__day--prev div h3 time,
.tribe-events-calendar-month__day--next div h3 time,
div.tribe-events-calendar-month__day.tribe-events-calendar-month__day--prev h3 ,
div.tribe-events-calendar-month__day.tribe-events-calendar-month__day--next h3 {
    color: #ddd;
}
.tribe-events-calendar-month__day--prev div.color-white h3 time,
.tribe-events-calendar-month__day--next div.color-white h3 time {
    color: white;
}

.beitdan-wrapper-date {
    display: flex;
    align-content: stretch;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    /*background-color: gray;*/
}

.beitdan-calendar__date {
    width: 50%;
}

.beitdan-wrapper-date .beitdan-calendar__date:only-child {
    width: 100%;
}

.beitdan-wrapper-date--three-children .beitdan-calendar__date {
    overflow: hidden;
    position: absolute;
    top: -20%;
    right: -20%;
    width: 70%;
    height: 70%;
    transform-origin: 0% 100%;
}

.beitdan-wrapper-date--three-children .beitdan-calendar__date:first-child {
    transform: rotate(0deg) skewY(30deg);
}
.beitdan-wrapper-date--three-children .beitdan-calendar__date:nth-child(2) {
    transform: rotate(120deg) skewY(30deg);
}
.beitdan-wrapper-date--three-children .beitdan-calendar__date:nth-child(3) {
    transform: rotate(240deg) skewY(30deg);
}



/*****Calendars page******/
.tribe-events .tribe-events-calendar-month__header-row {
    text-align: center;
    text-transform: uppercase;
}

.tribe-events-calendar-month__day-date-daynum {
    font-size: 24px;
    font-weight: 600;
}


.tribe-events-c-ical.tribe-common-b2.tribe-common-b3--min-medium {
    display: none;
}

/** End Calendar **/


@media (min-width: 1300px){
    .pum .pum-container.pum-responsive.pum-responsive-medium{
        width: 456px;
        padding: 34px 48px 20px;
    }

    .pum .pum-container.pum-responsive.pum-responsive-medium .pum-close{
        top: 20px;
        right: 0;
    }

    .pum .page-content__form-title{
        font-size: 20px;
        line-height: 24px;
        width: 270px;
    }
}


@media (min-width: 375px){
    .slider-nav .img-wrapper{

        width: 100px!important;
        height: 100px;
    }

    .slider-main{
        height: 330px;
    }

    .slider-main .img-wrapper{
        height: 330px;
    }
}
@media (min-width: 1024px){

    .slider-main{
        height: 375px;
    }

    .slider-main .img-wrapper{
        height: 375px;
    }

    .slider-nav .img-wrapper{

        width: 150px!important;
        height: 100px;
    }

    .main-top-bar{
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: space-between;
    }

    .main-top-bar .tour{
        display: flex;
    }
    #wide-nav.header-bottom{
        background: linear-gradient( 180deg, #081c2d 0%, #003f5c 100%), #23beec !important;
    }

    .header-button .button.secondary {
        margin: 0;
        width: 310px;
    }

}
@media (min-width: 1300px){
    .header-search-icon-wrapper .header__search-text{
        width: 300px;
    }
    .main-list-news .post-title {
        font-size: 18px;
        line-height: 22px;
        margin: 10px 0 11px;
    }
    .main-list-news .post-item .post-meta .date{
        font-size: 14px;
        line-height: 18px;
    }
    .main-list-news .post-item .post-meta .date:before{
        width: 20px;
        height: 16px;
        margin-bottom: -2px;
        margin-right: 11px;
    }
    .main-list-news .post-item .post-meta .views{
        font-size: 14px;
        line-height: 18px;
    }
    .main-list-news .post-item .post-meta .views:before{
        width: 20px;
        height: 12px;
        margin-right: 8px;
    }
    .main-slider-news .post-item .box .box-text.box-text-top{
        width: 100%;
        padding: 18px 40px 20px;
        border-radius: 0 0 25px 25px;
    }
    .main-slider-news .post-item .box .box-text.box-text-top h5.post-title{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 9px;
    }
    .main-slider-news .post-item .box .box-text.box-text-top .date{
        font-size: 14px;
        line-height: 18px;
    }
    .main-slider-news .post-item .box .box-text.box-text-top .date:before{
        width: 20px;
        height: 16px;
        margin-bottom: -2px;
        margin-right: 11px;
    }
    .main-slider-news .post-item .box .box-text.box-text-top .views{
        font-size: 14px;
        line-height: 18px;
    }
    .main-slider-news .post-item .box .box-text.box-text-top .views:before{
        width: 20px;
        height: 12px;
        margin-right: 8px;
    }
    .main-slider-news .post-item .cat-label.tag-label{
        min-height: 20px;
        top: 28px;
    }
    .main-slider-news .post-item .box .box-text .box-text-inner .from_the_blog_excerpt{
        width: 100%;
        padding: 17px 35px 20px 40px;
        font-size: 16px;
        line-height: 24px;
    }
    #logo {
        width: 235px!important;
    }
    .donate-btn--footer.donate-btn {
        margin: 0 0 0 auto;
    }
    .about {
        width: 100%;
        padding: 90px 0 100px;
        display: grid;
        grid-template-columns: 320px auto;
        grid-column-gap: 65px;
        grid-template-rows: 60px auto;
    }
    .about__img-container {
        grid-area: 1/1/3/2;
        margin-left: -20px;
    }
    .about__title {
        font-size: 30px;
        line-height: 36px;
        margin: 0;
    }
    .about__text-container {
        display: flex;
        flex-direction: column;
        margin-top: 22px;
    }
    .about__text--hidden {
        display: block;
    }
    .about__text {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 2px;
    }
    .about__more-info {
        width: 23px;
        height: 12px;
        margin-top: 18px;
        align-self: center;
    }
    .programs__title {
        margin-bottom: 40px;
        font-size: 34px;
        line-height: 41px;
    }
    .programs-list {
        grid-row-gap: 50px;
    }
    .programs-list__item {
        display: grid;
        grid-template-columns: 620px auto;
        grid-template-rows: repeat(3, auto);
        position: relative;
        padding-bottom: 0;
        height: 316px;
    }
    .programs-list__item--reverse {
        grid-template-columns: auto 620px;
    }
    .programs-list__item-photo {
        grid-row-start: 1;
        grid-row-end: 4;
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .programs-list__item-photo::after {
        width: 150px;
        height: 150px;
        left: inherit;
        margin: 0 0 -40% 0;
        right: -21px;
        top: 40%;
        transform: translate(0, -50%);
    }
    .programs-list__item-photo--second::after {
        right: inherit;
        left: 0;
    }
    .programs-list__item-photo--second {
        order: 2;
        grid-row-start: 1;
        grid-row-end: 4;
        grid-column-start: 2;
        grid-column-end: 3;
    }
    .programs-list__item-photo img {
        object-fit: fill;
        height: 316px;
        mask: url(./assets/img/mask-img-program.svg);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: cover;
    }
    .programs-list__item-photo--second img {
        mask: url(./assets/img/mask-img-program-reverse.svg);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: cover;
        mask-repeat: no-repeat;
        mask-size: cover;
    }
    .programs-list__item-title {
        font-size: 30px;
        line-height: 39px;
        font-weight: 400;
        margin: 16px 0;
        padding-left: 44px;
    }
    .progam-sublist {
        grid-gap: 10px;
        padding-left: 36px;
        margin: 0;
    }
    .progam-sublist__item {
        font-size: 18px;
        line-height: 23px;
        margin-left: 32px;
    }
    .progam-sublist__item::before {
        width: 6px;
        height: 6px;
        left: -20px;
    }
    .programs-list__item-subscribe {
        width: 160px;
        height: 44px;
        font-size: 18px;
        line-height: 22px;
        position: absolute;
        bottom: 15px;
        left: 340px;
    }
    .programs-list__item-subscribe--blue {
        right: 120px;
    }
    .location__info-wrapper {
        width: 1110px;
        margin-top: -507px;
        padding: 226px 0 87px;
    }
    .info-container {
        width: 426px;
        padding: 28px 22px 22px;
        margin: 0;
    }
    .info-container__text {
        font-size: 18px;
        line-height: 24px;
    }
    .info-container__link {
        font-size: 18px;
        line-height: 24px;
    }
    .location__map-marker::before {
        background: url(./assets/img/logo-marker-desktop.png) no-repeat center;
        width: 93px;
        height: 83px;
        margin: -7px 0 0 32px;
    }
    .location__map-marker {
        background-image: url(./assets/img/marker-map.svg);
        width: 153px;
        height: 143px;
        bottom: 136px;
        justify-content: flex-start;
        align-items: flex-start;
    }
    body.home.page .section-content .wpcf7{
        width: 1110px;
        background-image: url(./assets/img/mask-callback-desktop.png);
        padding: 15px 142px 34px;
        background-size: 100% 100%;
    }
    .callback__text {
        font-size: 24px;
        line-height: 32px;
        width: 422px;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
    .donate-page__ways-wrapper {
        width: 920px;
        margin: 0 auto 36px;
        padding: 0;
    }
    .donate-page__way-link {
        width: 418px;
        height: 65px;
        font-size: 26px;
        line-height: 39px;
    }
    .donate-page__payment-wrapper {
        width: 920px;
        padding-left: 20px;
    }
    .donate-page__payment-link {
        width: 276px;
        height: 54px;
        font-size: 22px;
        line-height: 33px;
        margin-right: 12px;
    }
    .donate-form {
        width: 920px;
        padding: 30px;
        grid-template-columns: 1fr 1fr;
        grid-gap: 80px;
    }
    .donate-form__wrapper {
        width: auto;
    }
    .donate-form__text--sum-choice {
        display: block;
    }
    .donate-form__list {
        grid-template-columns: 169px 169px;
        grid-column-gap: 26px;
    }
    .donate-form__sum-field span {
        right: 80px;
    }
    .donate-form__sum-field input::placeholder {
        padding-left: 58px;
    }
    .donate-form__sum-field input {
        width: 364px;
    }
    .donate-form__text--data {
        margin-top: 0;
    }
    .donate-form__wrapper input.donate-form__input {
        width: 100%;
    }
    .donate-page__text {
        font-size: 20px;
        line-height: 30px;
        width: 920px;
        margin: 36px auto 32px;
    }
    .donate-page__requisites-wrapper {
        width: 920px;
        padding: 32px 8px 42px 38px;
    }
    .bank-details {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 45px;
    }
    .bank-details__title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 12px;
        grid-area: 1/1/2/3;
    }
    .bank-details__text {
        font-size: 18px;
        line-height: 30px;
        margin: 0;
        grid-area: 2/1/4/2;
    }
    .bank-details__text--contacts {
        margin-bottom: 0;
        grid-area: 2/2/3/3;
    }
    .bank-details__link-bank {
        grid-area: 3/2/4/3;
    }
    .donate-form__calendar-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 26px 60px;
        grid-row-gap: 16px;
        grid-column-gap: 8px;
    }
    .donate-form__calendar-label span {
        right: 40px;
    }
    .donate-form__input--calendar {
        padding-left: 18px;
        width: 174px;
    }
    .donate-form_select-wrapper {
        width: 174px;
    }
    .donate-form__period {
        width: 174px;
    }
    .bank-details__text--left {
        width: 414px;
    }
    .donate-form__info {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 28px;
        margin-top: 44px;
        width: 393px;
    }
    .donate-form__info--quote {
        font-size: 15px;
        line-height: 22px;
    }
    .donate-form_select-wrapper--donate-choice {
        width: 361px;
    }
    .donate-form__help-choice {
        width: 361px;
    }
    .hall-description {
        grid-template-columns: 540px 540px;
        max-width: inherit;
    }
    .hall-description__title {
        margin: 0 0 34px;
        font-size: 28px;
        line-height: 34px;
    }
    .hall-pictures-list {
        margin: 28px 0 18px;
        max-width: inherit;
    }
    .hall-pictures-list__item {
        width: 140px;
        height: 92px;
    }
    .hall-pictures-list__btn {
        width: 63px;
    }
    .page-content-title--hall-description {
        margin-top: 50px;
    }
    .rent-item__order.rent-item__order--full-bg {
        margin-top: 50px;
    }
    .activities-page__content-text {
        font-size: 18px;
        line-height: 25px;
        padding: 24px 30px;
        max-width: 730px;
    }
    .activities-page-list {
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
    }
    .activities-page-item {
        grid-template-columns: 540px 540px;
        grid-column-gap: 30px;
        max-width: inherit;
    }
    .activities-page-item__date {
        font-size: 16px;
        line-height: 19px;
        padding: 4px 8px;
    }
    .activities-page-item__title {
        font-size: 32px;
        line-height: 38px;
    }
    .activities-page-item__calendar::before {
        width: 20px;
        height: 16px;
        margin-bottom: -2px;
        margin-right: 11px;
    }
    .activities-page-item__calendar {
        font-size: 14px;
        line-height: 16px;
    }
    .activities-page-item__view::before {
        width: 20px;
        height: 12px;
        margin-right: 8px;
    }
    .activities-page-item__view {
        font-size: 14px;
        line-height: 16px;
    }
    .activities-page-item__text {
        font-size: 17px;
        line-height: 22px;
    }
    .activities-page-item__link {
        font-size: 14px;
        line-height: 16px;
        padding: 8px 30px;
        height: 32px;
        margin-top: 26px;
    }

    .rent-page__content-text {
        font-size: 26px;
        line-height: 42px;
        padding: 24px 30px;
        max-width: 880px;
    }
    .rent-page__list {
        padding: 0;
        max-width: inherit;
        grid-template-columns: 50% 50%;
    }
    .rent-item__info-wrapper {
        padding: 16px 18px 18px 20px;
    }
    .rent-item__title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 12px;
    }
    .rent-item__text {
        font-size: 18px;
        line-height: 24px;
    }
    .rent-item__order {
        font-size: 14px;
        line-height: 16px;
        padding: 8px 30px;
        height: 32px;
    }
    .page-content-title {
        font-size: 28px;
        line-height: 29px;
        margin-bottom: 36px;
    }
    .kindergarten-page__inner-wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .kindergarten-page__content-title {
        grid-column: 1/3;
    }
    .kindergarten-page__content-text {
        grid-column: 1/3;
    }
    .kindergarten-page__content-text--third {
        margin-left: 20px;
        grid-column: 2/3;
        grid-row: 4/5;
    }
    .kindergarten-page__content-text--forth {
        margin-left: 20px;
        grid-column: 2/3;
        grid-row: 5/6;
    }
    .kindergarten-pictures {
        width: 100%;
        margin: 40px 0;
        grid-template-columns: 50% 50%;
    }
    .kindergarten-page__picture-wrapper {

        /*height: 313px;*/
        grid-column: 1/2;
        grid-row: 4/6;
        margin-bottom: 30px;
    }
    .kindergarten-page__link-form {
        margin-top: 50px;
    }
    .kindergarten-page__video-wrapper {
        width: 920px;
        height: 505px;
        margin: 0 auto;
    }
    .page-content__form {
        width: 456px;
        padding: 34px 48px 20px;
    }
    .page-content__form-title {
        font-size: 20px;
        line-height: 24px;
        width: 270px;
    }
    .page-content__form-title span {
        font-size: 24px;
        line-height: 28px;
    }
    .page-content__form-close {
        top: 20px;
        right: 20px;
    }
    .volunteers-page__subtitle {
        font-size: 20px;
        line-height: 28px;
    }
    .volunteers-page__list {
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .volunteers-page__item {
        font-size: 16px;
        line-height: 22px;
        width: 256px;
        margin-bottom: 0;
    }
    .volunteers-page__link-form {
        margin: 30px auto 50px;
    }
    .volunteers-page__video-wrapper {
        width: 920px;
        height: 505px;
        margin: 0 auto;
    }
    .program-page__list {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .program-page__item {
        font-size: 24px;
        line-height: 31px;
        width: 350px;
        height: 230px;
    }
    .program-page__wrapper-video {
        width: 920px;
        height: 505px;
        margin: 0 auto;
    }
    .program-items-page__list,
    .kids-studio-page__list {
        grid-template-columns: repeat(4, 23%);
        width: 100%;
    }
    .page-wrapper-content__note {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 50px;
    }
    .page-content-text {
        font-size: 17px;
        line-height: 23px;
        margin-bottom: 22px;
    }
    .about-us-page-content__title {
        font-size: 24px;
        line-height: 33px;
        margin: 44px 0 20px;
    }
    .about-us-page-content__advice {
        font-size: 28px;
        line-height: 39px;
    }
    .advice-list {
        flex-direction: row;
    }
    .advice-list__item {
        margin: 0!important;
    }
    .advice-list__link {
        padding: 20px 15px;
        font-size: 22px;
        width: 350px;
        height: 97px;
    }
    .about-us-page__list {
        width: 100%;
        margin-bottom: 162px;
        display: flex;
        padding-left: 18px;
    }
    .about-us-page__item {
        margin-right: 50px;
    }
    .about-us-page__link {
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .about-us-page__link--active {
        color: #23BEEC!important;
    }
    .footer-wrapper--up {
        padding-top: 0;
        align-items: center;
    }
    .footer-wrapper--center {
        padding: 48px 0 0;
        align-items: flex-start;
    }
    .footer-wrapper--down {
        align-items: center;
        padding: 26px 0 34px;
    }
    .footer-wrapper-inner {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    .logo-center {
        order: 2;
        margin: 0 0 0 -105px;
    }
    .copyright {
        order: 1;
        width: auto;
        margin: 0;
    }
    .developer {
        order: 3;
    }
    .footer-nav__list .footer-nav__item .footer-nav__link {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 19px;
    }
    .footer-nav__list .footer-nav__item .footer-nav__link::after {
        display: none;
    }
    .footer-nav__list .footer-nav__item .footer-nav__link--open {
        margin-bottom: 0;
    }
    .footer-nav__list .about-us__list {
        margin-bottom: 0;
        margin-top: 13px;
    }
    .footer-nav__list .footer-nav__item .footer-nav__item-inner-block {
        margin-top: 13px;
        display: block;
    }
    .footer-nav__list .footer-nav__item .about-us__list .about-us__link {
        padding: 5px 0;
    }
    .footer-nav__list .footer-nav__item .inner-block__item {
        padding: 5px 0;
    }
    .footer-nav__item--event {
        margin-bottom: 40px;
    }
    .footer-nav__item--programms {
        margin-bottom: 40px;
    }
    .work-time {
        width: 194px;
        margin-right: 60px;
        padding-bottom: 0;
    }
    .work-time .work-time__title {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 16px;
    }
    .work-time__text {
        font-size: 14px;
        line-height: 18px;
    }
    .donate-btn {
        width: 310px;
    }
    .donate-btn--footer.donate-btn {
        margin: 15px 0 15px auto;
    }
    .social-list.social-list--footer {
        margin: 15px auto!important;
    }

    .banner .index-main__slider-text {
        /*width: 664px;*/
        font-size: 50px;
        line-height: 60px;
        margin: 0 0 24px;
    }
    .banner .button.primary.index-main__slider-link {
        width: 350px;
        height: 64px;
        font-size: 24px;
        line-height: 60px;
    }
    .main-top-bar .adress,
    .adress {
        margin: 0 10px 0 0;
        font-size: 14px;
        line-height: 18px;
    }
    .event-list {
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
        line-height: 16px;
        margin-left: -190px;
        max-width: 735px;
        width: 100%;
    }
    .event-list__item {
        margin-bottom: 0;
    }
    .event-list__item--candle {
        margin-bottom: 0;
        margin-right: 18px;
    }

    .event-list__item-description {
        font-weight: 500;
        white-space: pre;
    }
    .option-container {
        display: flex;
        width: 196px;
        padding: 0;
        margin: 0;
    }
    .lang {
        font-size: 14px;
        line-height: 16px;
    }
    .lang--uk::after {
        background-color: #565D64;
    }
    .lang--uk {
        padding-left: 0;
    }
    .lang-toggle {
        /*width: 65px;*/
        /*justify-content: space-between;*/
    }
    .lang--active {
        color: #23BEEC;
        font-weight: 500;
    }
    .header-block .main-top-bar a.tour,
    .tour {
        font-size: 14px;
        line-height: 16px;
        color: #565D64;
        padding-right: 25px;
        margin-left: auto;
    }
    .tour::before {
        width: 18px;
        height: 19px;
    }
    .header__contacts {
        display: block;
        width: 220px;
        margin: 0 40px;
        order: 1;
        position: relative;
        min-height: 50px;
    }
    .header__contacts-wrapper--full-numers {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        opacity: 0.8;
    }
    .header__contacts-text {
        color: #797979;
        font-size: 11px;
        line-height: 13px;
    }
    .header__contacts-tel {
        color: #000;
    }
    .header__contacts-tel--unactive {
        display: none;
    }
    .header__contacts-btn {
        display: flex;
        position: absolute;
        z-index: 100;
        right: 0;
        top: 70%;
        transform: translate(0, -70%);
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 4px solid #000;
    }
    .social-list {
        display: flex;
        width: 212px;
        padding: 0;
        order: 3;
        margin-right: 70px!important;
        margin-bottom: 0;
    }
    .header-button .button.secondary {
        margin: 0;
        width: 310px;
    }
}

/*Login page buttons styles*/
button[type="submit"].tr-beitdan-customer-form-register__submit, button[type="submit"].tr-beitdan-customer-form-login__submit {
    border: 1px solid #23BEEC;
    color: #23BEEC;
    font-size: 14px;
    line-height: 16px;
    padding: 6px 26px;
    border-radius: 50px;
    background: transparent;
    margin: 0;
    min-height: auto;
    height: auto;
    letter-spacing: inherit;
}

button[type="submit"].tr-beitdan-customer-form-register__submit:hover, button[type="submit"].tr-beitdan-customer-form-login__submit:hover {
    -webkit-box-shadow: inset 0 0 0 100px #23BEEC;
    color: #fff;
}



/**Oleksandr Butenko  -  additional styles**/
@media (max-width: 849px){
		
	.main-top-bar p.adress {
		font-weight: bold;
	}
}

@media (min-width: 849px){
	.main-top-bar p.phone {
		display: none;
	}
}

	.tr-beitdan-customer-users-activity-btn {
		display: flex;
        margin-left: auto;
	}
	
/**	
	.header-bottom > .flex-row.container {
	padding: 0;
	margin: 10px auto 0;
}

.header-block-block-1 .main-top-bar, .header-block-block-1 .main-top-bar p {
	width: auto;
    /text-align: center;
    margin: 0 auto;
}**/

/***Add markers to li elements**/
/*
.content-area section ul li {
    display: flex;
    align-items: flex-start;
    margin-left: 0!important;
}


.content-area section ul li:before {
    content: "";
    display: block;
    width: 15px;
    height: 11px;
    margin-right: 15px;
    margin-top: 4px;
    background: url(./assets/img/check.svg) no-repeat center;
}
*/