@font-face {
    font-family: 'kiro';
    src: url('/images/fonts/iackurski.otf');
    src: url('/images/fonts/iackurski.otf?#iefix') format('embedded-opentype'),
         url('/images/fonts/iackurski.woff') format('woff'),
         url('/images/fonts/iackurski.woff2') format('woff2'),
         url('/images/fonts/iackurski.ttf') format('truetype');
             font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'kiro';
    src: url('/images/fonts/iackursk.otf');
    src: url('/images/fonts/iackursk.otf?#iefix') format('embedded-opentype'),
         url('/images/fonts/iackursk.woff') format('woff'),
         url('/images/fonts/iackursk.woff2') format('woff2'),
         url('/images/fonts/iackursk.ttf') format('truetype');
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'kiro';
    src: url('/images/fonts/iackurskbd.otf');
    src: url('/images/fonts/iackurskbd.otf?#iefix') format('embedded-opentype'),
         url('/images/fonts/iackurskbd.woff') format('woff'),
         url('/images/fonts/iackurskbd.woff2') format('woff2'),
         url('/images/fonts/iackurskbd.ttf') format('truetype');
             font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

body {
    font-family: 'kiro';
    color: #333;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
}

img {
    max-width: 100%;
}

.non h2 {display:none;}

a {
    color: #00A0E3;
    transition: all 0.5s ease;
    padding: 0;
}

a:hover {
    text-decoration: none;
    color: #6FCF97;
}

p {
    margin: 0;
}

h3 {
    font-size: 20px;
    line-height: 25px;
}

h2 {
    font-size: 40px;
    line-height: 54px;
}

b, strong {
    font-weight: bold;
}

.clear {
    clear: both;
    flex-basis: 100%;
}

.none {
    display: none;
}

.anchor {
      position: absolute;
    margin-top: -150px;
}

.content p {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}

.content table p {
  font-size: 14px;
  line-height: 93%;
}

.content h2, .content h1 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 15px;
}

.top {
    min-height: 600px
}

.rightmenu_a {display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 70px;
    background: #00A0E3;
    z-index: 999;
    font-size: 25px;
    color: #fff;
}

.rightmenu_a a {
    color: #fff;
    line-height: 70px;
    text-align: left;
    text-transform: uppercase;
    display: block;
    padding-left: 18px;
}

.mobailmenu {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    background: #00A0E3;
    z-index: 990;
}
.mobailmenu.acktiv {
    display: block;
}

.mobailmenu ul {
    width: 100%;
    list-style: none;
    margin: 84px 0px 0px 0px;
    padding: 0px 0px 17px 0px;
}

.mobailmenu ul li {
    width: 100%;
}

.mobailmenu ul ul {
    width: 100%;
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0;
}

.mobailmenu ul a {
    color: #fff;
    font-size: 25px;
}


.header {
    background: #305AA6;
    min-height: 80px;
}

.header div {
    align-items: center;
    padding-right: 0;
}

.header p {
    margin: 0;
}

.header a, .header img {
    color: #fff;
    transition: all 0.5s ease;
}

.header .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.header .menu li {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
}

.header .menu li a {
    margin-right: 0px;
    padding: 0 19px;
    line-height: 80px;
    display: block;
}

.header .menu li a img {
    display: none
}

.header .menu li a:after {
    content: "";
    background: url(../img/g.svg) no-repeat center right;
    position: absolute;
    width: 20px;
    height: 80px;
}

.header .menu .item-203 a:after {background: none;}


.rightmenu .item-103 a span:after 
{left: 94px;
margin-top: 30px;}

.mobailmenu .item-103 a span:after 
{left: 17px;
margin-top: 30px;}
.mobailmenu .item-187 {margin-top: 40px;}

.header .menu li li a:after {
    content: "";
    background: none;
}

.header .menu .item-103 a {
    padding: 0 19px 0 9px;
}
.header .menu .item-103 li a {
    padding: 0 20px;
}

.header .menu li li a:hover {
    background: #0683b7;
}

.header .menu li:last-child {
    margin-right: 0px;
}

.header .menu ul ul {
    display: none;
    width: 100%;
    padding: 0px 10px 10px 10px;
}

.header .menu li:hover ul {
    display: block;
    position: absolute;
    background: #305AA6;
}

.header .menu li li {
}

.header .menu li li a {
    line-height: 35px;
}

.header .item-101, .header .item-154 {
    display: none;
}

.header .loock a:hover, .header .nave img:hover {
    transform: scale(1.4) scaleZ(0.7);
    text-decoration: none;
}

.header .news {
    margin-left: -15px;
}

.header .news div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header .news p a {
    margin-right: 10px;
    padding: 0 15px;
    line-height: 70px;
    display: block;
}

.header .news p a:hover {
    background: #0683b7;
}

.header .news p:last-child {
    margin-right: 0px;
}

.header .lk p a.mapss {
    font-size: 0 !important;
    background: url(../img/t.svg) no-repeat;
    width: 18px;
    height: 4px;
    position: absolute;
    display: block;
    margin-top: 10px;
}

.header .loock div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header .loock p:last-child a {
    background: url(../img/un_loock.svg) no-repeat;
    width: 22px;
    height: 17px;
    font-size: 0;
    display: block;
}

.header .lk {
    text-align: right;
}

.header .lk {
    /* padding: 0; */
}

.header .lk a.lck:after {
    content: "";
    /* background: url(../img/user.svg) no-repeat top left; */
    width: 30px;
    height: 32px;
    position: absolute;
    left: 25px;
}


.header .contain {
    width: 100%;
    position: fixed;
    z-index: 999;
    background: #305AA6;
}

.name {
    padding-left: 0px;
    margin: 0px 0;
}

.name h1 {
    font-size: 18px;
    line-height: 25px;
    margin: 0px;
}

.name h1 a {
    background: url(../img/logo.svg) no-repeat;
    padding-left: 186px;
    display: block;
    transition: all 0.5s ease;
    font-size: 17px;
    line-height: 23px;
    color: #333333;
    height: 142px;
    padding-top: 20px;
    font-style: normal;
    font-weight: normal;
}

.name h1 a span {font-size: 14px;line-height: 19px;}

.name h1 a strong {font-weight: 600;}

.name h1 a:hover {
    transform: scale(1.04) scaleZ(0.7);
    text-decoration: none;
}

.name h1 a em {
    font-style: normal;
    color: #00A0E3;
}

.links {
    display: flex;
    align-items: center;
    padding: 0;
}

.links .item-206 a:after {
    background: none;
}

.links li a:after {
    content: "";
    /*background: url(../img/g2.svg) no-repeat center right;*/
    position: absolute;
    width: 20px;
    height: 80px;
    margin-top: -26px;
}

.head {
    align-items: center;
}

.head p {
    margin-bottom: 0px;
}

.head .row {
    align-items: center;
}

.head .links p {
    margin-right: 40px;
    float: left;
}

.head .links p:last-child {
    margin-right: 0px;
}

.head .links .item-204 a {
    padding: 0 19px 0 9px;
    display: block;
    width: 190px;
    margin-top: -19px;
    text-align: center;
}

.head .links .item-206 a {
    background: url(../img/fg.svg) no-repeat;
    padding-bottom: 10px;
    padding-left: 53px;
    margin-left: 20px;
}

.head .links a {
    color: #4F4F4F;
    padding: 0 19px;
    padding-top: 11px;
}

.head .links a:hover {
    transform: scale(1.14) scaleZ(0.7);
    text-decoration: none;
}

.head .links a:hover {
    color: #00A0E3;
}

.head .logolink {
    padding: 0;
}

.head .logolink div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right;
    padding-right: 20px;
}

.head .logolink p a {
    font-size: 0 !important;
    background: url(../img/l1.svg) no-repeat;
    width: 32px;
    height: 28px;
    display: block;
    transition: all 0.5s ease;
    padding: 0;
}

