/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.2s;
    z-index: 99;
}



/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 #1E72A4;
}


.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: #1E72A4 !important;
  background-color: #1e72a4;
}

.btn.btn-secondary {
    box-shadow: inset 0 0 0 0 #1E72A4;
}

.btn.btn-secondary:hover {
    box-shadow: inset 300px 0 0 0 #1E72A4;
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

.owl-stage-outer .pt-2 .btn{text-transform: capitalize;}

/*** Sub Title Start ***/
.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #1E72A4;
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -110px;
    border: 1px solid #d83946 !important;
}

/*** Topbar Start ***/
.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-dark) !important;
}

@media (max-width: 768px) {
    .topbar {
        display: none;
    }
  .navbar-brand h1{font-size: 1.31rem;}
}
/*** Topbar End ***/

div#block-bpla-primary-local-tasks li{
  display: inline; margin-right: 5px;
}
/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Yantramanav', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-dark) !important;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
    font-size: 18px !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #1E72A4 !important;
}

.navbar-light .navbar-brand img {
    max-height: 50px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: #1E72A4;
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 5px 16px;
        border: 1px solid #1E72A4;
        color: #1E72A4;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 30px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light) !important;
    }
    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

/*** Carousel Hero Header Start ***/
.header-carousel {
    position: relative;
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 60px;
    background: #1E72A4;
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 60px;
    background: #1E72A4;
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: #1E72A4 !important;
}

@media (max-width: 576px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 630px;
        transition: 0.5s;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }

}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    /*height: 700px;*/
    height: 780px;
    margin-top: 95px;
    display: block;
    object-fit: cover;
    transition: 0.5s;

}

@media (max-width: 992px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }

}

@media (min-width: 992px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin-top: 50px;
    }
}

.header-carousel .header-carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 75%;

}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
	position: relative;
	padding: 145px 0 50px 0;
    background: linear-gradient(rgb(248 249 249), rgb(249 248 246 / 30%)), url(../img/breadcrumb.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

@media (max-width: 992px) {
    .bg-breadcrumb {
        padding-top: 50px;
    }

}
/*** Single Page Hero Header End ***/


/*** Counter Facts Start ***/

.counter-facts {
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 0.7)), url(../img/counter-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}


.counter-facts .counter {
    position: relative;
    text-align: center;
    width: 200px;
    min-height: 215px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    background: var(--bs-white);
}

.counter-facts .counter:before {
    content: "";
    position: absolute;
    height: 105px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    background-color: #1E72A4;

}
.counter-facts .counter .counter-icon {
    position: relative;
    width: 120px;
    height: 100px;
    border-radius: 10px 10px 0 0;
    font-size: 50px;
    line-height: 90px;
    color: #1E72A4 !important;
    display: flex;

}

.counter-facts .counter h3 {
    color: var(--bs-white);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    display: flex;
}
.counter-facts .counter .counter-value {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: var(--bs-secondary);
}

@media screen and (max-width: 1200px) {
    .counter-facts .counter { margin-bottom: 40px;
    }
}
/*** Counter Facts End ***/


/*** Training Start ***/
.training-carousel .owl-stage-outer {
    margin-top: 30px;
}

.training-carousel .owl-nav .owl-prev,
.training-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    padding: 10px 35px;
    border: 1px solid #000;
    color: var(--bs-white);
    background: #000;
    border-radius: 50px;
    transition: 0.5s;
}

.training-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.training-carousel .owl-nav .owl-next {
    right: 0;
}

.training-carousel .owl-nav .owl-prev:hover,
.training-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: #000000 !important;
}

.training .training-item .training-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.training .training-item .training-img img {
    transition: 0.5s;
}

.training .training-item:hover .training-img img {
    transform: scale(1.2);
}
/*** Training End ***/



/*** Dance Class Start ***/
.class-carousel .owl-stage-outer {
    margin-top: 30px;
}

.class-carousel .owl-nav .owl-prev,
.class-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    padding: 10px 35px;
    border: 1px solid #000000;
    color: var(--bs-white);
    background: #000000;
    border-radius: 50px;
    transition: 0.5s;
}

.class-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.class-carousel .owl-nav .owl-next {
    right: 0;
}

.class-carousel .owl-nav .owl-prev:hover,
.class-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: #1E72A4 !important;
}

.class .class-item .class-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.class .class-item .class-img img {
    transition: 0.5s;
}

