@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.field--name-field-announcement-text p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
}

.page-node-type-announcement-slider .page-title {
  display: none;
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.webform-submission-contact-us-college-form {
  font-family: "Roboto", sans-serif;
  color: #464671;
  background-color: #F2F8FC;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(70, 70, 113, 0.1);
  max-width: 960px;
  margin: 0 auto;
}
.webform-submission-contact-us-college-form * {
  box-sizing: border-box;
}

.webform-submission-contact-us-college-add-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.webform-submission-contact-us-college-add-form .form-item {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.webform-submission-contact-us-college-add-form .form-item.form-item-contact-us-massage {
  grid-column: 1/-1;
}
.webform-submission-contact-us-college-add-form label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 8px;
  color: #464671;
  display: block;
}
.webform-submission-contact-us-college-add-form .form-text,
.webform-submission-contact-us-college-add-form .form-select,
.webform-submission-contact-us-college-add-form .form-textarea {
  width: 100%;
  min-height: 48px;
  padding: 10px 16px;
  background-color: #ffffff;
  border: 1px solid #8989d0;
  border-radius: 6px;
  font-size: 16px;
  color: #464671;
  font-family: "Roboto", sans-serif;
  transition: all 0.3s ease;
  outline: none;
}
.webform-submission-contact-us-college-add-form .form-text::placeholder,
.webform-submission-contact-us-college-add-form .form-select::placeholder,
.webform-submission-contact-us-college-add-form .form-textarea::placeholder {
  color: rgb(191.7090909091, 191.7090909091, 229.7909090909);
  font-weight: 300;
}
.webform-submission-contact-us-college-add-form .form-text:hover,
.webform-submission-contact-us-college-add-form .form-select:hover,
.webform-submission-contact-us-college-add-form .form-textarea:hover {
  border-color: #5e5ebc;
  background-color: #ffffff;
}
.webform-submission-contact-us-college-add-form .form-text:focus,
.webform-submission-contact-us-college-add-form .form-select:focus,
.webform-submission-contact-us-college-add-form .form-textarea:focus {
  border-color: #464671;
  box-shadow: 0 0 0 3px rgba(70, 70, 113, 0.15);
}
.webform-submission-contact-us-college-add-form .form-textarea {
  resize: vertical;
  min-height: 120px;
}
.webform-submission-contact-us-college-add-form .form-actions {
  grid-column: 1/-1;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.webform-submission-contact-us-college-add-form .form-actions .button--primary {
  background-color: #464671;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  border: none;
  padding: 14px 32px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s;
}
.webform-submission-contact-us-college-add-form .form-actions .button--primary:hover {
  background-color: #5e5ebc;
}
.webform-submission-contact-us-college-add-form .form-actions .button--primary:active {
  transform: translateY(1px);
}

.contextual-region .contextual {
  display: none;
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.content {
  max-width: 1280px;
  margin: 100px 10px 0px 10px;
  padding-top: 10px;
  width: 100%;
}
.content .slick-prev:hover,
.content .slick-next:hover {
  opacity: 1 !important;
}
.content .slick-prev:hover::before {
  background-image: url("../img/slider_arrow_prev_hover.png");
}
.content button.slick-prev.slick-arrow.slick-disabled::before {
  background-image: url("../img/slider_arrow_prev.png") !important;
}
.content .slick-next:hover::before {
  background-image: url("../img/slider_arrow_next_hover.png");
}
.content button.slick-next.slick-arrow.slick-disabled::before {
  background-image: url("../img/slider_arrow_next.png") !important;
}
.content .slick-next::before {
  content: "";
  background-image: url("../img/slider_arrow_next.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 50px;
  height: 50px;
  transition: background-image 0.3s ease;
  opacity: 100%;
}
.content .slick-next {
  right: -60px;
}
.content .slick-next:hover {
  opacity: 0.8;
}
.content .slick-disabled::before {
  opacity: 0.7 !important;
}
.content .slick-prev::before {
  content: "";
  background-image: url("../img/slider_arrow_prev.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 50px;
  height: 50px;
  transition: background-image 0.3s ease;
  opacity: 100%;
}
.content .slick-prev {
  left: -65px;
}
.content .slick-prev:hover {
  opacity: 0.8;
}
.content .toolbar {
  z-index: 99 !important;
}
@charset "UTF-8";
.dialog-off-canvas-main-canvas {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* Це забезпечить розтягування контейнера на весь екран */
}

.content {
  flex: 1; /* Розтягнеться на всю доступну висоту */
}

.footer {
  flex-shrink: 0; /* Не дозволяє футеру зменшувати свою висоту */
  width: 100%;
  background-color: #19191a;
  color: #fff;
  margin-top: 50px;
}
.footer a {
  color: #acacac;
  font-size: 15px;
  font-weight: 500;
  transition: transform 0.5s;
}
.footer a:hover {
  color: #718fc0;
}
.footer p {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.footer p, .footer a {
  margin: 0;
  padding: 0;
  line-height: 25px;
}
.footer .college-footer {
  width: 100%;
  padding: 10px 0;
}
.footer .college-footer .footer-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 35px 0;
  max-width: 1280px;
  margin: 0 auto;
}
.footer .college-footer .footer-top h4 {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.footer .college-footer .footer-top ul {
  margin: 0;
}
.footer .college-footer .footer-top .social-links a svg:hover {
  fill: #718fc0; /* змінюємо колір при ховері */
}
.footer .college-footer .footer-top .social-links svg {
  width: 50px; /* новий розмір ширини */
  height: 50px; /* новий розмір висоти */
  fill: #acacac; /* колір (для Facebook синій як приклад) */
  transition: transform 0.5s; /* плавна анімація при ховері */
}
.footer .college-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 10px;
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* ----------------Cleaning up styles------------------ */
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover,
a:visited:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/* --------------------------------------------------- */
.dialog-off-canvas-main-canvas {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

body,
a,
p,
span,
table,
table th,
table td {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

ul::marker,
ol::marker {
  display: none;
}

li {
  list-style: none !important;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.field--name-title {
  color: #464671;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 1rem;
}

* {
  transition: all 0.3s ease;
}

h1.page-title {
  text-align: center;
  display: block;
  margin: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #464671;
}

.block h2 {
  color: #464671;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
  font-size: 45px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.adminimal select:focus, .adminimal .form-text:focus, .adminimal .form-tel:focus, .adminimal .form-email:focus, .adminimal .form-url:focus, .adminimal .form-search:focus, .adminimal .form-number:focus, .adminimal .form-color:focus, .adminimal .form-file:focus, .adminimal .form-textarea:focus, .adminimal .form-date:focus, .adminimal .form-time:focus {
  outline: none;
}
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.sticky-wrapper {
  width: 100% !important;
  margin: 0;
}

.header {
  position: fixed;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100% !important;
  height: 100px;
  background: #ffffff;
  z-index: 501;
}
.header .region-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1900px;
  height: 100px;
  margin: 0 auto;
}
.header .region-header .block-system-branding-block {
  display: flex;
  flex-direction: row;
}
.header .region-header .block-system-branding-block .site-logo {
  max-width: 80px;
  width: 100%;
  height: auto;
}
.header .region-header .block-system-branding-block .site-name {
  font-size: 16px;
  font-weight: 400;
  width: 213px;
  display: flex;
  align-items: center;
  line-height: 1.5;
  text-transform: uppercase;
}
.header .region-header .block-system-branding-block .site-name a {
  color: #464671;
  line-height: 24px;
}
.header .region-header .block-superfishmain {
  display: flex;
  justify-content: center;
}
.header .region-header .anonim-user-menu {
  width: 293px;
  max-width: 340px;
  display: flex;
  justify-content: flex-end;
}
.header .region-header .anonim-user-menu a.anonim-user-menu-login {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
}
.header .region-header .anonim-user-menu a.anonim-user-menu-login .anonim-user-menu-avatar {
  margin-right: 10px;
  width: 50px;
  height: auto;
}
.header .region-header .block-superfish {
  width: 100%;
  max-width: 1000px;
}
.header .region-header .block-superfish ul.sf-menu.sf-style-white {
  margin-bottom: 0;
}
.header .region-header .menu--account {
  width: 293px;
  display: flex;
  justify-content: flex-end;
}
.header .region-header .menu--account a {
  font-size: 20px;
  line-height: 122px;
  color: #464671;
}
.header .region-header .menu--account span.uma-name {
  padding-right: 15px;
}
.header .region-header .menu--account .menu {
  position: relative;
}
.header .region-header .menu--account .menu li {
  list-style: none;
}
.header .region-header .menu--account .menu .menu {
  display: none;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.3), 4px 0 6px -4px rgba(0, 0, 0, 0.3), -4px 0 6px -4px rgba(0, 0, 0, 0.3);
}
.header .region-header .menu--account .menu .menu a {
  line-height: 30px;
}
.header .region-header .menu--account .menu .menu:hover {
  display: flex;
  flex-direction: column;
}
.header .region-header .menu--account .menu:hover .menu {
  display: list-item;
  position: absolute;
  top: 122px;
  left: -20px;
}
.header .region-header .menu--account .menu:hover .menu .menu-item {
  padding: 10px;
  background: #ffffff;
}
.header .region-header .menu--account .menu:hover .menu .menu-item:hover {
  background: #8989d0;
}
.header * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.header #block-edu-craft-mainnavigation ul.sf-menu {
  display: flex;
  justify-content: center;
}
.header #block-edu-craft-mainnavigation ul.sf-menu li {
  list-style: none;
}
.header #block-edu-craft-mainnavigation ul.sf-menu li.sf-depth-1 > a,
.header #block-edu-craft-mainnavigation ul.sf-menu li.sf-depth-1 > span {
  position: relative;
  display: block;
  text-transform: uppercase;
  margin: 20px;
  padding: 10px 20px;
  text-decoration: none;
  color: #464671;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: 0.5s;
  z-index: 1;
  border-radius: 27px;
  padding: 17px 25px;
  cursor: pointer;
}
.header #block-edu-craft-mainnavigation ul.sf-menu li.sf-depth-1 > a:hover,
.header #block-edu-craft-mainnavigation ul.sf-menu li.sf-depth-1 > span:hover {
  color: #fff;
  background-color: #464671;
}

span.uma-name.name-only {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
span.uma-name.name-only:hover {
  color: #5e5ebc;
}

#block-edu-craft-useraccountmenu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
#block-edu-craft-useraccountmenu .menu .menu-item {
  position: relative;
  line-height: 55px;
}
#block-edu-craft-useraccountmenu .menu .menu-item:nth-child(n+2) {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  z-index: 1;
  width: 100%;
  height: auto;
  padding: 0;
  transition: opacity 0.3s ease;
  opacity: 0;
}
#block-edu-craft-useraccountmenu .menu .menu-item span.uma-name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 100px;
}
#block-edu-craft-useraccountmenu .menu .menu-item span.uma-name:hover {
  color: #5e5ebc;
}
#block-edu-craft-useraccountmenu .uma-flex-wrapper {
  max-height: 100px;
}