.head .logolink p:last-child a {
    background: url(../img/l2.svg) no-repeat;
    width: 23px;
    height: 17px;
    margin-left: 5px;
}

.head .logolink.bt p:nth-child(1) a {
    background: url(../img/sech.svg) no-repeat;
    width: 25px;
    height: 24px;
    margin-right: 5px;
}

.head .logolink p a:hover {
    transform: scale(1.4) scaleZ(0.7);
    text-decoration: none;
}

.owl-prev span {
    position: absolute;
    top: calc(50% - 50px);
    font-size: 0;
    background: url(../img/p.png) no-repeat;
    width: 36px;
    left: 2%;
    height: 70px;
    transition: all 0.5s ease;
}

.owl-next span {
    position: absolute;
    top: calc(50% - 50px);
    font-size: 0;
    background: url(../img/n.png) no-repeat;
    width: 36px;
    right: 2%;
    height: 70px;
    transition: all 0.5s ease;
}

.owl-prev span:hover, .owl-next span:hover, .serch .btn-primary:hover {
    transform: scale(1.1) scaleZ(0.7);
    text-decoration: none;
}

.slide-one .owl-nav {
    height: 0;
    margin: 0;
}

.owl-dots {
    display: none;
}

.serch {
    padding: 0;
 
}

.serch .finder {background: #FFFFFF;width: 100%;}

.serch label {
    display: none;
}


.serch .search-query[type="text"] {
    width: 81%;
    height: 44px;
    background: #FFFFFF;
    border: 0;
    padding-left: 10px;
    font-size: 16px;
    color: #333;
}

.serch .btn-primary {
}

#tax_category_chzn {
    margin-top: -106px;
    margin-left: 253px;
    max-width: 40px;
}

#tax_category_chzn a, .chzn-container.chzn-with-drop .chzn-drop {
    padding: 0;
    background: #fff;
    border: 0;
    box-shadow: none;
}

#tax_category_chzn a {
    width: 50px;
    margin-left: 0px;
}

::-webkit-input-placeholder {
    /* Chrome */
    color: #333;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #333;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #333;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #333;
    opacity: 1;
}

#tax_category_chzn a b {
    display: none;
}

.controls.finder-selects:nth-child(1), .controls.finder-selects:nth-child(3), .controls.finder-selects:nth-child(4), #tax-category {
    display: none;
}

.people {
    margin-top: 56px;
}

.people p {
    font-size: 20px;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 65px;
}

.people_a .newsflash {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 70px;
    }

.people_s {
    background: url(../img/line.png) no-repeat 20px 50px;
    margin-top: 63px;
    height: 52px;
}

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

.people_s p {
}

