@charset "UTF-8";
html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  min-width: 320px;
}

a {
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
  color: currentcolor;
}

ul {
  list-style-type: none;
  padding: 0;
}

main {
  min-height: 85vh;
}

.holder-box {
  max-width: 1240px;
  margin: 0 auto;
}

.section-header-title {
  font-size: 36px;
  text-align: center;
  color: #1752AA;
  font-weight: 700;
  margin-bottom: 50px;
}

@media screen and (max-width: 560px) {
  .section-header-title {
    font-size: 26px;
  }
}
.visibility-tool {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 57, 101, 0.4431372549);
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  padding-bottom: 6px;
}

.visibility-tool.standart-version {
  display: none;
}

.visibility-tool .moduletable {
  max-width: 1200px;
  margin: 0 auto;
}

.vb-tool-wrapper {
  max-width: 400px;
  display: flex;
  align-items: center;
}

.visibility-tool .caption {
  color: #555555;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}

ul.font-sizer-tool li, ul.letter-spacing li, ul.bwimages li, ul.standartversion li {
  float: left;
  width: 25%;
  margin: auto 6px;
  text-align: center;
}

ul.standartversion li {
  float: right;
  margin-right: 0;
  padding: 0 24px;
  width: auto;
}

ul.font-sizer-tool li a, ul.letter-spacing li a, ul.bwimages li a, ul.standartversion li a {
  display: block;
  color: #000000;
  border-radius: 5px;
  border: 1px solid #cccccc;
  background-color: #FFFFFF;
}
ul.font-sizer-tool li a:hover, ul.letter-spacing li a:hover, ul.bwimages li a:hover, ul.standartversion li a:hover {
  background-color: #1752AA;
  color: #fff;
}

ul.standartversion li a {
  margin-top: 16px;
}

#letter-spacing1, #letter-spacing2, #letter-spacing3,
#black-white, #color-images, #without-images,
#standart-version {
  font-size: 12px;
  line-height: 22px;
  padding: 1px 10px;
  min-width: 47px;
  height: 24px !important;
}

#fontsizetool1,
#fontsizetool2,
#fontsizetool3 {
  padding: 1px 10px;
  min-width: 47px;
  height: 24px !important;
}

#letter-spacing1 {
  letter-spacing: 0;
}

#letter-spacing2 {
  letter-spacing: 1px;
}

#letter-spacing3 {
  letter-spacing: 2px;
}

#fontsizetool1 {
  font-size: 11px;
  line-height: 23px;
}

#fontsizetool2 {
  font-size: 15px;
  line-height: 21px;
}

#fontsizetool3 {
  font-size: 16px;
}

#black-white, #color-images, #without-images {
  display: block;
}

.visibility-tool.standart-version {
  display: none;
}

body.visually-impared-version.grayscale img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

body.visually-impared-version.grayscale button {
  color: #000 !important;
  border: 1px solid #000 !important;
  background: #fff !important;
}
body.visually-impared-version.grayscale button:hover {
  color: #fff !important;
  background: #000 !important;
}

body.visually-impared-version.grayscale a.news-more {
  color: #000 !important;
  border: 1px solid #000 !important;
  background: #fff !important;
}
body.visually-impared-version.grayscale a.news-more:hover {
  color: #fff !important;
  background: #000 !important;
}

body.visually-impared-version.grayscale .banner-box-inner a {
  color: #000 !important;
  border: 1px solid #000 !important;
  background: #fff !important;
}
body.visually-impared-version.grayscale .banner-box-inner a:hover {
  color: #fff !important;
  background: #000 !important;
}

body.visually-impared-version.grayscale a {
  color: #000 !important;
}
body.visually-impared-version.grayscale a:hover {
  text-decoration: underline;
}

body.without-images img {
  visibility: hidden;
}

#fontsize1 {
  font-size: 1em;
  padding: 5px 7px 0;
}

#fontsize2 {
  font-size: 1.3em;
  padding: 3px 7px 0;
}

#fontsize3 {
  font-size: 1.6em;
  padding: 0 7px;
}

.fontsize3 #fontsize2 {
  padding-top: 3px;
}

@media screen and (max-width: 560px) {
  .newsflash div {
    flex-direction: column;
    width: 100%;
    text-align: center !important;
  }
}
.navbar {
  padding: 15px 0;
}

