<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import 'latofonts.css';
.header {
  height: 50px;
  background: #fff;
  color: #072451;
  text-align: center;
  font-size: 18px;
  vertical-align: 100px;
  padding-top: 5px;
}
.header-menu {
  width: 100%;
  z-index: 10 !important;
  text-transform: uppercase;
  background: #04134e;
  /* height: 158px;*/
  padding-top: 5px;
}
.header-menu a:hover {
  text-decoration: none;
}
.header-menu .mb-line {
  margin-bottom: 10px;
}
.header-menu .search-input {
  background: #2f4779;
  border: none;
  height: 28px;
  background-image: url('/img/serch-icon.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
  width: 100%;
}
.header-menu .first-menu {
  float: right;
}
.header-menu .first-menu ul li a {
  font-family: 'LatoWeb';
  color: #5a82a0;
  font-size: 13px;
}
.header-menu .first-menu .external a,
.header-menu .first-menu .lang a {
  color: #ffffff;
}
.header-menu .second-menu ul li a {
  font-size: 20px;
  font-family: 'LatoWeb';
  margin-right: 20px;
}
.header-menu .third-menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
}
.header-menu .third-menu ul li a {
  font-size: 13px;
  color: #91aedc;
  margin-left: 0px;
  padding-right: 5px;
}
.header-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0px;
  padding-top: 0px;
}
.header-menu ul li {
  float: left;
  list-style: none;
  position: relative;
}
.header-menu ul li:hover ul {
  visibility: visible;
}
.header-menu ul li ul {
  padding: 10px;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: -10px;
  z-index: 100;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #a1c3f6;
  -webkit-box-shadow: 3px 9px 13px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 9px 13px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 9px 13px 0px rgba(0, 0, 0, 0.75);
  background: rgba(206, 222, 247, 0.95);
}
.header-menu ul li ul li {
  width: 200px;
}
.header-menu ul li ul li a {
  text-align: left;
  font-family: 'LatoWeb';
  display: block;
  width: 100%;
  font-size: 13px !important;
  line-height: 15px;
  color: #04134e !important;
  padding: 7px 10px;
}
.header-menu ul li ul li a:hover {
  text-decoration: underline;
  /* background: #04134e;
               color: #91aedc!important;*/
}
.header-menu ul li a {
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 5px 7px;
}
.header-menu ul li a:hover {
  color: #91aedc;
}
/*
.header-menu-other {
  padding: 25px;
  height: inherit;

  .sub-menu {
    li {
      a {
        font-family: LatoWeb;
        text-transform: none;
        font-size: 20px;
        color: #8ba7d5;
        margin-right: 10px;
        padding-bottom: 0px;
        padding-top: 10px;

      }

      .active {
        color: #ffffff !important;
      }
    }
  }

  .menu {
    font-size: 15px;

    a {
      font-family: LatoWeb;
      color: #6f88b5;
      margin-right: 20px;
      padding-top: 0px;
      line-height: 100%;

    }

    a.active {
      color: #ffffff !important;
    }
  }

  .first-menu {
    float: right;

    ul {

      li {
        a {
          font-family: 'LatoWeb';
          color: #5a82a0;
          font-size: 13px;

          margin-right: 0px;
        }

      }
    }

    .external a, .lang a {
      color: #ffffff;
    }
  }
}
*/
section.content {
  height: 200px;
}
section#education,
section#living-kei {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 30px;
  background: #e0e5e7;
}
section#education h3.title,
section#living-kei h3.title {
  color: #092c62;
  font-family: LatoWeb;
  font-size: 30px;
  padding: 0;
  margin: 0;
}
section#education a h3.sub-title,
section#living-kei a h3.sub-title {
  font-size: 24px;
  color: #00254c;
  font-weight: normal;
  text-align: center;
  padding-top: 30px;
}
section#education a:hover,
section#living-kei a:hover {
  text-decoration: none;
}
#news {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}
#news h3.title {
  font-family: LatoWeb;
  color: #092c62;
  font-size: 30px;
  padding: 0;
  margin: 0;
}
#discover-for-yourself {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #e0e5e7;
}
#discover-for-yourself h3.title {
  font-family: LatoWeb;
  color: #092c62;
  font-size: 30px;
  padding: 0;
  margin: 0;
}
#living-kei {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #e0e5e7;
}
#living-kei h3.title {
  font-family: LatoWeb;
  color: #092c62;
  font-size: 30px;
  padding: 0;
  margin: 0;
}
#faculties-department {
  background-image: url('/img/back.jpg');
  background-size: 100%;
  background-position: center 70%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
