body {
  color: #000;
  overflow-x: hidden;
}

section,
footer {
  padding: 50px 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.container-fluid,
section.px-0 .container-fluid {
  max-width: 1920px;
  margin: auto;
}

.block-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 48px;
  text-align: center;
}

/*
 *  BUTTONS
 */

.btn {
  border-radius: 0 !important;
  font-weight: 400;
  text-transform: none;
  padding: 10px 30px;
}

/* 
 *  BLOCK SEARCHADVANCED 
 */
.block-searchadvanced .dropdown > a .name,
.block-searchadvanced .dropdown > li .name {
  font-size: 0.9375rem;
  line-height: 22px;
  text-transform: capitalize;
}

/*  
 *  HEADER 
 */

header .block-description {
  margin-left: 16px;
  margin-right: 16px;
}

header .block-description .btn {
  padding: 10px 24px;
  background: #fafafa;
  border-radius: 3px;
  color: #ab1313;
  text-transform: capitalize;
}

header img {
  max-height: 65px;
  width: auto;
  max-width: none;
}

.logo img {
  height: 65px;
  width: auto;
  max-width: none;
}

header .department-name {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  margin-left: 20px;
}

/* 
 *  BLOCK MAIN MENU
 */

.navbar .navbar-nav > .nav-item > .nav-link {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 27px;
  text-transform: uppercase;
  padding-left: 31px;
  padding-right: 31px;
}

nav .column {
  border-top: 1px solid rgb(0, 0, 0, 0.1);
}

/* 
 *  SLIDER 
 */

.slider-container.left .slider-title {
  position: static;
  min-height: 230px;
}

.container-fluid .slider-container.left .image img {
  width: 100%;
  object-fit: cover;
  z-index: 10;
}

@media (min-width: 1200px) {
  .container-fluid .slider-container.left .image {
    position: absolute;
    right: 0;
  }
  .container-fluid .slider-container.left .image img {
    width: auto !important;
    height: 512px;
  }

  .container-fluid .slider-container.left .slider-title {
    position: relative;
    right: auto;
    left: 0;
    font-family: "Brutal Type", Arial, serif;
    background-size: 430px auto;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-right: 90px;
    padding-left: calc(280px / 2);
    width: 100%;
    max-width: 500px;
    min-height: 512px;
  }
  .container-fluid .slider-container.left .image {
    max-width: calc(100% - 465px);
  }
  .slider-container.left .slider-title {
    padding-left: calc((100vw - (100vw - 100%) - 1140px) / 2) !important;
    padding-right: 80px !important;
  }
}

@media (min-width: 1450px) {
  .container-fluid .slider-container.left .image {
    max-width: calc(100% - 480px);
  }
  .container-fluid .slider-container.left .slider-title {
    max-width: 600px;
  }
}

@media (min-width: 1740px) {
  .container-fluid .slider-container.left .slider-title {
    max-width: 775px;
  }
}

.slider-container.left .nav .arrow {
  display: block;
  width: 44px;
  height: 44px;
  background-color: #000;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  bottom: 50px;
  left: auto;
  top: auto;
  border-radius: 3px;
}

.slider-container.left .additional-controls .btn {
  width: 44px;
  height: 44px;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  border-radius: 0;
  padding: 0;
  border-radius: 3px;
}

.slider-container.left .additional-controls {
  bottom: 50px;
  left: auto;
  top: auto;
  right: 165px;
}

.slider-container.left .nav .arrow.prev {
  background-image: url("/themes/uz/img/prev.svg");
  right: 212px;
}

.slider-container.left .nav .arrow.next {
  background-image: url("/themes/uz/img/next.svg");
  right: 118px;
}

.slider-container.left .additional-controls .btn:focus {
  box-shadow: none;
}

.slider-container.left .additional-controls .btn.play {
  background-image: url("/themes/uz/img/play-white.svg");
}

.slider-container.left .additional-controls .btn.stop {
  background-image: url("/themes/uz/img/pause.svg");
}

.slider-container .dots {
  bottom: 50px;
}

.slider-container .dots .dot span {
  border: 1px solid #fff;
  background: transparent;
  width: 16px;
  height: 16px;
}

.slider-container.left .slider-title .more-all {
  border-color: #ffffff !important;
  border-radius: 3px !important;
  position: absolute;
  top: 254px;
  z-index: 12;
}