.nav-link, .dropdown-item {
  color: #1752AA;
}
.nav-link:hover, .dropdown-item:hover {
  color: #FF6914;
}

.dropdown-item {
  color: #1752AA;
}
.dropdown-item:hover {
  background: #1752AA;
  color: #fff;
}

.logo {
  color: #1752AA;
}
.logo:hover {
  color: #FF6914;
}
.logo p {
  margin-bottom: 0;
  display: block;
  max-width: 200px;
  text-transform: uppercase;
}

.nav-link.active, .dropdown-item.active {
  color: #FF6914 !important;
}

.search-btn {
  color: #1752AA;
  border: 1px solid #1752AA;
}
.search-btn:hover {
  color: #fff;
  background-color: #1752AA;
  border-color: #1752AA;
}

body.visually-impared-version a.mainlevel_active-trans, body.visually-impared-version a.mainlevel_active-trans:visited {
  color: #000000;
}

body.visually-impared-version .logo-caption1 {
  margin-top: 1%;
}

.visually-impared {
  height: 20px;
  line-height: 20px;
  padding-left: 35px;
}

a#visually-impared-version {
  background: url("../img/visually-impared.png") no-repeat scroll left 1px transparent;
  padding-left: 35px;
  height: 20px;
  display: inline-block;
}

body.visually-impared-version .visually-impared {
  background: none;
}

body.visually-impared-version a#visually-impared-version {
  background: url("../img/visually-impared-bw.png") no-repeat scroll left 1px transparent;
}

.custom-box {
  margin-right: 20px;
}

.lang a:first-child::after {
  content: "/";
  margin-right: 7px;
  padding-left: 4px;
}
.lang a:hover {
  font-weight: bold;
}

.visually-impared a {
  font-size: 14px;
}