#faculties-department img {
  margin-top: 25px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
}
#faculties-department a:hover {
  text-decoration: none;
}
#faculties-department h3 {
  font-family: 'LatoWeb';
  color: #fff;
  font-size: 30px;
}
#faculties {
  padding-bottom: 20px;
  padding-top: 50px;
}
#csc {
  font-size: 59px;
  color: #ffffff;
  background-image: url('/img/back.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 70%;
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
}
#csc a {
  position: relative;
  color: #ffffff;
}
#csc a img {
  padding: 0;
  position: absolute;
  margin: 0;
  top: 20%;
  right: -60px;
}
#csc a:hover {
  text-decoration: none;
  line-height: 0;
}
.footer {
  padding-bottom: 20px;
  padding-top: 20px;
}
.footer h3 {
  font-weight: 400;
  color: #91aedc;
  padding-bottom: 0;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 10px;
  text-transform: uppercase;
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer ul li {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}
.footer ul li a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
}
.footer-third {
  background: #04134e;
}
.footer-fourth {
  background: #e0e5e7;
}
section.footer-first {
  font-family: LatoWebLight;
  text-align: right;
  line-height: 100%;
  background: #04134e;
  font-size: 17px;
  color: #ffffff;
}
section.footer-first p {
  line-height: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
section.footer-first .fotter-logo {
  float: left;
  margin-right: 40px;
}
section.footer-first a {
  display: block;
  font-size: 20px;
  color: #ffffff;
  margin-top: 10px;
}
section.footer-first .email {
  text-align: center;
}
section.footer-first .email a {
  padding-top: 0;
  margin-top: 0;
}
section.footer-first .social-link {
  float: right;
}
section.footer-first .social-link ul {
  padding: 0;
  margin: 0;
  display: block;
  text-align: right;
  list-style: none;
}
section.footer-first .social-link ul li {
  display: block;
  float: left;
}
section.footer-first .social-link ul li .title {
  padding-top: 10px;
}
section.footer-first .social-link ul li a {
  margin-top: 0;
  display: block;
  margin-left: 10px;
}
.bottom {
  font-family: LatoWebLight;
  background: #04134e;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  justify-content: center;
  align-items: center;
}
.bottom .about {
  margin-bottom: 10px;
}
.bottom .about a {
  color: #fff;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
}
.bottom .r {
  padding-bottom: 20px;
  font-size: 14px;
}
.bottom .social a {
  margin-left: 10px;
}
.bottom .social img {
  width: 38px;
  height: 38px;
}
.carousel-inner .item .active {
  margin: 0;
  padding: 0;
}
.carousel-caption {
  text-align: left;
  width: 100%;
  margin: 0;
  background-color: rgba(0, 34, 88, 0.4);
  right: 0;
  left: 0;
  margin-bottom: -30px !important;
}
.carousel-caption h3.title {
  font-size: 40px;
  font-family: LatoWebLight;
  margin: 0;
  color: #ffffff;
  padding: 0;
  padding-top: 10px;
  margin-bottom: 30px;
}
.carousel-caption .content {
  font-family: LatoWebLight;
  font-size: 22px;
}
.gray {
  background: #e0e5e7;
}
h3.title {
  font-family: LatoWeb;
  color: #092c62;
  font-size: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0;
}
#abituriyentam {
  margin-bottom: 70px;
}
#abituriyentam img {
  text-align: center;
}
#chomu-kei {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}
#chomu-kei h3.title {
  font-family: LatoWeb;
  margin-bottom: 40px;
  font-size: 60px;
  color: #04134e;
}
#chomu-kei img {
  text-align: center;
}
#studentam {
  padding-bottom: 70px;
}
#studentam a {
  display: flex;
  align-items: center;
}
#studentam a .icon {
  float: left;
  margin-right: 20px;
}
#studentam a .title-link {
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #04134e;
  line-height: 28px;
  text-decoration: none;
}
#studentam a:hover {
  text-decoration: none;
}
.r-sub-menu ul {
  list-style: none;
}
.r-sub-menu ul li {
  display: block;
  border-left: 2px solid #247aac;
  margin-bottom: 28px;
  padding: 0;
  padding-left: 12px;
  padding-bottom: 2px;
  padding-top: 2px;
}
.r-sub-menu ul li a {
  color: #092c62;
  font-size: 14px;
  font-weight: bold;
  font-family: LatoWeb;
  text-transform: uppercase;
}
.r-sub-menu ul li a.active {
  color: #91aedc !important;
}
.breadcrumb {
  padding: 0px;
  margin-bottom: 0px;
  list-style: none;
  background-color: inherit !important;
  border-radius: 0px;
  margin-bottom: 25px;
  font-size: 14px;
  margin-top: 25px;
}
.breadcrumb a {
  color: #5a82a0;
}
h1.title {
  font-family: LatoWeb;
  color: #092c62;
  font-size: 35px;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}