.people_s a {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.people_s a:hover {
    opacity: 0.5;
}

.people_s p:nth-child(1) a {
    margin-right: 40px;
    color: #00A0E3;
}

.people_s p:nth-child(2) a {
}

.people_s p:nth-child(3) a {
    font-size: 0 !important;
    background: url(../img/ttt2.svg) no-repeat center;
    width: 30px;
    height: 26px;
    display: block;
    float: right;
    position: absolute;
    right: 0;
}

.newsflash {
    /* height: 100%; */
}

.new {
    /* margin-right: 20px; */
    min-height: 170px;
    flex-basis: 29%;
    text-align: center;
}

.new h3 {
    padding-bottom: 15px;
    margin: 0;
}

.new h3 a {color: #333;}

.new img {
    transition: all 0.5s ease;
}

.newsflash .owl-carousel .owl-item img:hover, .new img:hover,
.anons ul img:hover {
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    animation: spinn 4s infinite linear;
    text-decoration: none;
}

.new p {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    display: none;
}

.new p:nth-child(1) {
    /* line-height: 195px; */
    /* float: left; */
    height: 75px;
    display: block;
    margin-bottom: 5px;
}

.btn2 {
    margin: 4px auto 0 auto;
}

.btn3 a {
    margin-top: -25px;
}

.custom_a {
    margin: 0px auto 0 auto;
    width: 285px;
}

.custom_a p {
    margin: 0;
}

.custom_a a {
    background: #305AA6;
    width: 285px;
    height: 44px;
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    position: absolute;
    z-index: 1;
}

.custom_a a:hover {
    transform: scale(1.1) scaleZ(0.7);
    text-decoration: none;
}

.wrap2 {
    background: #EEF6FC url(../img/fon.png) no-repeat center top;
    min-height: 547px;
    margin-top: 26px;
}

.txt_statements {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 48px;
}

.txt_statements p {
    margin: 0;
}

.owl-carousel .owl-item img {
    width: auto;
    margin: 0px auto 0 auto;
    transition: all 0.5s ease;
    padding: 0;
}

.newsflash .owl-carousel .owl-item img {
    margin: 33px auto 0 auto;
}

.owl-carousel .owl-item img:hover {
    opacity: 0.7;
}

.owl-carousel.slide-one .owl-item img:hover {
    transform: scale(1.01) scaleZ(0.7);
    text-decoration: none;
}

.slide_statements .owl-carousel .owl-item .item {
    text-align: center;
}

.owl-carousel .owl-nav.disabled {
    display: block;
}

.slide_statements h3 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 25px;
    margin-top: 41px;
}

.slide_statements p, {
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
}

.slide_statements .date {
    display: none;
}

.custom_a.btn2 a {
    background: #305AA6;
    margin-top: 4px;
}

.slide_statements .btn2 a {margin-top: 37px;}

.wrap1 {
  margin-top: 49px;
}

.wrap3 {
    margin-top: 26px;
    min-height: 680px;
    background: #EEF6FC;
}

.anons ul {
    margin: 50px 0 50px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.anons ul li:nth-child(2n-1)  {
    background: #F4FAFF;
    }

.anons ul li:nth-child(2n-1):hover  {
    background: none;}

.anons ul li:hover  {
    background: #F4FAFF;}

.anons ul li {
    flex-basis: 33.33%;
    text-align: center;
    min-height: 80px;
    padding-top: 90px;
    background: none;
    padding-bottom: 90px;
}
.anons ul img {margin-bottom: 30px;}
.anons ul h3 a {
    color: #333;
}

.event {
    background: url(../img/line.png) no-repeat 20px 50px;
    margin-top: 110px;
}

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

.event p {
}

.event a {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.event a:hover {
    opacity: 0.5;
}

.event p:nth-child(1) a {
    margin-right: 40px;
    color: #00A0E3;
}

.event p:nth-child(2) a {
}

.event p:nth-child(3) a {
    font-size: 0 !important;
    background: url(../img/ttt2.svg) no-repeat center;
    width: 30px;
    height: 26px;
    display: block;
    float: right;
    position: absolute;
    right: 0;
}

.events .newsflash-title {
    overflow: hidden;
    height: 50px;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    margin-top: 23px;
    width: 357px;
}

.events p {
    overflow: hidden;
    height: 40px;
    font-size: 15px;
    line-height: 20px;
    color: #4F4F4F;
    margin-top: 15px;
}

.events p {
    margin: 0px;
    width: 357px;
}

.events .date {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    margin-top: 31px;
    /*background: url(../img/line2.png) no-repeat 106px center;*/
}

.events a.readmore {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #00A0E3;
    float: right;
    margin-top: -20px;
    margin-right: 30px;
}

.events .newsflash-image {
    width: 357px;
    height: 120px;
}

.events .newsflash-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
    border-radius: 5px;
}

.wrap4 {
    margin-top: 70px;
}


.newsname {
    margin-top: 50px;
}

.newsname p {
    font-size: 20px;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 50px;
}

.newsa {
    background: url(../img/line.png) no-repeat 20px 50px;
    margin-top: 80px;
}

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

.newsa p {
}

.newsa a {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.newsa a:hover {
    opacity: 0.5;
}

.newsa p:nth-child(1) a {
    margin-right: 40px;
    color: #00A0E3;
}

.newsa p:nth-child(2) a {
}

.newsa p:nth-child(3) a {
    font-size: 0 !important;
    background: url(../img/ttt2.svg) no-repeat center;
    width: 30px;
    height: 26px;
    display: block;
    float: right;
    position: absolute;
    right: 0;
}


.slide-tr .newsflash-image img:hover {
    opacity: 0.7;
}

.wrap6 {
    height: 180px;
}

.btn4 a {
    margin-top: 4px;
}

.btn4 a:after {
    content: "";
    width: 184px;
    height: 1px;
    background: #E0E0E0;
    margin-left: 122px;
    margin-top: 22px;
    position: absolute;
}

.btn4 a:before {
    content: "";
    width: 184px;
    height: 1px;
    background: #E0E0E0;
    margin-left: -309px;
    margin-top: 22px;
    position: absolute;
}

.foot {
    background: #EEF6FC url(../img/foot.jpg) no-repeat center top;
    width: 100%;
    height: 439px;
}

.footer {
    margin-top: 80px;
}

.foot .menu {
    margin-top: 48px;
}

.foot .menu ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.foot .menu li {
    padding-right: 58px;
}

.foot .menu li a {
    color: #333;
    font-size: 20px;
}

.foot .menu li li a {
    color: #4F4F4F;
    font-size: 14px;
    line-height: 20px;
    /* padding-left: 10px; */
}

.foot .menu li li a:hover {
    color: #00A0E3;
}

.foot .menu li a:hover {
    color: #007bff;
}

.foot .menu li li a:before {
    content: "";
    background: #BDBDBD;
    width: 4px;
    height: 4px;
    border-radius: 90px;
    position: absolute;
    margin-top: 8px;
    margin-left: -10px;
}

.foot .menu li:last-child {
    padding-left: 88px;
    padding-right: 0px;
}

.foot .menu li li:last-child {
    padding: 0;
}

.foot .copiright {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    margin-top: 120px;
}

.footlogo {
}

.footlogo div, .footlogo2 div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 128px;
}

.footlogo2 {
    padding-right: 0;
}

.footlogo2 div {
    margin-top: 98px;
}

.footlogo p {
    margin-right: 16px;
}

.footlogo2 p {
    margin-right: 26px;
}

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

.footmail a {
    margin-top: 130px;
    display: block;
    color: #00A0E3;
    font-size: 14px;
}

.nave {
    padding-left: 15px;
    z-index: 999;
    width: 1200px;
    margin: 0 auto;
}

.nave img {position:absolute;z-index: 10;display: none;}

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

.menu_fm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 128px;
}

.menu_fm li {
    margin-right: 16px;
    font-size: 0 !important;
}

.menu_fm li:last-child {
    margin: 0;
}

.menu_fm li a img {
    transition: all 0.5s ease;
}

.menu_fm li a img:hover {
    transform: scale(1.1) scaleZ(0.7);
    text-decoration: none;
}

.breadcrumbs {
    font-weight: 300;
    font-size: 12px;
    margin-top: 37px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.breadcrumbs a {
    color: #333;
}

.breadcrumbs a:hover {
    color: #00A0E3;
}

.breadcrumbs span:last-child {
    color: #00A0E3;
}

.ln {
    margin-bottom: 60px;
}

.contenti p {
    font-size: 20px;
    font-weight: 300;
    line-height: 27px;
    margin: 0;
}

.contenti a {
    color: #333;
    font-size: 16px;
    margin-right: 20px;
}

.contenti p:nth-child(3) a {
    color: #00A0E3;
}

.contenti a:hover {
    opacity: 0.5
}

.ssilka {
    background: url(../img/line.png) no-repeat 20px 50px;
    margin-top: 20px;
}

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

.ssilka p {
}

.ssilka a {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.ssilka a:hover {
    opacity: 0.5;
}

.ssilka p:nth-child(1) a {
    margin-right: 40px;
    color: #00A0E3;
}

.ssilka p:nth-child(2) a {
}

.ssilka p:nth-child(3) a {
    font-size: 0 !important;
    background: url(../img/ttt2.svg) no-repeat center;
    width: 30px;
    height: 26px;
    display: block;
    float: right;
    position: absolute;
    right: 0;
}

.blog_doc .pagination {
    margin: 0 auto;
}

.blog_doc .counter, .blog_news .article-info {
    display: none;
}

.blog_doc .pagination ul {
    margin: 0 auto;
}

.blog_doc .pagination li {
    display: inline;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    padding-right: 15px;
}

.blog_news h1 {
    margin-bottom: 45px;
    margin-top: -38px;
    flex-basis: 100%;
}

.blog_news {
    margin-top: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog_news .items-row {
    margin-right: 0;
    min-height: 126px;
    width: calc(25% - 20px)
}

.blog_news .items-row .actions, .blog_doc .article-info, .blog_doc .actions {
    display: none;
}

.blog_news p {
    overflow: hidden;
    height: 40px;
    font-size: 15px;
    line-height: 20px;
    color: #4F4F4F;
    margin-top: 15px;
}

.blog_news p {
    margin: 0px;
    width: 100%;
}

.blog_news .date {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    margin-top: 31px;
    background: url(../img/line2.png) no-repeat 106px center;
}

.blog_news .readmore {
    margin-top: -20px;
    margin-bottom: 45px;
}

.blog_news .readmore a {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #00A0E3;
    float: right;
    margin-right: 6px;
}

.pagination a:hover , .blog_news .readmore a:hover {
    opacity: 0.5
}

.blog_news .img-intro-left {
    width: 100%;
    height: 190px;
}

.blog_news .img-intro-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
    border-radius: 4px;
}

.blog_news h2 {
    overflow: hidden;
    height: 50px;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    margin-top: 23px;
    width: 100%;
}

.blog_news h2 a {
    color: #333;
}

.blog_news h2 a:hover {
    color: #00A0E3;
}

.blog_news .date {
    width: 50%
}

.blog_news .pagination {
    margin: 0 auto;
    width: 100%;
}

.blog_news .counter, .blog_news .article-info {
    display: none;
}

.blog_news .pagination ul {
    margin: 0 auto;
}

.blog_news .pagination li {
    display: inline;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    padding-right: 15px;
}

.blog_news .pagination a {
}

.item-page_news {
    margin-top: 33px
}

.archive_archiv .chzn-container {
    min-width: 128px;
}

.rightmenu {padding-right: 0}

.rightmenu .item-101 {
    display: none
}

.rightmenu ul {
    margin-top: -33px;
}

.rightmenu li {
    width: 100%;
}

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

.rightmenu li li {
}

.rightmenu li a {
    font-size: 20px;
    color: #333;
    margin-bottom: 25px;
    display: block;
    margin-top: 42px;
    display: flex;
    align-items: center;
}

.rightmenu li a:hover {
    color: #00A0E3;
}

.rightmenu li span {
    margin-left: 27px;
    width: 324px;
    display: block;
}

.rightmenu li li a {
    font-size: 15px;
    line-height: 27px;
    margin: 0px 0px 0px 36px;
    display: block;
}

.rightmenu li li a:before {
    content: "";
    background: #BDBDBD;
    width: 4px;
    height: 4px;
    border-radius: 90px;
    position: absolute;
    margin-top: 12px;
    margin-left: -16px;
}

.content .people_s {
    margin-top: 0px;
}

.content .ln {
    margin-bottom: 30px;
}

.hits {
    float: left;
    background: url(../img/h.png) no-repeat;
    padding-left: 45px;
    line-height: 25px;
}

.create {
    float: left;
    background: url(../img/d.png) no-repeat;
    padding-left: 40px;
    line-height: 27px;
    margin-top: -3px;
    margin-left: 26px;
}

.actions {
    list-style: none;
}

.print-icon a {
    float: left;
    background: url(../img/p-.png) no-repeat;
    width: 28px;
    height: 28px;
    margin-left: 88px;
}

.print-icon img {
    display: none;
}

.edit-icon a {
    float: left;
    background: url(../img/r.png) no-repeat;
    width: 28px;
    height: 28px;
    margin-left: 12px;
}

.edit-icon img {
    display: none;
}

.finder_poisk #advancedSearch {
    display: block;
}

.finder_poisk #search-query-explained, .filter-date, label.control-label, #advancedSearch hr {
    display: none;
}

.finder_poisk #finder-filter-window {
    overflow: unset;
}

.finder_poisk #q {
    width: 468px;
    height: 52px;
    background: #F2F2F2;
    border-radius: 7px;
    border: 0;
    margin-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    color: #333;
}

