html {
    min-height: 100%;
    box-sizing: border-box;
    min-width: 1366px !important;
    -moz-box-sizing: border-box;
    position: relative;

}

// @font-face {
//     font-family: HelveticaNeueCyr-Bold;
//     src:url(../fonts/HelveticaNeueCyr-Bold.otf);
// }

// @font-face {
//     font-family: HelveticaNeueCyr-Roman;
//     src:url(../fonts/HelveticaNeueCyr-Roman.otf);
// }
@font-face {
    font-family: HelveticaNeueCyr-Roman;
    src: url("../fonts/HelveticaNeueCyr-Roman.otf") format("opentype");
}
@font-face {
    font-family: HelveticaNeueCyr-Bold;
    src: url("../fonts/HelveticaNeueCyr-Bold.otf") format("opentype");
}
@font-face {
    font-family: helveticaneuecyr-light;
    src: url("../fonts/helveticaneuecyr-light.otf") format("opentype");
}
@font-face {
    font-family: HelveticaNeueCyr-Medium;
    src: url("../fonts/HelveticaNeueCyr-Medium.ttf") format('truetype');
}
.pstrnav{
    display: none;
}
.row {
    margin: 0;
}
.gsib_a {
    padding: 1px 6px 0 !important;
}
body {
    min-width: 1366px;
    margin: 0 auto;
    font-family: HelveticaNeueCyr-Bold;
    margin-bottom: 202px;
}
body h1{
    border: none;
}
h1 {
    color: rgb(0, 39, 78);
    font-family: "HelveticaNeueCyr-Roman";
    font-size: 38px;
}
.container {
    width : 1198px !important;
    max-width : none !important;
    margin : 0 auto;
    padding: 0;
}
.buttons>.container {
    height: 100%;
}

.content, .news-open__body span {
    font-family: "HelveticaNeueCyr-Roman";
    margin-top: 0;
    color: #3a3a3a;
    font-size: 16px;
}
.content a {
    text-decoration: none;
    color: rgb(0, 39, 78);
}
.content a:hover {
    color: #23527c;
}
.breadcrump {
    background-color: #f4f4f4;
    height: 40px;
    font-size: 15px;
    color: white;
    padding-right: 170px;
    min-width:1366px ;
}
.breadcrump>div:first-of-type {
    width: 300px;
    background-color: rgb(0, 39, 78);
}
.expert {
    width: 385px !important;
    background-color: #f4f4f4 !important;
}
.expert a{
    text-decoration: underline !important;
}
.breadcrump>div span {
    margin-left: 10px;
    /* margin-top: -3px; */
    letter-spacing: 1.9px;
}
.breadcrump>.next {
    color: rgb(0, 39, 78) !important;
}
.next a {
    font-family: HelveticaNeueCyr-Roman;
    display: inline-block;
    height: inherit;
    text-align: center;
    vertical-align: middle;
}
.next div {
    display: flex;
    height: inherit;
    align-items: center;
}
.next .dot {
    color: rgba(187,183,140,1);
    font-size: 15px;
    margin-top: 1px;
}
.next p {
    font-family: HelveticaNeueCyr-Roman;
    margin: 0;
    font-size: 15px;
}


.next span {
    color: rgb(0, 39, 78);
    font-size: 12px;

}

.breadcrump>div {
    height: inherit;
}
.breadcrump div>div {
    display: flex;
    align-items: center;
    height: inherit;
}
.breadcrump div div img {
    margin-left: 27px;
    margin-top: -2px;
}
.next {
    display: inline-block;
}
.next span {
    margin-left: 10px;
    margin-top: -3px;
    letter-spacing: 1.9px;
}

.breadcrump>.col-xs-5:first-of-type a{
    color: white !important;
}

.search {
    font-family:HelveticaNeueCyr-Roman ;
    width: 93%;
}
.sliders, .search {
    margin-top: 10px;
}