@media (min-width: 768px) {
  .slider-container.left .slider-title .more-all {
    top: 50%;
  }
}

@media (max-width: 1199px) {
  .slider-container.left .additional-controls .control-button,
  .slider-container.left .nav .arrow {
    border: 1px solid #000;
    bottom: 10px;
  }
  .slider-container.left .additional-controls {
    bottom: 10px;
  }
  .slider-container .dots {
    bottom: 10px;
  }
  .slider-container .dots .dot.active span,
  .slider-container .dots .dot:hover span {
    background-color: #fff !important;
  }
}

@media (min-width: 1200px) {
  .slider-container.left .dots {
    left: calc(((100vw - 1200px) / 2 + 15px) + (0.4 * 1200px));
    right: auto;
  }
  .slider-container.left .slider-title .more-all {
    bottom: 60px;
    top: auto;
  }
}

/*
 *  BLOCK SOCIAL
 */

.block-social {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 10;
  height: 0;
}

.block-column-link {
  display: flex;
  flex-direction: column;
}

.social-link + .social-link {
  margin: 0;
  margin-right: 4px;
}

.social-link {
  display: inline-flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  color: #fff;
  width: 56px;
  height: 56px;
  margin-right: 4px;
}

.block-social .column.flex-column {
  height: 0;
}

.social-link:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .social-link {
    margin-bottom: 4px;
    margin-right: 0;
  }

  .social-link + .social-link {
    margin-right: 0;
    margin-bottom: 4px;
  }
}

@media (max-width: 767px) {
  .block-social {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: auto;
    margin: auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    z-index: 5;
    height: auto;
  }
  .block-column-link {
    display: flex;
    flex-direction: row;
  }
}

/* 
 *  BLOCK LINKS
 */

.block-links .list-bt li,
.block-links .list-bt {
  margin-bottom: 0;
}

ul.list-bt > li > .button-link {
  border: none;
}

.block-links .button-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.block-links ul.list-bt > li > .button-link .ico {
  width: 100px;
  height: 100px;
  background-color: #fafafa !important;
  border-radius: 50%;
  margin: 12px;
}

ul.list-bt > li > .button-link .ico img {
  max-width: none;
  max-height: none;
}

.button-link .name {
  margin: 12px;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 22px;
}

/* 
 *  NEWS CATEGORY 
 */

 .news-slider {
  margin: 0 -0.5rem;
}