.finder_poisk .btn.btn-primary.disabled {
    width: 82px;
    height: 52px;
    padding: 0;
    background: url(../img/serch.svg) no-repeat;
    border: 0;
    font-size: 0;
    transition: all 0.5s ease;
    margin-top: -6px;
    background-size: 50%;
    margin-left: 0;
}

.finder_poisk .btn.btn-primary {
    margin-left: 182px;
}

.finder_poisk .btn.btn-primary.disabled:hover, .btn.btn-primary:hover {
    transform: scale(1.1) scaleZ(0.7)
}

.finder_poisk #tax_category_chzn {
    position: absolute;
    left: 0;
    margin-left: 445px;
    margin-top: -36px;
    background: #F2F2F2;
    line-height: 52px;
    height: 50px;
    border-radius: 7px;
}

.finder_poisk #tax_category_chzn a {
    background: #F2F2F2;
    line-height: 52px;
    height: 52px;
    margin: 0;
    width: 100%;
    text-align: center;
}

.finder_poisk .chzn-container.chzn-with-drop .chzn-drop {
    background: #F2F2F2;
    margin: 0;
    width: 100%;
    text-align: center;
}

.finder_poisk #finder-search {
    margin-bottom: 50px;
}

.archive_archiv h2 {
    line-height: 20px;
}

.archive_archiv h2 a {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #333;
}

.archive_archiv dd {
    margin: 0;
}

.archive_archiv .createdby span {
    color: #00A0E3;
}

.archive_archiv .category-name {
}

.archive_archiv .create {
    background: none;
    margin: 0;
    padding: 0;
    line-height: 20px;
}

.archive_archiv .intro {
    margin-bottom: 15px;
}

.archive_archiv .hits {
    float: right;
}

.archive_archiv .filters {
    margin-bottom: 5px;
}

.archive_archiv .chzn-single, .archive_archiv .chzn-container-active.chzn-with-drop .chzn-single {
    background: #F2F2F2;
    height: 52px;
    line-height: 52px;
    border: 0;
    box-shadow: none;
    text-align: center;
    padding: 0;
}

.archive_archiv .chzn-container-single .chzn-single div b {
    display: none;
}

.archive_archiv .chzn-container-single .chzn-drop {
    background: #F2F2F2;
}

.archive_archiv .btn-primary {
    background: url(../img/btn.png) no-repeat;
    border: 0;
    height: 52px;
    font-size: 0;
    width: 286px;
    transition: all 0.5s ease;
    padding: 0;
    margin: 0;
}

.archive_archiv .btn-primary:hover {
    transform: scale(1.1) scaleZ(0.7)
}

.mar {
    margin-top: 0px;
}

.chzn-container-single .chzn-single div {
    display: none;
}

.chzn-container-single .chzn-single span {
    margin: 0;
    padding-left: 15px;
}

.blog_ys h2 a, .blog_ys .article-info, .blog_ys .print-icon {
    display: none;
}

.blog_ys.ver2 h2 a {
  	display: block;
	font-size: 20px;
    line-height: 25px;
  	color: #333;
 	width: 90%;
}

.blog_ys img {
    margin-right: 20px;
    margin-bottom: 22px;
}

.blog_ys .img-intro-left img {max-height:80px}

.blog_ys .img-intro-left a {height: 70px;display: block;margin-bottom:10px}

.blog_ys.veteran .img-intro-left img {max-height: 160px;}

.blog_ys.veteran .img-intro-left a {height: 160px;display: block;margin-bottom:10px}


.blog_ys article {
    padding-bottom: 100px;
}

.blog_doc .date {
    display: none
}

.blog_doc h2 a {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #333;
}

.blog_doc .readmore a {
    background: url(../img/do.png) no-repeat;
    line-height: 27px;
    display: block;
    padding-left: 32px;
    margin-top: 0px;
}

.blog_doc .caption a {
    background: url(../img/do.png) no-repeat;
    line-height: 27px;
    position: absolute;
    padding-left: 32px;
    margin-top: 0px;
    margin-left: 150px;
}

.content .caption a {
    background: url(../img/do.png) no-repeat left center;
    padding-left: 34px;
    display: block;
    line-height: 28px;
}

.form-search {
    /* margin-top: 36px; */
}

.search-query.input-medium {
    width: 468px;
    height: 44px;
    background: #F2F2F2;
    /* border-radius: 7px; */
    padding-left: 20px;
    border: 0;
}

.element-invisible.finder {
    display: none
}

.btn.btn-primary.hasTooltip.finder {
    width: 30px;
    height: 27px;
    padding: 0;
    background: url(../img/serch.svg) no-repeat;
    border: 0;
    font-size: 0;
    transition: all 0.5s ease;
    margin-top: 9px;
    margin-left: -10px;
}


div#fox-container-c153 .radio input[type="radio"], 
div#fox-container-c153 .checkbox input[type="checkbox"] {
    min-width: 10px;
    min-height: 10px;
}

div#fox-container-c153 .fox-form-stacked .fox-item-checkbox .controls {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #333;
    font-weight: 300;
}

div#fox-container-c153 input[type="email"] {    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 7px;
    background: none;
    min-width: 360px;
    min-height: 52px;
    padding-left: 15px;
margin-bottom: 15px;}

div#fox-container-c153 input[type="text"] {
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 7px;
    background: none;
    min-width: 370px;
    min-height: 52px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.form #fox-c153-name-box {float: left;}

div#fox-container-c153 .asterisk {display: none;}

div#fox-container-c153 .chzn-container-single .chzn-single {border: 1px solid #E0E0E0;
box-shadow: none;background: none;font-size: 15px;line-height: 52px;height: 52px;}

.chzn-container.chzn-with-drop .chzn-drop {border: 1px solid #E0E0E0;margin-left: -186px;min-width: 280px;}

div#fox-container-c153 .fox-item-attachments .controls label {display: none}

div#fox-container-c153 .fox-item-attachments-btn-cnt span {
    background: #F2F2F2;
    border-radius: 7px;
    width: 380px;
    height: 52px;
    line-height: 52px;
    margin-left: -12px;
    margin-top: 9px;
}

div#fox-container-c153 textarea {border: 1px solid #E0E0E0;box-sizing: border-box;border-radius: 7px;position: absolute;top: 117px;padding: 15px;right: 0;height: 185px !important;}

div#fox-container-c153 .fox-form-stacked .control-group label.checkbox {
    margin-top: 40px;
    margin-bottom: 70px;
}

div#fox-container-c153 .fox-item-attachments span.help-block {
    margin-bottom: 0;
    font-weight: 300;
    right: 50px;
    position: absolute;
    margin-top: -44px;
}

div#fox-container-c153 button span {
    display: inline-block;
    width: 183px;
    height: 52px;
    left: 360px;
    top: 1017px;
    background: #6FCF97;
    border-radius: 7px;
    line-height: 52px;
    font-size: 16px;
    color: #fff;
}

div#fox-container-c153 .submit-button {background: none;border: 0;padding: 0;}

.control-group a.a {
    height: 52px;
    background: #F2F2F2;
    border-radius: 7px;
    position: absolute;
    line-height: 52px;
    font-weight: 600;
    font-size: 16px;
    color: #828282;
    width: 183px;
    text-align: center;
    margin-top: -52px;
    margin-left: 193px;
    transition: all 0.5s ease;
}