.class .class-item:hover .class-img img {
    transform: scale(1.3);
}
/*** Dance Class End ***/


/*** Blog Start ***/
.blog-carousel .owl-stage-outer {
    margin-top: 30px;
}

.blog-carousel .owl-nav .owl-prev,
.blog-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid #000000;
    color: var(--bs-white);
    background: #000000;
    border-radius: 50px;
    transition: 0.5s;
}

.blog-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.blog-carousel .owl-nav .owl-next {
    right: 0;
}

.blog-carousel .owl-nav .owl-prev:hover,
.blog-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: #1E72A4 !important;
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
    height: 400px;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.3);
}
/*** Blog End ***/

/*** Team Start ***/
.team-carousel .owl-stage-outer {
    margin-top: 30px;
}
.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid #000000;
    color: var(--bs-white);
    background: #000000;
    border-radius: 50px;
    transition: 0.5s;
}

.team-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.team-carousel .owl-nav .owl-next {
    right: 0;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: #1E72A4 !important;
}

.team .team-carousel .team-item .team-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.team .team-carousel .team-item .team-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: 0.5s;
    z-index: 2;
}

.team .team-carousel .team-item .team-img .team-icon {
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px;
    display: flex;
    opacity: 0;
    transition: 0.5s;
    z-index: 3;
}

.team .team-carousel .team-item:hover .team-img .team-icon {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}