.search input{
    background-color: #f4f4f4;
    border-color: #e6e6e6;
    height: 37px;
    border-right: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search button{
    background-color: #f4f4f4;
    border-color: #e6e6e6;
    height: 37px;
    border-left: none;
    border-radius: 0;
    font-size: 13px;
}
.container>hr:first-of-type {
    margin: 0;
    border-top: 3px solid  rgb(0, 39, 78);
}
.container>.row {
    margin: 0;
}
.myNav {
    height: 60px;
    font-family: HelveticaNeueCyr-Roman;
    font-size: 12px;
    border-top: 3px solid rgb(239,231,227);
}
.c {
    width: 19.9994%;
    padding: 0;
    height: inherit;
}
.dropdown-backdrop {
    z-index: -11;
}

.myNav>.c>div>span {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.myNav ol {
    padding-left: 0;
    margin-top: 6px;
}
.myNav .dropdown-toggle {
   font-size: 16px;
}
.open {
    background-color: rgb(0, 39, 78);
    color: white;
    border: 1px solid rgb(0, 39, 78) !important;
}

.open>.dropdown-menu {
    z-index: 2222;
    display: block;
    width: 210%;
    position: absolute;
    margin-left: -1px;
    border: 1px solid #e6e6e6;
    background: #f4f4f4;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 20px;
    max-height: 500px;
    overflow-x: hidden;
}
.open>.dropdown-menu ol:hover {
    background-color: rgb(0,89,170);
    margin-left: -30px;
    margin-right: -20px;
}
.open>.dropdown-menu ol:hover a {
    padding-left: 30px;
    padding-right: 20px;
    color: #ffffff;
}


.dropdown-menu hr {
    border-top: 1px solid #e6e6e6;
    margin: 5px -5px 0 -5px;
}
.c:last-of-type>.open>.dropdown-menu {
    z-index: 2222;
    display: block;
    width: 210%;
    position: absolute;
    margin-left: -259px;
    border: 1px solid #e6e6e6;
    background: #f4f4f4;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 20px;
    max-height: 500px;
    overflow-x: hidden;
}
.dropdown {
    display: flex;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    align-items: center;
}
.dropdown p {
    margin: 0 auto;
    padding: 0 15px 0 15px;
    text-align: center;
}

.myNav a{
    font-family: HelveticaNeueCyr-Roman;
    color: rgb(0, 39, 78);
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.7px;
    padding: 0;
    white-space: normal;
    border: none;
    text-align: left;
}


.dropdown-menu {

}
.myNav>div:last-of-type{
    margin-left: 0.04px;
}
.myNav a:hover {
    color: #bbb78c;
}

.lists ol, .last-list ol {
    padding-left: 0;
    padding-top: 6px;
}
.lists ul, .last-list ul {
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 20px;
}

.head {
    width: 1198px;
    margin: 0 auto;
    height: inherit;
   font-family: HelveticaNeueCyr-Roman;
    margin-bottom: 30px;
}
.head .row {
    margin: 0;
    display: flex;
    align-items: center;
}
.head .row>div {
    height: inherit;
}
.Cname {
    padding-right: 0;
    background-color: rgb(0, 39, 78);
}
.Cname>div {
    height: 30px;
    margin-top: 15px;
}
.Cname>a {
    text-decoration: none;
}
.Cname>a>div {
    height: 100px;
    color: white !important;
    display: table;
    font-size: 38px;
    padding-left: 30px;
    letter-spacing: 0.7px;
}
.ust_lower {
    font-size: 36px !important;
}
.Cname>a span {
    display: table-cell;
    vertical-align: middle;
}
.head ul {
    margin: 0;
    padding: 0;
}
.head li {
    display: inline;
    margin-right: 0px;
    margin-left: 5px;
    letter-spacing: 1px;
    list-style-type: disc !important;
}
.head li>span {
    color: #bbb78c;
    margin-right: 12px;
}


body>.buttons {
    margin-top: 10px;
    height: 85px;
    font-size: 22px;
    font-family: HelveticaNeueCyr-Roman;
}

.da-slider {
    margin: 0 0 20px 0 !important;
}
.conInform {
    margin-top: 40px;

}

.buttons a>div {
    background-color: rgb(239,231,227);
    min-width: 280px;
    padding: 0;
    height: 100%;
}
.buttons a>div>div {
    display: flex;
    align-items: center;
    height: inherit;
}
.buttons a>div>div span {
margin-left: 10px;
}
.buttons a:last-of-type>div>div:last-of-type {
/*margin-right: -45px;*/
}
.buttons {
    line-height: 25px;
}
.informs {
    font-family: HelveticaNeueCyr-Roman;
    height:inherit;
    margin-left: 0;
    padding: 0;
}
.informs>div:first-of-type {
    padding-left: 0;
    padding-right: 50px;
}
.informs h1{
    font-size: 32px;
    margin: 0;
    color: rgb(0, 39, 78);
    margin-left: -15px;
}

.news {
    font-size: 15px;
    height: inherit;
    margin-top: 15px;
    letter-spacing: 0.6px;
    line-height: 19px;
}
.news .media-body>p {
    color: #717171;
    padding-top: 0;
}

.news>div, .news>.row>div{
    padding-left: 2px;
    padding-right: 35px;
    height: inherit;
    margin-bottom: 15px;
}
.news>div>span, .news>.row>div>span {
    display: block;
}
.news>div>span:first-of-type, .news>.row>div>span:first-of-type{
    overflow: hidden;
    margin-bottom: 5px;
    max-height: 78%;
}
.news>div>span:last-of-type, .news>.row>div>span:last-of-type{
    color: rgb(192,192,192);
    letter-spacing: 0;
}

.banners {
    padding: 0;
}
.banners>.col-xs-24 {
    background-color: rgb(239,231,227);
    padding-left: 25px;
    padding-right: 25px;
}
.banners__dsa-adv {
    padding: 0 !important;
    margin-bottom: 15px;
    min-height: 0px;
}
.banners__dsa-adv img{
    // width: 350px;
    // height: 149px;
}
.banners__counter {
    margin-top: 15px;
}
.banners__counter > table {
    font-size: 14px;
    color: #717171;
    margin-bottom: 10px;
}
.carousel-control.left, .carousel-control.right {
    background-image: none
}
.carousel-control.right:hover {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
}
.carousel-control.left:hover {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);%);
}
.banners h2 {
    margin-top: 18px;
    font-size: 22px;
    color: rgb(0, 39, 78);
}
.supreme_banners h4 {
    margin-top: 20px;
    color: rgb(0, 39, 78);
}
.supreme_banners p {
    margin: 0 0 5px;
}
.primitka {
    padding-bottom: 10px;
}