.control-group a.a:hover { transform: scale(1.2) scaleZ(0.7);}

.form2 p {font-weight: 300;}

 div#fox-container-c164 input[type="text"],
 div#fox-container-c175 input[type="text"],
 div#fox-container-c175 input[type="email"]
{  border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 7px;
    background: none;
    min-width: 370px;
    min-height: 52px;
    padding-left: 15px;
    margin-bottom: 15px;
}

div#fox-container-c164 textarea,
div#fox-container-c175 textarea{
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 7px;
    top: 84px;
    padding: 15px;
    right: 0;
    height: 185px !important;
    min-width: 370px;
    margin-top: 15px;
}

div#fox-container-c164 .fox-form-stacked .fox-item-checkbox .controls,
div#fox-container-c175 .fox-form-stacked .fox-item-checkbox .controls{
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #333;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 60px;
}

div#fox-container-c164 button span,
div#fox-container-c175 button span {
    display: inline-block;
    width: 183px;
    height: 52px;
    left: 360px;
    top: 1017px;
    background: #6FCF97;
    border-radius: 7px;
    line-height: 52px;
    font-size: 16px;
    color: #fff;
}

div#fox-container-c164 .submit-button,
div#fox-container-c175 .submit-button{
    background: none;
    border: 0;
    padding: 0;
}

div#fox-container-c175 .chzn-container-single .chzn-single {
  height: 52px;
  line-height: 52px;
  background: #fff;
}

.slide_statements .owl-next span, .events .owl-next span, .news2 .owl-next span, .logobottom .owl-next span {
    right: -20vh;
}

.slide_statements .owl-prev span, .events .owl-prev span, .news2 .owl-prev span, .logobottom .owl-prev span {
    left: -20vh;
}

.container {
    max-width: 1200px;
}

.blog_ys .date {display: none;}
.blog_ys .readmore {/*display: none;*/}

.system-unpublished {
    background: rgba(0, 102, 255, 0.05);
    border-radius: 15px;
}

.controls.finder-selects {
        height: 0;
}

.blog_newes {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;

}
.blog_newes .items-row.cols-1 {
    width: calc(25% - 20px);
    font-size: 0;
    margin: 10px;
    margin-bottom: 60px;
}

.blog_newes .items-row.cols-1 .title {
    font-size: 20px;
    padding: 10px 0;
    display: block;
}

.blog_newes .items-row.cols-1 a {
        width: 100%;
    height: 190px;
    display: block;
    overflow: hidden;
}

.blog_newes .items-row.cols-1 img {
    width: 100%;
    height: 100%;
   object-fit: cover;
}
.blog_newes .items-row.cols-1 .title a {
    font-size: 18px;
    line-height: 25px;
    color: #333;
    display: block;
    margin: 10px 0px 10px 0px;
  height: auto;
}
.blog_newes .items-row.cols-1 p {
    font-size: 15px;
    line-height: 20px;
    color: #4F4F4F;
    margin-bottom: 19px;
}
.blog_newes .items-row.cols-1 .createdby {
    font-size: 10px;
    line-height: 14px;
    color: #BDBDBD;
    width: 100%;
    display: block;
}
.blog_newes .items-row.cols-1 .create {
    background: none;
    font-size: 15px;
    line-height: 20px;
    margin: 16px 0px 0px 0px;
    display: block;
    padding: 0;
    width: 35%;
    float: left;
}
.blog_newes .items-row.cols-1 .readmore.btn a {
    font-size: 15px;
    line-height: 20px;
    display: block;
    margin-top: -9px;
    width: 146px;
    text-align: right;
  height: auto;
}

.information {
    margin-top: 42px;
}

.wrap4 .newsflash {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.wrap4 .new {
    flex-basis: 32.6%;
    min-height: 102px;
}

.cont .createdby {
	font-size: 17px;
	text-align: right;
	margin-top: -42px;
	margin-bottom: 40px;
}

.archive_archiv .createdby {
	margin-top: 0px;
}

.item-page_con .createdby {
    text-align: left;
    margin-top: 0;
}

.blog_news.inform .img-intro-left {
    height: 112px;
}

td.list-title a {margin: 5px 0;display:block;}

.custom.icon p {margin: 0;}
.custom.icon a {font-size: 0;padding: 0;width: 38px;height: 38px;display: block;transition: all 0.5s ease;margin-left: 5px;}
.custom.icon p:nth-child(1) a {
    background: url(../img/a.svg) no-repeat;
}
.custom.icon p:nth-child(2) a {
    background: url(../img/vk.svg) no-repeat;
}
.custom.icon p:nth-child(3) a {
    background: url(../img/f.svg) no-repeat;
}
.blog_ys {display:block}
.blog_ys.ver2.new21.mun {display: flex;flex-wrap: wrap;}
.blog_ys.new21.mun  .items-row {max-width: calc(33% - 20px)}
.blog_ys.line3 {display: flex;
    flex-wrap: wrap;}
.blog_ys.line3 .items-row {flex-basis: 30%;
    text-align: center;}
.blog_ys.veteran {display: flex;flex-wrap: wrap;}
.blog_ys.ver2.people.a2, .blog_ys.ver2.new21.a2 {
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog_ys.ver2.width .items-row {flex-basis: 100%;}

.blog_ys .items-row {
    margin-right: 20px; */
    min-height: 202px;
    flex-basis: 44%;
    }

.blog_ys.new21 .items-row {
      max-width: 320px;
}

.blog_ys.n .items-row {
        flex-basis: 100%;
    }
.blog_ys.n article {
    padding-bottom: 10px;
}

.blog_ys .subheading-category, .blog_ys .category-desc{flex-basis: 100%;}

.blog_ys h3 a {color: #333;}

.rightmenu .item-202, .rightmenu .item-203 {display:none;}

.fixtable-fixed {
	position: fixed;
	top: 80px;
	z-index: 101;
	background-color: #FCF8E4;
	border-bottom: 1px solid #ddd;
}

.subheading-category, .item-page h2, .item-page_ys h2 {margin-top: 20px;}

.blog_ys.ver2.dop {display: block;}
.blog_ys.ver2.dop .item {padding-bottom:15px;}

.owl-carousel.owl-theme.slide-one.owl-loaded.owl-drag .owl-stage-outer {max-height: 450px;}

.header .menu li.item-103 > a:after {    margin-left: 39px;
    margin-top: -57px;}
.header .menu li.item-713 > a:after {display:none}
.header .menu li.item-103 > a  {
  width: 247px;
  line-height: normal;
  padding: 27px 19px 8px 0px;
}
.header .menu li.item-103 > a {
      width: 152px;
    line-height: normal;
    padding: 20px 19px 8px;
}
.header .menu li.item-713 > a {
      width: 152px;
    line-height: normal;
    padding: 12px 19px 8px;
}

.blog_ys.ver2.people .items-row {
      flex-basis: calc(50% - 20px);
}

.blog_ys.ver2.people .items-row {
	width: 100%;
    padding: 20px;
    min-height: 210px;
    background: rgb(48 90 166 / 0.12);
    margin-bottom: 15px;
    border-radius: 60px;
}

.blog_ys.ver2.people .img-intro-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100%;
}

.blog_ys.ver2.people .img-intro-left a {
  overflow: hidden;
    height: 90px;
    width: 90px;
  float: left;
  border-radius: 10px;
  margin-right:20px;
}

.blog_ys.ver2.people .subheading-category {
  padding:0;
  margin-top: -44px;
  margin-bottom: 38px;
}

.blog_ys.ver2.people h2 a {
  font-size: 28px;
}

.blog_ys.ver2.people .readmore {
  display: block;
}

.blog_ys.ver2.people article {
  padding:0;
}

.item-page_ys.ver2.people p, .blog_ys.ver2.people p {
  margin-bottom: 17px;
  font-size: 16px;
}

.blog_ys.ver2.people .items-row ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li a.none {display:none}


.blog_ys.ver2.people .items-row ul li {
  margin-bottom: 7px;
}


	.tabs>input[type="checkbox"] {
      display: none;
    }

    .tabs>div {
      /* скрыть контент по умолчанию */
      display: none;
      border: 1px solid #e0e0e0;
      padding: 10px 15px;
    }

    /* отобразить контент, связанный с вабранной радиокнопкой (input type="checkbox") */
	#tab-btn:checked~#content,
    #tab-btn-1:checked~#content-1,
    #tab-btn-2:checked~#content-2,
    #tab-btn-3:checked~#content-3,
    #tab-btn-4:checked~#content-4,
    #tab-btn-5:checked~#content-5,
    #tab-btn-6:checked~#content-6,
    #tab-btn-7:checked~#content-7,
    #tab-btn-8:checked~#content-8,
    #tab-btn-9:checked~#content-9,
    #tab-btn-10:checked~#content-10,
    #tab-btn-11:checked~#content-11,
    #tab-btn-12:checked~#content-12,
    #tab-btn-13:checked~#content-13,
    #tab-btn-14:checked~#content-14,
    #tab-btn-15:checked~#content-15,
    #tab-btn-16:checked~#content-16,
    #tab-btn-17:checked~#content-17,
    #tab-btn-18:checked~#content-18,
    #tab-btn-19:checked~#content-19,
    #tab-btn-20:checked~#content-20,
    #tab-btn-21:checked~#content-21,
    #tab-btn-22:checked~#content-22,
    #tab-btn-23:checked~#content-23,
    #tab-btn-24:checked~#content-24,
    #tab-btn-25:checked~#content-25,
    #tab-btn-26:checked~#content-26,
    #tab-btn-27:checked~#content-27,
    #tab-btn-28:checked~#content-28,
    #tab-btn-29:checked~#content-29 {
      display: block;
      border: 1px solid #fff5d6;
      background-color: #fffbee;
      padding: 2px 8px;
    }

    .tabs>label {
      display: inline-block;
      vertical-align: middle;
      user-select: none;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
      cursor: pointer;
      position: relative;
      top: 1px;
      padding: 10px 0;
    	color: #00a0e4;
      font-size: 25px;
    line-height: 34px;
    }
	.tabs>label:after{content:'\25BC'}

    .tabs>label:not(:first-of-type) {
      border-left: none;
    }

    .tabs>input[type="radio"]:checked+label {
      background-color: #fff;
      border-bottom: 1px solid #fff;
    }

.vrtyal {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-align: center;
  padding: 0;
}

.vrtyal li {
  width: 280px;
  margin-bottom: 40px;
}

.vrtyal img {transition: all 0.5s ease;}

.vrtyal img:hover {transform: scale(1.08);}

.vrtyal p {
      font-size: 20px;
    font-weight: 400;
  margin:0;
}

.item-page img[src="/images/2021/signature_copy.png"]{}

.stepen {
    display:none;
    position:absolute;
    width:auto;
    min-height:130px;
    border-radius:15px;
    background:rgb(0 0 0 / 70%);
    padding: 10px;
    color: #fff;
}

.sert:hover ~ .stepen {
    display:block;
}


.container .categories-list_new_mer ul,
.container .blog_new_mer_cat .items-leading {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap:wrap
}

.container .categories-list_new_mer li h3,
.container .blog_new_mer_cat .items-leading article h3 {
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
}

.container .blog_new_mer_cat .items-leading article h2 {
    font-size: 16px;
    line-height:20px;
  padding-top: 230px;
    text-align: center;
  margin: 0;
}

.container .blog_new_mer_cat .items-leading article a {
  position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    right: 0;
    font-size: 0;
}

.container .blog_new_mer_cat .items-leading article .date {display:none}

.container .categories-list_new_mer li a {
    display: block;
    width: 100%;
    padding-top: 230px;
    text-align: center;
    line-height: 30px;
}

.container .categories-list_new_mer li,
.container .blog_new_mer_cat .items-leading article {
    display: flex;
    width: calc(50% - 20px);
    margin: 10px;
    border: 5px solid #305aa6;
    border-radius: 15px;
    transition: all 0.5s ease;
    position: relative;
}

.container .categories-list_new_mer li:before,
.container .blog_new_mer_cat .items-leading article:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #305aa6;
    bottom:40px;
}