.page-content {
  font-size: 16px;
  color: #333;
  font-family: 'LatoWeb';
  margin-bottom: 35px;
}
#specialnosti .facult-specialnosti {
  font-size: 30px;
  color: #04134e;
  margin-top: 60px;
  margin-bottom: 30px;
}
#specialnosti .slogan {
  font-family: LatoWeb;
  font-size: 24px;
  color: #366a94;
  line-height: 120%;
}
#specialnosti .facult {
  margin-bottom: 30px;
  margin-top: 30px;
}
#specialnosti .item {
  background: #557347;
  margin-bottom: 30px;
}
#specialnosti .item .title {
  color: #fff;
  font-size: 16px;
}
#dodatkova-osvita {
  background-image: url('/img/dodatkova_osvita_back.jpg');
  background-size: 100%;
}
#dodatkova-osvita .title {
  font-size: 30px;
  color: #ffffff;
}
#dodatkova-osvita .description {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #ffffff;
  font-size: 22px;
}
#dodatkova-osvita .description a {
  color: #ffffff;
}
#dodatkova-osvita .description .all-page {
  text-align: right;
}
#vartist {
  margin-bottom: 50px;
}
#vartist h3.title {
  padding-bottom: 0px;
}
table {
  width: 100%;
}
.price {
  font-family: 'LatoWeb';
  font-size: 20px !important;
  color: #04134e !important;
}
.price td {
  padding: 15px;
  padding-left: 35px;
  width: 33.33333% !important;
}
.table-striped &gt; tbody &gt; tr:nth-child(2n + 1) &gt; td,
.table-striped &gt; tbody &gt; tr:nth-child(2n + 1) &gt; th {
  background-color: #ebeeef;
}
.table-striped &gt; tbody &gt; tr:nth-child(2n) &gt; td,
.table-striped &gt; tbody &gt; tr:nth-child(2n) &gt; th {
  background-color: #f9fafa;
}
table.price {
  font-size: 20px;
}
table.price thead td {
  background-color: #092c62;
  color: #fff;
}
.title-table-price {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}
.title-table-price .name {
  color: #092c62;
  font-size: 25px;
  margin-top: 15px;
}
.file-item {
  margin-bottom: 15px;
  margin-right: 35px;
}
.file-item a {
  color: #04134e;
  font-size: 25px;
  line-height: 100%;
}
.panel-group .panel {
  margin-bottom: 20px;
  border-radius: 4px;
}
#dokumenti {
  padding-bottom: 110px;
}
#dokumenti .panel-default &gt; .panel-heading {
  color: #ffffff;
  background-color: #04134e;
  border-color: #04134e;
}
#dokumenti .panel-title {
  font-size: 25px;
}
#specialty {
  margin-bottom: 50px;
}
#specialty .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  color: inherit;
}
#specialty .panel-default &gt; .panel-heading {
  color: #04134e;
  background-color: inherit;
  border-color: inherit;
}
#specialty .panel-default {
  border-color: #ffffff;
}
#specialty .panel {
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: none;
}
#specialty .panel-heading {
  padding: 0px;
  border-bottom: 0px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#specialty .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: none;
}
#specialty .panel-group .panel-heading + .panel-collapse &gt; .panel-body,
#specialty .panel-group .panel-heading + .panel-collapse &gt; .list-group {
  border-top: 0px solid #ddd;
}
ul.good-list {
  margin: 0;
  padding: 0;
}
ul.good-list li {
  margin-bottom: 15px;
  list-style: none;
}
ul.good-list li a {
  color: #04134e;
  font-size: 24px;
}
.secont-r-menu {
  margin-top: 50px;
}
.persons {
  text-align: center;
  line-height: 150%;
  color: #092c62;
}
.persons .person {
  margin-bottom: 20px;
}
.persons .person img {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.persons .person .name {
  margin-bottom: 20px;
  font-size: 23px;
  height: 50px;
}
.persons .person .text {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 130%;
  color: #5a82a0;
  height: 100px;
  overflow: hidden;
}
.single-slider .carousel-caption {
  height: 160px;
  text-transform: uppercase;
}
.single-slider .carousel-caption h3.title {
  padding-top: 10px;
}
.news-section .block_img_news {
  max-height: 370px;
  overflow: hidden;
  margin-bottom: 35px;
  background-size: cover;
  background-repeat: no-repeat;
}
.news-section h3 {
  line-height: 80%;
}
.news-section h3.title {
  margin: 0;
  padding: 0;
  display: block;
  /*min-height: 120px;*/
  margin-bottom: 5px;
}
.news-section h3.title a {
  font-size: 18px;
  line-height: 90%;
  color: #092c62;
}
.news-section h3.title .date {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #5a82a0;
  font-size: 14px;
}
.home-block_img_news {
  margin-bottom: 15px !important;
}
.pagination-links {
  text-align: center;
  font-size: 18px;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #092c62;
  text-decoration: none;
  background-color: #fff;
  border: none;
}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
  z-index: 3;
  color: #092c62;
  cursor: default;
  background-color: #fff;
  border-color: inherit;
}
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {
  z-index: 2;
  color: rgba(9, 61, 181, 0.75);
  background-color: inherit;
  border-color: inherit;
}
.page-header {
  padding-bottom: 9px;
  margin: 0px 0 20px;
  border-bottom: 1px solid #eee;
}
.main-image-content {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}
#gallery-items {
  margin-top: 30px;
  margin-bottom: 30px;
}
#gallery-items a {
  float: left;
  background-position: center center;
  display: block;
  background-repeat: no-repeat;
  width: 320px;
  height: 186px;
  margin: 5px;
  padding: 5px;
  border-radius: 0;
}
.page-content .date {
  color: #5a82a0;
  font-size: 16px;
}
a.all-press-center {
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  padding-right: 15px;
  border-right: 2px solid #5a82a0;
}
.title-press-centr {
  margin-bottom: 50px;
}
.news-section-home .date {
  color: #5a82a0;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.date-block {
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  background: #00254c;
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  padding: 0;
  line-height: 100%;
}
.date-block span {
  font-weight: 400;
  display: block;
  text-align: center;
  font-size: 13px;
  padding: 0;
  line-height: 100%;
}
.home-events {
  margin-bottom: 25px;
}
.home-events a {
  color: #092c62;
  font-size: 19px;
  line-height: 110%;
}
.navbar-toggle {
  border: 1px solid #fff;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.logo {
  margin-bottom: 10px;
}
.news-one-home {
  margin-top: 05px;
}
.fac-logo {
  text-align: center;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 0px 15px;
  font-size: 18px;
  line-height: 20px;
}
.item-price {
  font-size: 20px;
}
ul.content-menu {
  margin: 0;
  padding: 0;
}
ul.content-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.content-menu li a {
  color: #092c62;
  font-size: 14px !important;
  font-weight: bold;
  font-family: LatoWeb;
  text-transform: uppercase;
  padding-bottom: 14px;
  padding-top: 14px;
  display: block;
}
.footer-first {
  padding-top: 0px;
  padding-bottom: 15px;
}
.carousel-caption h3.title {
  font-size: 30px;
  font-family: LatoWebLight;
  margin: 0;
  color: #ffffff;
  padding: 0;
  padding-top: 10px;
  margin-bottom: 10px;
}
h3.home-title {
  margin-bottom: 50px !important;
}
.lSAction &gt; .lSPrev,
.lSAction &gt; .lSNext {
  display: none;
}
ul.two-colums {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
ul.three-colums {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
.icon-disabled  {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: transparent url (https://www.duet.edu.ua/img/inclusion.svg) no-repeat 50% 50% / cover;
    margin: 0 3 0 3;
}
.breadcrumb-wrapper {
  background: #e0e5e7;
  padding: 5px;
  padding-left: 35px;
  margin-bottom: 40px;
}
.breadcrumb-wrapper .container {
  padding-left: 0px;
}
button {
  word-wrap: break-word !important;
}
.breadcrumb li {
  text-transform: uppercase !important;
  font-size: 13px;
}
.breadcrumb li a {
  text-transform: uppercase !important;
  font-size: 13px;
}
.dont-collapse-sm {
  display: block;
  height: auto !important;
  visibility: visible;
}
.second-menu a.active {
  color: #91aedc !important;
  border-bottom: 1px solid #91aedc;
}
.third-menu a.active {
  color: #fff !important;
}
#collapseDepartment .two-colums {
  left: -50px;
  width: 400px;
}
.carousel-indicators {
  z-index: 1;
}
.help-info {
  display: flex;
  background: #04134e;
  color: #ffffff;
  padding-bottom: 0;
  font-size: 18px;
  font-family: LatoWebLight;
  align-items: center;
}
.help-info a {
  color: #ffffff;
  margin-left: 5px;
}
.help-info span {
  margin: 0px;
}
.help-info .action-buttons .btn-primary {
  background: rgba(206, 222, 247, 0.95);
  color: #04134e;
  font-family: LatoWeb;
  text-transform: uppercase;
  font-weight: bold !important;
  margin-left: 15px;
  padding: 5px 20px;
}
.help-info .action-buttons .btn-primary:hover {
  background: rgba(214, 230, 255, 0.95);
  color: #2e0012;
}
.action-buttons {
  margin-top: 20px;
  margin-bottom: 60px;
}
.help-info-bottom {
  padding-bottom: 0px;
}
.help-info .action-buttons .btn-primary {
  margin-left: 10px;
  padding: 5px 15px;
}
a.promo-links {
  text-transform: uppercase;
  display: block;
  float: left;
  /*border-bottom: 1px solid #212d5f !important;*/
  padding: 5px 30px;
  padding-left: 0;
  color: #91aedc;
  /* border-right: 1px solid #212d5f;*/
  margin: 0px;
  font-size: 15px;
}
a.no-border-r {
  border-right: none;
}
a.first-link-promo-links {
  padding-left: 0;
}
/*
.header-menu {
  width: 100%;
  z-index: 10 !important;
  text-transform: uppercase;
  background: #fff;
  padding-top: 20px;
}

.header-menu ul li a {
  color: #073976;
}

.header-menu .third-menu ul li a {
  color: #073976;

}

.header-menu .first-menu ul li a {
  color: #073976
}
*/
/*# sourceMappingURL=style.css.map */
</pre></body></html>