ul.sf-menu .sf-sub-indicator {
  right: 1px !important;
}

/* --- ОНОВЛЕНИЙ БЛОК ДЛЯ ВИПАДАЮЧИХ СПИСКІВ --- */
#block-edu-craft-mainnavigation span.sf-depth-2,
#block-edu-craft-mainnavigation span.sf-depth-3,
#block-edu-craft-mainnavigation span.sf-depth-4,
#block-edu-craft-mainnavigation span.sf-depth-5,
#block-edu-craft-mainnavigation span.sf-depth-6,
#block-edu-craft-mainnavigation a.sf-depth-2,
#block-edu-craft-mainnavigation a.sf-depth-3,
#block-edu-craft-mainnavigation a.sf-depth-4,
#block-edu-craft-mainnavigation a.sf-depth-5,
#block-edu-craft-mainnavigation a.sf-depth-6,
#block-edu-craft-mainnavigation a.sf-depth-7 {
  text-transform: uppercase;
  color: #464671;
  font-weight: 700;
  border-radius: 20px;
  padding: 15pxx;
  margin: 5px;
}
#block-edu-craft-mainnavigation span.sf-depth-2:hover,
#block-edu-craft-mainnavigation span.sf-depth-3:hover,
#block-edu-craft-mainnavigation span.sf-depth-4:hover,
#block-edu-craft-mainnavigation span.sf-depth-5:hover,
#block-edu-craft-mainnavigation span.sf-depth-6:hover,
#block-edu-craft-mainnavigation a.sf-depth-2:hover,
#block-edu-craft-mainnavigation a.sf-depth-3:hover,
#block-edu-craft-mainnavigation a.sf-depth-4:hover,
#block-edu-craft-mainnavigation a.sf-depth-5:hover,
#block-edu-craft-mainnavigation a.sf-depth-6:hover,
#block-edu-craft-mainnavigation a.sf-depth-7:hover {
  background-color: #464671;
  color: #ffffff;
}
#block-edu-craft-mainnavigation ul ul {
  background-color: #fff;
  border-top: 3px solid #464671;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
