/* Default styles */
html {
    font-size: 15px;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Blocks @import "blocks/NameFile"; */
.header {
}

.header__line {
    background-color: #1E73BE ;
}

.header__line__items {
    display:flex;
    justify-content:space-between;
}

.blind__link span {
    font-size:16px;
    padding-right:15px;
    color:#fff !important;
    text-decoration:none !important;
}

@media(max-width: 440px){
    .blind__link span {
        display: none;
    }
}

.social__icons {
    display:flex;
}

.social__icon {
    margin-right:15px;
}

.social__icon:last-child {
    margin-right: 0px;
}

.blind__link i,
.social__link i {
    color:#fff;
    font-size:22px;
    padding:15px 0;
}


.header__up__line {
    display: -webkit-box;
    display: -ms-flexbox;
    margin:40px 0;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.up__line__item-adress {
    width: 25%;
}
.up__line__item-logo {
    width: 35%;
}
@media(max-width: 990px){
    .up__line__item-logo {
        width: 25%;
    }
    .up__line__item-adress {
        display: none;
    }
    .up__line__item-telephone,
    .up__line__item-lang,
    .up__line__item-search {
        display: flex;
        justify-content: end;
        width: auto;
    }
}






.header__logo__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.header__logo__link img {
    margin-right: 16px;
}

.header__adres i,
.header__number i {
    color: #1E73BE;
    margin-right: 8px;
}

.header__adres span {
    font-weight: 400;
}

.header__telephone {
    text-decoration: none;
    color: #000;
    letter-spacing: 1px;
    font-weight: bold;
}

.lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lang-item {
    list-style:none;
    font-size: 16px;
    margin-right: 10px;
}

.lang-item-active {
    border-bottom: 1px solid #1E73BE;
}

.lang-item:last-child {
    margin-right: 0;
}

.lang-item a {
    text-decoration: none;
    color: #000;
}

.search__link {
    font-size: 20px;
}

@media (max-width: 920px) {
    .header__logo__link span {
        display: none;
    }
}

@media (max-width: 731px) {
    .up__line__item-adress {
        display: none;
    }
}

@media (max-width: 490px) {
    .up__line__item-telephone {
        display: none;
    }
}

.container {
    max-width: 85%;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .container {
        max-width: 90%;
    }
}

.navigaton {
    background-color: #1E73BE;
}

.navigaton__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.navbar {padding:0; padding: 13px 0 !important;}
.navbar-nav {
    margin-left:0;
}

.navbar-nav li {
}

.navbar-nav li a {
    display: block;
    font-size:14px;
    text-decoration:none;
    color:#fff;
    text-transform: uppercase;
    padding:12px 11px;
}


.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {color:#fff;}

.navbar-nav li a:hover {
    color:#fff;
    background-color:#559EDA;
}

.navbar-nav li a:focus {
    color:#fff;
}

.dropdown-menu li {

}
.dropdown-menu li a {
    display: block;
    width: 100%;
    color:#000;
    padding:7px 15px 7px 15px;
    font-size:14px;
}

.dropdown-menu li a:hover {
    color:#000;
    background-color:#F1F0F0;
}

/* Add the following to your stylesheet */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.navbar-expand-md .navbar-nav .dropdown-menu {width: 300px !important;}


@media(max-width:767px){
    .navbar-nav {
        padding: 20px 0 0 50px;
    }
    .navbar-toggler {
        margin:20px 0;
        border: 1px solid #fff;
    }
    .navbar-toggler-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        background-image: none;
    }

    .navbar-toggler-icon i {
        color:#fff;
    }
    .navbar-collapse {
        position: absolute;
        background-color: #fff;
        z-index: 100000;
        left: -10%;
        top: 100%;
        width: 118%;
    }

    .navbar-nav li a {
        color:#000;
    }

    .navbar-nav li a:hover {
        color:#000;
        background-color: #fff;
    }

    .navbar-nav li a:focus {
        color:#000;
    }


    .dropdown-menu li {
        border-bottom: 1px solid #D2D2D2;
    }
    .dropdown-menu li a {
        margin-left:35px;
    }
    .dropdown-menu li:last-child {
        border-bottom:none;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {width: 99% !important;}
}





.banner__items {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.banner__item {
    z-index: -1;
    width: 100%;
    margin-right: 20px;
}

.banner__item:last-child {
    margin-right: 0;
}

.banner__img {
    position: relative;
}

.banner__img img {
    border-radius: 10px;
}

.banner__text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

@media (max-width: 990px) {
    .banner__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.slider {
    padding: 40px 0;
    background-color: #F6F7FA;
}

.main__slider__link {
    text-decoration: none;
    color: #fff;
}

.main__slider__img {
    background-color: #000;
    position: relative;
    border-radius: 10px;
    height: 250px;
}

.main__slider__img img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.main__slider__link:hover .main__slider__img img {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.main__slider__text {
    position: absolute;
    bottom: 10%;
    left: 25px;
    font-size: 18px;
}

/*.mainSlider-2-slide-wrapper {
    height: 700px !important;
}*/

.mainSlider-2-slide {
    background-color: #000;
}

.mainSlider-2-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.9;
}

.activity {
    margin: 40px 0;
}
.activitys__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.activity__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    width: 25%;
    padding: 20px 40px;
    border-radius: 15px;
    transition: .2s;

}

.activity__item:hover {
    transition: .2s;
    color: #023047;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.activity__icon {
    font-size: 35px;
    margin-bottom: 15px;
}

.activity__icon img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.activity__txt {
    font-weight: 600;
    text-align: center;
}

@media(max-width: 990px){
    .activity__item {
        width: 48%;
        margin-bottom: 20px;
    }
    .activity__item:last-child {
        width: 100%;
    }
}

.section__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    margin-bottom:20px;
}
.entry-title {
    margin: 40px 0;
}
.section__title {
    font-size: 40px;
    color: #000;
}

.section__title-category {
    margin: 40px 0;
}

.section__title-about {
    padding-bottom: 15px;
}

.section__title-page {
    margin: 40px 0;
}

.section__link {
    text-decoration: none;
    font-size: 16px;
}

.about {
    padding: 40px 0;
    background-color: #F6F7FA;
}

.about__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about__item {
    width: 45%;
}

.about__text {
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.about__link {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    margin: 30px auto;
    padding: 15px 20px;
    border: 1px solid #eef0f1;
    border-radius: 15px;
    text-align: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.about__link:hover {
    color: #fff;
    background-color: #1E73BE;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.about_swiper-slide img {
    border-radius: 10px;
}

.swiper-slide {
    margin-right:20px;
}


.about__item2 {
    padding-right: 40px;
}

.about__item2:last-child {
    padding-right: 0;
}


.about__item2-txt {
    width: 70%;
}
.about__item2-lider {
    width: 30%;
}

.lider__img img {
    border-radius: 10px;
    height: 400px;
    object-fit: contain;

}

.lider__name {
    margin: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.lider__link {
    text-decoration: none !important;
    color: #fff !important;
    cursor:pointer;
    display: block;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    font-size: 17px;
    background-color: #1E73BE;
    border-radius: 10px;
    border: 1px solid #eef0f1;
}

@media (max-width: 1100px) {
    .about__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .about__item {
        width: 100%;
        padding-bottom: 30px;
    }

    .about__item2-txt {
        width: 100%;
    }

    .about__item2-lider {
        width: 50%;
        margin-bottom: 40px;
    }
}


@media (max-width: 680px) {
    .about__item2-lider {
        width: 70%;
        margin-bottom: 40px;
    }
}

@media (max-width: 550px) {
    .about__item2-lider {
        width: 100%;

    }
}

.achievements__items .swiper-wrapper {
    padding: 40px !important;
}

.achievement {
    margin: 40px 0;
}
/*.achievements__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}*/

.achievement__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 300px;
    color: #000;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    padding: 20px 40px;
    border-radius: 15px;
    transition: .2s;
    text-align: center;
}

.achievement__number {
    font-size: 25px;
    font-weight: bold;
}

.achievement__icon {
    font-size: 30px;
}

.achievement__name {
    font-size: 18px;
}



.news {
    padding: 40px 0;
    background-color: #fff;
    margin-bottom: 0;
}

.news__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news__hiden {
    display: none;
}

.news__link {
    width: 23%;
    text-decoration: none;
    margin-bottom: 30px;
    background-color: #fff;
}

.news__item {
    border: 1px solid #eef0f1;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    width: 100%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.news__category__items {
    display:flex;
    flex-wrap:wrap;
    margin-bottom:40px
}

.news__item-category {
    flex-basis: 30%;
    margin-right: 20px;
    margin-bottom:40px
}

.news__item:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.news__img img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

.news__title {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin: 20px 0 50px 15px;
}

.news__date {
    color: #000;
    margin: 0 0 25px 15px;
}

.obajavlenie__category__date i {
    margin-right: 10px;
}

.news__more {
    display: block;
    width: 150px;
    margin: 30px auto;
    padding: 15px 10px;
    border: 1px solid #eef0f1;
    background-color: #fff;
    border-radius: 15px;
    cursor: pointer;
    text-align: center;
}

@media (max-width: 990px) {
    .news__item-category {
        flex-basis: 45%;
    }
    .news__link {
        width: 45%;
    }
}
@media (max-width: 580px) {
  .news__item-category {
      flex-basis: 90%;
  }
  .news__link {
      width: 90%;
  }  
}
@media (max-width: 512px) {
    .news__items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }


}

.news__item-t2 {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.event {
    margin-bottom: 30px;
}

.calendary {
    padding:40px 0;
}

.useful__links {
    padding: 40px 0;
    background-color: #F6F7FA;
}


.useful__links-slide {
    text-decoration: none;
    padding: 0;
    position: relative;
    margin-bottom: 20px;
}

.useful__links-slide img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    border-radius: 10px;
}


@media (max-width: 990px) {
    .useful__item {
        width: 45%;
    }
}

@media (max-width: 512px) {
    .useful__items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .useful__item {
        width: 90%;
    }
}

.contact {
    padding: 40px 0;
    background-color: #fff !important;
}

.contact__items {
    display: flex;
    justify-content: space-between;
}

.contact__item {
    padding-right: 30px;
}


.contact__item-page {
    width: 30%;
}

.contact__item:last-child {
    padding-right: 0;
}

.contact__item-map {
    width: 70%;
    border-left: 5px solid #F6F7FA;
    padding-left: 30px;
}



.contact__item {
    font-size: 17px;
}

.contact__item span {
    font-weight: bold;
}


@media(max-width: 800px) {
    .contact__items {
        flex-direction:column;
    }

    .contact__item-page {
        width: 100%;
    }

    .contact__item-map {
        width:100%;
        border-left: none;
        border-top: 5px solid #F6F7FA;
        padding-left: 0;
    }
}




.footer {
    padding: 30px 0;
    background: #F6F7FA;
}

.footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__item {
    width: 33%;
    padding-right: 10px;
    border-right: 4px solid #fff;
}

.footer__item:last-child {
    border-right: none;
}

.footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__contact a {
    text-decoration: none;
    padding: 20px 0 10px 0;
    color: #000;
    font-size: 17px;
}

.footer__contact a span {
    font-weight: bold;
    color: #000;
}

.footer__contact a:hover {
    color: #1E73BE;
}

.footer__menu ul {
    columns: 2;
    list-style: none;
    margin: 0 !important;
}

.footer__menu ul li {
    padding-right: 10px;
    padding-bottom: 10px;
}

.footer__menu ul li a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    font-style: 17px;
}

.footer__menu ul li a:hover {
    color: #1E73BE;
}

.footer__feedback {
    margin: 0 auto;
    background-color: inherit;
    padding: 20px 40px;
    text-decoration:none;
    border-radius: 25px;
    font-size: 17px;
    cursor: pointer;
    outline: none;
    border: 1px solid #1E73BE;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.footer__feedback:hover {
    color: #fff;
    background-color: #1E73BE;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.footer__item-btn {
    display:flex;
    justify-content:center;
    align-items:center;
}

@media (max-width: 990px) {
    .footer__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 90%;
        padding: 20px;
        border-right: 0;
        border-bottom: 4px solid #fff;
    }

    .footer__item-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer__item:last-child {
        border-bottom: 0;
    }

    .footer__menu ul li {
        padding-bottom: 20px;
    }
}
/* Vendor libs */

.swiper-button-next:after,
.swiper-button-prev:after {
    content: ' ' !important;
}
.slider-next,
.slider-prev {
    position: absolute;
    top: 45%;
    z-index: 100000000000;
}

.slider-next {
    right: 2%;
}
.slider-prev {
    left: 2%;
}

.slider-arrow {
    font-size: 50px;
    color: #fff;
}

.slider-arrow-color {
    color: #000;
}

.swiper-wrapper__news {
    padding:15px 0;
}

.category__obajavlenie__items {
    display:flex;
    flex-direction:column;
}

.obajavlenie__category__item a {
    display:flex;
    justify-content:space-between;
    padding:40px 20px;
    color:#000;
    font-size:17px;
    margin-bottom:30px;
    text-decoration: none;


    border: 1px solid #f0ebeb;
}
.obajavlenie__category__title {
    display: flex;
    align-items: center;
}
.obajavlenie__category__title i {
    font-size: 30px;
    margin-right: 15px;
}

@media(max-width: 430px) {
    .obajavlenie__category__link {
        flex-direction: column;

    }
    .obajavlenie__category__title {
        margin-bottom: 15px;
    }
}


.contact_page__list {
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
}

.contact__page__items {
    display:flex;
    flex-direction: column;
    width: 30%;
    margin-right: 20px;
    padding-top: 0 !important;
    justify-content: start;
}

.contact__page__item {
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    background-color:#F6F7FA;
    padding:20px 15px 0 25px;
    border-radius:25px;
    margin-bottom: 20px;
}

.grafic__items {
    width: 70%;
}

.grafic__title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}

.contact__page__item p span {
    display:block;
/*    text-align:center;*/
}

.single__page__post {
    display: flex;
    margin-bottom: 30px;
}

.single__img {
    width:30%;
    margin-right: 20px;
}

.single__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.single__content {
    width: 70%;
}

.single__content p {
    font-size:16px;
    padding-top:30px;
}

.single__gallery {
    padding-bottom:40px;
}

.single__gallery a {
    margin-right:20px;
}


.search__title {
	padding:40px 0;
}

.page-search {
	display: flex;
	justify-content:center;
    margin-bottom: 100px;
}

@media(max-width: 820px){
    .contact_page__list {
        flex-direction: column-reverse;
    }
    .contact__page__items {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .grafic__items {
        width: 100%;
        margin-bottom: 30px;
    }
}
@media(max-width: 797px){
	.contact__page__items {
		flex-direction:column;
		align-items: center;
	}
	
	.contact__page__item {
		width:80%;
		margin-bottom:15px;
	}
}


.boss__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.boss__item {
    text-decoration: none;
    color: #000;
    flex-basis: 28%;
    margin-right: 20px;
    margin-bottom: 40px;
    border: 1px solid #f0ebeb;
    padding: 10px;
    border-radius: 15px;
}

.boss__image img {
    width: 100%;
    height: 410px;
    object-fit: cover;
}

.boss__title {
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
}

.boss__post {
    font-size: 15px;
}

@media(max-width: 990px) {
    .boss__item {
        flex-basis: 46%;
    }
}

@media(max-width: 620px) {
    .boss__item {
        flex-basis: 100%;
    }

    .boss__image img {
        height: auto;
    }
}

.single__boss__items {
    display: flex;
    margin: 40px 0;
}

.single__ruk__left {
    width: 30%;
    margin-right: 20px;
}

.single__boss__item-image {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}
.single__boss__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single__boss__item-txt {
    width: 70%;
}

.single__boss__title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.single__boss__sybtitle {
    font-size: 18px;
    margin-bottom: 25px;
}

.ruk__meta div {
    margin-bottom: 15px;
}

.ruk__meta div span {
    font-weight: bold;
}

@media(max-width: 820px) {
    .single__boss__items {
        flex-direction: column;
        align-items: center;
    }

    .single__ruk__left {
        width: 70%;
    }
    .single__boss__item-txt {
        width: 100%;
        margin-top: 20px;
    }
}


.new_news__items {
    display: flex;
}
.last__photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.last__new {
    margin-right: 20px;
}
.last__news__footer {
    margin-top: 20px;
    display: flex;
}
.last__news__date {
    margin-right: 20px;
}
.last__news__content {
    margin: 20px 0;
}
.news__list__item {
    display: flex;
    margin-bottom: 20px;
}
.news__list__photo {
    width: 33%;
    margin-right: 15px;
}
.news__list__photo img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.news__list__content {
    margin: 0 0 20px 0;
}
.news__list__footer {
    display: flex;
    justify-content: space-between;
}
.news__list__info {
    width: 50%;
}
.last__news__link,
.news__list__link {
    text-decoration: none;
}
@media(max-width: 840px) {
    .new_news__items {
        flex-direction: column;
    }
    .last__new {
        margin-bottom: 30px;
    }
}

@media(max-width:760px) {
    .nav {
        overflow: hidden;
    }
    .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {color:#000;}
}



.otdel__item {
    text-decoration: none;
    color: #000;
    flex-basis: 28%;
    margin-right: 20px;
    margin-bottom: 40px;
    border: 1px solid #f0ebeb;
    padding: 10px;
    border-radius: 15px;
}

.otdel__item a {
    text-decoration: none;
    color: #000;
}

.otdel__info,
.ruk__info {
    padding: 15px 0 0 15px;
}

.otdel__title {
    padding-left: 15px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ruk__name {
    margin-bottom: 15px;
}

.ruk__name span {
    font-weight: 400;
}

.ruk__name a {
    color: #1E73BE;
}