footer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
footer a:hover {
  color: #FF6914 !important;
  text-decoration: underline dotted;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright p {
  margin: 0;
}

@media screen and (max-width: 960px) {
  .copyright {
    flex-direction: column;
  }
}
.banner-title {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 25px;
}

.main-banner {
  position: relative;
  overflow: hidden;
}
.main-banner img {
  object-fit: cover;
  height: 200px;
  width: 100%;
}

.banner-box-inner {
  background-color: #1752AA;
  color: #fff;
  padding: 50px 15px;
  text-align: left;
}
.banner-box-inner p {
  margin-bottom: 30px;
}
.banner-box-inner a {
  background: #FF6914;
  padding: 10px 50px;
  margin: 25px auto;
  font-weight: 600;
  border-radius: 6px;
}
.banner-box-inner a:hover {
  color: #FF6914;
  background-color: #fff;
}

@media screen and (max-width: 960px) {
  .banner-box-inner {
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .banner-title {
    font-size: 26px;
  }

  .main-banner img {
    height: 400px;
  }
}
@media screen and (min-width: 960px) {
  .main-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
  }

  .banner-box {
    margin: 0;
    color: #fff;
    background-color: #1752AA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    float: right;
    height: 100%;
    width: 35%;
    min-width: 450px;
    position: relative;
  }

  .banner-box-inner {
    padding: 2em;
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .banner-box-inner {
    padding: 1em;
    margin: 6em 0;
    position: relative;
    left: -12%;
    z-index: 1;
  }
}
.banner-box:before {
  display: none;
}

@media screen and (min-width: 960px) {
  .banner-box:before {
    border-radius: 100%;
    position: absolute;
    content: "";
    top: -100%;
    left: -30%;
    top: -25%;
    width: 100%;
    height: 150%;
    background-color: #1752AA;
    z-index: 1;
    display: block;
  }

  .banner-summary {
    margin: 0;
    margin-bottom: 1em;
    max-width: 500px;
  }
}
.latest-news {
  margin-top: 100px;
  padding: 0 15px;
}

.cover {
  width: 100%;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.cover .item-big-one {
  grid-column: span 1;
  grid-row: span 2;
}
.cover .item-big-one img {
  width: 100%;
  height: 430px;
  margin: 0 auto 25px auto;
}
.cover .item-big-one .feed-item-title {
  font-size: 26px;
  font-weight: 700;
  color: #1752AA;
}
.cover .item-big-one .feed-item-title:hover {
  color: #FF6914;
}

article.feed-item img {
  width: 170px;
  height: 120px;
  object-fit: cover;
  margin-bottom: 10px;
  margin-right: 15px;
}
article.feed-item .feed-item-title {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #1752AA;
}
article.feed-item .feed-item-title:hover {
  color: #FF6914;
}
article.feed-item .feed-item-date, article.feed-item .view {
  font-size: 14px;
  font-weight: 700;
  color: #1752AA;
  padding-top: 10px;
  margin-right: 8px;
}
article.feed-item:nth-child(2), article.feed-item:nth-child(3) {
  grid-row: span 1;
}
article.feed-item:nth-child(2) .wrap, article.feed-item:nth-child(3) .wrap {
  display: flex;
}

.inner {
  align-items: center;
  color: #1752AA;
}

.news-more {
  margin: 25px auto;
  text-align: center;
  padding: 16px 60px;
  background: #FF6914;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
}
.news-more:hover {
  background: #1752AA;
}

@media screen and (max-width: 960px) {
  .cover {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  article.feed-item img {
    width: 100%;
    height: auto;
    margin: 10px auto;
  }
  article.feed-item .feed-item-title {
    display: block;
    font-size: 22px !important;
  }
  article.feed-item:nth-child(2) .wrap, article.feed-item:nth-child(3) .wrap {
    display: block;
  }
}
article.num-animation {
  padding: 2rem 0 3rem 0;
  width: 100%;
  margin: 100px auto;
  background: #1752AA;
}
article.num-animation h2 {
  color: #fff;
}

#counter {
  max-width: 1240px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.viz {
  transition: 1s;
}

.block {
  border-radius: 6px;
  width: 280px;
  padding: 50px 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: auto;
}
.block .number {
  font-size: 100px;
  color: #FF6914;
  opacity: 1;
}
.block .text {
  color: #1752AA;
  font-weight: 600;
  font-size: 19px;
}

@media screen and (max-width: 960px) {
  #counter {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 12px;
  }

  .block {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 540px) {
  #counter {
    grid-template-columns: 1fr;
    row-gap: 5px;
  }

  .block {
    padding: 30px 10px;
  }
  .block .number {
    font-size: 50px;
    color: #FF6914;
    opacity: 1;
  }
  .block .text {
    color: #1752AA;
    font-weight: 600;
    font-size: 19px;
  }
}
article.docs-block small {
  display: block;
}

.docs-cover {
  padding: 0 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.docs-cover .card.p-3 {
  position: relative;
}
.docs-cover .card.p-3 span {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.docs-cover .card.p-3 span::before {
  content: "";
  background-image: url(../img/google-drive.svg);
  height: 40px;
  width: 40px;
  z-index: 1;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  right: 0;
  transform: rotate(44deg);
}
.docs-cover .card.p-3 span::after {
  content: "";
  background: #eeeeee;
  width: 102%;
  height: 50px;
  position: absolute;
  transform: rotate(44deg) translateY(-44px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.docs-cover a {
  display: block;
  color: #1752AA;
  font-size: 20px;
  font-weight: 600;
}
.docs-cover a:hover {
  color: #FF6914;
}

@media screen and (max-width: 960px) {
  .docs-cover {
    grid-template-columns: 1fr;
  }
}
.source-link {
  width: 100%;
}
.source-link img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 760px) {
  article.useful-links.mb-5 .holder-box {
    max-width: 540px;
  }
}
.image-cover {
  margin: auto;
}
.image-cover img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 6px;
}

.content-gallery {
  margin: 30px auto;
  text-align: center;
  max-width: 1240px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8px;
  row-gap: 8px;
}
@media screen and (max-width: 1200px) {
  .content-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .content-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .content-gallery {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .content-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

.content-gallery.popup-gallery a.popup img.popup-image {
  width: 12.5rem;
  height: 8.75rem;
  object-fit: cover;
  margin: 5px auto;
}

@media screen and (max-width: 768px) {
  .content-gallery.popup-gallery a.popup img.popup-image {
    width: 6.25rem;
    height: 4.375rem;
  }
}
@media screen and (max-width: 480px) {
  .content-gallery.popup-gallery a.popup img.popup-image {
    width: 6.25rem;
    height: 4.375rem;
  }
}
.content-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 15px;
  row-gap: 20px;
}
@media screen and (max-width: 1200px) {
  .content-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .content-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .content-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.sotru-card {
  margin: auto;
  width: 283px;
}
.sotru-card img {
  height: 380px;
  width: 282px;
  object-fit: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.sotru-card h5 {
  color: #1752AA;
  font-weight: 600;
}
.sotru-card h5 a:hover {
  color: #FF6914;
}

.employer-img-cover {
  width: 350px;
  height: 465px;
  margin: auto;
}
.employer-img-cover img {
  width: 350px;
  height: 465px;
  object-fit: cover;
  border-radius: calc(0.25rem - 1px);
}

@media screen and (max-width: 560px) {
  .employer-img-cover {
    width: 210px;
    height: 280px;
  }
  .employer-img-cover img {
    width: 210px;
    height: 280px;
  }
}
.news-title a {
  color: #1752AA;
  font-weight: 600;
}
.news-title a:hover {
  color: #FF6914;
}

.newsMore-date p.news-date {
  margin-right: 20px;
}

h1.news-title {
  color: #1752AA;
  font-weight: 600;
}

.news-img-cover {
  margin: 20px auto;
  max-width: 930px;
  text-align: center;
}
.news-img-cover img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: auto !important;
}

.grid {
  width: 100%;
  columns: 4;
  column-gap: 15px;
  padding: 15px;
  box-sizing: border-box;
}

.popup img {
  width: 100%;
  margin-bottom: 15px;
  margin-bottom: 10px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1200px) {
  .grid {
    columns: 3;
  }
}
@media screen and (max-width: 720px) {
  .grid {
    columns: 2;
    padding: 12px;
  }

  .popup img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  .grid {
    column-gap: 10px;
  }

  .popup img {
    margin-bottom: 5px;
  }
}
.feedback-box {
  max-width: 960px;
  margin: auto;
}
.feedback-box form .col-form-label {
  color: #1752AA;
  font-weight: 600;
}
.feedback-box form button.btn.btn-primary.btn-submit {
  transition: 0.5s;
  border: none;
  background: #FF6914;
}
.feedback-box form button.btn.btn-primary.btn-submit:hover {
  background: #1752AA;
}

section.map-links a {
  color: #1752AA;
}
section.map-links a:hover {
  color: #FF6914;
  text-decoration: underline dashed;
}
section.map-links span {
  color: #1752AA;
}
section.map-links .inner-ul li {
  padding-left: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
}
section.map-links .inner-ul li::before {
  content: "—";
  color: #1752AA;
  margin-right: 3px;
}

.doc-cover {
  overflow-x: auto;
}

button.clipboard {
  transition: 0.5s;
  padding: 6px 12px;
  border-radius: 3px;
  border: 0.5px solid #d5d5d5;
  background-color: #eee;
  background-image: linear-gradient(#fcfcfc, #eee);
}
button.clipboard:hover {
  background-color: #ddd;
  background-image: linear-gradient(#eee, #ddd);
  border-color: #ccc;
}
button.clipboard img {
  margin-top: -3px;
}

.info-link {
  overflow: hidden;
  position: relative;
}
.info-link small {
  display: block;
  font-weight: 500;
}
.info-link a {
  display: block;
  border-radius: 3px;
  font-size: 17px;
  color: #1752aa;
  font-weight: 600;
  z-index: 2;
}
.info-link a:hover {
  background-position: right;
  color: #FF6914;
}
.info-link::after {
  position: absolute;
  display: inline-flex;
  content: "";
  width: 66px;
  height: 66px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  right: -7px;
  bottom: -10px;
  background-image: url(https://kaiyn-suu.mektebi.kg/view/themes/37/img/elem.svg);
}

/* ДОКУМЕНТЫ */
.docs-wrapper {
  overflow-x: auto;
}

.docs-table {
  width: 100%;
  color: #777;
}
.docs-table tr, .docs-table td {
  padding: 15px 10px;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #dae1f4;
}
.docs-table a {
  color: #1752AA;
}

.docs-table th {
  font-size: 17px;
  font-weight: 600;
  padding: 15px 10px;
  color: #1752AA;
}
@media screen and (max-width: 768px) {
  .docs-table th {
    font-size: 16px;
  }
}

.doc_name {
  transition: 0.5s;
}
.doc_name:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .docs-table {
    font-size: 14px;
  }
}
/*РЕЗУЛЬТАТЫ ПОИСКА*/
.searchResult-link {
  font-size: 20px;
  color: #1752AA;
  font-weight: 600;
}

/*# sourceMappingURL=style.css.map */
