html {
  font-family: 'Arial';
}

body {
  margin: 0;
  background-color: #FFFAF4;
  font-family: 'Arial';
}

/**{
  font-family: inherit;
}*/

/*  только в main_site */
.main-container {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

/* 1 – Изменим стили шрифтов */
/* 2 – Удалим margin в Firefox и Safari
input[type="text"],
select,
button {
  /*font-family: inherit; /* 1 */
  /*font-size: 0.9em; /* 1 */
  /*line-height: inherit; /* 1 */
  /*margin: 0; /* 2 */
  /*border: 1px solid #bdbdbd;
}*/

.round5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.round10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.round20 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.round30 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.gen-cont, .center-column,
.middle-cont, .left-column, .center-column,
.news-lines, .right-column, .row6 {
  background-color: white;
}

.lnk-blu {
  color: #0F4D80;
  text-decoration: none;
  font-weight: bold;
}

.txt-blu {
  color: #0F4D80;
}



.gen-cont {
  margin: 0 auto;
  max-width: 1500px;
  min-width: 1077px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: top;
  flex-wrap: nowrap;
  border: solid 1px #336699;
  box-shadow: 0 0 7px 10px rgba(122,122,122,0.3);
}

.center-column {
/*  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: top;
  flex-wrap: nowrap;*/
}
.dfg {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  align-items: top;
  flex-wrap: nowrap;
}
.dfg1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  align-items: top;
  flex-wrap: nowrap;
}
.dfg2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  align-items: top;
  flex-wrap: nowrap;
}

.middle-cont {
  display: flex;
  flex-direction: row;
  align-items: top;
  flex-wrap: nowrap;
}

.left-column {
  width: 200px;
}

.left-column2 {
  width: 300px;
  border-right: solid 1px #dee2e6;
  padding-right: 5px;
}

.center-column {
  margin: 0 auto;
  width: 99%;
}
.news-lines {
  margin: 0 auto;
  width: 99%;
}
.right-column {
  width: 200px;
}

/* -------------------- */
/* вкладки для строки поиска */
  .tabb {
    display: flex;
    flex-direction: column;
  }

  .tabb-nav > input[type="radio"] {
    display: none;
  }

  .tabb-content {
    text-align: center;
    display: none;
    border-bottom: solid 1px #dee2e6;
    border-left: solid 1px #dee2e6;
    border-right: solid 1px #dee2e6;
  }

  #content-1:has(~ .tabb-nav > #tabb-btn-1:checked),
  #content-2:has(~ .tabb-nav > #tabb-btn-2:checked),
  #content-3:has(~ .tabb-nav > #tabb-btn-3:checked) {
    display: block;
  }

  .tabb-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 1rem;
    order: -1;
  }

  .tabb-nav > label {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    background: 0 0;
    border: 1px solid transparent;
    margin-bottom: -1px;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    -webkit-appearance: button;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  }

  .tabb-nav > input[type="radio"]:checked + label {
    color: #000;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    cursor: default;
  }