.banners p {
    color: #717171;
    letter-spacing: 0.7px;
    line-height: 17.5px;
}
.banners>img {
    /*background-color: #f4f4f4;*/
    width: 100%;
    padding-top: 20px;
}
.banners ul {
    list-style: none;
    margin-top: 15px;
    font-size: 20px;
    padding: 0;
}
.banners h3 {
    font-family: HelveticaNeueCyr-Bold;
    color: rgb(0, 39, 78);
    margin-left: 20px;
    font-size: 22px;
}
.banners li:hover h3 {
    color: rgb(0,89,170);
}
.banners li img {
    display: block;
    float: left;
    margin-top: 25px;
}

.banners li {
    padding-top: 10px;
    margin-top: -1px;
    padding-bottom: 15px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.twoButtons{
    margin-bottom: 45px;
}
.twoButtons .col-xs-24 {
    padding: 0;
}

.twoButtons .button1,.twoButtons .button2 {
    height: 325px;
    padding-left: 30px;
    max-width: 350px;
}
.twoButtons .button1>div,.twoButtons .button2>div{
    height: 80%;
    margin-top: 25px;
    margin-right: 130px;
}
.twoButtons .button1>div>h2, .twoButtons .button2>div>h2 {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 15px;
}
.button1{
    background-image: url("../images/images/elZvernen_349x325.svg");
    color: rgb(0, 39, 78);

}
.button2{
    margin-left: 98px;
    color: #ffffff;
    background-image: url("../images/images/PubInfo_349x325.svg");
}
.button2>div {
    margin-bottom: -6px;
}

.allLink {
    margin-bottom: 27px;
}
.allLink>div, .spravi>div {
    padding-left: 0;
}
.firstSpravi {
    margin-top: 14px;
}
.spravi {
    margin-left: 0px;
    margin-right: 0px;
}

.spravi p {
    margin: 0;
}

.spravi:hover span{
    color: #ffffff;
}


.spravi:hover .arrow div {
    background-image: url(.././images/b_arow_hover.png);
}

.spravi:hover h3, .spravi:hover p {
    color: #ffffff !important;
}
.spravi:hover {
    background-color: rgb(192,192,192);
}
.spravi span {
    color: #717171;
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.7px;
}
.spravi>.col-xs-5 {
    display: flex;
    align-items: center;
    border-right: 1px solid rgb(234, 234, 234);
    padding-bottom: 13px;
    padding-top: 13px;
    padding-right: 0px;
    margin-right: 21px;
}
.spravi>.col-xs-5>div:first-of-type {
    z-index: 111;
    max-width: 165px;
}
.spravi>.col-xs-6>div:first-of-type {
    z-index: 111;
}

.spravi>.col-xs-6 {
    display: flex;
    align-items: center;
    border-right: 1px solid rgb(234, 234, 234);
    padding-bottom: 13px;
    padding-top: 13px;
    padding-right: 0px;
    margin-right: 25px;
    padding-left: 10px;
}
.liniya {
    height: 100%;
    width: 5px;
    margin-left: -223px;
    position: absolute;
    border-left: 1px solid rgb(234, 234, 234);
}
.spravi>.col-xs-12 {
    margin-left: -22px;
    border-left: 1px solid rgb(234, 234, 234);
    padding-left: 30px;
    padding-bottom: 13px;
    padding-top: 13px;
    padding-right: 10px;
}

.lastSpravi>div{
    padding-bottom: 0 !important;
}
.spravi h3 {
    font-size: 16px;
    color: rgb(0, 39, 78);
    margin-top: 0;
}
.spravi .w-100{
    overflow: hidden;
}
.arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}
.arrow>div{
    display: flex;
    align-items: center;
    background-image: url(.././images/b_arow.png);
    width: 25px;
    height: 24px;
    margin-top: 25px;
    margin-right: -15px;
}
.arrow>div>img {
    margin-right: -16px;
}
.lastDiv {
    cursor: pointer;
    height: 70px;
    MARGIN-TOP: 40px;
    background-image: url(.././images/images/onLine_small_799x68.svg);
    width: 100%;
    margin-bottom: 30px;
}
.lastDiv>div{
    display: flex;
    align-items: center;
    height: inherit;
}
.lastDiv h3 {
    margin: 0;
    font-size: 22px;
    color: rgb(0, 39, 78);
    width: 75%;
}
.lastDiv img {
    margin-left: 15px;
    margin-right: 20px;
}
.lastDiv a {
    margin-left: 10px;
    font-family: HelveticaNeueCyr-Roman;
    font-size: 14px;
}
.Galery {
    padding: 0;
}