.container .blog_new_mer_cat .items-leading article:before {
  bottom: 80px
}

.container .categories-list_new_mer li:hover,
.container .blog_new_mer_cat .items-leading article:hover {
     border: 5px solid #00a0e2;
    transform: scale(0.99)
}

.container .categories-list_new_mer li:hover a,
.container .blog_new_mer_cat .items-leading article:hover a {color:#305aa6}

.container .blog_new_mer_cat .items-leading article:nth-child(2) {}

.container .item-page_new_mer_cat .tabs input {display:none}

.container .categories-list_new_mer li:nth-child(1) {
  background: url(/images/2022/02.jpeg) top center no-repeat;
    background-size: 361px;
}
.container .categories-list_new_mer li:nth-child(2) {
  background: url(/images/2022/01.jpeg) top center no-repeat;
    background-size: 361px;
}

.container .categories-list_new_mer li:nth-child(3) {
  background: url(/images/2022/003.jpeg) top center no-repeat;
    background-size: 361px;
}

.blog.calend .calendar {
    width: 100%
}

.blog.calend .calendar tr td, .blog.calend .calendar_ears tr td {
    min-width: calc(14% - 2px);
    height: 50px;
    line-height: 30px
}

.blog.calend  .flex_cal {
  display: block;
  align-items: end;
}

.blog.calend .none {
    background: #e9e9e9;
    padding:15px;
    margin-top:15px;
    border-radius: 20px
}









































@media screen and (max-width: 1600px) {
    .slide_statements .owl-next span {
        right: -10vh;
    }

    .slide_statements .owl-prev span {
        left: -10vh;
    }

    .events .owl-next span {
        right: -10vh;
    }

    .events .owl-prev span {
        left: -10vh;
    }

    .news2 .owl-next span {
        right: -10vh;
    }

    .news2 .owl-prev span {
        left: -10vh;
    }

    .logobottom .owl-next span {
        right: -10vh;
    }

    .logobottom .owl-prev span {
        left: -10vh;
    }
}

@media screen and (max-width: 1400px) {
    .slide_statements .owl-next span {
        right: -5vh;
    }

    .slide_statements .owl-prev span {
        left: -5vh;
    }

    .events .owl-next span {
        right: -5vh;
    }

    .events .owl-prev span {
        left: -5vh;
    }

    .news2 .owl-next span {
        right: -5vh;
    }

    .news2 .owl-prev span {
        left: -5vh;
    }

    .logobottom .owl-next span {
        right: -5vh;
    }

    .logobottom .owl-prev span {
        left: -5vh;
    }
}

@media screen and (max-width: 1300px) {
    .slide_statements .owl-next span {
        right: -1vh;
    }

    .slide_statements .owl-prev span {
        left: -1vh;
    }

    .events .owl-next span {
        right: -1vh;
    }

    .events .owl-prev span {
        left: -1vh;
    }

    .news2 .owl-next span {
        right: -1vh;
    }

    .news2 .owl-prev span {
        left: -1vh;
    }

    .logobottom .owl-next span {
        right: -1vh;
    }

    .logobottom .owl-prev span {
        left: -1vh;
    }
}

@media screen and (max-width: 1260px) {
    .slide_statements .owl-next span {
        display: none;
    }

    .slide_statements .owl-prev span {
        display: none;
    }

    .events .owl-next span {
        display: none;
    }

    .events .owl-prev span {
        display: none;
    }

    .news2 .owl-next span {
        display: none;
    }

    .news2 .owl-prev span {
        display: none;
    }

    .logobottom .owl-next span {
        display: none;
    }

    .logobottom .owl-prev span {
        display: none;
    }
    .serch {width: 200px}

}

@media screen and (max-width: 1210px) {
    .menu li a {
        margin-right: 5px;
        padding: 0 5px;
    }

    .header .news p {
        margin-right: -10px;
    }

    .header .lk {
        font-size: 0;
        max-width: 0;
    }

    .header .lk a:after {
        margin-top: -11px;
    }

    .txt_statements {
        margin-top: 46px;
        margin-bottom: 40px
    }
    .header .menu li {font-size: 14px;}
    .serch .search-query[type="text"] {width: 75%;}
    .links {display: block;}
    .links, .name {flex: 0 0 100%;max-width: 100%;}
 	 .foot .menu li {
    padding-right: 0px;
	}
}

@media screen and (max-width: 1060px) {
    .header .menu li a {
        margin-right: 2px;
        /* padding: 0 5px; */
        line-height: 70px;
        display: block;
    }

    .header .news {
        min-width: 0;
        max-width: 0;
        width: 0;
        display: none;
    }

    .header .lk, .header .nave {
        min-width: 51px;
        max-width: 51px;
        padding: 0px 0px 0px 15px;
    }

    .loock {
        min-width: 101px;
        max-width: 101px;
    }
  .new {
    flex-basis: 50%;
    }
    .anons ul li {flex-basis: 50%;}
    .wrap4 .new {flex-basis: 50%;}
    .blog_newes .items-row.cols-1 {width: calc(50% - 20px);}
    .anons ul li:nth-child(5n-2), .anons ul li:nth-child(2),
    .anons ul li:nth-child(6)  {
    background: none;}
    .anons ul li  {
    background: #F4FAFF;}
  	.header .serch {display: none;}
 	.header .menu {max-width: 100%;flex: 100%;}
}


@media screen and (max-width: 800px) {
    .btn4 a:before, .btn4 a:after, .no-js .owl-carousel, .owl-carousel.owl-loaded.slide-one {display: none;}
  .serch {
    position: relative;
    margin-top: 0px;
    z-index: 888;
    height: 17px;
    }
  .header, .rightmenu, .foot_m, .footlogo, .menu_fm, .footmail, .footlogo2 {display: none;}
  .rightmenu_a {display: block;}
  .head {
    margin-top: 80px;
    }
    .serch .search-query[type="text"] {margin-right: 0;border: 1px solid;}
  .newsflash {margin-right: 0;}
  .people p, .newsname p {margin-bottom: 27px;}
  .people_s, .newsa {margin: 30px 0;}
  .custom_a.btn2 a {margin-top: 4px;}
  .slide_statements .btn2 a {margin-top: 24px;}
  .wrap2 {min-height: 657px;}
  .event {margin: 30px 0;}
  .name {
    padding-left: 20px;}
  .mobailmenu li {
    margin: 10px;
}
  .mobailmenu li li {
    margin: 5px 0 0 20px;
}
  .mobailmenu li a img, .links, .blog_news .pagination li.pagination-start, .blog_news .pagination li.pagination-end,
  .blog_doc .pagination li.pagination-start, .blog_doc .pagination li.pagination-end,
  div#fox-container-c153 .fox-item-attachments span.help-block {display: none;}
  .people_s, .foot, .blog_news .date {background: none;}
  .content .people_s {margin-top: 31px;}
  .foot .copiright {margin-top: 35px;font-size: 11px;}
  .foot {height: 125px;margin-top: 50px;}
  .content h2, .content h1 {    margin-top: 37px;}
  .category-desc {height: 60px;}
  .blog_ys .category-desc {height: 100%;}
  .footer {margin-top: 35px;}
  .logobottom {margin-top: 61px;}
  .blog_news .pagination ul {padding: 0; margin: 0;}
  .blog_news .pagination li, .blog_doc .pagination li {font-size: 11px;}
  .search-query.input-medium {
    width: 70%;
  }
  .blog_doc .pagination ul {padding: 0; margin: 25px 0 0 0;}
  .archive_archiv .btn-primary {margin-top: 20px;}
  div#fox-container-c153 input[type="email"], div#fox-container-c153 input[type="text"], 
  div#fox-container-c164 input[type="text"], div#fox-container-c175 input[type="text"], div#fox-container-c175 input[type="email"],
  div#fox-container-c164 textarea, div#fox-container-c175 textarea {min-width: 90%;}
  div#fox-container-c153 .fox-item-attachments-btn-cnt span {width: 240px;}
  div#fox-container-c153 textarea {position: relative; top: 1px;}
  .control-group a.a {    
    float: left;
    position: relative;    
    margin-top: 10px;
    margin-left: 0px;}
    .header .menu li {font-size: 16px;}
    .anons ul li {flex-basis: 100%;background: none;}
    .anons ul li:nth-child(2n-1) {background: #F4FAFF;}
    .wrap4 .new {flex-basis: 100%;}
    .people {margin-top: 56px;}
    
  	.newsname {margin-top: 20px;}
}



@media screen and (max-width: 610px) {
  .name h1 a, .name h1 a span{font-size: 0;background-position: center;}
  .blog_ys .items-row {flex-basis: 100%;}
  .blog_newes .items-row.cols-1 {width: calc(100% - 20px);}
}

@media screen and (max-width: 590px) {
  h2 {
    font-size: 30px;
    line-height: 54px;
    }
    .header .lk, .logolink, #tax_category_chzn, .people_s, .event, .newsa, .breadcrumbs, .hits, .create, .print-icon, .img{
        display: none;
    }
    .serch .search-query[type="text"] {width: 300px}
  .new {
    flex-basis: 100%;
    }
  .name h1 {
    font-size: 14px;
    }
    .events .newsflash-image, .news2 .newsflash-image,
  .events .newsflash-title, .events p,
  .news2 .newsflash-title, .news2 p,
  .blog_news .img-intro-left, .blog_news h2, .blog_news p{
    width: 330px;
}
  .people {margin-bottom: 23px;}
  .mar {margin-top: 5px;}
  .cont .createdby {margin: 0;text-align: left;}
}

@media screen and (max-width: 400px) {
  
  .serch .search-query[type="text"] {
    width: 200px;
}
  .name h1 a {
    background: none;
    padding-left: 0px;
    font-size: 15px;
    font-weight: 100;
    color: #00A0E3;
}
  .name h1 a strong {font-weight: 100;}
  .events .newsflash-image, .news2 .newsflash-image,
  .events .newsflash-title, .events p,
  .news2 .newsflash-title, .news2 p,
  .blog_news .img-intro-left, .blog_news h2, .blog_news p{
    width: 270px;
}
  .mobailmenu ul a {font-size: 20px;}
  .txt_statements p {font-size: 15px;}
  .blog_newes .items-row.cols-1 .readmore.btn a {
    font-size: 15px;
    line-height: 20px;
    display: block;
    margin-top: 0px;
    width: 46px;
    text-align: left;
}
.blog_newes .items-row.cols-1 img {
    height: 100%;
}
}

@media print {
  .hits, .create {display: none;}
}

@keyframes spinn {
    100% {
        transform: rotateY(360deg) 
    }
}

.links .nav {
  flex-wrap: inherit;
}

.item-422, .item-207, .item-234, .item-388, .item-229, .item-242, .item-390, .item-372, .item-216 {display:none;}




.calendar, .calendar_ears {
    font-size: 20px;
    font-weight: 600;
    text-align:center;
}

.calendar tr td, .calendar_ears tr td {
    margin: 2px;
    display: inline-block;
    cursor:pointer;
    min-width: 40px;
    text-align: center;
    padding: 10px 0;
}

.calendar_ears tr td {
  min-width: 140px;
}

.calendar tbody tr:nth-child(1),
.calendar tbody tr:nth-child(2) td:nth-child(1),
.calendar tbody tr:nth-child(2) td:nth-child(3),
.calendar tbody tr:nth-child(2) td:nth-child(5),
.calendar tbody tr:nth-child(2) td:nth-child(7),
.calendar tbody tr:nth-child(3) td:nth-child(2),
.calendar tbody tr:nth-child(3) td:nth-child(4),
.calendar tbody tr:nth-child(3) td:nth-child(6),
.calendar tbody tr:nth-child(4) td:nth-child(1),
.calendar tbody tr:nth-child(4) td:nth-child(3),
.calendar tbody tr:nth-child(4) td:nth-child(5),
.calendar tbody tr:nth-child(4) td:nth-child(7),
.calendar tbody tr:nth-child(5) td:nth-child(2),
.calendar tbody tr:nth-child(5) td:nth-child(4),
.calendar tbody tr:nth-child(5) td:nth-child(6),
.calendar tbody tr:nth-child(6) td:nth-child(1),
.calendar tbody tr:nth-child(6) td:nth-child(3),
.calendar tbody tr:nth-child(6) td:nth-child(5),
.calendar tbody tr:nth-child(6) td:nth-child(7),
.calendar tbody tr:nth-child(7) td:nth-child(2),
.calendar tbody tr:nth-child(7) td:nth-child(4),
.calendar tbody tr:nth-child(7) td:nth-child(6),
.calendar_ears tbody tr:nth-child(1),
.calendar_ears tbody tr:nth-child(2) td:nth-child(1),
.calendar_ears tbody tr:nth-child(2) td:nth-child(3),
.calendar_ears tbody tr:nth-child(2) td:nth-child(5),
.calendar_ears tbody tr:nth-child(2) td:nth-child(7),
.calendar_ears tbody tr:nth-child(3) td:nth-child(2),
.calendar_ears tbody tr:nth-child(3) td:nth-child(4),
.calendar_ears tbody tr:nth-child(3) td:nth-child(6),
.calendar_ears tbody tr:nth-child(4) td:nth-child(1),
.calendar_ears tbody tr:nth-child(4) td:nth-child(3),
.calendar_ears tbody tr:nth-child(4) td:nth-child(5),
.calendar_ears tbody tr:nth-child(4) td:nth-child(7),
.calendar_ears tbody tr:nth-child(5) td:nth-child(2),
.calendar_ears tbody tr:nth-child(5) td:nth-child(4),
.calendar_ears tbody tr:nth-child(5) td:nth-child(6),
.calendar_ears tbody tr:nth-child(6) td:nth-child(1),
.calendar_ears tbody tr:nth-child(6) td:nth-child(3),
.calendar_ears tbody tr:nth-child(6) td:nth-child(5),
.calendar_ears tbody tr:nth-child(6) td:nth-child(7),
.calendar_ears tbody tr:nth-child(7) td:nth-child(2),
.calendar_ears tbody tr:nth-child(7) td:nth-child(4),
.calendar_ears tbody tr:nth-child(7) td:nth-child(6){
    background: #e9e9e9;transition:0.5s ease;
}

.calendar tbody tr:nth-child(1),
.calendar tbody tr:nth-child(2) td:nth-child(1):hover,
.calendar tbody tr:nth-child(2) td:nth-child(3):hover,
.calendar tbody tr:nth-child(2) td:nth-child(5):hover,
.calendar tbody tr:nth-child(2) td:nth-child(7):hover,
.calendar tbody tr:nth-child(3) td:nth-child(2):hover,
.calendar tbody tr:nth-child(3) td:nth-child(4):hover,
.calendar tbody tr:nth-child(3) td:nth-child(6):hover,
.calendar tbody tr:nth-child(4) td:nth-child(1):hover,
.calendar tbody tr:nth-child(4) td:nth-child(3):hover,
.calendar tbody tr:nth-child(4) td:nth-child(5):hover,
.calendar tbody tr:nth-child(4) td:nth-child(7):hover,
.calendar tbody tr:nth-child(5) td:nth-child(2):hover,
.calendar tbody tr:nth-child(5) td:nth-child(4):hover,
.calendar tbody tr:nth-child(5) td:nth-child(6):hover,
.calendar tbody tr:nth-child(6) td:nth-child(1):hover,
.calendar tbody tr:nth-child(6) td:nth-child(3):hover,
.calendar tbody tr:nth-child(6) td:nth-child(5):hover,
.calendar tbody tr:nth-child(6) td:nth-child(7):hover,
.calendar tbody tr:nth-child(7) td:nth-child(1):hover,
.calendar tbody tr:nth-child(7) td:nth-child(3):hover,
.calendar tbody tr:nth-child(7) td:nth-child(5):hover,
.calendar tbody tr:nth-child(7) td:nth-child(7):hover{
    opacity:60%;color:#0ea5e5;font-size:120%}

.calendar tbody tr:nth-child(2) td:nth-child(2),
.calendar tbody tr:nth-child(2) td:nth-child(4),
.calendar tbody tr:nth-child(2) td:nth-child(6),
.calendar tbody tr:nth-child(3) td:nth-child(1),
.calendar tbody tr:nth-child(3) td:nth-child(3),
.calendar tbody tr:nth-child(3) td:nth-child(5),
.calendar tbody tr:nth-child(3) td:nth-child(7),
.calendar tbody tr:nth-child(4) td:nth-child(2),
.calendar tbody tr:nth-child(4) td:nth-child(4),
.calendar tbody tr:nth-child(4) td:nth-child(6),
.calendar tbody tr:nth-child(5) td:nth-child(1),
.calendar tbody tr:nth-child(5) td:nth-child(3),
.calendar tbody tr:nth-child(5) td:nth-child(5),
.calendar tbody tr:nth-child(5) td:nth-child(7),
.calendar tbody tr:nth-child(6) td:nth-child(2),
.calendar tbody tr:nth-child(6) td:nth-child(4),
.calendar tbody tr:nth-child(6) td:nth-child(6), 
.calendar tbody tr:nth-child(7) td:nth-child(1),
.calendar tbody tr:nth-child(7) td:nth-child(3),
.calendar tbody tr:nth-child(7) td:nth-child(5),
.calendar tbody tr:nth-child(7) td:nth-child(7) {
    background: #f6f5f5;transition:0.5s ease;
}

.calendar tbody tr:nth-child(2) td:nth-child(2):hover,
.calendar tbody tr:nth-child(2) td:nth-child(4):hover,
.calendar tbody tr:nth-child(2) td:nth-child(6):hover,
.calendar tbody tr:nth-child(3) td:nth-child(1):hover,
.calendar tbody tr:nth-child(3) td:nth-child(3):hover,
.calendar tbody tr:nth-child(3) td:nth-child(5):hover,
.calendar tbody tr:nth-child(3) td:nth-child(7):hover
.calendar tbody tr:nth-child(4) td:nth-child(2):hover,
.calendar tbody tr:nth-child(4) td:nth-child(4):hover,
.calendar tbody tr:nth-child(4) td:nth-child(6):hover,
.calendar tbody tr:nth-child(5) td:nth-child(1):hover,
.calendar tbody tr:nth-child(5) td:nth-child(3):hover,
.calendar tbody tr:nth-child(5) td:nth-child(5):hover,
.calendar tbody tr:nth-child(5) td:nth-child(7):hover,
.calendar tbody tr:nth-child(6) td:nth-child(2):hover,
.calendar tbody tr:nth-child(6) td:nth-child(4):hover,
.calendar tbody tr:nth-child(6) td:nth-child(6):hover,
.calendar tbody tr:nth-child(7) td:nth-child(1):hover,
.calendar tbody tr:nth-child(7) td:nth-child(3):hover,
.calendar tbody tr:nth-child(7) td:nth-child(5):hover,
.calendar tbody tr:nth-child(7) td:nth-child(7):hover{
    opacity:60%;color:#0ea5e5;font-size:120%;
}

.p_none div.none {display:none;    background: #e9e9e9;
    padding: 20px 30px;
    margin-left: 20px;
    border-radius: 26px;
width:50%;}

.flex_cal {
  display: flex;
  align-items: end;
}