/* Common */
  .global-head-text {
    font-family: coolvetica-rg;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .global-text {
    font-size: 16px;
    text-align: justify;
  }
  .global-text-int {
    font-size: 16px;
    text-align: justify;
    text-indent: 20px;
  }
  
  .sm > p {
    margin: 0;
    text-indent: 0;
  }
  
.global-text ul li,
.global-text-int ul li {
  text-indent: 0;
}
 
.global-backgr {
  background-image: url(/vimg/backgr.jpg);
  background-repeat: no-repeat;
  background-size:cover;
  background-position: top;
  background-attachment: fixed;
  min-height: 968px;
  width: 100%;
}
  
.tpl-news-wo-backgr,
.tpl-wo-backgr {

}
  
/* Разделы */
.tmpl-container {
  font-size: 18px;
  padding: 10px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
}

/* значок pdf и др. */
.normal-foto {
  width: 20px;
  height: 23px;
  vertical-align: middle;
  padding-right: 10px;
}
  
.tmpl-link {
  color: black;
  text-decoration: none;
}

.global-tmpl-link {
  margin-bottom: 10px;
  color: black;
  text-decoration: none;
}

.text-link {
  color: #336699;
  font-weight: 600;
  text-decoration: none;
}
  
.global-combo {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  
  height: 30px;
  margin: 0 auto;
  width: 300px;
  background-color: white;
  border: 1px solid #bdbdbd;
}

.global-sbutton {
  margin: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 18px;
  
  background-color: #FFFAF4;
  border: 2px solid green;
  text-align: center;
  font-weight: bold;
  width: 100px;
  padding: 5px;
  /*margin: 0 auto;*/
  cursor: pointer;
  color: #0F4D80;
}

.global-sbutton-link {
  text-decoration: none;
  color: #0F4D80;
}


.global-button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;

  /*font-family: coolvetica-rg;*/
  font-size: 18px;
  width: 500px;
  color: #336699;
  text-align: center;
  background-color: #FFFAF4;
  border: 1px solid #6799cf;
  text-align: center;
  padding: 5px;
  margin: 0 auto;
  cursor: pointer;
}

.global-button-horiz {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;

  /*font-family: coolvetica-rg;*/
  font-size: 18px;
  width: 300px;
  color: #336699;
  text-align: center;
  background-color: #FFFAF4;
  border: 1px solid #6799cf;
  text-align: center;
  padding: 5px;
  /*margin: 0 auto;*/
  cursor: pointer;
}
  
.global-button:hover,
.global-button-horiz:hover {
  background-color: #6799cf;
  color: white;
}

/* ====================== */
.row6 {
  width: 100%;
	margin-top: 10px;
	/*border: solid 1px #658FbF;*/
}

.pictures {
  margin-top: 20px;
}

.owl-wrap2 {
  margin: 0 auto;
  width: 80%;
  height: 120px;
  /*border: solid 2px #027780;*/
}

.slide2 {
  border: none;
  flex-shrink: 0;
  /*border: solid 2px #027780;*/
}

.slide2 a {
  border: none;
}

.slide-two {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
}

.int-link {
  width: 100%;
}

.lnk {
  width: 180px;
  height: 100px;
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
}

.imag11 {
  margin-top: 15px;
  width: 140px;
  height: 80px;
}

/* -------------- */
.owl-prev i, .owl-next i {
  /*background-color: #027780;*/
  color: #336699;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 30%;
  margin-top: -10px;
}
.owl-prev {
  left: -30px;
}
.owl-next {
  right: -30px;
}




/* ======================================================= */
.push-container-1 {
  /*border: solid 2px #027780;*/
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}


.tm-table {
  width: 500px;
  /*border: solid 2px #027780;*/
}


/* ======================================================= */
.b-err {
  /*border: 2px solid #f09554;*/
  border: 2px solid red;
}

.b-norm {
  /*border: 2px solid #a9c358;*/
  border: 2px solid green;
}

/*================================================================================================*/
/* header */
.top-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  gap: 5px;
  
  font-size: 0.9em;
  text-align: center;
  height: 130px;
  width: 100%;
  background-color: #FFFAF4;
  border-bottom: solid 1px #336699;
  border-top: solid 1px #336699;
  position: relative;
}


.top-img {
    width: 130px;
    height: 120px;
    /*border: solid 1px red;*/
}

.top-img-nazv {
    width: 400px;
    height: 110px; 
    /*border: solid 1px red;*/
}

.top-img-bun {
    width: 170px;
    height: 130px;
/*    border: solid 1px red;*/
}

.wrap-info {
  /*font-family: 'Arial Narrow';*/
  text-align: left;
  /*padding-left: 3px;*/
  /*flex-basis: 320px;*/
  width: 320px;
  flex-shrink: 0;
  height: 110px;
  /*border: solid 1px #027780;*/
}
.wrap-info > p {
  margin: 0;
  padding: 0;
}