.informs>.Galery:last-of-type {
    margin-top: -5px;
}
.Galery>.col-xs-22, .Galery>.col-xs-2 {
    height: 83px;
    display: flex;
    align-items: center;
    padding: 0;
}
.Galery h1 {
    margin-left: 0;
}
.slide img:hover {
    cursor: pointer;
    opacity:1;
}

.slider1 .slide img:hover{
    opacity:0.3;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.slider1 .slide:hover {
    background:rgba(187,183,140,1);
}
.slider1 .slide, .slider3 .slide {
    display: inline-block;
    float: left;
}
.slider1, .slider3 {
    padding: 0;
}

.Galery a {
    margin-top: 18px;
    font-family: HelveticaNeueCyr-Roman;
    MARGIN-LEFT: 15PX;
}
.images {
    display: inline-block;
}
.links {
    margin-left: 0;
    margin-right: 0;
    width: inherit ;
}
.links .col-xs-24 {
    padding: 0;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 20px;
}
.links h1 {
    padding: 0;
    margin-left: 0;
}

.slider3 .col-xs-4 {
    height: 171px;
}
.slider3 img {
    position: relative;
    width: 100%;
}
.slider3 .image {
    background-image: url('../images/links/without_logo.svg');
    background-color:#f4f4f4;
}
.slider3 .image:hover{
    cursor: pointer;
    background-image: url('../images/links/without_logo_hover.svg');
}
.slider3 #president {
    background-image: url('../images/links/president.svg');

}
.slider3 #president:hover{
    cursor: pointer;
    background-image: url('../images/links/president_hover.svg');
}
.slider3 #vru {
    background-image: url('../images/links/vru.svg');
}
.slider3 #vru:hover{
    cursor: pointer;
    background-image: url('../images/links/vru_hover.svg');
}
.slider3 #uport {
    background-image: url('../images/links/uport.svg');
}
.slider3 .image, .image:hover, #president:hover,
#president, #vru:hover, #vru, #uport:hover, #uport, #nais, #nais:hover,#P-J,#P-J:hover, #advokat, #advokat:hover , #reyestr-court , #reyestr-court:hover, #euro, #euro:hover{
    width: 150px;
    height: 150px;
}
.slider3 #uport:hover{
    cursor: pointer;
    background-image: url('../images/links/uport_hover.svg');
}
.slider3 #nais {
    background-image: url('../images/links/nais.svg');

}
.slider3 #nais:hover{
    cursor: pointer;
    background-image: url('../images/links/nais_hover.svg');
}
.slider3 #advokat {
    background-image: url('../images/links/advokat.svg');

}
.slider3 #P-J {
    background-image: url('../images/links/P-J.png');
    background-size: 150px;
}
.slider3 #P-J:hover{
    cursor: pointer;
    background-image: url('../images/links/P-J_hover.png');
    background-size: 150px;
}
.slider3 #advokat:hover{
    cursor: pointer;
    background-image: url('../images/links/advokat_hover.svg');
}
.slider3 #reyestr-court {
	background-image: url('../images/links/edrsr.svg');
}
.slider3 #reyestr-court:hover{
	cursor: pointer;
	background-image: url('../images/links/edrsr_hover.svg');
}
.slider3 #euro {
	background-image: url('../images/links/minust.svg');

}
.slider3 #euro:hover{
	cursor: pointer;
	background-image: url('../images/links/minust_hover.svg');
}



