/* Шрифты */


@font-face {
	font-family: 'BebasNeue';
	src: url('fonts/BebasNeueRegular.eot');
	src: local('☺'), url('/fonts/BebasNeueRegular.woff') format('woff'), url('/fonts/BebasNeueRegular.ttf') format('truetype'), url('/fonts/BebasNeueRegular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Главные стили */

html, body {
    
    padding: 0;
    margin: 0;
    
}

body {
    
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    color: #6f6f6f;
    
}

.icon-chevron-right {
    
    display: none
    
}

.cat-children {
    
    margin-top: 20px;
    
}

.cat-children a {
    
    font-family: "BebasNeue";
    font-size: 18px;
    
}

.mobile {
    
    display: none
    
}

.wrapper {
    
    width: calc(100% - 20px);
    max-width: 1600px;
    padding: 0 10px;
    margin: auto;
    
}

.normi {
    
    clear: both
    
}

a {
    
    color: #1380d1;
    text-decoration: none;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
}

a:hover {
    
    color: #083e66
    
}

h1 {
    
    color: #1380d1;
    font-size: 38px;
    font-family: "BebasNeue";
    text-transform: uppercase;
    font-weight: normal;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    
}

h2 {
    
    color: #000;
    font-size: 26px;
    font-family: "BebasNeue";
    text-transform: uppercase;
    font-weight: normal;
    padding: 0;
    margin: 0;
    
}

h3 {
    
    color: #000;
    font-size: 22px;
    font-family: "BebasNeue";
    text-transform: uppercase;
    font-weight: normal;
    padding: 0;
    margin: 0;
    
}

/* Верх */

.top {
    
    padding: 50px 0 20px 0;
    border-bottom: 3px solid #787878
    
}

.top .logo, .top .messagers {
    
    display: inline-block;
    vertical-align: top
    
}

.top .logo img {
    
    width: 300px;
    height: auto
    
}

.top .messagers {
    
    margin-top: 30px;
    float: right
    
}

.top .messagers a {
    
    display: inline-block;
    margin-left: 10px;
    
}

.top .messagers a:hover {
    
    transform: scale(1.2)
    
}

.top .messagers a img {
    
    width: 40px;
    height: auto
    
}

/* Хлебные крошки */

.breads {
    
    margin: 10px 0;
    font-family: "Exo 2";
    font-size: 12px;
    
}

.breads a {
    

    
}

.breads ol {
    
    list-style: none;
    margin: 0;
    padding: 0;

    
}

.breads ol li {
    
    display: inline-block;
    vertical-align: middle;
    background: #f9f9f9;
    border-radius: 100px;
    padding: 5px 10px;
    margin-right: 2px;
    
}

.breads ol li.float-start {
    
    display: none
    
}

.breads ol li a {
    
    text-decoration: none
    
}

/* Согласие на куки */

.cookie-message {
            position: fixed;
            z-index: 1000;
            bottom: 20px;
            left: 20px;
            right: 20px;
            max-width: 350px;
            padding: 0;
            font-family: Arial, sans-serif;
            animation: fadeIn 0.5s ease-in-out;
            display: none;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .cookie-message-inner {
            display: grid;
            justify-items: start;
            grid-gap: 15px;
            font-size: 14px;
            padding: 20px;
            line-height: 1.5;
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.15);
        }
        
        .cookie-message-text {
            color: #5a5a5a;
        }
        
        .cookie-message-link {
            color: #01356f;
            text-decoration: underline;
        }
        
        .cookie-message-inner .button {
            background: #e1e1e1;
            color: #878787;
            border: none;
            padding: 8px 20px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 14px;
            transition: all 0.3s ease;
        }
        
        .cookie-message-inner .button:hover {
            background-color: #01356f;
            color: #fff;
        }
        
        @media (max-width: 480px) {
            .cookie-message {
                max-width: 100%;
                left: 10px;
                right: 10px;
                bottom: 10px;
            }
        }


/* Главное меню */

.mainmenu {
    
    border-bottom: 1px solid #cfcfcf;
    position: relative;
    z-index: 2
    
}

.mainmenu ul {
    
    list-style: none;
    padding: 0;
    margin: 0;
    border-right: 1px solid #cfcfcf;
    
}

.mainmenu ul li {
    
    display: inline-block;
    
}

.mainmenu ul li:hover {
    
    background: #f1f1f1
    
}

.mainmenu ul li a {
    
    padding: 10px 30px;
    border-right: 1px solid #cfcfcf;
    color: #007acf;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    font-family: "BebasNeue";
    
}

.mainmenu ul li:first-of-type a {
    
    border-left: 1px solid #cfcfcf;
    
}

.mainmenu ul li:last-of-type a {
    
    border-right: none;
    
}

.mainmenu ul li ul {
    
    display: block;
    position: absolute;
    opacity: 0;
    margin-left: -1px;
    max-height: 0;
    border: 1px solid #cfcfcf;
    overflow: hidden;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
}


.mainmenu ul li:hover ul {
    
    position: absolute;
    overflow: hidden;
    display: block;
    opacity: 1;
    border: 1px solid #cfcfcf;
    margin-left: -1px;
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(2px);
    max-height: 300px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
}

.mainmenu ul li.parent a::after {
    
    content: url('/images/ico_vniz.png');
    display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  vertical-align: top;
    margin-top: -4px

    
}

.mainmenu ul li:hover a {
    
    color: #000
    
}

.mainmenu ul li ul li {
    
    display: block;

    
}

.mainmenu ul li ul li a {
    
    border: none
    
}


.mainmenu ul li ul li:first-of-type a {
    
    border: none
    
}

.mainmenu ul li.parent ul li a {
    
    color: #007acf;
    
}

.mainmenu ul li.parent ul li a::after {
    
    content: "";
    
}

.mainmenu ul li.parent ul li a:hover {
    
    color: #083e66
    
}

/* Контент */

.content {
    
    min-height: 450px;
    
}

/* Вывод */

.blog-item .item-image {
    
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 30px;
    clear: both
    
}

.blog-item .item-image img {
    
    width: 200px;
    height: auto;
    
    
}

.item-page .item-image img {
    
    max-width: 25vw;
    height: auto
    
}

.item-page .item-image {
    
    float: left;
    margin: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    
}




/* Последнее на главной */

.last .item {
    
    height: 45vh;
    
    position: relative
    
}

.last .item .gray {
    
    padding: 30px;
    background: rgba(0,0,0,0.3);
    height: calc(100% - 60px)
    
}

.last .item .zagolovok {
    
    font-size: 50px;
    line-height: 50px;
    margin-top: 8vh;
    width: 50%;
    color: #fff;
    text-transform: uppercase;
    font-family: "BebasNeue"
    
}

.last .item .introtext {
    
    color: #FFF;
    font-size: 14px;
    width: 40%
    
}

.last .item .readmore {
    
    position: absolute;
    bottom: 5px;
    left: 10px;
    
}

.last .item .readmore a {
    
    background: url("/images/ico_readmore.png") no-repeat right 10px center rgba(0,122,207,0.5);
    padding: 5px 40px 5px 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    
}

.last .item .readmore a:hover {
    
    background: url("/images/ico_readmore.png") no-repeat right 10px center rgba(0,122,207,0.9);
    
}

/* Последнее на сайте */

.latest {
    
    padding: 40px 0;
    
}

/* Анонсы */

.anons {
    
    background: #f1f1f1;
    padding: 80px 0 130px 0;
    margin-top: 70px;
    
}

.anons h2 {
    
    font-size: 70px;
    color: #FFF;
    margin-bottom: 50px;
    
}

.anons ul {
    
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    
}

.anons ul li {
    
    display: inline-block;
    vertical-align: top;
    width: 27%;
    font-size: 14px;
    margin-right: 4.7%;
    padding-right: 4.7%;
    border-right: 1px solid #cfcfcf;
    padding-top: 30px;
    padding-bottom: 30px;
    
}

.anons ul li:last-of-type {
    
    margin-right: 0;
    padding-right: 0;
    border: none
    
}

.anons ul li h3 a {
    
    font-size: 20px;
    color: #000;
    
}

/* Направления */

.napravleniya {
    
    background: url("/images/napravleniya.svg") left center no-repeat;
    background-size: contain ;
    padding: 80px 0;
    margin-top: 80px;
    
}

.napravleniya .wrapper {
    
    width: calc(100% - 60vw);
    margin-left: 40vw;
    
}

.napravleniya h2 {
    
    font-size: 50px;
    color: #1380d1;
    margin-bottom: 80px;
    
}

.napravleniya ul {
    
    list-style: none;
    padding: 0;
    margin: 0;
    
}

.napravleniya ul li {
    
    margin-bottom: 140px;
    font-size: 14px;
    color: #747474;
    line-height: 18px;
    
}

.napravleniya ul li a {
    
    font-size: 26px;
    color: #000;
    font-family: "BebasNeue";
    margin-bottom: 20px;
    
}


/* Иконки */

.icons {
    
    
    
}

.icons .icon {
    
    display: inline-block;
    vertical-align: middle;
    
}

.icons .icon .image {
    
    display: inline-block;
    width: 130px;
    vertical-align: middle;
    
}

.icons .icon .text {
    
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 220px);
    margin-left: 10px;
    
}

.icons .icon .text .zagolovok {
    
    font-family: "BebasNeue";
    font-size: 18px;
    color: #000;
    
}

.icons .icon .text .slova {
    
    font-size: 12px;
    color: #444444
    
}

/* Миссия */

.mission {
    

    
}

.mission .left {
    
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    width: 80%;
    
}

.mission .right {
    
    display: inline-block;
    vertical-align: top;
    width: calc(20% - 5px - 30px - 30px) ;
    border-left: 1px solid #f3f3f3;
    padding-left: 30px;
    min-height: 80vh
}

.mission .right .zagolovok {
    
    background: #cfcfcf;
    font-size: 18px;
    padding: 10px 0;
    font-family: "BebasNeue";
    text-align:center;
    color: #000;
    
    
}

.mission h2 {
    
    color: #1380d1;
    font-size: 45px;
    margin-bottom: 45px;
    
}

.mission .image {
    
    display: inline-block;
    width: 50%;
    margin-right: 40px;
    vertical-align: middle;
    background: #CCC
    
}

.mission .image img {
    
    width: 100%;
    height: auto
    
}

.mission .about {
    
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #444444;
    line-height: 36px;
    text-align: justify;
    width: calc(100% - 50% - 45px);
    
}

.mission .icons {
    
    margin-top: 50px;
    
}

.mission .icons .icon {
    
    width: 45%;
    
}

.mission .icons .icon .image {
    
    background: none;
    text-align: center
    
}

.mission .icons .icon .image img {
    
    width: auto;
    height: 120px;
    
    
}

/* Публикации */

.publisheds ul {
    
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    
}

.publisheds .zagolovok {
    
    margin-bottom: 20px;
    
}

.publisheds ul li {
    
    margin-bottom: 50px;
    
}

.publisheds h2 {
    
     line-height: 15px;
    margin-bottom: 10px
    
}

.publisheds h2 a {
    
    font-size: 20px;
   
    
}

.publisheds .visually-hidden {
    
    display: none
    
}

.publisheds dl dd {
    
    padding: 0;
    margin: 0;
    
}

.publisheds .icon-folder-open {
    
    color: #2face2
    
}

.publisheds .mod-articles-category a {
    
    font-size: 12px
    
}

.publisheds .mod-articles-category {
    
    display: inline-block
    
}

.publisheds .mod-articles-date {
    
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
    color: #2face2
    
}

.publisheds .icon-calendar {
    
    font-size: 14px;
    
}

.publisheds .readmore a {
    
    color: #fff;
    background: url("/images/ico_readmore.png") no-repeat right 10px center #2face2;
    padding: 5px 40px 5px 5px;
    border-radius: 5px;
    font-size: 12px;
    
}

.publisheds .mod-articles-image {
    
    padding: 0;
    margin: 0;
    
}

.publisheds .mod-articles-image img {
    
    
    max-width: 100%;
    height: auto
}

.inside .publisheds {
    
    display: inline-block;
    vertical-align: top;
    width: calc(20% - 5px - 30px - 30px) ;
    border-left: 1px solid #f3f3f3;
    padding-left: 30px;
    min-height: 80vh;
    float: right
}

.inside .publisheds .zagolovok {
    
    background: #cfcfcf;
    font-size: 18px;
    padding: 10px 0;
    font-family: "BebasNeue";
    text-align:center;
    color: #000;
    
    
}

.inside .publisheds.mob {
    
     display: block;
    vertical-align: top;
    width: 100% ;
    border-left: none;
    padding-left: 0px;
    min-height: auto;
    float: none
    
}








/* Подвал */

.footer {
    
    background: #f1f1f1 url("/images/footer_back.png") no-repeat bottom right;
    padding: 0 0 400px 0;
    margin-top: 80px;
    clear: both
    
}

.footer .top {
    
    border: none
    
}

.footer .top .messagers {
    
    margin-top: -77px;
    
}

.footer .top .messagers img {
    
    background: #fff;
    border-radius: 1000px;
    padding: 5px
    
}

.footer .top .messagers a {
    
    margin-left: 0
    
}

.footer .top .logo {
    
    margin-top: -85px;
    
}

.footer .mainmenu {
    
    border: none;
    
    
}

.footer .mainmenu ul {
    
    border: none
    
}

.footer .mainmenu ul li a {
    
    border: none;
    background: #f8f8f8;
    padding: 5px 10px;
    border-radius: 10px;
    margin-right: 40px;
    
}

.footer .mainmenu ul li.parent a::after {
    
    content: "";
    
}

.footer .mainmenu ul li ul {
    
    position: absolute;
    display: block;
    opacity: 1;
    max-height: 400px;
    border: none;
    margin-left: 0;
    background: none;
    backdrop-filter: none;
    margin-top: 15px;
    
    
}

.footer .mainmenu ul li ul li {
    
    display: block;
    
    
}

.footer .mainmenu ul li ul li a {
    
    background: none;
    font-size: 14px;
    color: #585858;
    line-height: 34px;
    padding: 0;
    padding-left: 10px;
    
}

.copyrights {
    
    padding: 20px 0;
    font-size: 14px;
    font-family: "BebasNeue"
    
}

.copyrights .sfera {
    
    display: inline-block;
    vertical-align: middle
    
}

.copyrights .merbal {
    
    display: inline-block;
    vertical-align: middle;
    float: right;
    text-align: right
    
}

.copyrights .merbal a {
    
    
    text-decoration: none
    
}

@media screen and (max-width: 1420px) {
 
    
    /* Направления */

    .napravleniya {

        background: url("/images/napravleniya.svg") left center no-repeat;
        background-size: contain ;
        padding: 40px 0;
    

    }

    .napravleniya .wrapper {

        width: calc(100% - 44vw);

    }

    .napravleniya h2 {

        font-size: 50px;
        color: #1380d1;
        margin-bottom: 80px;

    }

    .napravleniya ul li {

        margin-bottom: 50px;
        font-size: 14px;
        color: #747474;
        line-height: 18px;

    }

    .napravleniya ul li a {

        font-size: 26px;
        color: #000;
        font-family: "BebasNeue";
        margin-bottom: 20px;

    }
    
    /* Анонсы */

    .anons ul li {

        display: inline-block; 
        vertical-align: top;
        width: 26%;
        font-size: 14px;
        margin-right: 4.7%;
        padding-right: 4.7%;
        border-right: 1px solid #cfcfcf;
        padding-top: 30px;
        padding-bottom: 30px;

    }

    .anons ul li:last-of-type {

        margin-right: 0;
        padding-right: 0;
        border: none

    }

    .anons ul li h3 a {

        font-size: 20px;
        color: #000;

    }
    
    /* Главное меню */

    .mainmenu ul li a {

        padding: 10px 10px;

    }
    
    .footer .mainmenu {
    
        border: none;


    }

    .footer .mainmenu ul li a {

        border: none;
        background: #f8f8f8;
        padding: 5px 5px;
        border-radius: 10px;
        margin-right: 10px;

    }
    
    .mission .icons .icon {

        width: 49%;

    }
    
    .mission .icons .icon .image {
        
        width: 80px
        
    }

    .mission .icons .icon .text {

        width: 60%

    }



    
    
    
}


@media screen and (max-width: 900px) {

    .mobile {
        
        display: block;
        
    }
    
    .mobbtn {
        
        background: url("/images/mobmenu.svg") no-repeat center center #FFF;
        background-size: contain;
        width: 35px;
        display: inline-block;
        vertical-align: top;
        height: 35px;
        position: fixed;
        top: 20px;
        right: 10px;
        z-index: 4;
        border-radius: 100px;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        
    }
    
    .mobbtn.active {
        
        background: url("/images/mobmenu.svg") no-repeat center center #fe0000;
        background-size: contain;
        
    }
    
    
    /* Верх */

    .top {

        padding: 20px 0 20px 0;
        border-bottom: none;

    }

    .top .logo img {

        width: 130px;
        height: auto

    }

    .top .messagers {

        margin-top: 5px;
        float: right;
        margin-right: 40px;

    }
    
    .top .messagers a {
        
        margin-left: 5px;
        
    }

    .top .messagers a:hover {

        transform: scale(1)

    }

    .top .messagers a img {

        width: 25px;

    }
    
    /* Главное меню */

    .mainmenu {

        border-bottom: none;
        position: fixed;
        background: rgba(255,255,255,0.7);
        padding: 20px;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        backdrop-filter: blur(3px);
        top: 0;
        left: -100%;
        -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
        

    }
    
    .mainmenu.show {
        
        left: 0px;
        
    }

    .mainmenu ul {

        border-right: none;

    }

    .mainmenu ul li {

        display: block;

    }

    .mainmenu ul li a {

        padding: 10px 0px;
        border-right: none;
        color: #007acf;
        font-size: 22px;
        display: block;
        text-transform: uppercase;
        font-family: "BebasNeue";

    }

    .mainmenu ul li:first-of-type a {

        border-left: none;

    }

    .mainmenu ul li ul {

        display: block;
        position: relative;
        opacity: 1;
        margin-left: 0px;
        max-height: auto;
        border: none;
        overflow: hidden;

    }
    
    .mainmenu ul li:hover {
        
        background: none
        
    }


    .mainmenu ul li:hover ul {

        position: relative;
        overflow: hidden;
        display: block;
        background: none;
        opacity: 1;
        border: none;
        backdrop-filter: none;
        max-height: auto;
        margin-left: 15px;

    }
    
    .mainmenu ul li.parent ul li a {
        
        color: #585858;
        font-size: 18px;
        
    }
    
    .mainmenu ul li.parent a {
        
        pointer-events: none;
        
    }

    .mainmenu ul li.parent a::after {

        content: "";
        display: none;

    }
    
    .mainmenu ul li.parent ul li a {
        
        pointer-events: auto;
        
    }
    
    /* Последнее на главной */

    .last .item {

        height: 90vh;

    }

    .last .item .zagolovok {

        font-size: 36px;
        margin-top: 20px;
        line-height: 30px;
        width: 90%;

    }

    .last .item .introtext {

        color: #FFF;
        font-size: 14px;
        width: 80%

    }

    .last .item .readmore {

        position: absolute;
        bottom: 5px;
        left: 10px;

    }

    .last .item .readmore a {

        background: url("/images/ico_readmore.png") no-repeat right 10px center rgba(0,122,207,0.5);
        padding: 5px 40px 5px 10px;
        color: #fff;
        font-size: 14px;
        border-radius: 5px;

    }

    .last .item .readmore a:hover {

        background: url("/images/ico_readmore.png") no-repeat right 10px center rgba(0,122,207,0.9);

    }
    
    /* Миссия */

    .mission {



    }

    .mission .left {

        display: block;
        margin-right: 0px;
        width: 100%;
        text-align: center

    }

    .mission .right {

        display: block;
        vertical-align: top;
        width: 100%;
        border-left: none;
        padding-left: 0px;
        min-height: auto;
    }


    .mission .image {

        display: block;
        width: 100%;
        margin-right: 0px;

    }

    .mission .image img {

        width: 100%;
        height: auto

    }

    .mission .about {

        display: block;
        text-align: center;
        width: 100%;
        margin-top: 40px;

    }

    .mission .icons {

        margin-top: 50px;

    }

    .mission .icons .icon {

        width: 100%;
        text-align: center;
        margin-bottom: 40px;

    }

    .mission .icons .icon .image {
        
        width: 100%;
        display: block;
        margin-bottom: 20px;
        
    }

    /* Анонсы */
    
    .anons {
        
        text-align: center
        
    }

    .anons h2 {

        font-size: 60px;

    }

    .anons ul li {

        display: block;
        vertical-align: top;
        width: 100%;
        font-size: 14px;
        margin-right: 0;
        padding-right: 0;
        border-right: none;

    }

    /* Направления */

    .napravleniya {

        background: none;
        margin-top: 0px;
        position: relative;
        text-align: center

    }
    
    .napravleniya::before {
          content: "";
          position: absolute;
        width: 100%;
        height: 100%;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: url('/images/napravleniya.svg') center/contain no-repeat;
          opacity: 0.3;
        z-index: -1; 
    }
    

    .napravleniya .wrapper {

        width: calc(100% - 20px);
        margin-left: 0;

    }

    .napravleniya h2 {

        font-size: 50px;
        color: #1380d1;
        margin-bottom: 80px;

    }

    .napravleniya ul {

        list-style: none;
        padding: 0;
        margin: 0;

    }

    .napravleniya ul li {

        margin-bottom: 140px;
        font-size: 14px;
        color: #747474;
        line-height: 18px;

    }

    .napravleniya ul li a {

        font-size: 26px;
        color: #000;
        font-family: "BebasNeue";
        margin-bottom: 20px;

    }


    /* Вывод */

    .blog-item .item-image {

        float: none;
        margin-right: 0px;
        margin-bottom: 20px;

    }

    .blog-item .item-image img {

        width: 100%;


    }

    .item-page .item-image img {

        width: 100%;
        max-width: none;

    }

    .item-page .item-image {

        float: none;
        margin-right: 0px;
        margin-bottom: 20px;

    }








    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    /* Подвал */

    .footer {

        padding: 0 0 200px 0;
        margin-top: 40px;
        text-align: center

    }

    .footer .top {

        border: none;
        text-align: center

    }

    .footer .top .messagers {

        float: none;
        text-align: center;
        margin-top: 10px;
        margin-right: 0

    }

    .footer .top .logo {

        margin-top: 10px;
        display: block

    }
    
    .footer .mainmenu {
        
        position: relative;
        width: auto;
        height: auto;
        left: auto;
        background: none;
        z-index: 1
        
    }
    
    .footer .mainmenu ul li {
        
        display: block;
        background: none
        
    }

    .footer .mainmenu ul li a {

        padding: 5px 10px;
        border-radius: 10px;
        margin-right: 0px;
        margin-bottom: 10px;
        background: none;
        font-size: 18px;
        pointer-events: auto;

    }

    .footer .mainmenu ul li ul {

        position: relative;
        display: block;
        opacity: 1;
        max-height: auto;
        border: none;
        margin-left: 0;
        background: none;
        backdrop-filter: none;
        margin-top: 15px;


    }

    .footer .mainmenu ul li ul li {

        display: block;


    }

    .footer .mainmenu ul li ul li a {

        background: none;
        font-size: 14px;
        color: #585858;
        line-height: 34px;
        padding: 0;
        padding-left: 10px;

    }

    .copyrights {

        text-align: center

    }

    .copyrights .sfera {

        display: block;

    }

    .copyrights .merbal {

        display: block;
        float: none;
        text-align: center

    }



    

}