.infolib {
  font-size: 10px;
  color: orange;
}

.infotext {
  font-size: 12px;
  color: #4F4F4F;
}

.infotext>a {
  color: #4F4F4F;
  text-decoration: none;
}

.infotext>a:hover {
  color: #027780;
  text-decoration: none;
}

.menu-down {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  background-color: white;
}


.eye-block {
  display: flex;
  flex-direction: row;
  align-items: right;
  flex-wrap: wrap;  
}
.eye-version {
  margin-top: 3px;
  margin-right: 148px;
  width: 50px;
  height: 25px;
}
.eye-text {
  margin: 0 auto;
  margin-left: 20px;
  margin-right: 40px;
  line-height: 16px;
  font-size: 16px;
}

.socn {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;  
/*  width:300px;*/
}
.srbox {
  margin-left: 10px;
  font-size: 16px;
  width:  75%;
}

.foot-social-up {
  float: left;  
  background-repeat: no-repeat;
  background-position: fixed center;
  background-size: contain;
  margin-left: 10px;
  cursor: pointer;
  margin-top: 3px;
  width: 40px;
  height: 40px;
}

.foot-vk-up { background-image: url('/img/icon-vk.png'); }
.foot-od-up { background-image: url('/img/icon-od.png'); }
.foot-telegram-up { background-image: url('/img/telegram.png'); }
.foot-rutube-up { background-image: url('/img/rutube.png'); }

.foot-vk-up:hover, .foot-od-up:hover, .foot-telegram-up:hover, .foot-rutube-up:hover {
  background-size: 35px 35px;
  -moz-background-size: 35px 35px;
  -o-background-size: 35px 35px;
  -webkit-background-size: 35px 35px;
}

@media screen and (max-width: 1124px) {
  .foot-social-up {
    margin-top: 5px;
    width: 23px;
    height: 23px;
  }
  .foot-vk-up:hover, .foot-od-up:hover, .foot-telegram-up:hover, .foot-rutube-up:hover {
    background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
  }
}
@media screen and (max-width: 500px) {
  .foot-social-up {
    margin-top: 5px;
    width: 20px;
    height: 20px;
  }
  .foot-vk-up:hover, .foot-od-up:hover, .foot-telegram-up:hover, .foot-rutube-up:hover {
    background-size: 17px 17px;
    -moz-background-size: 17px 17px;
    -o-background-size: 17px 17px;
    -webkit-background-size: 17px 17px;
  }
}
/*================================================================================================*/
/* footer */

.row7 {
  /*border-bottom-left-radius: 10px;*/
  /*border-bottom-right-radius: 10px;*/
  width: 100%;
  /*background-color: #3b87dd;*/
  background-color: #0F4D80;
	/*border: solid 2px #bf8965;*/
}

.footerpage {
  font-family: 'Arial';
  font-size: 12px;
  width: 100%;

  margin-bottom: 20px;
  padding: 10px 10px 10px 10px;
  list-style: none;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap; 
  
}

.footmenu {
  float: left;
  padding-right: 10px;
  padding-top: 10px;
  list-style: none;
}

.footmenu>ul>li, .footmenu>ul>li>a {
  text-decoration: none;
}

.lib-logo {
  background-image: url('/img/lib-logo.png');
  float: left;
  width: 250px;
  height: 150px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: fixed center;
  background-size: contain;
}

