@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

body {
    font-family: 'PT Sans', sans-serif;
    position: relative;
    color: #000;
}

body * {
    box-sizing: border-box;
}

p {
    line-height: 1.2;
}

p,
h1,
h2,
label,
ul,
li {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1180px;
}

ul.tabs_primary {
	justify-content: space-around;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
a.spamspan {
	border: 0;
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}
li.two-block-inner-item {
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0;
}
.two-block-inner-item > p {
	margin-bottom: 0 !important;
}
th {
	border-radius: 5px !important;
}

a {
    text-decoration: none !important;
    color: #003399;
    transition: 0.3s;
}

a:hover > img {

  animation: animateimg 5s;

}

@keyframes animateimg {

  from {

    transform: scale(1) rotate(0deg);

}

  to {

    transform: scale(1.02) rotate(0deg);

}

}

.block {
    display: block !important;
}
body.vis .vision{
    display: block;
}
body.vis .header{
    display: none;
}
body.white{
    background: #fff;
}
body.black{
    background: #000;
    color: #fff;
}


body.black .mob-menu .menu{
    background: #000;
}
body.blue{
    background: #9DD1FF;
}
body.blue .menu-block{
    background: #9DD1FF;
}

body.blue .mob-menu .menu{
    background: #9DD1FF;
}
body.black .one-inner-item-icon img{
    filter: brightness(150%);
}
body.font-in{
    font-family: serif;
}
.font-normal .one p,
.font-normal .one a,
.font-normal .one span,
.font-normal .one div{
font-size: 20px !important;
}
.font-big .one p,
.font-big .one a,
.font-big .one span,
.font-big .one div{
font-size: 29px !important;
}
.font-normal .header p,
.font-normal .header a,
.font-normal .header span,
.font-normal .header div{
font-size: 20px !important;
}
.font-big .header p,
.font-big .header a,
.font-big .header span,
.font-big .header div{
font-size: 29px !important;
}
.leter-normal{
    letter-spacing: 0.05em;
}
.leter-big{
    letter-spacing: 0.1em;
}
.black .menu-link, .black .right-list-item a span{
    color: #fff !important;
}

.black .menu-block{
    background: #000;
}


.black .menu-list-flex{
    background: #666;
}

.black .anons-inner-item-link,
.black .info-inner-title span{
    color: #fff !important;
}

.mob-block,
.n-block {
    display: none !important;
}

.mob-menu .zaglushka {
    width: 0;
    height: 0;
}

.title-block {
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.title-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.title {
    cursor: pointer;
    transition: 0.3s;
    display: inline-flex;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(204, 204, 204);
}


.title:hover {
    color: #cc0000;
    border-color: #cc0000;
}


.flex-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.header {
    background-image: -moz-linear-gradient(-90deg, rgb(0, 91, 32) 0%, rgb(58, 153, 0) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(0, 91, 32) 0%, rgb(58, 153, 0) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(0, 91, 32) 0%, rgb(58, 153, 0) 100%);
    padding: 10px 0;
    color: #fff;
    border-bottom: 5px solid rgb(231, 223, 0);
}

.header .row {
    align-items: center;
}

.header-text-title {
    font-size: 17px;
    font-weight: 700;
}

.header-link-icon {
    position: relative;
    top: -3px;
}

.header-text-slogan {
    font-size: 14px;
}

.header-link {
    display: flex;
    float: right;
}

.header-link-text {
    transition: 0.3s;
    color: #fff !important;
    margin-left: 5px;
    font-size: 17px;
    border-bottom: 1px solid rgb(170, 170, 170);
    line-height: 110%;
}

.header-link:hover .header-link-text {
    border-color: #fff;
}

.header-icons {
    text-align: right;
}

.header-icon {
    margin-left: 10px;
}

.menu-block {
    position: relative;
    background: #fff;
    border-bottom: 1px solid rgb(204, 204, 204);
    margin-bottom: 30px;
}

.menu-logo {
    display: block;
    margin-right: 15px;
}

.bars {
    display: block;
    margin-left: auto;
}
.name {
    position: relative;
    top: 2px;
}
.name span{
    display: none;
}
.close{
    display: none;
    opacity: 1;
}
.menu {
    align-items: center;
}

.menu-item {
    display: block;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.menu-link {
    color: #000;
    display: flex;
    align-items: center;
}

.menu-item.active {
    background: rgb(231, 223, 0);
}

.menu-item.active .menu-link {
    color: #666;
}

.menu-item:hover .menu-link {
    color: #666;
}

.menu-list {
    display: none;
    position: absolute;
    z-index: 20;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid rgb(204, 204, 204);
    background: #fff;
}

.menu-list .menu {
    display: block;
}

.menu-list .menu-item {
    padding: 8px 11px 8px 20px;
    font-size: 16px;
    font-weight: 400;
}

.menu-list .menu-item.active {
    background: rgb(224, 224, 224);
}

.menu-list-flex {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    background: #fff;
    width: 100%;
    box-shadow: 0px 5px 10px -5px rgb(224, 224, 224);
}


.menu-list-flex.active {
    display: flex !important;
    animation: showing 0.5s;

}
.menu-list-flex .menu{
    display: block;
}
.menu-list-flex .menu-item{
    font-size: 16px;
    padding: 8px 20px;
}
.menu-list-flex .menu-item:hover{
    background: rgb(224, 224, 224) !important;
}
.menu-list-flex .menu-item.active{
    background: rgb(224, 224, 224) !important;
}
.menu-list-flex .menu-item.active{
    background: rgb(224, 224, 224) !important;
}

@keyframes showing {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.menu-list-item {
    width: 300px;
    max-width: 33%;
}

.menu-list-item .menu{
    height: 100%;
    border-left: 1px solid rgb(224, 224, 224);
}
.menu-list-item.first .menu{
    border-left: none;
}

.menu-link span {
    margin-left: auto;
}

.menu-list-item.second ul,
.menu-list-item.third ul {
    display: none;
}



.mob-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 50;
    background: #fff;
    height: 100vh;
}

.mob-menu .menu {
    display: block;
    background: #fff;
}

.mob-menu .menu-item {
    border-top: 1px solid rgb(204, 204, 204);
    padding: 15px 10px;
    font-size: 18px;
}

.menu-text{
    position: absolute;
    left: 14px;
    top: 0;
    background: #fff;
    display: none;
    align-items: center;
    height: 100%;
    width: 60%;
    color: #666666;
    font-size: 18px;
}
.menu-text.active{
    display: flex;
}
.menu-text p{
    display: flex;
}

.vision{
    padding: 20px 0;
    font-size: 18px !important;
    background: #fff;
    color: #000 !important;
    display: none;
    font-family: 'PT Sans', sans-serif;
    letter-spacing: 0;
}
.vision p,
.vision span{
    font-size: 18px !important;
}
.vision-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vision-block div{
    display: flex;
}

.vision-font{
    align-items: flex-end;
    font-weight: 700;
}
.vision-font-small {
    font-size: 30px !important;
}
.vision-font-normal {
    font-size: 35px !important;
    margin: 0 20px;
}
.vision-font-big  {
    font-size: 40px !important;
}

.vision-item-btn.active{
    position: relative;
}
.vision-item-btn.active:after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    position: absolute;
    bottom: -5px;
    left: 0;
}
.vision-color .vision-item-btn.active:after{
    bottom: -10px;
}

.vision-color-white{
    width: 30px;
    height: 30px;
    background: #fff;
    border: 2px solid #000;
    background: #fff;
}
.vision-color-black{
    width: 30px;
    height: 30px;
    background: #000;
    margin: 0 10px;
    border: 2px solid #000;
}
.vision-color-blue{
    width: 30px;
    height: 30px;
    background: #9DD1FF;
    border: 2px solid #000;
}
.vision-font{
    font-size: 18px;
    font-weight: 700;
}
.vision-font-un{
    margin-right: 20px;
}

.vision-leter{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.vision-leter-normal{
    margin: 0 10px;
}
.vision-hide a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    background: rgb(0, 50, 165);
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
}


.one {
    position: relative;
}

.one-slider-block {
    position: relative;
}

.one-slider-item{
}
.one-slider-item img {
	height: auto;
    width: 100%;
	max-width: 100%;
	max-height: 100%;
}

.one-slider-direction div {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.one-slider-direction .right-arrow {
    right: 20px;
    left: auto;
}
.one-slider-slogan{
    position: absolute;
    left: 20px;
    bottom: 60px;
    font-size: 20px;
    color: #fff;

}
.slick-dots {
    bottom: 25px;
}

.slick-dots li.slick-active button::before {
    color: rgb(0, 153, 55);
}

.slick-dots li button::before {
    color: #fff;
    font-size: 16px;
    opacity: 1;
}

.one-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.one-inner-item {
    transition: 0.3s;
    width: 30%;
    display: flex;
    align-items: center;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid rgb(204, 204, 204);
    height: 70px;
}

.one-inner-item-text {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 700;
}

.one-inner-item:hover {
    background: rgb(204, 204, 204);
}

.one-block {
    display: flex;
    justify-content: space-between;
}

.anons {
    width: 60%;
}

.anons-inner {
    display: flex;
    justify-content: space-between;
}

.anons-inner-item {
    width: 30%;
}

.anons-inner-item-img img {
    width: 100%;
}

.anons-inner-item-link {
    display: block;
    color: #003399;
    text-decoration: underline !important;
    font-size: 14px;
    margin: 10px 0;
}

.anons-inner-item-link:hover {
    color: #cc0000;
}

.anons-inner-item-date {
    font-size: 12px;
    font-weight: 700;
}

.hearings {
    width: 30%;
}

.hearings .anons-inner-item-link {
    margin: 0 0 15px 0;
}

.interview {
    margin: 40px 0;
}

.interview-block {
    border-radius: 5px;
    background-color: rgb(0, 96, 206);
    padding: 20px;
    color: #fff;
}

.interview-block-inner {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.quest {
    border: 1px solid #0036A8;
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.quest-item {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #333333;
    display: none;
}

.quest.active .quest-item {
    display: block;
}

.quest input {
    display: none;
}

.interview-block-title {
    font-size: 20px;
    text-decoration: underline !important;
    color: rgb(204, 204, 204) !important;
}

.interview-block-title:hover {
    color: #fff !important;
}

.interview-block-title span {
    color: #fff;
}

.interview-block-inner-text {
    font-size: 16px;
    margin-left: 10px;
}

.interview-block-date {
    margin-top: 25px;
    font-size: 16px;
}

.interview-block-quest {
    font-size: 18px;
    margin-bottom: 20px;
}

.interview-block-btns {
    margin-top: 30px;
}

.interview-block-btns a {
    display: inline-flex;
    padding: 10px 35px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 5px;
}

.interview-block-btn-one {
    background: rgb(0, 50, 165);
}

.interview-block-btn-two .interview-block-btn-two-border {
    border-bottom: 1px dashed #fff;
}

.interview-block-btn-two .interview-block-btn-two-border:hover {
    border-color: transparent;
}

.news-inner {
    display: flex;
    justify-content: space-between;
}

.new-inner-item-img img {
    width: 100%;
}

.new-inner-item {
    width: 30%;
}

.info {
    margin-top: 0px;
    border-top: none;
}


.info-inner {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
    justify-content: space-between;
    border: 0!important;
    margin-top: 25px;
}

.info-inner-img {
    width: 30%;
}

.info-inner-img img {
    width: 100%;
    color: #000;
}

.info-inner-text {
    width: 65%;
}

.info-inner-title {
    transition: 0.3s;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
    color: rgb(190, 214, 241);
    text-decoration: underline !important;
    cursor: pointer;
}

.info-inner-title span {
    color: #003399;
    transition: 0.3s;
}

.info-inner-title:hover {
    color: #cc0000;
    text-decoration: underline;
    cursor: pointer;

}

.info-inner-title:hover span {
    color: #cc0000;
}

.info-inner-slogan {
    font-size: 16px;
}

.right-news {
    padding-bottom: 35px;
    border-bottom: 2px solid rgb(204, 204, 204);
}


.right-news-img img {
    width: 100%;
    height: 100%;
}

.right-news-item {
    display: flex;
}

.right-news-item.small {
    margin-top: 0px;
}

.right-news-item.small .anons-inner-item-link {
    margin-top: 0;
}

.right-news-item.small .right-new-text {
    margin-left: 10px;
}

.right-news-item.small img {
    min-width: 70px;
}

.organization-inner {
    display: flex;
    margin-top: 20px;
}

.organization-inner-text {
    margin-left: 10px;
}

.organization-inner-text a {
    margin: 0;
}

.right-list {
    margin-top: 40px !important;
    border: 1px solid rgb(204, 204, 204);
    border-top: 5px solid #008C32;
    padding: 15px;
    border-radius: 5px;
	display: flex; 
	flex-direction: column; 
	justify-content: flex-start; 
	flex-wrap: wrap;
	width:265px !important;
}

.right-list-item a {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none !important;
    margin-bottom: 18px;
    font-weight: 700;
    background: #fff !important;
    transition: 0.3s;
}

.right-list-item a span {
    color: #000;
    transition: 0.3s;
}

.right-list-item {
    margin-bottom: 8px;
}

.right-list-item:last-child {
    margin-bottom: 0;
}

.right-list-item a:hover {
    color: #cc0000 !important;
    transition: 0.3s;
    text-decoration: underline !important;
}

.right-list-item a span:hover {
    color: #cc0000;
}



.footer {
    margin-top: 50px;
    padding: 30px 0 50px 0;
    background-image: -moz-linear-gradient(90deg, rgb(0, 35, 117) 0%, rgb(0, 96, 206) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 35, 117) 0%, rgb(0, 96, 206) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 35, 117) 0%, rgb(0, 96, 206) 100%);
    color: #fff;
}

.f-one-title {
    font-size: 14px;
    margin-bottom: 31px;
}

.f-one-text {
    font-size: 16px;
}

.f-link {
    font-size: 16px;
    color: rgb(0, 102, 204);
    text-decoration: underline !important;
}

.f-link:hover {
    color: #66CCFF;
}

.f-link span {
    color: #66CCFF;
}

.f-soc {
    max-width: 160px;
    margin-left: auto;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.f-soc-item {
    width: 33%;
    margin-bottom: 10px;
}

.mini-block{
    display: none;
}



.two{

}
.two-page-name{
    display: flex;
    align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.two-page-name-item{
    position: relative;
    margin-right: 21px;
    transition: 0.3s;
}
.two-page-name-item:after{
    content: "→";
    font-size: 14px;
    color: #000;
    position: absolute;
    right: -17px;
    top: 50%;
    transform: translateY(-50%);
}
.two-page-name-item:last-child:after{
    display: none;
}

.two-page-name-item a{
    font-size: 14px;
    border-bottom: 1px solid rgb(204, 204, 204);
    color: #000;
}
.two-page-name-item a:hover{
    color: #cc0000;
    border-color: #cc0000;
}

.two-block{

}
.two-title{
    font-size: 28px;
    font-weight: 700;
    margin: 25px 0 20px 0;
}
.two-slogan{
    font-size: 16px;
    margin-bottom: 27px;
}
.two-block-img img{
    width: 100%;
}
.two-textblock-item{
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 25px;
}
.two-textblock p{
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 25px;
}
.two-textblock{
    margin: 40px 0 20px 0;
}
.two-textblock-item:last-child{
    margin-bottom: 0;
}
.two-block-small-title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
}
.two-block-inner{
    display: flex;
    align-items: center;
}
.two-block-inner-item{
    font-size: 16px;
    color: #003399 !important;
    border-radius: 5px;
    border: 1px solid rgb(0, 51, 153);
    padding: 5px 7px;
    margin-right: 11px;
	margin-bottom: 20px;
	margin-top: 20px;
	list-style-type: none; 
	list-style: none;
}
.two-block-inner-item a:hover{
    color: #fff !important;
	transition: 0.3s;
}
.two-block-inner-item:hover{
    color: #fff !important;
    background: rgb(0, 51, 153);
	transition: 0.3s;
}


.two .right-list{
    margin-top: 0;
    padding: 10px 0 5px 0;
    border-top: 8px solid #008C32;
}
.two .right-list-item{
    margin-bottom: 0;
    position: relative;
}
.two .right-list-item a{
    padding: 8px 15px;
    cursor: pointer;
    display: block;
    margin-bottom: 0;
}
.two .right-list-item:hover{
    background: #003399;
}
.two .right-list-item:hover a{
    text-decoration: none !important;
}
.two .right-list-item:hover a span{
    color: #fff;
}
.right-list-item-block{
    position: absolute;
    top: 0;
    left: -1px;
    transform: translateX(-100%);
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    display: none;
    animation: showing 0.5s;

}
.right-list-item-block.active{
    display: flex;
}



.right-list-item-block-item{
    padding: 20px 0;
}
.right-list-item-block-item.first{
    border-right: 1px solid rgb(224, 224, 224);
}
.right-list-item-block-item{
    width: 300px;
}
a.right-list-item-block-item-link{
    padding: 6px 20px !important;
    color: #000;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 400;
    display: flex !important;
    align-items: center;
}
a.right-list-item-block-item-link:last-child{
    margin-bottom: 0 !important;
}
a.right-list-item-block-item-link:hover{
    background: rgb(224, 224, 224) !important;
    color: #000 !important;
}
a.right-list-item-block-item-link span{
    margin-left: auto;
}


.three{

}
.three-table-block{
    position: relative;
}
.three-table{
    overflow: auto;
    max-width: 100%;
    position: relative;
    padding-top: 50px;
}
.three-table-object{
    position: absolute;
    top: 0px;
    right: 0;
    display: none;
}
table{
    width: 100%;
}


td{
    vertical-align: top;
    padding: 10px 8px;
    font-size: 16px;
}
.first-row td{
    vertical-align: top;
    padding: 0 0 10px 0;

}
tr{
    cursor: pointer;
}
tr:hover{
    background: rgb(255, 253, 199);
}
tr.first-row:hover{
    background: transparent;
    cursor: auto;
}


.table-title{
    font-size: 18px;
    font-weight: 700;
}
.first-row{
    border-bottom: 2px solid #000;
}


@media screen and (max-width: 1150px) {
    .one {
        overflow: hidden;
    }

    .n-none {
        display: none !important;
    }

    .n-block {
        display: block !important;
    }

    .header-text-slogan {
        font-size: 12px;
    }

    .header-text-title {
        font-size: 14px;
    }

    .menu-desk .menu-item {
        display: none;
    }

    .menu-desk {
        padding: 10px 0;
    }

    .one-slider-block {
        width: calc(100% + 30px);
        margin-left: -15px
    }

    .right-news-item.block .anons-inner-item-link {
        font-size: 18px;
    }

    .anons-inner-item-link {
        font-size: 16px;
    }

    .right-news {
        border: none;
    }

    .one-inner-item {
        width: 48%;
    }

    .one-block {
        flex-wrap: wrap;
    }

    .anons,
    .hearings {
        width: 100%;
    }

    .anons {
        background: rgb(232, 232, 232);
        position: relative;
        margin-bottom: 30px
    }

    .anons:before {
        content: "";
        display: block;
        position: absolute;
        left: -50%;
        top: 0%;
        height: 100%;
        background: rgb(232, 232, 232);
        width: 200%;
        z-index: -1;

    }

    .interview-block-title {
        font-weight: 400
    }

    .interview-block-title.n-block {
        font-weight: 700;
        margin-bottom: 10px
    }

    .news-inner .slick-slide {
        margin: 0 20px;
    }

    .news-inner .slick-list {
        margin-left: -20px;
        margin-right: -20px;
    }

    .organization {
        margin-top: 30px
    }

    .organization-inner {
        position: relative;
        align-items: center;
        margin: 0;
        padding: 10px 0;

    }

    .organization-inner:before {
        position: absolute;
        content: "";
        display: block;
        width: 200%;
        left: -50%;
        top: 0;
        background: rgb(204, 204, 204);
        height: 1px;
    }

    .organization-inner:last-child:after {
        position: absolute;
        content: "";
        display: block;
        width: 200%;
        left: -50%;
        bottom: 0;
        background: rgb(204, 204, 204);
        height: 1px;
    }

    .f-soc {
        display: block;
        max-width: 100%;
        margin-top: 30px
    }

    .f-soc-item {
        width: auto;
        margin-right: 5px
    }

    .menu-list {
        z-index: 55;
        top: 100%;
    }

    .menu-desk {
        z-index: 55;
    }

    .menu-list-item {
        width: 100%;
        max-width: 100%;
    }

    .menu-list-flex {
        flex-wrap: wrap;
    }

    .menu {
        background: transparent;
    }
    .menu-desk{
        display: flex !important; 
    }
    .menu-item {
        border-top: 1px solid rgb(204, 204, 204);
    }
    .menu-list{
        padding: 0;
    }
    .menu-list-item.second .menu{
        height: 100%;
        position: absolute;
        z-index: 60;
        left: 0;
        width: 100%;
        top: 0;
    }
    .menu-list-item.third .menu{
        height: 100vh;
        position: absolute;
        z-index: 70;
        left: 0;
        width: 100%;
        top: 0;
    }
    .menu-item.active{
        background-color: rgb(224, 224, 224)
    }
    .menu-list-flex.active{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 50;
    }
    .mob-menu .menu{
        height: 100vh;
        height: 200%;
    }
    .vision-block{
        flex-wrap: wrap;
    }
    .vision-item{
        width: 30%;
    }
    .black .menu-block{
        background: #fff;
    }
    .menu-item.active,
    .menu-list-flex .menu-item.active{
        background: transparent !important;
        background-color: transparent !important;
    }
    .menu-item:active{
        background: rgb(204, 204, 204);
    }
    .menu-block{
        background: #fff !important;
    }
    .two-title br{
        display: none;
    }






}


@media screen and (max-width: 1200px){
/*    table{
        min-width: 1200px;
    }
*/
    table{
        min-width: 99%;
    }
    .three-table-object{
        display: block;
    }
}

@media screen and (max-width: 768px){
    .one-slider-direction{
        display: none;
    }
    .header-icons a img{
        width: 20px;
        height: 20px;
    }
    .header-text-title{
        font-size: 12px;
    }
    .header-text-slogan{
        font-size: 11px;
    }
    .slick-dots{
        bottom: 10px;
    }
    .slick-dots li button::before{
        font-size: 14px;
    }
    .anons-inner-item-link,{
        font-size: 14px;
    }
    .interview-block-title{
        font-size: 16px;
    }
    .one-inner-item{
        width: 100%;
    }
    .interview-block-inner-text{
        font-size: 11px;
    }
    .interview-block-date{
        font-size: 14px;
    }
    .interview-block-quest{
        font-size: 16px;
    }
    .interview-block-btns a{
        width: 48%;
        font-size: 16px;
    }
    .mob-none{
        display: none !important;
    }
    .news-inner,
    .info-inner{
        display: block;
    }
    .new-inner-item{
        width: 100%;
    }
    .info-inner-img,
    .info-inner-text{
        width: 100%;
    }
    .one-slider-slogan{
        bottom: 50px;
    }
    .two-title{
        font-size: 24px;
        margin: 20px 0;
    }
    .two-slogan{
        font-size: 14px;
    }
    .two-textblock-item{
        font-size: 18px;
        margin-bottom: 20px
    }
    .two-block-small-title{
        font-size: 18px;
    }


.flex-direction-nav a {
  height: 50px !important;
}

}

@media screen and (max-width: 574px){
    .mini-block{
        display: block;
    }
    .f-soc-item{
        margin-right: 4px
    }
    .one-slider-item img{
        height: 300px;
        object-fit: cover;
    }
    .vision-item{
        width: 100%;
    }
    .vision-item{
        margin-bottom: 10px
    }
}