.slider3 a:focus, .slider3 a:hover {
    color: rgb(7, 82, 154) !important;
}


.slider3 h4{
    font-family: HelveticaNeueCyr-Roman;
    font-size: 	14px;
    position: absolute;
    top: 5px;
    max-width: 140px;
    left: 15px;
    padding-right: 10px;

}
.footer {
    position: absolute;
    background-color: rgb(0, 39, 78);
    width: 100%;
    height: 162px;
    bottom: 0;
    margin-top: 40px;
    font-family: HelveticaNeueCyr-Roman;
}
.footer i {
    font-size: 20px;
    color: rgb(0, 39, 78);
}



.footer .text-muted a:last-child {
    margin-right: 0px;
}
.footer .text-muted a {
    margin-right: 10px;
}
.footer .text-links a {
    margin-right: 25px;
}
.footer a:last-child {
    margin-right: 0px;
}
.footer .text-muted {
    margin-top: 40px;
    color: white;
}
.footer a {
    color: white;
}
.footer a:hover {
    color: white;
}

.bx-wrapper .col-xs-24 {
    padding: 0;
}
.bx-wrapper {
    float: left;
}
.page-head {
    margin-top: 20px;
    font-family: "HelveticaNeueCyr-Medium";

}
.page-head h1 {
    font-size: 32px;
    margin-top: 0px;
    color: rgb(0, 39, 78);
}
.content h2 {
    font-size: 20px;
}
.content {
    color: #3a3a3a !important;
    overflow: auto;
}
.news a, .row .spravi p, .slider3 a, .buttons a {
    color: #3a3a3a;
}
a:hover, .news a, .slider3 a, .banners a, .myNav a, .breadcrump>div:first-of-type a, .spravi a {
    text-decoration: none;
}
.button2 span, .lastDiv a {
    color: white !important;
}
a:hover , .interv h4:hover {
    color: rgb(0,89,170);
}
a  {
    color: rgb(0, 39, 78);
    text-decoration: underline;
}
.button1 span,.button2 span {
    text-decoration: none;
}
.button2 span:hover, .button1 span:hover {
    text-decoration: underline;
}
.interv .media-body a  {
    text-decoration: none;
}
.contacts_link {
    display: flex;
    width: 177px;
    height: 45px;
    background: rgb(0, 39, 78);
    align-items: center;
    position: relative;
    left: 81px;
    margin-top: -45px;
    margin-left: -25px;
}
.contacts_link>span {
    font-size: 16px;
    font-family: HelveticaNeueRomna;
    color: white;
    margin: 0 auto;
    border-bottom: 1px dotted white;
}
.glyphicon-menu-down {
    top: 2px;
    font-size: 13px;
    font-family: 'Glyphicons Halflings' !important;
}

.modal-body {
    margin-top: 15px;
}
#myModal, #myModal2{
    font-family: helveticaneuecyr-light;
}
#myModal b{
    font-family: HelveticaNeueCyr-Roman;
}
.modal-body span {
    display: block;
}

.loading_fair {
    display: 	none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .9 ) 
                url('/images/fair/ajax-loader-fair.gif') 
                50% 50% 
                no-repeat;
}

