:root{
    --g_color_1: #050505;
    --g_color_2: #d3d3d3;
}
.bg-color1{
    background: var(--g_color_1);
}
.text-color1{
    color:white;
}
.text-color2{
    color:var(--g_color_1);
}
.text-bold{
    font-weight: bold;
}
/*MARGIN TOP*/
.mt-5{margin-top: 5px}
.mt-10{margin-top: 10px}
.mt-20{margin-top: 20px}
.mt-30{margin-top: 30px}
.mt-50{margin-top: 50px}
/*MARGIN BOTTOM*/
.mb-5{margin-bottom: 5px}
.mb-10{margin-bottom: 10px}
.mb-20{margin-bottom: 20px}
.mb-30{margin-bottom: 30px}
.mb-50{margin-bottom: 50px}
/*PADDING*/
.p-5{padding: 5px}
.p-10{padding: 10px}
.p-20{padding: 20px}
/*PADDING X*/
.px-20{padding: 0 20px;}
/*PADDING TOP*/
.pt-5{padding-top: 5px}
.pt-10{padding-top: 10px}
.pt-20{padding-top: 20px}
.pt-30{padding-top: 30px}
.pt-50{padding-top: 50px}
/*PADDING BOTTOM*/
.pb-5{padding-bottom: 5px}
.pb-10{padding-bottom: 10px}
.pb-20{padding-bottom: 20px}
.pb-30{padding-bottom: 30px}
.pb-50{padding-bottom: 50px}

body{
    font-size: 14px !important;
}
header{
    background: var(--g_color_1);
    /*display: flex;*/
    position: relative;
    min-height: 680px;
}
.participation{
    position: relative;
    min-height: 750px;
}
.participation {
    font-size: 18px;
}
.index_site__title{
    color:white;
    font-size: 50px;
    position: relative;
}
.index_site__title span::after {
    content: "";
    display: block;
    position: absolute;
    left: -10%;
    top: 30%;
    height: 5px;
    width: 83%;
    box-shadow: 0px 0px 15px 5px rgb(255 255 255 / 50%);
    border-radius: 50%;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0.1) 100%) top right/150% 30%;
    animation: blink 1s infinite alternate;
}

.index_site__fon{
    display: flex;
    justify-content: end;
}

@keyframes blink {
    to {background-position:top left;}
}

@media(min-width: 1360px){
    .index_site__title{
        font-size: 100px;
        margin: 0 0 50px 0;
    }
    .index_site__fon{
        position: absolute;
        right: 0;
        top: 0;
    }

    .about__blk{
        min-height: 340px;
    }
    .cog1{
        position: absolute;
        right: 150px;
        top:-200px;
    }
}
@media (max-width: 1359px) {
    .index_site__fon img{
        margin-bottom: -45px;
    }
    .cog1{display: none}
}

.navbar {
    margin-bottom: 0px;
    background: var(--g_color_1);
    border-radius: 0;
    border: none;
    z-index: 1000;
}
.navbar-nav{margin-left: 0px}
.navbar-default .navbar-brand { color: var(--g_color_2);}
.navbar-default .navbar-nav > li > a { color: #888;padding: 15px 25px;}
.navbar-default .navbar-nav > li > a:hover { color: var(--g_color_2);}
.navbar-default .navbar-nav > li > a::after{
    left: 15px; bottom: 0px; transition-delay: .1s;
}
.navbar-default .navbar-nav > li > a:hover::after{
    opacity: 1; transition-delay: .1s;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #b3b3b3;}

.social-icon{margin-right: 10px;}

@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
.about h2{font-weight: bold}
.about p, .about ul{font-size: 20px;}
.row-flex {
    display: flex;
    flex-flow: row wrap;
}

.teams-table h4{
    line-height: 130%;
}
.teams-table span{color: #888;}



.news{
    border-right: 1px solid;
    border-left: 1px solid;
}
.news .card .thumb{height: 220px}
.news .card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news .card .title{
    font-weight: bold;
    font-size: 16px;
}
.news_page .list-wrapper{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.news_page .list-wrapper > div{
    width: 33%;
    min-width: 250px;
}
.news_page .card .thumb{height: 250px}
.news_page .card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_page .card .title a{
    color:var(--g_color_1);
}
.news_page .pagination{
    width: 100%;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: var(--g_color_1) !important;
    border-color: var(--g_color_1) !important;
}
.news_page_one ul{
    display: flow-root;
}
@media (min-width: 998px) {
    .news_page_one .news-main-img{
        max-width: 400px;
        float:left; /* Выравнивание по левому краю */
        margin: 7px 35px 15px 0;
    }
}
@media (max-width: 997px) {
    .news_page .list-wrapper > div {
        width: 100%;
    }
    .news_page_one .news-main-img{width: 100%;margin-bottom: 15px;}
}
#gal{
    padding: 20px;
}
.owl-nav {display: inline-block;top: 40%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);z-index: 999;}
.owl-prev {height: 30px;}
.owl-next {height: 30px;}
.owl-carousel {padding: 20px;}
.owl-item img {}
.owl-theme .owl-nav [class*='owl-'] { margin: 5px 20px !important;}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: none !important;
    color: #FFF;
    text-decoration: none;
}
.owl-theme .owl-nav {text-align: left !important; margin-top: 30px !important;}
.owl-theme .owl-dots {
    z-index: 10000;
    position: relative;
    text-align: right !important;
    -webkit-tap-highlight-color: transparent;
    margin-top: 25px !important;
    float: right;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: inline-block !important;
}
/*.owl-carousel .owl-nav button.owl-prev{background: url(../images/SITE_IMAGE/left2.png) !important;*/
/*    background-repeat: no-repeat;padding: 4px 7px !important;}*/
/*.owl-carousel .owl-nav button.owl-next{background: url(../images/SITE_IMAGE/right2.png) !important;*/
/*    background-repeat: no-repeat;padding: 4px 7px !important;}*/

.btn-custom-1{
    position: relative;
    font-size: 20px;
    padding: 15px 80px 20px;
    color: var(--g_color_2);
    border: 1px solid transparent;
    border-image: linear-gradient(180deg, #c1c1c1 , #545454);
    -moz-border-image: -moz-linear-gradient(180deg, #c1c1c1 , #545454);
    -webkit-border-image: -webkit-linear-gradient(180deg, #c1c1c1 , #545454);
    border-image-slice: 1;
    transition: 1s;
}
.btn-custom-1:hover{
    color: white;
    background: #333333;
}

.btn-custom-1::after{right: -15%;top: -1px;}
.btn-custom-1::before{left: -15%; bottom: -1px;}
.btn-custom-1::after,
.btn-custom-1::before,
.navbar-default .navbar-nav > li > a::after{
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 83%;
    box-shadow: 0px 0px 15px 5px rgb(255 255 255 / 50%);
    border-radius: 50%;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,0.1) 100%);
    pointer-events: none;
    opacity: 0;
    transition: 0.2s;
}

.btn-custom-1:hover::after{right: -25%; opacity: 1; transition-delay: .3s;}
.btn-custom-1:hover::before{left: -25%; opacity: 1; transition-delay: .3s;}
footer{border-top: 1px solid var(--g_color_1)}