#block-edu-craft-mainnavigation ul ul ul {
  border-top: none;
  border-left: 3px solid #464671;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  margin-top: 0;
}

ul.sf-menu.sf-navbar > li.active-trail > ul {
  left: 0;
  top: 95px;
}

/* --- ЛОГІКА НА ОСНОВІ КЛАСІВ ГЛИБИНИ (DEPTH) --- */
#block-edu-craft-mainnavigation .sf-menu li:hover > .sf-depth-1 ~ ul, #block-edu-craft-mainnavigation .sf-menu li.sfHover > .sf-depth-1 ~ ul {
  top: 96px !important;
  z-index: 20;
}
#block-edu-craft-mainnavigation .sf-menu li:hover > .sf-depth-2 ~ ul, #block-edu-craft-mainnavigation .sf-menu li.sfHover > .sf-depth-2 ~ ul {
  top: 47px;
  z-index: 10;
}
#block-edu-craft-mainnavigation .sf-menu li:hover > .sf-depth-3 ~ ul,
#block-edu-craft-mainnavigation .sf-menu li:hover > .sf-depth-4 ~ ul, #block-edu-craft-mainnavigation .sf-menu li.sfHover > .sf-depth-3 ~ ul,
#block-edu-craft-mainnavigation .sf-menu li.sfHover > .sf-depth-4 ~ ul {
  top: 0 !important;
  left: 100%;
  z-index: 22;
  margin-top: 0;
}
.slick--view--home-college-gallery img {
  padding: 10px;
}