.foot-social {
  float: left;  
  background-repeat: no-repeat;
  background-position: fixed center;
  background-size: contain;
  margin-left: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.foot-vk { background-image: url('/img/icon-vk.png'); }
.foot-od { background-image: url('/img/icon-od.png'); }
.foot-telegram { background-image: url('/img/telegram.png'); }
.foot-rutube { background-image: url('/img/rutube.png'); }

.foot-vk:hover, .foot-od:hover, .foot-telegram:hover, .foot-rutube:hover {
  background-size: 45px 45px;
  -moz-background-size: 45px 45px;
  -o-background-size: 45px 45px;
  -webkit-background-size: 45px 45px;
}

.cop {
  color: white;
  margin-left: 20px;
  font-size: 15px;
}
.emptyblk {
  clear: left;
}
/* ====================================================== */
.upbtn {
    z-index: 9999;
    width: 70px;
    height: 70px;
    color: #FFF;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    border:3px solid #BFE2FF;
    border-radius:50%;
    transform: scale(0);
    transition: all .7s ease-in-out;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #337AB7;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5MS44NTggNDkxLjg1OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDkxLjg1OCA0OTEuODU4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ5MS44NTgsNDQyLjQ2MWMwLDEzLjkzMS0xMS4yOTMsMjUuMjI0LTI1LjIyNCwyNS4yMjRMMjQ1LjkzLDM3My4wOTdMMjUuMjI0LDQ2Ny42ODYgICAgQzExLjI5Miw0NjcuNjg2LDAsNDU2LjM5MiwwLDQ0Mi40NjFMMjI3LjAxMSwzMi41OGMwLDAsMTguOTE4LTE4LjkxOCwzNy44MzQsMEMyODMuNzY0LDUxLjQ5OSw0OTEuODU4LDQ0Mi40NjEsNDkxLjg1OCw0NDIuNDYxeiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=)
}
.upbtn:hover {
  transform: scale(1.2)!important;
}

.main-age {
  color: #0F4D80;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: right;
}

.qualink {
  margin: 0;
  padding: 0;
  text-align: left;
}

.qualink > a {
  color: #0F4D80;
  font-weight: bold;
  text-decoration: none;
}

.virt-sprav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  
  font-family: 'Arial';
  font-style: italic;
  font-size: 15px;
  padding-top: 6px;
  margin-bottom: 3px;
  border-radius: 2px;
  border: 1px solid #336699;
/*  text-align: center;*/
  width: 100%;
  height: 65px;
}
/* ============================================== */
.cont-qrcode {
  padding-top: 6px;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 2px;
  border: 1px solid #336699;
}

.qrcode {
  width: 100%;
}

.qrcode-text {
  font-family: 'Arial';
  font-style: italic;
  font-size: 15px;
  text-align: center;
}
/* ============================================== */
.glob-box {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: top;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-style: italic;
}

.glob-box-link {
  text-decoration: none;
  color: black;
}

.glob-box-menu {
  text-align: center;
  font-size: 18px;
  height: 70px;
  cursor: pointer;
  border: 2px solid #336699;
  width: 190px;
}

.glob-box-text {
  display: inline-block;
  color: #336699;
  vertical-align: middle;
}

.glob-box-menu:hover {
  background-color: #336699;
}

.glob-box-menu:hover .glob-box-text {
  color: white;
}

.glob-box-menu:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}

/* ============================================== */

.global-points {
  font-size: 18px;
  padding: 10px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center; 
}
.global-points-horiz {
  font-size: 18px;
  padding: 10px;
  display: flex;
  gap: 20px;
  flex-direction: row;
  justify-content: center; 
}

.global-point-link {
  color: black;
  text-decoration: none; 
}

.n-foto {
  width: 20px;
  height: 23px;
  vertical-align: middle;
  padding-right: 10px;
}

.p-style {
  margin: 0;
  padding: 0;
}

/* cookie */
#cookie-note {
    /*display: none;*/
    position: fixed;
    z-index: 100;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie-note p {
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
}

#cookie-note .btn-sm {
    display: block;
    margin: 0 auto;
}

.cookie_accept {
    width: 20%;
}

@media (min-width: 576px) {
    #cookie_note.show {
        display: flex;
    }
}

@media (max-width: 575px) {
    #cookie_note.show {
        display: none; /* Скрыть уведомление на мобильных */
    }
}