.block-newscategory .arrows .arrow.prev {
  background-image: url("/themes/uz/img/prew-news.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.block-newscategory .arrows .arrow.next {
  background-image: url("/themes/uz/img/next-news.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.block-newscategory .arrows {
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 200px;
  z-index: 0;
}

@media (min-width: 1200px) {
  .block-newscategory .arrows {
    left: -40px;
    right: -40px;
  }
}

.block-newscategory .arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 0;
  z-index: 10;
  text-decoration: none;
  box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
  transition: 0.3s all cubic-bezier(0.55, 0, 0.1, 1);
}

.block-newscategory .arrow.next {
  right: 0;
}

.block-newscategory .arrows .btn-primary,
.block-newscategory .arrows .btn-primary:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.news-grid .promo-date {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  min-width: 70px;
  max-width: 100px;
}

.news-grid .promo-date .day {
  font-size: 2rem;
  font-weight: 400;
}

.news-grid .promo-date .month {
  font-size: 0.938rem;
  font-weight: 400;
  text-transform: uppercase;
}

.news-boxy .promo-date {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  min-width: 70px;
  max-width: 100px;
  z-index: 10;
}

.news-boxy .promo-date .day {
  font-size: 2rem;
  font-weight: 400;
}

.news-boxy .promo-date .month {
  font-size: 0.938rem;
  font-weight: 400;
  text-transform: uppercase;
}

.news-item .news-content h4 a {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 36px;
}

.news-grid .photo-cont {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.content-white .cboxElement img {
  height: 177px;
  object-fit: cover;
  width: 100%;
}

.news-boxy {
  min-height: 400px;
}

.news-boxy .photo-cont {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.news-boxy .news-content a {
  color: #fff !important;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 36px;
}

.news-boxy:hover .news-content {
  color: #ffffff !important;
}

.news-boxy .news-content {
  background: none;
  background-color: rgba(0, 0, 0, 0.6);
}

.block-newscategory .col-md-6 .news-list h4 a {
  font-weight: normal !important;
  font-size: 1.125rem !important;
  line-height: 27px !important;
}

/* 
 *  MODULE NEWSCATEGORY
 */

.module-newscategory .photo {
  overflow: hidden;
}

.module-newscategory .photo .photo-cont {
  transition: 0.6s all cubic-bezier(0.55, 0, 0.1, 1);
}

.module-newscategory .news-item:hover .photo .photo-cont {
  transform: scale(1.1);
}

/* 
 *  BLOCK EVENT
 */

.events-list .event .date {
  padding: 20px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  min-width: 70px;
  max-width: 100px;
  border-radius: 3px;
}

.events-list .event .date .day {
  font-size: 2rem;
  font-weight: 400;
}

.events-list .event .date .month {
  font-size: 0.938rem;
  font-weight: 400;
  text-transform: uppercase;
}

.events-list .event .info h4 a {
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 27px;
}

/* 
 *  ACTIVE PAGE
 */

.block-activepage h1 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 48px;
}

/* 
  *  BREADCRUMBS 
  */

.block-breadcrumbs .breadcrumb {
  margin-bottom: 0;
}

/*
 *  SIDE MENU
 */

.side-menu {
  font-weight: 400;
  border: 1px solid rgb(0, 0, 0, 0.1);
  border-radius: 3px;
}

.side-menu .current > a {
  font-weight: 400;
}

.side-menu > li {
  border: 0;
}

.side-menu > li:not(:last-child) {
  border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

.side-menu ul {
  margin: 5px 0 15px;
}

@media (min-width: 992px) {
  .border-menu {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.side-menu .toggle-submenu {
  top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.875rem;
}

.side-menu > li > .toggle-submenu {
  top: 5px;
  padding: 10px 15px;
}

.side-menu > li > a {
  padding: 16px 45px 16px 24px;
  font-size: 1rem;
  width: 100%;
}

.side-menu > li.current a {
  color: #fff;
}

.side-menu > li ul.dropdown-nav li a {
  background-color: #fff;
  color: #000;
  font-size: 0.875rem;
  line-height: 30px;
  margin-left: 20px;
}

.side-menu ul {
  margin: 5px 0 5px;
}

.side-menu .current i {
  color: #fff;
}

.recruitment {
  padding: 24px 30px;
}

.recruitment .text-white.more,
.recruitment .text-white.text {
  text-align: left;
}

.recruitment .text-white.more {
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 19px;
  color: #fff;
}

.recruitment .text-white.text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 8px;
  color: #fff;
}

.recruitment.rounded {
  border-radius: 3px !important;
}

.recruitment .more::after {
  content: "";
  background-image: url(/themes/uz/img/arrow-next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 6px;
  height: 10px;
  display: inline-block;
  margin-left: 10px;
}

/* 
 *  PAGINATION 
 */

.pagination {
  display: flex;
  align-items: center;
}

.page-link {
  border: none;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 18px;
  color: #000000 !important;
}

.page-item.active .page-link {
  background-color: transparent !important;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 36px;
}

.page-item.next .page-link,
.page-item.prev .page-link {
  background-color: rgb(0, 0, 0, 0.1);
}

/* 
 *  RADIO 
 */

figure {
  border: none;
}

audio {
  width: 100%;
  height: 64px;
}

figcaption {
  flex-shrink: 0;
}

audio::-webkit-media-controls-enclosure {
  background-color: transparent;
}

audio::-webkit-media-controls input[pseudo="-webkit-media-controls-play-button" i] {
  width: 56px;
  height: 56px;
}

audio::-webkit-media-controls-enclosure {
  max-height: 64px;
}
audio::-webkit-media-controls-play-button {
  min-height: 64px;
  min-width: 64px;
  border-radius: 50%;
}

/* 
 *  FOOTER
 */
.footer-link .block-description {
  border-top: 1px solid rgb(0, 0, 0, 0.1);
  border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

.block-description ul {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.block-description ul li {
  padding: 0 20px;
  display: flex;
}

/* SHORTCODE */

.module- .h4{
  display: none;
}

.module- .list-group{
  padding-bottom: 30px !important;
}

/* COLORBOX */

#cboxClose, #cboxNext, #cboxPrevious {
  width: auto;
  height: auto;
  padding: 2px 8px;
}

#cboxCurrent {
  left: 90px;
  padding: 2px 0;
  line-height: normal;
}

#cboxNext {
  left: 130px;
}