.block-views-blockhome-college-partners-slider-block-1 img {
  padding: 25px;
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.adminimal nav.is-horizontal.is-collapsible.position-container.is-horizontal-enabled ul.tabs.primary {
  background: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.adminimal .is-horizontal .tabs.primary .tabs__tab:first-child.is-active {
  box-shadow: none !important;
}

body.path-user {
  background-color: #F2F8FC;
  font-family: "Roboto", sans-serif;
}
body.path-user .region-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  min-height: 60vh;
}
body.path-user .button {
  background-image: none;
}
body.path-user .button:hover {
  background-image: none;
}
body.path-user .tabs.primary.clearfix {
  width: 500px !important;
  padding: 0 !important;
  background: none !important;
}
body.path-user .tabs.primary {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  width: 100%;
  max-width: 1000px;
}
body.path-user .tabs.primary li {
  flex: 1;
}
body.path-user .tabs.primary li a {
  display: block;
  text-align: center;
  padding: 15px 10px;
  background-color: rgba(70, 70, 113, 0.1);
  color: #464671;
  text-decoration: none;
  font-weight: 500;
  border-radius: 8px 8px 0 0;
  transition: all 0.3s;
  border: 1px solid transparent;
}
body.path-user .tabs.primary li a:hover {
  background-color: rgba(70, 70, 113, 0.2);
}
body.path-user .tabs.primary li a.is-active {
  background-color: #ffffff;
  color: #464671;
  border-top: 3px solid #464671;
  font-weight: 700;
}
body.path-user #block-edu-craft-content {
  background-color: #ffffff;
  width: 100%;
  max-width: 700px;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(70, 70, 113, 0.15);
  margin-top: 0;
}
body.path-user #block-edu-craft-content h2 {
  display: none;
}
body.path-user #block-edu-craft-content .form-item {
  margin-bottom: 25px;
}
body.path-user #block-edu-craft-content .form-item label {
  display: block;
  margin-bottom: 8px;
  color: #464671;
  font-weight: 500;
  font-size: 14px;
}
body.path-user #block-edu-craft-content .form-item input.form-text {
  width: 100%;
  height: 48px;
  padding: 10px 15px;
  border: 1px solid #8989d0;
  border-radius: 6px;
  font-size: 16px;
  color: #464671;
  background-color: #ffffff;
  transition: border-color 0.3s, box-shadow 0.3s;
  box-sizing: border-box;
}
body.path-user #block-edu-craft-content .form-item input.form-text:focus {
  outline: none;
  border-color: #464671;
  box-shadow: 0 0 0 3px rgba(70, 70, 113, 0.15);
}
body.path-user #block-edu-craft-content .form-actions {
  margin-top: 30px;
}
body.path-user #block-edu-craft-content .form-actions input.button {
  width: 100%;
  background-color: #464671;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
}
body.path-user #block-edu-craft-content .form-actions input.button:hover {
  background-color: #5e5ebc;
}
body.path-user #block-edu-craft-content .form-actions input.button:active {
  transform: translateY(1px);
}

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.node__content {
  position: relative;
}
.node__content .field--name-field-main-news-photo {
  float: right;
  margin: 0 0 10px 10px;
}
.node__content .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.node__content .field--name-body p {
  text-align: justify;
  font-size: 22px;
  line-height: 30px;
}
.node__content .slick--field-photo-gallery {
  max-width: 900px;
  margin: 0 auto;
}