.interv {
    padding: 30px 40px 40px 40px;
    height: 336px;
    width: 799px;
    margin-right: 50px;
    background-image: url(../images/images/main_22.png);
    background-size: 100%;
    background-repeat: no-repeat;
    font-family: HelveticaNeueCyr-Roman;
    margin-bottom: 40px;
}
.interv h1 {
    margin: 0;
}
.interv h4 {
    color: #3a3a3a;
    margin-bottom: 18px;
    text-decoration: none;
    min-height: 80px;
    max-height: 112px;
    overflow: hidden;
}
.content_interv, .content_interv p, .content_interv a, .content_interv span {
    font-size: 16px;
    color: #717171 !important;
    background: none !important;
    display: block;
    height: 45px;
    overflow: hidden;
}
.media-body p {
    color: #bbb78c;
    padding-top: 15px;
    margin-bottom: 0px;
}

.media-body p>a {
    font-size: 16px;
    color: rgb(0, 39, 78);
}
.media-body p>a:hover {
    font-size: 16px;
    color: #23527c;
}
.news_tu h1{
    margin: 0;
}
.news_tu {
    font-family: "HelveticaNeueCyr-Roman";
    padding-left: 0;
    color: #3a3a3a;
    font-size: 16px;
    max-width: 350px;
}
.news_tu a {
    text-decoration: none;
    color: #3a3a3a;
}
.news_tu span {
    color: #bbb78c;
}
.news_tu p {
    margin-bottom: 25px;
    max-width: 369px;
}

.news_tu p:hover {
    cursor: pointer;
    color: rgb(0, 39, 78);
}
.news_tu p>a {
    text-decoration: none;
    color: rgb(0, 39, 78);
}
.news_tu p>a:hover {

    text-decoration: none;
    color: #23527c;
}


.wid {
    padding: 0;
}

.interv_div {
    width: 267px;
    height: 177px;
    margin-right: 30px;
    display: table-cell;
    vertical-align: middle;
}
.interv_img{
    max-width: 283px;
    max-height: 177px;
    margin: 0 auto !important;
}
.interv .media-left{
    width: 267px !important;
    height: 177px !important;
    display: table-cell;
    vertical-align: top;
}
#info_centr>p{
    margin: 0;
}
.item div{
    height: 148px;
    display: flex;
    align-items: center;
    width: 349px;
}
.item div p{
    width: 60%;
    text-align: center;
    margin: 0 auto;
    line-height: 35px;
    color: rgb(0, 39, 78);
    font-size: 20px
}
.item div:hover p{
    color: rgb(0,89,170);
}
.is_vision {
    width: 100%;
    margin: 0 auto;
    height: inherit;
    font-family: HelveticaNeueCyr-Roman;
    text-align: right;
    cursor: pointer;
}

.vision *, .vision .breadcrump>.col-xs-5:first-of-type a {
     color: black !important;
     background-color: white !important;
 }
.vision .spravi:hover h3, .vision .spravi:hover p {
    color: black !important;
}
.vision .menu-button, .vision .menu-button a {
    background-color: black !important;
}
.vision .myNav a:hover {
    background-color: lightgrey !important;
}
.vision .slider3 h4,
.vision  .carousel-control,
.vision  .carousel-control span,
.vision .da-slide h2,
.vision .da-slide p,
.vision .da-slide .da-img img,
.vision .da-slide .da-img,
.vision .interv .media, .vision .interv .media-body, .vision .interv .media-body p, .vision .interv .media-body  h4, .vision .interv strong,
.vision .DTTT_button span,
.vision .twoButtons .button1>div>h2, .vision .twoButtons .button2>div>h2,.vision .twoButtons .button1>div, .vision .twoButtons .button2>div, .vision .twoButtons .button2>div>span,
.vision .switch{
    background-color: transparent !important;
}
.vision .da-slide h2,.vision .da-slide p, .vision .twoButtons .button2>div>h2 {
    color: white !important;
}
.vision .gsc-search-button-v2 svg {
    fill: black;
}
.vision .history {
    background-image: none;
}
.vision .spravi:hover .arrow div {
    background-image: url(.././images/b_arow_hover.png);
}
.vision .spravi:hover, .vision .spravi:hover * {
    background-color: rgb(192,192,192) !important;
}
.vision .head a[href='/supreme/'] img {
    display: none;
}
.text_header{
    width: 1200px;
    margin: 0 auto;
}
.social_links a {
    margin-right: 5px;
    font-size: 30px;
}

.hover-none:hover{
    color: rgb(51, 51, 51) !important;
}