.team .team-carousel .team-item .team-content {
    position: relative;
    background: var(--bs-secondary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
    transition: 0.5s;
}

.team.about-team .team-carousel .team-item .team-content{background: #FFFFFF;}

.team .team-carousel .team-item .team-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #1E72A4 !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-carousel .team-item:hover .team-content a,
.team .team-carousel .team-item:hover .team-content p {
    color: var(--bs-white) !important;
}

.team .team-carousel .team-item:hover .team-content::after {
    height: 100% !important;
}

.team .team-carousel .team-item .team-img img {
    transition: 0.5s;
}

.team .team-carousel .team-item:hover .team-img img {
    transform: scale(1.1);
}
/*** Team End ***/

.training-carousel .owl-carousel .owl-stage{display: flex; }
.training-carousel .owl-carousel.owl-drag .owl-item{display: flex;flex-direction: row;}



/*** Vidie Gallery Start ***/
/*** Youtube Video start ***/
.gallery .tab-class {
    text-align: start !important;
}

.gallery .nav-item {
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.gallery .nav-item a span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery .nav-item a.active {
    background: #1E72A4 !important;
}

.gallery .nav-item a.active span {
    color: var(--bs-white) !important;
}


.video {
    position: relative;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    display: block;
    width: 23px;
    height: 44px;
    border-radius: 50%;
    transition: 0.5s;


}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 70px;
    height: 70px;
    background: var(--bs-white);
    border-radius: 50%;
    animation: pulse-border 2000ms ease-out infinite;
    transition: 0.5s;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #1E72A4;
    border-radius: 50%;
    transition: all 300ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 23px solid #FFFFFF;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 5px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/

/*** Vidieo Gallery End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-top: 30px;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.testimonial-carousel .owl-nav .owl-next {
    right: 0;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: #1E72A4 !important;
}
/*** Testimonial End ***/


/*** Contact Start ***/
.contact button.btn.btn-primary.w-100:hover {
    box-shadow: inset 700px 0 0 0 var(--bs-light) !important;
    color: #1E72A4 !important;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item .footer-link {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item .footer-link:hover {
    letter-spacing: 1px;
    color: #1E72A4 !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/


/*** новости на главной ***/
.card__content {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
.card a {
    height: 100%;
    color: inherit;
}
.card__figure img, .card__figure video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.card a:hover .card__figure img {
    transform: scale(1.3);
}
.card__figure img{
    transition: 0.5s;
}
.card__title:hover {
    color: #c53856;
}

.video{overflow: hidden;position: relative;transition: 0.5s;}

.video-g:hover img {
    transform: scale(1.3);
}
.video img{
    transition: 0.5s;
}

.category-news__grid{display:flex;flex-wrap:wrap;gap:15px}
@media screen and (max-width:768px){.category-news__grid{gap:5px}}
@media screen and (min-width: 1125px) {
    .category-news__item {
        flex-basis: 26.33%;
        flex-grow: 1;
    }
    .category-news__item:nth-child(5), .category-news__item:nth-child(6) {
        flex-basis: 60%;
    }
}
@media screen and (max-width: 1124px) {
    .category-news__item {
        flex-basis: calc(50% - 7.5px);
        flex-grow: 0;
    }
}
@media screen and (max-width: 768px) {
    .category-news__item:nth-child(n+9) {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .category-news__item {
        flex-basis: 100%;
    }
}
.card_style-1 {
    min-height: 355px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}
.card__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25em;
    letter-spacing: .02em;
}
.card__date {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em;
    color: #797979;
}
.card_style-1 a {
    color: #222222;
}
.card__figure {
    height: 209px;
    /*border-radius: 10px;*/
    overflow: hidden;
}
.card_style-1 .card__content {
    padding: 18px 15px;
    gap: 15px;
}

.text-video{color:#FFF;background: #000000;}
.text-video a {
    color: #fff;
}

.bg-secondary{background-image: radial-gradient(circle at top right, rgb(2,66,105) 0%, rgb(2,66,105) 48%,rgb(8,91,140) 48%, rgb(8,91,140) 53%,rgb(14,98,153) 53%, rgb(14,98,153) 56%,rgb(21,107,159) 56%, rgb(21,107,159) 69%,rgb(21,107,159) 69%, rgb(21,107,159) 100%);}
.bg-secondary h1{color:#FFFFFF;}

/*Новости*/
.row-cards__item+.row-cards__item {
    margin-top: 15px;
}
.section-forecast-list *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
@media screen and (max-width: 1124px) {
    .cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.cards-grid_3 {
    grid-template-columns: repeat(3, 1fr);
}
.cards-grid_2 {
    grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}
@media screen and (max-width: 480px) {
    .cards-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
.cards-grid_1 {
    grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 480px) {
    .cards-grid_style-2 {
        gap: 15px;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0px 0px 20px 0px rgba(180, 180, 180, 0.1490196078);
        grid-template-columns: repeat(1, 1fr);
    }
}

.card a {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #222222;
}
.card a:hover .card__figure img {
    transform: scale(1.3);
}
.card__figure img{
    transition: 0.5s;
}
.card__figure {
    height: 209px;
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden;
  margin-bottom: 0;
}
.wiki .card__figure{border-radius: 0;}
.wiki .card_style-5{border-radius: 0;}
@media screen and (max-width: 768px) {
    .card__figure {
        height: 145px;
    }
}
.card__figure img, .card__figure video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
@media (display-mode: fullscreen) {
    .card__figure video {
        -o-object-fit: contain;
        object-fit: contain;
    }
}
.card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
.card__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25em;
    letter-spacing: 0.02em;
    font-family: 'Roboto';
}
@media screen and (max-width: 768px) {
    .card__title {
        font-size: 14px;
    }
}
.card__description {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.27em;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
    .card__description {
        font-size: 14px;
    }
}
.card__date {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em;
    color: #797979;
}
@media screen and (max-width: 768px) {
    .card__date {
        font-size: 12px;
    }
}
.card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.125em;
    color: #130F1E;
}
@media screen and (max-width: 768px) {
    .card__meta {
        font-size: 12px;
    }
}
.card__meta-views {
    display: flex;
    align-items: center;
}
.card__meta-likes {
    display: flex;
    align-items: center;
    gap: 10px;
}
.card__meta-likes__item {
    display: flex;
    align-items: center;
    line-height: 1em;
    color: #0CA789;
}
.card__meta-likes__item svg {
    fill: #0CA789;
}
.card__meta-likes__item_negative {
    color: #F82929;
}
.card__meta-likes__item_negative svg {
    fill: #F82929;
}
.card__meta svg {
    width: 16px;
    margin-right: 5px;
    vertical-align: middle;
}
.card__icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 10px;
}
.card__icons svg {
    width: 28px;
}
@media screen and (max-width: 768px) {
    .card__icons svg {
        width: 26px;
    }
}
.card__table {
    border: none;
    border-collapse: collapse;
}
.card__table tr + tr td {
    border-top: 1px solid #ffffff;
}
.card__table td {
    padding: 10px 5px;
}
.card__table td:first-child {
    padding-left: 15px;
}
.card__table td:last-child {
    padding-right: 15px;
}
.card__table-name {
    width: 50%;
    flex-grow: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
    .card__table-name {
        font-size: 12px;
    }
}
.card__table-value {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.28em;
    letter-spacing: 0.02em;
    text-align: right;
}
@media screen and (max-width: 768px) {
    .card__table-value {
        font-size: 14px;
    }
}
.card_style-5 {
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(180, 180, 180, 0.15);
}

.wiki .card_style-5 {box-shadow:none;}
.wiki .card__description {
  font-size: 16px;}

@media screen and (min-width: 769px) {
    .card_style-5 a {
        flex-direction: row;
        align-items: center;
    }
}
@media screen and (min-width: 769px) {
    .card_style-5 .card__figure {
        flex-basis: max(200px, 24.6%);
        flex-shrink: 0;
        height: auto;
        align-self: stretch;
    }
}
@media screen and (max-width: 768px) {
    .card_style-5 .card__figure {
        height: 176px;
    }
}
.card_style-5 .card__content {
    gap: 15px;
    justify-content: flex-start;
    padding: 25px 40px 25px 30px;
}
@media screen and (max-width: 768px) {
    .card_style-5 .card__content {
        padding: 15px 15px 20px;
    }
}
.card_style-5 .card__title {
    font-size: 22px;
    font-weight: 800;
}
@media screen and (max-width: 768px) {
    .card_style-5 .card__title {
        font-size: 16px;
    }
}
.card_style-5 .card__meta {
    gap: 40px;
    margin-top: 15px;
}
@media screen and (max-width: 768px) {
    .card_style-5 .card__meta {
        flex-wrap: wrap;
        gap: 10px;
    }
}
.card_style-5 .card__meta .meta-date {
    flex-grow: 1;
}
@media screen and (max-width: 768px) {
    .card_style-5 .card__meta .meta-date {
        width: 100%;
    }
}
.meta-likes {
    display: flex;
    align-items: center;
    gap: 15px;
}
.meta-likes__item {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.17em;
    gap: 5px;
}
@media screen and (max-width: 768px) {
    .meta-likes__item {
        font-size: 12px;
    }
}
.teg-top{gap: 10px;}
.teg-top img{max-height: 20px;}
.icon-svg-cats {
    fill: #fff;
    margin-right: 5px;
    transition: .8s;
}
.btn.btn-primary:hover .icon-svg-cats{fill: #1E72A4;}
/*Конец новостей*/

/*Читаемое за неделю виджеты*/
.widget * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.widget {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1490196078);
    border-radius: 10px;
    padding: 15px;
}

.steps-widget {
    /*background: linear-gradient(142.17deg, #1e72a4 4.86%, #035382 95.09%);*/
    background-image: radial-gradient(circle at top right, rgb(2, 66, 105) 0%, rgb(2, 66, 105) 48%, rgb(8, 91, 140) 48%, rgb(8, 91, 140) 53%, rgb(14, 98, 153) 53%, rgb(14, 98, 153) 56%, rgb(21, 107, 159) 56%, rgb(21, 107, 159) 69%, rgb(21, 107, 159) 69%, rgb(21, 107, 159) 100%);
    color: #fff;
}
.widget__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.steps-widget__list {
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em;
    counter-reset: steps-widget1;
}
.widget__title {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25em;
    letter-spacing: .02em;
    font-family: 'Roboto';
}
.steps-widget__list li {
    padding: 15px 5px 0;
    counter-increment: steps-widget;
}
.steps-widget__list li:before {
    content: counter(steps-widget);
    display: inline-block;
    min-width: 18px;
    height: 18px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.28em;
    text-align: center;
    border-radius: 11px;
    background-color: #fff;
    color: #245b94;
    margin-bottom: 5px;
}
.steps-widget__list a {
    display: block;
    color: #fff;
    padding-bottom: 15px;
    border-bottom: 1px solid #245b94;
    transition: 0.5s;
}
.steps-widget__list a:hover{letter-spacing: 1px; color: #cdd1d2 !important;}
.steps-widget__list a.chit-popular:hover{letter-spacing: 0.1px; color: #cdd1d2 !important;}
.btn.btn-white {
    color: #222222;
    background: #FFFFFF;
}
.btn.btn-white:hover {
    color: #FFFFFF;
    background: #000000;
}


/*Конец Читаемое за неделю виджет*/

#searchModal .modal-fullscreen .modal-body {
    background-image: radial-gradient(circle at top right, rgb(2, 66, 105) 0%, rgb(2, 66, 105) 48%, rgb(8, 91, 140) 48%, rgb(8, 91, 140) 53%, rgb(14, 98, 153) 53%, rgb(14, 98, 153) 56%, rgb(21, 107, 159) 56%, rgb(21, 107, 159) 69%, rgb(21, 107, 159) 69%, rgb(21, 107, 159) 100%);
}

/*Категории справа в сингле новостей и статей*/
.category-list a {
    margin-bottom: 7px;
    padding: 12px 15px;
    border-radius: 6px 30px 30px 6px;
    transition: .5s;
}
.category-list a:hover {
    color: #ffffff !important;
    background: #1E72A4 !important;
}
.blog-tab .nav-pills .nav-item .active {
    border-bottom: 5px solid #dee2e6;
}
.blog-tab .tab-content a {
    color: #fff;
}

/*Видео сингл*/
.video_container {
    height: 95vh;
    position: relative;
    width: 100%;
}
.video_container video {
    display: flex;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/*video::-webkit-media-controls {*/
/*    display:none!important; // Команда на скрытие элементов управления.*/
/*}*/

#controls {
    font-size: 32px;
    border: none;
    padding: 5px;
    cursor: pointer;
    color:#fff;
    position: absolute;
    left: 50px;
    bottom: 50px;
}

a#playBtn {
    margin-right: 20px;
}
/*input[type="range"] {*/
/*    margin: auto;*/
/*    -webkit-appearance: none;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    height: 20px;*/
/*    width: 100px;*/
/*    cursor: pointer;*/
/*    border-radius: 0; !* iOS *!*/
/*}*/

/*::-webkit-slider-runnable-track {*/
/*    background: #ddd;*/
/*}*/

/*
 * 1. Set to 0 width and remove border for a slider without a thumb
 * 2. Shadow is negative the full width of the input and has a spread
 *    of the width of the input.
 */
/*::-webkit-slider-thumb {*/
/*    -webkit-appearance: none;*/
/*    width: 20px; !* 1 *!*/
/*    height: 20px;*/
/*    background: #fff;*/
/*    box-shadow: -200px 0 0 200px #999; !* 2 *!*/
/*    border: 2px solid #999; !* 1 *!*/
/*}*/

/*::-moz-range-track {*/
/*    height: 40px;*/
/*    background: #ddd;*/
/*}*/

/*::-moz-range-thumb {*/
/*    background: #fff;*/
/*    height: 40px;*/
/*    width: 20px; !* 1 *!*/
/*    border: 3px solid #999; !* 1 *!*/
/*    border-radius: 0 !important;*/
/*    box-shadow: -200px 0 0 200px #999;*/
/*    box-sizing: border-box;*/
/*}*/

/*::-ms-fill-lower {*/
/*    background: dodgerblue;*/
/*}*/

::-ms-thumb {
    background: #fff;
    border: 2px solid #999; /* 1 */
    height: 40px;
    width: 20px; /* 1 */
    box-sizing: border-box;
}

::-ms-ticks-after {
    display: none;
}

::-ms-ticks-before {
    display: none;
}

::-ms-track {
    background: #ddd;
    color: transparent;
    height: 40px;
    border: none;
}

::-ms-tooltip {
    display: none;
}
a path.re{stroke: #ffffff;}
a path.thk{fill:#ffffff;}

li.pager__item {
  text-align: center;
  margin-top: 30px;
}

.pager li.pager__item a {
  color: #ffffff;
  background-color: #1E72A4;
  border-color: #1E72A4;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  font-weight: 600;
  transition: .5s;
  border-radius: 50rem;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.wiki .pager li.pager__item a{background-color: #f5f3f3;
  border-color: #000000;color: #000000;border: 1px solid;padding: .375rem .75rem !important;}
.wiki .pager li.pager__item a:hover{background-color: #000000; color: #f5f3f3;}

ul.js-pager__items.pager {
  list-style: none;
}
/*Видео страница*/
.videos .views-infinite-scroll-content-wrapper.clearfix {
  display: grid;
  gap: 24px;
}
.videos .row-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  /*gap: 12px;*/
}



@media screen and (max-width: 1024px) {
  .videos .row-grid {
    grid-template-columns: repeat(2,1fr);
  }

}

@media screen and (max-width: 760px) {
  .videos .row-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1300px) {
  .video_container {
    height: auto;
  }
}

/*wiki page*/
.wiki-hom{margin-top: 55px;}
.wiki-page .navbar{border-bottom: 1px solid;}

.white-widget{box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);background: #FFFFFF;}

h2.sub-wiki{font-size: 1.5rem;color: #000000;}

.wiki-col:nth-child(even) img{float:left;}
.wiki-col:nth-child(odd) img{float:right;}

.wiki-col{display: inline-block;}

.btn-check:focus+.btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(70, 158, 246, 0.25);
}

a.btn.btn-black.wiki-btn-article {
  border-radius:0;
}

.btn.btn-black {
  color: #000000;
  background: #f5f3f3;
  border:1px solid #000000;
}
.btn.btn-black:hover {
  color: #f5f3f3;
  background: #000000;

}

.text-wiki.pb-4 {
  display: flow-root;
}

.form-select:focus {
  box-shadow: rgba(110, 162, 217, 0.25) 0px 0px 0px 0.25rem;
  border-color: rgb(192, 194, 195);
  outline: 0px;
}

.wiki-filter div#edit-actions, .wiki-filter div#edit-actions--2 {
  margin-top: 24px;
}
.wiki-filter form#views-exposed-form-wiki-page-6 {
  display: flex;
  gap: 20px;
}
.wiki-filter .form-select{border-radius: 0;}
.wiki-filter input[type=submit], .wiki-filter input#edit-reset-wiki--2 {
  padding: 5px;
}

.wiki ul.js-pager__items {
  display: block;
  text-align: center;
  clear: both;
  list-style: none;
}

.wiki ul.js-pager__items li {
  display: inline-block;
  margin: 0 2px 0 0;
}
.wiki ul.js-pager__items li a {
  border-color: #000000 !important;
  color: #000000;
  background: #f5f3f3;
  display: block;
  padding: 6px 11px;
  border: 1px solid;
  background-clip: padding-box;
  font-weight: normal;
}



.modal-body .container-inline div, .modal-body .container-inline label {display: block;}

.modal-body form#search-api-page-block-form-poisk-po-saytu {
  width: 100%;
  display: inline-block;
}

.modal-body div#edit-actions {
  float: right;
  margin-top: -57px;

}
.modal-body input#edit-submit{border-top-right-radius: 10px;border-bottom-right-radius: 10px;border: 0;}

input#edit-vashe-imya, input#edit-vash-e-mail, input#edit-vash-telefon, input#edit-tema-obrashcheniya, textarea#edit-vashe-soobshchenie {
  width: 100%;padding: 1rem .75rem;
}

form#views-exposed-form-poisk-po-saytu-page-1 {
  display: flex;
  width: 100%;
}

.modal-body input#edit-search-text{border-top-right-radius: 0px;border-bottom-right-radius: 0px;}
.modal-body input#edit-submit-poisk-po-saytu{border-top-right-radius: 10px;border-bottom-right-radius: 10px;border: 0;}
form#views-exposed-form-poisk-po-saytu-page-1 .form-text {
  margin-top: 0;
  font-size: inherit;
  color: #060606;
  padding: 0.5rem;
  border-top-left-radius: 10px;border-bottom-left-radius: 10px;border: 1px solid #969494;
}
form#views-exposed-form-poisk-po-saytu-page-1 input#edit-submit-poisk-po-saytu {
  padding: 0.5rem;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border: 1px solid #969494;
}


@media screen and (max-width: 530px) {
  .wiki-col:nth-child(even) img, .wiki-col:nth-child(odd) img {float: none;}
  .text-wiki.pb-4 {text-align: left;}
  .btn.btn-black {font-size: 12px;}
  .display-2 {font-size: calc(0.9rem + 3.9vw);}
  .fs-5 {font-size: .8rem !important;}
  .card_style-1 {min-height: 275px;}
  .card_style-1 {min-height: 275px;}
  a.btn.btn-secondary.rounded-pill.text-white.py-3.px-5.m-2Right {margin-top: 10px;}
  .btn-lg-square {width: 56px;height: 51px;}
}

@media screen and (max-width: 1000px) {
  .wiki .pe-0{padding-right: 1rem !important;
    padding-left: 1rem !important;}
  .wiki .col-lg-4.rounded.p-4{margin-top: 0;}
  .wiki-filter form#views-exposed-form-wiki-page-6{display: block;}

}