.field--name-field-news-category {
  padding-bottom: 25px;
}
.field--name-field-news-category .field__label {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 20px;
}
.field--name-field-news-category .field__items a {
  text-transform: uppercase;
  color: #464671;
  font-size: 15px;
  font-weight: 900;
  margin-left: 20px;
  line-height: 25px;
  position: relative;
}
.field--name-field-news-category .field__items a::before {
  content: "#";
  position: absolute;
  left: -17px;
  font-size: 30px;
}

.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix {
  background: #464671;
}

.view-home-news .view-content {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}
.view-home-news .views-row:hover {
  background: #ebf7ff;
}
.view-home-news .views-row {
  padding: 20px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.view-home-news .views-row .views-field-field-main-news-photo {
  overflow: hidden;
}
.view-home-news .views-row .views-field-field-main-news-photo img:hover {
  transform: scale(1.1);
}
.view-home-news .views-row .views-field-title {
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  height: 130px;
  padding-top: 20px;
  color: #464671;
}
.view-home-news .views-row .views-field-title span a {
  color: #464671;
  font-weight: 300;
}
.view-home-news .views-row .views-field-title span a:focus {
  text-decoration: none;
}
.view-home-news .views-row .views-field-view-node {
  text-align: right;
}
.view-home-news .views-row .views-field-view-node a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #464671;
  color: #ffffff;
  text-decoration: none;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.view-home-news .views-row .views-field-view-node a:hover {
  background-color: #5e5ebc;
}
.view-home-news li.pager__item.is-active {
  padding-top: 30px;
  color: #464671;
  text-transform: uppercase;
}
.view-home-news li.pager__item.pager__item--previous,
.view-home-news li.pager__item.pager__item--next {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.view-home-news li.pager__item.pager__item--previous a,
.view-home-news li.pager__item.pager__item--next a {
  padding: 0;
}
.view-home-news li.pager__item.pager__item--previous span,
.view-home-news li.pager__item.pager__item--next span {
  color: #464671;
}
.view-home-news li.pager__item.pager__item--previous,
.view-home-news li.pager__item.pager__item--next {
  line-height: 35px;
}
.view-home-news li.pager__item.pager__item--previous:hover,
.view-home-news li.pager__item.pager__item--next:hover {
  opacity: 1;
  background-color: #464671;
  border-radius: 50%;
}
.view-home-news li.pager__item.pager__item--previous:hover span,
.view-home-news li.pager__item.pager__item--next:hover span {
  color: #ffffff;
}
.view-home-news ul.pager__items.js-pager__items {
  font-size: 20px;
  margin: 5px 0;
}

.slick--field-news-photo-gallery {
  max-width: 750px;
  margin: 0 auto;
}
.slick--field-news-photo-gallery .slick__arrow {
  top: calc(50% - 55px);
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.view-time-table-views-all label {
  font-size: 16px;
}
.view-time-table-views-all .form--inline {
  display: flex;
  flex-direction: row;
}
.view-time-table-views-all .form--inline .form-select,
.view-time-table-views-all .form--inline .form-date {
  padding: 10px 20px;
  font-size: 18px;
  border: solid 3px;
}
.view-time-table-views-all .form--inline .form-select:focus,
.view-time-table-views-all .form--inline .form-date:focus {
  border-color: #464671;
}
.view-time-table-views-all .form--inline .form-submit {
  background-image: none;
  background-color: #464671;
  padding: 14px 20px;
  border-radius: 40px;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 19px;
  color: white;
}
.view-time-table-views-all .form--inline .form-submit:focus, .view-time-table-views-all .form--inline .form-submit:hover {
  outline: none;
  border-color: none;
  background-color: #5e5ebc;
}

.view-content .views-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Roboto", sans-serif;
}
.view-content .views-table thead {
  color: #FFFFFF;
}
.view-content .views-table thead th {
  text-transform: uppercase;
  background-color: #464671;
  padding: 10px;
  text-align: center;
  font-weight: 900;
  border: 1px solid #fff;
  color: #FFFFFF;
}
.view-content .views-table tbody tr td {
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  border: 1px solid #fff;
}
.view-content .views-table tbody tr td .field--name-field-discipline {
  font-weight: 900;
  font-size: 16px;
}
.view-content .views-table tbody tr:nth-child(even) {
  background-color: #e9f6ff;
}
.view-content .views-table tbody tr:nth-child(odd) {
  background-color: #F2F8FC;
}
.view-content .views-table tbody tr:hover {
  background-color: #d3e9fc;
}

.adminimal .page-title,
.adminimal .heading-a {
  color: #464671;
  font-weight: 700;
}
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.table-specialty {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 18px !important;
  border: 4px solid #ffffff; /* Додаємо межу для всієї таблиці */
  position: relative;
}
.table-specialty td.table-header.table-header-center {
  text-align: center;
}
.table-specialty td,
.table-specialty th {
  border: 4px solid #ffffff !important; /* Прибираємо межі для клітинок */
  text-align: left;
  padding: 15px;
}
.table-specialty td.table-header {
  text-transform: uppercase !important;
}
.table-specialty .table-header {
  background-color: #464671;
  font-weight: bold;
  color: #ffffff;
  line-height: 25px;
}
.table-specialty td.table-header {
  width: 200px;
}
.table-specialty .table-sub-header {
  background-color: #bfd4eb;
  font-weight: bold;
}
.table-specialty tr:nth-child(even) {
  background-color: #e9f6ff;
}
.table-specialty tr:nth-child(odd) {
  background-color: #F2F8FC;
}
.table-specialty tr:hover {
  background-color: #d3e9fc;
  cursor: pointer;
}

.block-field-blocknodespecialtiesfield-specialty-emblem {
  position: absolute;
  top: 10px;
  right: -10px;
}
.block-field-blocknodespecialtiesfield-specialty-emblem img {
  width: 250px;
  height: auto;
}

.table-specialty td:nth-child(1),
.table-specialty td:nth-child(2) {
  width: 20%;
}

.table-specialty td:nth-child(3),
.table-specialty td:nth-child(4) {
  width: 30%;
}

.view-id-specialty_homepage .view-content {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.view-specialty-homepage .view-content {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}
.view-specialty-homepage .views-row:hover {
  background: #ebf7ff;
}
.view-specialty-homepage .views-row {
  padding: 20px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.view-specialty-homepage .views-row .views-field-field-main-news-photo {
  overflow: hidden;
}
.view-specialty-homepage .views-row .views-field-field-main-news-photo img:hover {
  transform: scale(1.1);
}
.view-specialty-homepage .views-row .views-field-title {
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  height: 70px;
  padding-top: 20px;
  color: #464671;
}
.view-specialty-homepage .views-row .views-field-title span a {
  color: #464671;
  font-weight: 300;
}
.view-specialty-homepage .views-row .views-field-title span a:focus {
  text-decoration: none;
}

.page-node-type-specialty .region-content {
  --gap: 16px; /* регулюй відступ між блоками */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
  align-items: start;
}
.page-node-type-specialty {
  /* За замовчуванням — кожен елемент займає обидві колонки (тобто повну ширину) */
}
.page-node-type-specialty .region-content > * {
  box-sizing: border-box;
  grid-column: 1/-1;
}
.page-node-type-specialty {
  /* Два останні — в своїх колонках (рядком) */
}
.page-node-type-specialty .region-content > :nth-last-child(2) {
  grid-column: 1/2;
}
.page-node-type-specialty .region-content > :last-child {
  grid-column: 2/3;
}
.page-node-type-specialty #block-edu-craft-content {
  max-width: 1000px !important;
}
.page-node-type-specialty #block-edu-craft-content video {
  max-width: 1000px;
}
.page-node-type-specialty .block-superfishaccounting-and-taxation-menu,
.page-node-type-specialty .block-superfishanimal-husbandry,
.page-node-type-specialty .block-superfishveterinary-medicine-menu {
  width: 280px;
}
.page-node-type-specialty .block-superfishaccounting-and-taxation-menu ul.sf-menu.sf-vertical,
.page-node-type-specialty .block-superfishanimal-husbandry ul.sf-menu.sf-vertical,
.page-node-type-specialty .block-superfishveterinary-medicine-menu ul.sf-menu.sf-vertical {
  max-width: 280px;
  width: 100% !important;
}
.page-node-type-specialty .block-superfishaccounting-and-taxation-menu ul.sf-menu.sf-style-white li:hover,
.page-node-type-specialty .block-superfishaccounting-and-taxation-menu ul.sf-menu.sf-style-white li.sfHover,
.page-node-type-specialty .block-superfishaccounting-and-taxation-menu ul.sf-menu.sf-style-white a.is-active,
.page-node-type-specialty .block-superfishaccounting-and-taxation-menu ul.sf-menu.sf-style-white a:focus,
.page-node-type-specialty .block-superfishaccounting-and-taxation-menu ul.sf-menu.sf-style-white a:hover,
.page-node-type-specialty .block-superfishaccounting-and-taxation-menu ul.sf-menu.sf-style-white span.nolink:hover,
.page-node-type-specialty .block-superfishanimal-husbandry ul.sf-menu.sf-style-white li:hover,
.page-node-type-specialty .block-superfishanimal-husbandry ul.sf-menu.sf-style-white li.sfHover,
.page-node-type-specialty .block-superfishanimal-husbandry ul.sf-menu.sf-style-white a.is-active,
.page-node-type-specialty .block-superfishanimal-husbandry ul.sf-menu.sf-style-white a:focus,
.page-node-type-specialty .block-superfishanimal-husbandry ul.sf-menu.sf-style-white a:hover,
.page-node-type-specialty .block-superfishanimal-husbandry ul.sf-menu.sf-style-white span.nolink:hover,
.page-node-type-specialty .block-superfishveterinary-medicine-menu ul.sf-menu.sf-style-white li:hover,
.page-node-type-specialty .block-superfishveterinary-medicine-menu ul.sf-menu.sf-style-white li.sfHover,
.page-node-type-specialty .block-superfishveterinary-medicine-menu ul.sf-menu.sf-style-white a.is-active,
.page-node-type-specialty .block-superfishveterinary-medicine-menu ul.sf-menu.sf-style-white a:focus,
.page-node-type-specialty .block-superfishveterinary-medicine-menu ul.sf-menu.sf-style-white a:hover,
.page-node-type-specialty .block-superfishveterinary-medicine-menu ul.sf-menu.sf-style-white span.nolink:hover {
  background-color: #d3e9fc;
}
.page-node-type-specialty .block-superfishaccounting-and-taxation-menu ul.sf-menu.sf-style-white li:nth-child(odd),
.page-node-type-specialty .block-superfishaccounting-and-taxation-menu ul.sf-menu.sf-style-white.sf-navbar,
.page-node-type-specialty .block-superfishanimal-husbandry ul.sf-menu.sf-style-white li:nth-child(odd),
.page-node-type-specialty .block-superfishanimal-husbandry ul.sf-menu.sf-style-white.sf-navbar,
.page-node-type-specialty .block-superfishveterinary-medicine-menu ul.sf-menu.sf-style-white li:nth-child(odd),
.page-node-type-specialty .block-superfishveterinary-medicine-menu ul.sf-menu.sf-style-white.sf-navbar {
  background-color: #f2f8fc;
}
.page-node-type-specialty .block-superfishaccounting-and-taxation-menu ul.sf-menu.sf-style-white li:nth-child(even),
.page-node-type-specialty .block-superfishaccounting-and-taxation-menu ul.sf-menu.sf-style-white.sf-navbar,
.page-node-type-specialty .block-superfishanimal-husbandry ul.sf-menu.sf-style-white li:nth-child(even),
.page-node-type-specialty .block-superfishanimal-husbandry ul.sf-menu.sf-style-white.sf-navbar,
.page-node-type-specialty .block-superfishveterinary-medicine-menu ul.sf-menu.sf-style-white li:nth-child(even),
.page-node-type-specialty .block-superfishveterinary-medicine-menu ul.sf-menu.sf-style-white.sf-navbar {
  background-color: #e9f6ff;
}
.page-node-type-specialty .block-superfishaccounting-and-taxation-menu ul.sf-menu li,
.page-node-type-specialty .block-superfishanimal-husbandry ul.sf-menu li,
.page-node-type-specialty .block-superfishveterinary-medicine-menu ul.sf-menu li {
  z-index: 4;
}
.page-node-type-specialty .block-superfishaccounting-and-taxation-menu ul.sf-menu li a,
.page-node-type-specialty .block-superfishaccounting-and-taxation-menu ul.sf-menu li span,
.page-node-type-specialty .block-superfishanimal-husbandry ul.sf-menu li a,
.page-node-type-specialty .block-superfishanimal-husbandry ul.sf-menu li span,
.page-node-type-specialty .block-superfishveterinary-medicine-menu ul.sf-menu li a,
.page-node-type-specialty .block-superfishveterinary-medicine-menu ul.sf-menu li span {
  color: #464671;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}
.page-node-type-specialty .sf-depth-1 {
  z-index: 5;
}
.page-node-type-specialty .sf-depth-1 ul {
  -webkit-box-shadow: 4px 1px 9px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 1px 9px 3px rgba(0, 0, 0, 0.2);
}
.page-node-type-specialty ul.sf-menu.sf-vertical li:hover > ul,
.page-node-type-specialty ul.sf-menu.sf-vertical li.sfHover > ul {
  left: 280px;
}
.page-node-type-specialty .node--type-specialty .field.field--name-field-emblem-of-the-specialty.field--type-entity-reference.field--label-hidden.field__item {
  float: right;
  margin: 0px 0px 10px 10px;
}
.page-node-type-specialty .node--type-specialty .field.field--name-field-emblem-of-the-specialty.field--type-entity-reference.field--label-hidden.field__item img {
  max-width: 300px;
  width: 100%;
}
.page-node-type-specialty .node--type-specialty .field--name-field-description-of-specialty {
  padding-bottom: 25px;
}
.page-node-type-specialty .node--type-specialty .field--name-field-description-of-specialty p {
  text-align: justify;
  font-size: 22px;
  line-height: 30px;
}
.page-node-type-specialty .node--type-specialty .slick--field-photo-gallery-speciality {
  padding-bottom: 25px;
}
.page-node-type-specialty .node--type-specialty .field--name-field-table-of-specialties {
  padding-bottom: 25px;
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*# sourceMappingURL=style.css.map */