.rich-content .content ul {
  display: block;
  column-count: 2;
  gap: 5%;
  margin-inline-start: 0;
  padding-right: 0;
}

.rich-content .content ul li {
  width: 100%;
  list-style-type: none;
}

.root-page-60 .rich-content ul li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  /* border-bottom: 1px solid #e5e5e5; */
}

@media (max-width:991px) {
  .rich-content .content ul {
    display: flex;
    flex-direction: column;
  }

  .rich-content .content ul li {
    width: 95%;
  }
}

.newres {
  position: absolute;
  width: 100%;
  max-width: 620px;
  height: 950px;
  top: -497px;
  right: 87px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-page .section-4, .about-page .section-2, div[class^=root-page-].department .rich-content .section-3, div[class^=root-page-].khilot .rich-content .section-3 {
position: relative;
  z-index: 99;
}
.root-page-60 main {
  position: relative;
}

.root-page-60 .rich-content .content ul {
  display: flex;
  flex-direction: column;
  max-width: 384px;
}

.page-header.page-60 .page-header-content {
  top: 297px;
}

.root-page-60 .line_after {
  position: relative;
}

.root-page-60 .line_after:hover::after,
.root-page-60 .line_after:focus::after {
  transform: translateY(-50%) scaleX(2);
}
.about-page .section-4::after, .about-page .section-2::after, div[class^=root-page-].department .rich-content .section-3::after, div[class^=root-page-].khilot .rich-content .section-3::after {
content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-color: hsla(0, 0%, 0%, 0.65);
}
.root-page-60 .section-1 h2 {
  font-size: 32px;
  font-weight: bold;
}

.about-page .page-sub-menu {
  padding: 80px 270px 80px 150px;
}

div.root-page-60 .section-1 h2 + p {
  font-size: 22px;
  text-align: right;
}

.floating-pic {
  top: 0;
  right: 270px;
  width: 32.6%;
  height: 950px;
  position: absolute;
  background-color: #e9ffe0;
  background-size: 620px;
  background-position: top;
  background-repeat: no-repeat;
}

@media (min-width:1441px) and (max-width:1600px) {
  .floating-pic {
    width: 30%;
  }
}

.root-page-60 .floating-pic {
	display: none;
}

/*
.root-page-60 .floating-pic {
  top: 0;
  right: 270px;
  width: 32.6%;
  height: 950px;
  position: absolute;
  background-color: #e9ffe0;
  background-image: url(/content/images/lizzi.jpg);
  background-size: 620px;
  background-position: top;
  background-repeat: no-repeat;
}*/

.floating-pic.dpt {
  background-size: cover;
  background-position: center;
}

.floating-pic.dpt.vid .glayer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.floating-pic.dpt.vid {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.floating-pic.dpt.vid a {
  z-index: 1;
  position: relative;
}

.floating-pic.dpt.vid a:hover {
  opacity: 0.6;
}

.root-page-60 .section-1 {
  position: relative;
}

@media (min-width:991px) {
  .root-page-60 .section-1 {
    min-height: 722px;
  }
}

.root-page-60 .section-1 .centered-content {
  max-width: 510px;
  margin: 0;
  padding-right: 50px;
}

.root-page-60 .section-2 {
  padding-block: 180px;
  /* margin-top: 180px; */
}

.root-page-60 .section-2 .col-md-3:not(.ttl) {
  padding-inline: 45px;
}

/* REMOVED 11/12/2024 EMAIL */
/*@media (min-width:991px) {*/
/*  .root-page-60 .rich-content {*/
/*    padding-top: 228px;*/
/*  }*/
/*}*/


@media (max-width:1600px) {
  .root-page-60 .section-1 h2 {
    font-size: 28px;
  }
}

@media (max-width:1199px) {
  .root-page-60 .section-1 .centered-content {
    max-width: 360px;
  }

  .floating-pic {
    height: 780px;
  }
}

@media (max-width:1440px) {

  div[class^=root-page-].department .floating-pic {
    display: none;
  }
}
@media (max-width: 990px) {
.root-page-60 .section-1 .centered-content {
    max-width: unset;
    padding-right: unset;
  }

  .root-page-60 p .line_after::after,
  .root-page-60 li .line_after::after {
    left: 18px;
  }

  .floating-pic {
    display: none;
  }

  .root-page-60 .section-1 .row-1 {
    flex-direction: column-reverse;
    align-items: center;
    margin-block-start: 50px;
  }

  .root-page-60 .section-1 .col-lg-6:first-child {
    top: 0;
    right: 270px;
    width: 344px;
    height: 389px;
    position: relative;
    background-color: #e9ffe0;
    background-image: url(/content/images/ld.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    inset: 0;
  }

  div[class^=root-page-].department .rich-content > .section-4,
  div[class^=root-page-].khilot .rich-content > .section-4,
  div[class^=root-page-].department .rich-content .section-3,
  div[class^=root-page-].khilot .rich-content .section-3,
  div[class^=root-page-].department .rich-content > .section-2,
  div[class^=root-page-].khilot .rich-content > .section-2,
  div[class^=root-page-].department .rich-content > .section-1,
  div[class^=root-page-].khilot .rich-content > .section-1 {
    padding: 30px 0 !important;
  }
.root-page-60 .section-2 {
  padding-block: 0;
  margin-top: 60px;
}

.root-page-60 .section-2 .col-md-3:not(.ttl) {
  padding-inline: 10px;
}
}

div[class^=root-page-]:not(.department, .about-page, .khilot) .page-sub-menu,
div[class^=root-page-]:not(.department, .about-page, .khilot) #events {
width: 100%;
}

header .breadcrumbs,
header .breadcrumbs a {
color: #fff;
}

.page-header {
z-index: initial;
  overflow: hidden;
  position: relative;
}
.page-header .page-title {
font-size: 3.75rem;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.737254902);
  text-align: right;
}
.page-header .page-title + p {
  font-size: 1.375rem;
}

@media (max-width:365px) {

  .root-page-60 p .line_after::after,
  .root-page-60 li .line_after::after {
    left: 0;
  }
}
@media (max-width: 990px) {
.page-header .page-title {
font-size: 2.813rem;
  text-align: center;
}
}
.page-header::before {
content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: hwb(0 0% 100%/0.5);
z-index: 1;
}

@media (max-width: 990px) {
.page-header {
    display: block;
  }
}

.page-header-content {
position: absolute;
top: 35%;
  right: 0;
  transform: translate(0, -50%);
  color: #fff;
  width: 100%;
z-index: 1;
}
@media (min-width: 990px) {
.page-header-content .container {
    padding: 0 274px;
padding: 0 240px;
margin: 0;
}
}

.page-header-bottom {
position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.edu {
padding: 4rem 0;
  background: #ddd;
}

.rich-content {
padding: 60px 200px 60px 50px;
}
@media (min-width:1441px) {
  div.department .rich-content {
    padding: 0 285px 80px 256px !important;
    overflow: hidden;
  }
}

@media (min-width:991px) and (max-width:1440px) {
  div.department .rich-content {
    padding: 0 180px 80px 120px !important;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
.rich-content {
    padding: 20px;
  }
}
.bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  /* mix-blend-mode: soft-light;
opacity: 0.5; */
}

.department-header {
height: 100vh;
min-height:700px;
}
@media (max-width: 990px) {
.department-header .bgimg {
    opacity: 0.1;
  }
.department-header {
  height: 110vh;
  background: linear-gradient(90deg, rgb(19, 24, 46) 0%, rgb(20, 48, 94) 50%, rgb(16, 55, 111) 100%) !important;
}

.department-header .digital_modal {
  position: absolute;
}
}
.department-header .page-header-content {
margin-top: 0;
  top: 50%;
transform: translate(0, -60%);
}

@media (max-width: 990px) {
.department-header .page-header-content {
    transform: none;
    top: 0;
    padding-top: 30%;
  }
}
@media(min-width:991px) {
.department-header .page-header-content .container {
min-width: 1360px;
padding-inline-start: 260px;
padding-inline-start: 275px;
}
}

@media (min-width:991px) and (max-width:1440px) {
  .department-header .page-header-content .container {
    padding-inline-start: 180px;
  }
}
.department-header .page-header-content .container > p {
display: none;
}
@media (max-width: 990px) {
.department-header .page-header-content .container {
    min-width: inherit;
display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.department-header .page-header-content .container > .page-title {
  font-size: 40px;
}
}
@media (min-width:1920px) {
.department-header::before {
background: none;
}
}
.department-header .dep_manger {
display: flex;
  gap: 32px;
  align-items: center;
  margin-top: 52px;
}
@media (max-width: 990px) {
.department-header .dep_manger {
    margin-top: 25px;
  }
}
.department-header .dep_manger .image {
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 2px;
  opacity: 1;
  width: 108px;
}
.department-header .dep_manger .image img {
width: 100%;
  height: auto;
}
.department-header .dep_manger .name {
font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
  position: relative;
  padding-bottom: 8px;
}
.department-header .dep_manger .name::before {
content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 30%;
  height: 1px;
  background-color: var(--dep_color);
}
.department-header .dep_manger .role {
font-size: 20px;
}
.department-header .dep_details {
display: flex;
  gap: 48px;
  margin-top: 61px;
max-width: 680px;
}
.department-header .dep_details > .dep_openTime {
padding-left: 48px;
  border-left: 1px solid var(--dep_color);
}
.department-header .dep_details > .dep_openTime h4 {
  font-size: 1.375rem;
  margin-bottom: 12px;
  font-weight: 500;
}

.department-header .dep_details > .dep_openTime p {
  font-size: 20px;
  margin-bottom: 6px;
}

.department .content p .line_after:hover::after,
.department .content p .line_after:focus::after,
.department .content li .line_after:focus::after,
.department .content li .line_after:focus::after {
  transform: scaleX(2) translateY(-50%);
}
@media (max-width: 990px) {
.department-header .dep_details > .dep_openTime {
    border-left: none;
    border-bottom: 1px solid var(--dep_color);
font-size: 20px;
  text-align: center;
  padding-left: 0;
}

.department-header .dep_details .dep_contact {
  font-size: 20px;
}
}
.department-header .dep_details > .dep_contact h4 {
margin-bottom: 11px;
}
.department-header .dep_details > .dep_contact > div {
margin-bottom: 5.5px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.department-header .dep_details > .dep_contact > div .icon {
width: 20px;
  height: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.department-header .dep_details > .dep_contact > div .icon.phone {
background-image: url(images/icons/Icon\ awesome-phone-alt.svg);
background-image: url(images/icons/icon_phone_alt.svg);
  filter: invert(1);
}
.department-header .dep_details > .dep_contact > div .icon.email {
background-image: url(images/icons/Icon\ zocial-email.svg);
}
@media (max-width: 990px) {
.department-header .dep_details {
    flex-wrap: wrap;
justify-content: center;
gap: 20px;
  margin-bottom: 20px;
}
.department-header .dep_manger .image {
  width: 76px;
}

.department-header .dep_manger .image img {
  object-fit: cover;
  aspect-ratio: 70 / 80;
}

}
.page-29,
.page-951,
.page-8 {
height: 807px;
}
.page-29.page-951,
.page-60,
.page-8.page-951 {
/*height: 90vh;*/
}

.root-page-60 .section-3.negetive-margin {
  padding: 3rem 88px 3rem 3rem;
}

.root-page-60 .section-3.negetive-margin.inverted-text-color {
  isolation: isolate;
}

.overlaydiv {
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (min-width:1500px) {
  .root-page-60 .section-4 {
    padding-right: 205px;
    padding-left: 205px;
  }

  .root-page-60 .section-4 .row-1 .col-md-8 .centered-content,
  .root-page-60 .section-4 .row-3 .col-md-8 .centered-content {
    margin-right: 225px;
  }
}

@media (min-width:990px) {

  .root-page-60 .section-3 h2 {
    font-size: 45px;
    margin-bottom: 15px;
  }

  .root-page-60 .section-3 h2 img {
    margin-bottom: 30px;
    display: block;
  }



  .root-page-60 .section-4 h2 {
    font-size: 45px;
    font-weight: bold;
  }

  .root-page-60 .section-4 .col-md-8 .centered-content {
    max-width: 510px;
    margin: 0;
  }

  .root-page-60 .pirsomot > div {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0) 100%);
  }

  .root-page-60 .section-4 .row-2 {
    margin-block: 135px;
  }
}
.page-29.page-951 .page-header-content,
.page-951.page-951 .page-header-content,
.page-8.page-951 .page-header-content {
text-align: center;
}
.page-29 .page-header-content,
.page-951 .page-header-content,
.page-8 .page-header-content {
margin-top: -100px;
}

div[class^=root-page-] {
position: relative;
display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  min-height:100vh;
}
div[class^=root-page-] .rich-content h3 {
font-size: 26px;
}

div[class^=root-page-] .rich-content p,
div[class^=root-page-] .rich-content ul,
div[class^=root-page-] .rich-content ol,
div[class^=root-page-] .rich-content th,
div[class^=root-page-] .rich-content td {
  font-size: 18px;
  font-size: 1.375rem;
}
div[class^=root-page-] .rich-content p a:not(.line_after),
div[class^=root-page-] .rich-content ul a:not(.line_after),
div[class^=root-page-] .rich-content ol a:not(.line_after) {
	/*color: #000;*/
  text-decoration: underline;
}
div[class^=root-page-] .sidebar {
flex-basis: 30%;
  flex-grow: 1;
  width: 30%;
  position: relative;
z-index: 9;
}

div[class^=root-page-] .sidebar ul {
list-style: none;
}
div[class^=root-page-] .sidebar > ul {
position: absolute;
  top: -150px;
  background-color: #fff;
padding: 60px 78px 60px 70px;
  margin: 0 auto;
  width: 90%;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1607843137);
  transition: top 0.5s ease-in-out;max-height: 90vh;
    overflow-y: scroll;
}
div[class^=root-page-] .sidebar > ul ul {
display: none;
}
div[class^=root-page-] .sidebar > ul > li {
padding: 35px 0;
}
div[class^=root-page-] .sidebar > ul > li:not(:last-child) {
position: relative;
}
div[class^=root-page-] .sidebar > ul > li:not(:last-child)::after {
content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 1px;
  background-color: #e5e5e5;
  width: 60%;
}
div[class^=root-page-] .sidebar > ul > li a {
color: #000;
font-size: 24px;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
div[class^=root-page-] .sidebar > ul > li a.on {
	font-weight: bold;
}
div[class^=root-page-] .sidebar > ul > li a em {
display: none;
}

div[class^=root-page-] .main-content {
flex-basis: 60%;
  width: 60%;
  flex-grow: 1;
z-index: 1;
}

@media (min-width: 990px) {
div[class^=root-page-].khilot .rich-content {
    padding: 90px 285px !important;
    overflow: hidden;
  }

div[class^=root-page-].department .rich-content > div[class*=section-],
div[class^=root-page-].department .rich-content #events,
div[class^=root-page-].department .rich-content .images-section,
div[class^=root-page-].khilot .rich-content > div[class*=section-],
div[class^=root-page-].khilot .rich-content #events,
div[class^=root-page-].department .rich-content .page-sub-menu,
div[class^=root-page-].khilot .rich-content .page-sub-menu,
div[class^=root-page-].khilot .rich-content .images-section {
  width: 100vw;
  transform: translate(290px, 0);
}
div[class^=root-page-].department .rich-content > .section-1,
div[class^=root-page-].khilot .rich-content > .section-1 {
  transform: translate(290px, -90px) !important;
}
div[class^=root-page-].khilot .page-sub-menu {
  padding: 90px 285px;
}
div[class^=root-page-].department .page-sub-menu {
  padding: 160px 285px 160px 3.75%;
}

div[class^=root-page-].department h2 {
  font-size: 45px;
}
}

@media (min-width:991px) and (max-width:1500px) {
  div[class^=root-page-].department .ouredu {
    width: calc(100vw - 320px);
  }

  div[class^=root-page-].department .page-sub-menu {
    padding: 90px 180px 90px 0;
  }

  /* div[class^=root-page-].department .ouredu .content>h2,
div[class^=root-page-].department .ouredu .content h2 p,
div[class^=root-page-].department .ouredu .content h2 p+p {
margin-right: 0 !important;
} */

  div[class^=root-page-].department .rich-content .content .col-md-3 {
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (min-width: 991px) and (max-width: 1440px) {
  div[class^=root-page-].department .rich-content .page-sub-menu {
    transform: translate(190px, 0);
  }
}
div[class^=root-page-].department .line_after.button, div[class^=root-page-].khilot .line_after.button {
width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: center;
  margin-top: 105px;
  padding: 0 35px;
  text-decoration: none;
}
div[class^=root-page-].department .line_after.button::after, div[class^=root-page-].khilot .line_after.button::after {
margin: 0px;
  position: inherit;
}
div[class^=root-page-].department .background, div[class^=root-page-].khilot .background {
display: none;
}
div[class^=root-page-].department .rich-content, div[class^=root-page-].khilot .rich-content {
padding: 0;
}
div[class^=root-page-].department .rich-content {
  padding: 0 1rem;
}
div[class^=root-page-].department .rich-content .row, div[class^=root-page-].khilot .rich-content .row {
margin: 0px;
}
div[class^=root-page-].department .rich-content > .section-1, div[class^=root-page-].khilot .rich-content > .section-1 {
padding: 0px 273px;
}
div[class^=root-page-].department .rich-content > .section-1 .col-md-6, div[class^=root-page-].khilot .rich-content > .section-1 .col-md-6 {
flex-grow: 1;
  padding: 0;
}
div[class^=root-page-].department .rich-content > .section-1 > .row, div[class^=root-page-].khilot .rich-content > .section-1 > .row {
/* gap: 117px; */
  align-items: center;
  margin: 0px;
}
@media (min-width:991px) and (max-width:1440px) {
  div[class^=root-page-].department .rich-content > .section-1 {
    padding: 0px 273px 0 40px;
  }
}

@media (min-width:991px) {
  div[class^=root-page-].department main > .rich-content > .btgrid > .row-1 {
    padding-block-start: 97px;
    padding-block-end: 80px;
  }

  div[class^=root-page-].department main > .rich-content > .btgrid > .row-1 .col-md-6 .btgrid .row {}

  div[class^=root-page-].department main > .rich-content > .btgrid > .row-1 .col-md-6 .btgrid .col-md-6,
  div[class^=root-page-].department main > .rich-content > .btgrid > .row-1 ul li {
    padding-bottom: 69px;
  }

  div[class^=root-page-].department main > .rich-content > .btgrid > .row-1 .col-md-6 .btgrid .col-md-6 a,
  div[class^=root-page-].department main > .rich-content > .btgrid > .row-1 ul li a {

    position: relative;
  }

  div[class^=root-page-].department main > .rich-content > .btgrid > .row-1 .col-md-6 .btgrid .col-md-6 a::before,
  div[class^=root-page-].department main > .rich-content > .btgrid > .row-1 ul li a::before {
    content: '';
    position: absolute;
    bottom: -35px;
    height: 1px;
    width: 100%;
    background-color: #e5e5e5;
  }
}

div[class^=root-page-].department .rich-content .row-1 > div:first-child {}

@media (max-width:1440px) {
  div[class^=root-page-].department .rich-content .row-1 {
    flex-direction: column-reverse;
  }

  div[class^=root-page-].department .rich-content .row-1 .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  div[class^=root-page-].department .row-1 p.pic img {
    width: 100%;
  }
}
@media (max-width: 990px) {
div[class^=root-page-].department .rich-content > .section-1 > .row,
  div[class^=root-page-].khilot .rich-content > .section-1 > .row {
    gap: 0px;
  }
  div[class^=root-page-]{
      min-height:unset;
  }
}
div[class^=root-page-].department .rich-content > .section-1 > .row > .col-md-6, div[class^=root-page-].khilot .rich-content > .section-1 > .row > .col-md-6 {
flex-basis: 45.6%;
padding-inline-start: 1rem;
}
@media (max-width: 990px) {
div[class^=root-page-].department .rich-content > .section-1 > .row > .col-md-6 .content,
  div[class^=root-page-].khilot .rich-content > .section-1 > .row > .col-md-6 .content {
    padding: 0 20px;
  }
}
div[class^=root-page-].department .rich-content > .section-1 > .row > .col-md-6 .btgrid > .row, div[class^=root-page-].khilot .rich-content > .section-1 > .row > .col-md-6 .btgrid > .row {
gap: 69px;
}
@media (max-width: 990px) {
div[class^=root-page-].department .rich-content > .section-1 > .row > .col-md-6 .btgrid > .row,
  div[class^=root-page-].khilot .rich-content > .section-1 > .row > .col-md-6 .btgrid > .row {
    flex-direction: column;
    gap: 42px;
  }
div[class^=root-page-].department .rich-content > .section-1 > .row > .col-md-6 .btgrid > .row .col-md-6 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 22px;
}

div[class^=root-page-].department .rich-content > .section-1 > .row > .col-md-6 .btgrid > .row .line_after,
div[class^=root-page-].khilot .rich-content > .section-1 > .row > .col-md-6 .btgrid > .row .line_after {
  font-size: 17px;
  line-height: 20px;
}
}
div[class^=root-page-].department .rich-content > .section-1 > .row > .col-md-6 .btgrid > .row > .col-md-6, div[class^=root-page-].khilot .rich-content > .section-1 > .row > .col-md-6 .btgrid > .row > .col-md-6 {
flex-basis: 40%;
}
div[class^=root-page-].department .rich-content > .section-2, div[class^=root-page-].khilot .rich-content > .section-2 {
padding: 161px 298px;
}
div[class^=root-page-].department .rich-content > .section-2 > .row, div[class^=root-page-].khilot .rich-content > .section-2 > .row {
gap: 150px;
  align-items: baseline;
}
@media (max-width: 990px) {
div[class^=root-page-].department .rich-content > .section-2 > .row,
  div[class^=root-page-].khilot .rich-content > .section-2 > .row {
    gap: 10px;
    padding: 20px 30px;
  }
}
div[class^=root-page-].department .rich-content > .section-2 > .row .col-md-3, div[class^=root-page-].khilot .rich-content > .section-2 > .row .col-md-3 {
flex-basis: 10%;
  padding: 0;
  flex-grow: 1;
}
div[class^=root-page-].department .rich-content > .section-2 > .row .col-md-3:first-of-type, div[class^=root-page-].khilot .rich-content > .section-2 > .row .col-md-3:first-of-type {
flex-basis: 21%;
}
div[class^=root-page-].department .rich-content > .section-2 > .row .col-md-3 > .content h2, div[class^=root-page-].khilot .rich-content > .section-2 > .row .col-md-3 > .content h2 {
font-size: 40px;
  line-height: 62px;
  margin: 0;
}
div[class^=root-page-].department .rich-content > .section-2 > .row .col-md-3 > .content p:not(:first-child), div[class^=root-page-].khilot .rich-content > .section-2 > .row .col-md-3 > .content p:not(:first-child) {
margin: 0 auto;
  width: 71%;
  font-weight: 500;
}
@media (max-width: 990px) {
div[class^=root-page-].department .rich-content > .section-2 > .row .col-md-3 > .content,
  div[class^=root-page-].khilot .rich-content > .section-2 > .row .col-md-3 > .content {
    flex-basis: 100%;
  }
div[class^=root-page-].department .rich-content > .section-2 > .row .col-md-3 > .content h2,
div[class^=root-page-].khilot .rich-content > .section-2 > .row .col-md-3 > .content h2 {
  font-size: 40px;
  line-height: 2.3rem;
  text-align: center;
}
}
@media (max-width: 990px) {
div[class^=root-page-].department .rich-content > .section-2 > .row .col-md-3,
  div[class^=root-page-].khilot .rich-content > .section-2 > .row .col-md-3 {
    flex-basis: 100% !important;
max-width: 100%;
}
}
div[class^=root-page-].department .rich-content .section-3, div[class^=root-page-].khilot .rich-content .section-3 {
position: relative;
  background-image: url("images/Mask Group 343@2x.png");
  background-size: cover;
  height: 1087px;
  color: #fff;
  padding: 175px 274px 163px 274px;
}
@media (max-width: 990px) {
div[class^=root-page-].department .rich-content .section-3,
  div[class^=root-page-].khilot .rich-content .section-3 {
    text-align: center;
  }
}
div[class^=root-page-].department .rich-content .section-3 h3,
div[class^=root-page-].department .rich-content .section-3 h2, div[class^=root-page-].khilot .rich-content .section-3 h3,
div[class^=root-page-].khilot .rich-content .section-3 h2 {
color: #fff;
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.6980392157);
}
div[class^=root-page-].department .rich-content .section-3 > .btgrid, div[class^=root-page-].khilot .rich-content .section-3 > .btgrid {
margin-top: 154px;
}
@media (max-width: 990px) {
div[class^=root-page-].department .rich-content .section-3 > .btgrid,
  div[class^=root-page-].khilot .rich-content .section-3 > .btgrid {
    margin-top: 20px;
  }
div[class^=root-page-].department .rich-content .section-3 > .btgrid .row,
div[class^=root-page-].khilot .rich-content .section-3 > .btgrid .row {
  gap: 20px;
}
div[class^=root-page-].department .rich-content .section-3 > .btgrid .line_after.button,
div[class^=root-page-].khilot .rich-content .section-3 > .btgrid .line_after.button {
  margin-top: 20px;
}
}
div[class^=root-page-].department .rich-content .section-3 > .btgrid .line_after.button, div[class^=root-page-].khilot .rich-content .section-3 > .btgrid .line_after.button {
color: #fff;
}
div[class^=root-page-].department .rich-content > .section-4, div[class^=root-page-].khilot .rich-content > .section-4 {
padding: 161px 310px 0 214px;
}
div[class^=root-page-].department .rich-content > .section-4 > .row, div[class^=root-page-].khilot .rich-content > .section-4 > .row {
margin: 0;
  margin-bottom: 204px;
  gap: 294px;
  align-items: center;
}
@media (max-width: 990px) {
div[class^=root-page-].department .rich-content > .section-4 > .row,
  div[class^=root-page-].khilot .rich-content > .section-4 > .row {
    gap: 20px;
    padding: 10px 20px;
    margin-bottom: 0px;
  }
div[class^=root-page-].department .rich-content > .section-4 > .row:nth-child(even),
div[class^=root-page-].khilot .rich-content > .section-4 > .row:nth-child(even) {
  flex-direction: column-reverse;
}
}
div[class^=root-page-].department .rich-content > .section-4 > .row .col-md-6, div[class^=root-page-].khilot .rich-content > .section-4 > .row .col-md-6 {
flex-basis: 33%;
  padding: 0px;
}
div[class^=root-page-].department .rich-content > .section-4 > .row .col-md-6 h2, div[class^=root-page-].khilot .rich-content > .section-4 > .row .col-md-6 h2 {
font-size: 60px;
  line-height: 70px;
}
div[class^=root-page-].department .rich-content > .section-4 > .row .col-md-6 p, div[class^=root-page-].khilot .rich-content > .section-4 > .row .col-md-6 p {
font-size: 20px;
  line-height: 32px;
}
div[class^=root-page-].department .rich-content > .section-4 > .row img, div[class^=root-page-].khilot .rich-content > .section-4 > .row img {
width: 620px !important;
  height: 886px !important;
}
@media (max-width: 990px) {
div[class^=root-page-].department .rich-content > .section-4 > .row img,
  div[class^=root-page-].khilot .rich-content > .section-4 > .row img {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 990px) {
div[class^=root-page-].department .rich-content .section-4,
  div[class^=root-page-].khilot .rich-content .section-4 {
    padding: 0px !important;
  }
div[class^=root-page-].department .rich-content .section-4 .row,
div[class^=root-page-].khilot .rich-content .section-4 .row {
  z-index: 9;
  position: relative;
  padding: 184px 60px 141px 60px;
  background-size: cover;
  background-position: top center;
}
div[class^=root-page-].department .rich-content .section-4 .row *,
div[class^=root-page-].khilot .rich-content .section-4 .row * {
  color: #fff;
}
div[class^=root-page-].department .rich-content .section-4 .row::after,
div[class^=root-page-].khilot .rich-content .section-4 .row::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: hsla(0, 0%, 0%, 0.7);
  z-index: -1;
}
div[class^=root-page-].department .rich-content .section-4 .row h2,
div[class^=root-page-].khilot .rich-content .section-4 .row h2 {
  font-size: 40px !important;
  line-height: 70px !important;
  text-align: center;
  margin-bottom: 37px;
}
div[class^=root-page-].department .rich-content .section-4 .row .content > p:first-of-type,
div[class^=root-page-].khilot .rich-content .section-4 .row .content > p:first-of-type {
  text-align: center;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 94px;
}
div[class^=root-page-].department .rich-content .section-4 .row .content .line_after,
div[class^=root-page-].khilot .rich-content .section-4 .row .content .line_after {
  width: 100%;
  display: block;
}
div[class^=root-page-].department .rich-content .section-4 .row .content .line_after::after,
div[class^=root-page-].khilot .rich-content .section-4 .row .content .line_after::after {
  left: 0px;
}
}
@media (max-width: 990px) {
div[class^=root-page-].department h2,
  div[class^=root-page-].khilot h2 {
    font-size: 1.7rem !important;
    line-height: 2.3rem !important;
  }
div[class^=root-page-].department h3,
div[class^=root-page-].khilot h3 {
  font-size: 1.8rem !important;
  line-height: 2.1rem !important;
}

div[class^=root-page-].department p,
div[class^=root-page-].department a,
div[class^=root-page-].khilot p,
div[class^=root-page-].khilot a {
  font-size: 18px !important;
}
div[class^=root-page-].department p,
div[class^=root-page-].khilot p {
  margin-bottom: 10px;
}
div[class^=root-page-].department div[class^=section],
div[class^=root-page-].khilot div[class^=section] {
  height: auto !important;
}
div[class^=root-page-].department div[class^=section] > h2,
div[class^=root-page-].department div[class^=section] > p,
div[class^=root-page-].khilot div[class^=section] > h2,
div[class^=root-page-].khilot div[class^=section] > p {
  padding: 10px 20px;
}
div[class^=root-page-].department div[class^=col-],
div[class^=root-page-].khilot div[class^=col-] {
  flex-basis: 100% !important;
}
}
@media (max-width: 990px) {
div[class^=root-page-].khilot .rich-content > .section-1 .row {
    flex-direction: column-reverse;
  }
}
div[class^=root-page-].khilot .rich-content > .section-1 .content h2 {
font-size: 50px;
}
div[class^=root-page-].khilot .rich-content > .section-2 .row {
gap: 35px;
  margin-bottom: 168px;
}
@media (max-width: 990px) {
div[class^=root-page-].khilot .rich-content > .section-2 .row {
    margin-bottom: 0px;
    padding: 0 30px;
  }

div[class^=root-page-].khilot .rich-content > .section-2 .row.row-2 .col-md-4:first-child {
  display: none;
}
}
div[class^=root-page-].khilot .rich-content > .section-2 .row > .col-md-3 .content p:not(:first-child) {
width: inherit;
}
@media (max-width: 990px) {
div[class^=root-page-].khilot .rich-content > .section-3 > h2 {
    font-size: 40px !important;
    width: 70%;
    line-height: 53px !important;
    margin: 57px auto;
  }

div[class^=root-page-].khilot .rich-content > .section-3 .line_after.button {
  display: none;
}

div[class^=root-page-].khilot .rich-content > .section-3 .col-md-4 .content {
  display: flex;
  text-align: right;
  align-items: center;
  gap: 10px;
}

div[class^=root-page-].khilot .rich-content > .section-3 .col-md-4 .content p {
  width: 100% !important;
  font-size: 18px !important;
}

div[class^=root-page-].khilot .rich-content > .section-3 .col-md-4 .content h3 {
  font-size: 22px !important;
}

div[class^=root-page-].khilot .rich-content > .section-3 > p {
  display: none;
}
}
div[class^=root-page-].khilot .rich-content > .section-3 .row .col-md-4 p {
width: 90%;
}
@media (max-width: 990px) {
div[class^=root-page-].khilot .rich-content .section-4 {
    padding: 0px !important;
  }

div[class^=root-page-].khilot .rich-content .section-4 .row {
  z-index: 9;
  position: relative;
  padding: 184px 60px 141px 60px;
  background-size: cover;
  background-position: top center;
}

div[class^=root-page-].khilot .rich-content .section-4 .row * {
  color: #fff;
}

div[class^=root-page-].khilot .rich-content .section-4 .row::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: hsla(0, 0%, 0%, 0.7);
  z-index: -1;
}

div[class^=root-page-].khilot .rich-content .section-4 .row h2 {
  font-size: 40px !important;
  line-height: 70px !important;
  text-align: center;
  margin-bottom: 37px;
}

div[class^=root-page-].khilot .rich-content .section-4 .row .content > p:first-of-type {
  text-align: center;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 94px;
}

div[class^=root-page-].khilot .rich-content .section-4 .row .content .line_after {
  width: 100%;
  display: block;
}

div[class^=root-page-].khilot .rich-content .section-4 .row .content .line_after::after {
  left: 0px;
}
}
div[class^=root-page-].khilot .rich-content .images-section {
padding-right: 122px;
}
@media (max-width: 990px) {
div[class^=root-page-].khilot .rich-content .images-section {
    padding: 0px;
  }

div[class^=root-page-].khilot .rich-content .images-section .content {
  justify-content: center !important;
  height: 266px !important;
}

div[class^=root-page-].khilot .rich-content .images-section .content > p:first-of-type {
  display: none;
}

div[class^=root-page-].khilot .rich-content .images-section .content p,
div[class^=root-page-].khilot .rich-content .images-section .content h2 {
  margin: 0 auto !important;
  width: 50%;
  text-align: center;
}
}
div[class^=root-page-].khilot .rich-content .images-section .row {
gap: 1px;
  position: relative;
}
div[class^=root-page-].khilot .rich-content .images-section .row .col-md-4 {
padding: 0px;
  flex-basis: 33%;
  flex-grow: 1;
  max-width: inherit;
  position: relative;
}
div[class^=root-page-].khilot .rich-content .images-section .row .col-md-4 * {
transition: 1s all ease-in-out;
}
div[class^=root-page-].khilot .rich-content .images-section .row .col-md-4 .content {
height: 807px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  background-position: center;
  width: 100%;
  right: 0px;
}
div[class^=root-page-].khilot .rich-content .images-section .row .col-md-4 .content::before {
content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  top: 0px;
  width: 100%;
  height: 100%;
}
div[class^=root-page-].khilot .rich-content .images-section .row .col-md-4 .content h2,
div[class^=root-page-].khilot .rich-content .images-section .row .col-md-4 .content p {
margin: 0 81px 32px auto;
  color: #fff;
  z-index: 99;
}
div[class^=root-page-].khilot .rich-content .images-section .row .col-md-4 .content h2 a,
div[class^=root-page-].khilot .rich-content .images-section .row .col-md-4 .content p a {
color: #fff;
}
div[class^=root-page-].khilot .rich-content .images-section .row .col-md-4 .content h2 {
font-size: 36px;
}
div[class^=root-page-].khilot .rich-content .images-section .row .col-md-4 .content p {
font-size: 24px;
}
div[class^=root-page-].khilot .rich-content .images-section .row .col-md-4.hover {
z-index: 9999;
}
div[class^=root-page-].khilot .rich-content .images-section .row .col-md-4.hover:nth-child(2) .content {
right: -100%;
}
div[class^=root-page-].khilot .rich-content .images-section .row .col-md-4.hover:nth-child(2) .content h2,
div[class^=root-page-].khilot .rich-content .images-section .row .col-md-4.hover:nth-child(2) .content p {
z-index: 9999;
}
div[class^=root-page-].khilot .rich-content .images-section .row .col-md-4.hover:nth-child(3) .content {
right: -200%;
}
div[class^=root-page-].khilot .rich-content .images-section .row .col-md-4.hover:nth-child(3) .content h2,
div[class^=root-page-].khilot .rich-content .images-section .row .col-md-4.hover:nth-child(3) .content p {
align-self: flex-end;
}
div[class^=root-page-].khilot .rich-content .images-section .row .col-md-4.hover .content {
position: absolute;
  width: 300%;
  right: 0;
}
div[class^=root-page-].khilot .rich-content .images-section .row .col-md-4.hover .content h2,
div[class^=root-page-].khilot .rich-content .images-section .row .col-md-4.hover .content p {
z-index: 9999;
}

.about-page .rich-content {
padding: 0px;
}
.about-page .rich-content > p {
display: none;
}
@media (max-width: 990px) {
.about-page .row {
    margin: 0px;
  }
}
.about-page .section-1 {
position: relative;
margin-top: -140px;
  margin-bottom: 176px;
padding: 0 290px;
}
@media (max-width: 990px) {
.about-page .section-1 {
    padding: 0px;
    margin: 0px;
  }

.about-page .section-1 > .row {
  margin-top: -155px;
  flex-direction: column-reverse;
}

.about-page .section-1 > .row .details-grid .row {
  margin-bottom: 29px;
  flex-direction: row;
    flex-wrap: wrap;
    max-width: 275px;
    margin-inline: auto;
}

.about-page .section-1 > .row .details-grid .row .col-md-6 {
  flex-basis: 50%;
  text-align: center;
}

.about-page .section-1 > .row .details-grid .row .col-md-6 p {
  font-size: 15px;
}

.about-page .section-1 > .row .details-grid .row .col-md-6 h2 {
  font-size: 22px;
}

.about-page .section-1 > .row > .col-md-6:not(.details-grid) {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 0px;
  border-radius: 3px 3px 0 0;
}

.about-page .section-1 > .row > .col-md-6:not(.details-grid) h2 {
font-size: 45px;
  padding: 30px 42px 0 42px;
  text-align: center;
}

.about-page .section-1 > .row > .col-md-6:not(.details-grid) p {
  font-size: 20px;
  text-align: center;
}
}
.about-page .section-1 > .row {
gap: 72.5px;
  flex-wrap: nowrap;
}
.about-page .section-1 > .row .details-grid {
background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 3px 3px 0px 0px;
padding: 72px 89px;
  flex: inherit;
z-index: 1;
  text-align: center;
  justify-content: center;
}
@media (min-width: 990px) {
.about-page .section-1 > .row .details-grid .row:not(:last-child) {
    margin-bottom: 75px;
  }
}
@media (min-width:992px) and (max-width:1250px) {
  .about-page .section-1 > .row .details-grid {
    flex: none;
  }

  .about-page .page-sub-menu {
    padding: 80px 150px 80px 50px;
  }

  .about-page .section-1 .col-md-6 h2 {
    font-size: 26px;
  }

  .about-page .section-1 .col-md-6 img {
    max-width: 100% !important;
  }
}

@media (max-width:991px) {
  .about-page .section-1 .col-md-6 img {
    max-width: 70px !important;
    max-height: 65px !important;
  }

  .about-page .page-sub-menu {
    padding: 84px 37px 101px 37px;
  }

  .page-sub-menu > .items a {
    margin: 0 auto 35px auto;
  }
}
.about-page .section-1 > .row .details-grid .col-md-6 .content {
margin: 0 auto;
  width: 70%;
display: flex;
  flex-direction: column;
  align-items: start;
}
.about-page .section-1 > .row .details-grid .col-md-6 .content h2 {
margin: 0px;
}
.about-page .section-1 > .row > div:not(.details-grid) {
align-items: start;
  display: flex;
padding-top: 270px;
  padding-right: 130px;
}
.about-page .section-1 > .row > div:not(.details-grid) h2 {
font-size: 2.813rem;
  margin-bottom: 0;
}

@media (max-width: 1600px) {
  .about-page .section-1 > .row .details-grid {
    padding-inline: 1rem;
  }

  .about-page .section-1 > .row > div:not(.details-grid) {
    padding-right: 40px;
  }
}
@media (max-width: 990px) {
.about-page .section-1 > .row .details-grid {
    padding: 0 0 1.2rem;
    margin-top: 50px;
  }

  .about-page .section-1 > .row > div:not(.details-grid) h2 {
    margin-bottom: 1.4rem;
  }
.about-page .section-1 > .row {
  flex-wrap: wrap;
  gap: 0px;
}
}
.about-page .section-2 {
position: relative;
  background-image: url("images/Mask Group 232@2x.png");
  background-size: cover;
color: #fff;
padding: 147px 274px 125px 274px;
}

@media (min-width:991px) {
  .about-page .section-2 p:has(img) {
    margin-bottom: 30px;
  }

  .about-page .section-2 .col-md-4 {
    padding-inline: 0;
    max-width: 289px;
  }

  .about-page .section-2 .col-md-4:not(:last-of-type) {
    margin-left: 100px;
  }
}


@media (min-width:991px) and (max-width: 1440px) {
  .about-page .section-1 {
    padding: 0 200px;
  }

  .about-page .section-2 .col-md-8 {
    flex: 0 0 90.666667%;
    max-width: 90.666667%;
  }

  .about-page .section-2 {
    padding-inline: 150px;
  }
}
@media (max-width: 990px) {
.about-page .section-2 {
padding: 40px 0 79px 0;
  height: auto;
margin: 0;
}

.about-page .section-2 > h2 {
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 31px;
  text-align: center;
}

.about-page .section-2 > p {
  display: none;
}

.about-page .section-2 .line_after.button {
  margin: 0 auto;
  width: 80%;
  position: relative;
}

.about-page .section-2 .line_after.button::after {
  position: relative;
margin-right: 26px;
  top: auto;
  transform: translateY(0);
}

.about-page .section-2 .col-md-4 .content {
  display: flex;
  align-items: center;
justify-content: center;
  flex-direction: column;
  text-align: center;
gap: 25px;
  margin-bottom: 41px;
}

.about-page .section-2 .col-md-4 .content h3 {
  font-size: 22px;
}

.about-page .section-2 .col-md-4 .content p {
  font-size: 18px;
}

.about-page .section-2 .col-md-4 .content p img {
  width: 80px !important;
  height: auto !important;
}

.about-page .section-2 .col-md-4 .content p img.rotate-mobile-90 {
  transform: rotate(90deg);
}
}
.about-page .section-2 h3,
.about-page .section-2 h2 {
color: #fff;
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.6980392157);
}
.about-page .section-2 > h2 {
  font-size: 45px;
}
.about-page .section-2 > .btgrid {
margin-top: 154px;
}
@media (max-width: 990px) {
.about-page .section-2 h3,
  .about-page .section-2 h2 {
    line-height: 1;
  }
.about-page .section-2 > .btgrid {
  margin: 0px;
}
}
.about-page .section-2 > .btgrid .line_after.button {
color: #fff;
}
.about-page .section-2 > .btgrid .line_after.button:hover::after {
  transform: scaleX(2) translateY(-50%);
}
.about-page .section-3 {
padding: 94px 287px 110px 174px;
}
@media (max-width: 990px) {
.about-page .section-3 {
padding: 40px 0px 50px 0px;
}
}
.about-page .section-3 > .btgrid > .row {
margin-bottom: 93px;
  justify-content: space-between;
}
@media (max-width: 990px) {
.about-page .section-3 > .btgrid > .row {
    margin-bottom: 0px;
  }
}
.about-page .section-3 > .btgrid > .row .col-md-3 {
width: 280px;
  flex-basis: 280px;
}
@media (max-width: 990px) {
.about-page .section-3 > .btgrid > .row .col-md-3 {
    flex-basis: 50%;
  }
}
.about-page .section-3 > .btgrid > .row .col-md-3 > .content > .btgrid > .row {
justify-content: center;
}
.about-page .section-3 > .btgrid > .row .col-md-3 > .content > .btgrid > .row .col-md-6 {
flex-basis: 5%;
  padding: 0;
}
.about-page .section-3 > .btgrid > .row .col-md-3 > content > p img {
width: 100% !important;
  height: auto !important;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1.4;
}
.about-page .section-3 > .btgrid > .row .col-md-3 h3 {
font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  margin: 0px;
}
.about-page .section-3 > .btgrid > .row .col-md-3 p {
font-size: 17px;
}
.about-page .section-3 h2 {
font-size: 2.813rem;
  line-height: 70px;
  margin-bottom: 74px;
}
@media (max-width: 990px) {
.about-page .section-3 h2 {
font-size: 2.5rem;
  margin-bottom: 53px;
  text-align: center;
}
.about-page .section-2 > .btgrid .line_after.button:hover::after {
  top: auto;
  transform: scaleX(2) translateY(0);
}
}
.about-page .section-3 .line_after.button {
color: #000;
  font-size: 22px;
width: fit-content;
  margin: 50px 0 0 0;
  padding: 0 30px;
}
.about-page .section-3 .line_after.button::after {
position: relative;
margin-right: 12px;
  height: calc(100% - 10px);
  left: auto;
}

.about-page .section-3 .line_after:hover.button::after {
  margin-right: 20px;
  transform: scaleX(2) translateY(-50%);
}
.about-page .section-4 {
padding: 0 287px 0 40vw;
  padding-block: 368px;
  background-image: url(images/מועצה\ מקומית.png);
  background-size: cover;
}
.about-page .section-4 h2 + p {
  max-width: 626px;
}
@media (max-width: 990px) {
.about-page .section-3 .line_after.button::after {
    margin-right: 30px;
  }
.about-page .section-4 {
  padding: 50px 20px;
  height: auto;
  margin: 20px 0;
height: 75vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-page .section-4 p {
  text-align: center;
}
}
.about-page .section-4 * {
color: #fff;
}
.about-page .section-4 h2 {
font-size: 2.813rem;
  line-height: 60px;
  margin-bottom: 30px;
}
@media (max-width: 990px) {
.about-page .section-4 h2 {
font-size: 2.5rem;
  line-height: inherit;
}
}
.about-page .section-4 p {
font-size: 24px;
  line-height: 36px;
}
@media (max-width: 990px) {
.about-page .section-4 p {
    font-size: 20px;
    line-height: inherit;
  }
}
.about-page .section-5 {
padding: 94px 287px 110px 174px;
  box-sizing: border-box;
}
@media (max-width: 990px) {
.about-page .section-5 {
    padding: 0px;
  }
}
.about-page .section-5 h2 {
font-size: 2.813rem;
  margin-bottom: 50px;
text-align: center;
}
.about-page .section-5 .btgrid {
overflow-x: auto;
}
.about-page .section-5 .btgrid .row-1 {
flex-wrap: nowrap;
  gap: 90px;
}
@media (max-width: 990px) {
.about-page .section-5 h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
.about-page .section-5 .btgrid .row-1 {
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
}

.about-page .section-5 .btgrid .row-1.row {
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
}
.about-page .section-5 .btgrid .row-1 .col-md-1 {
max-width: inherit;
  flex-basis: 580px;
  position: relative;
  padding: 0;
  position: relative;
}
@media (max-width: 990px) {
.about-page .section-5 .btgrid .row-1 .col-md-1 {
    margin: 0px;
    flex-basis: 80vw;
  }
}
.about-page .section-5 .btgrid .row-1 .col-md-1::before {
content: "";
  position: absolute;
  width: calc(100% + 180px);
  height: 1.5px;
  background-color: #b2b2b2;
  top: 55%;
top: 417px;
transform: translate(0, 50%);
  right: 0px;
}
@media (max-width: 990px) {
.about-page .section-5 .btgrid .row-1 .col-md-1::before {
    top: 33%;
    width: calc(100% + 20px);
content: none;
}
}
.about-page .section-5 .btgrid .row-1 .col-md-1::after {
content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #6eb343;
  border-radius: 20px;
  top: 50%;
top: 398px;
  /* transform: translate(0, 50%); */
  right: 25px;
}
@media (max-width: 990px) {
.about-page .section-5 .btgrid .row-1 .col-md-1::after {
    top: 30%;
    width: 21px;
    height: 21px;
content: none;
}

.about-page .section-5 .btgrid .row-1 .col-md-1 .content h3::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background-color: #6eb343;
  border-radius: 20px;
  top: 0;
  right: 25px;
}

.about-page .section-5 .btgrid .row-1 .col-md-1 .content h3::before {
  content: "";
  position: absolute;
  width: calc(100% + 180px);
  height: 1.5px;
  background-color: #b2b2b2;
  top: 9px;
  transform: translate(0, 50%);
  right: 0px;
}
}
.about-page .section-5 .btgrid .row-1 .col-md-1 .content {
padding: 0 20px;
}
.about-page .section-5 .btgrid .row-1 .col-md-1 .content img {
width: 100% !important;
  height: auto !important;
  margin-bottom: 90px;
  display: block;
  border-radius: 8px;
}
@media (max-width: 990px) {
.about-page .section-5 .btgrid .row-1 .col-md-1 .content img {
margin-bottom: 80px;
  margin-bottom: 25px;
}
}
.about-page .section-5 .btgrid .row-1 .col-md-1 .content h3 {
font-size: 40px;
padding-top: 45px;
  font-weight: 500;
  position: relative;
  margin-bottom: 0;
}
.about-page .section-5 .btgrid .row-1 .col-md-1 .content h5 {
font-size: 30px;
margin-bottom: 15px;
}
.about-page .section-5 .btgrid .row-1 .col-md-1 .content > p {
font-size: 22px;
margin-bottom: 0;
}
@media (max-width: 990px) {
.about-page .section-5 .btgrid .row-1 .col-md-1 .content h5 {
    margin-bottom: 8px;
  }
.about-page .col-md-6 {
  flex-basis: 100%;
}
}

#events {
padding: 116px 267px 88px 79px;
}
@media (max-width: 990px) {
#events {
    padding: 20px 0;
  }
}
#events > h3 {
font-size: 50px;
  line-height: 73px;
}

.contacts-view {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

@media (max-width:991px) {
  .contacts-view {
    justify-content: center;
    gap: 22px;
  }
}

.contacts-view > div {
  flex: 1 0 21%;
}

.contacts-view .pic-holder {
  padding: 0 10%;
  border: 1px solid #ddd;
  max-width: 280px;
  height: 340px;
}

.contacts-view .pic {
  position: relative;
  padding-bottom: 150%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.contacts-view .pic img {
  position: absolute;
  height: 100%;

}

.contacts-view .name {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding: 30px 10px 0;
}

.contacts-view .job {
  text-align: center;
  font-size: 18px;
  padding: 0 10px 18px 10px;
}

.contacts-view .buttons {
  text-align: center;
}

.contacts-view > div {
  max-width: 21%;
  flex: 1 0 21%;
}

@media (max-width:991px) {
  .contacts-view .pic {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    width: 100%;
  }

  .contacts-view .pic img {
    position: absolute;
    top: auto;
    left: auto;
    margin-right: auto;
    transform: none;
    width: 100%;
    inset: 0;
    margin: auto;
    width: 100%;
  }

  .contacts-view .pic-holder {
    margin: auto;
    padding: 0;
    width: 140px;
    height: 170px;
    overflow: clip;
  }
}

@media (max-width: 1399px) and (min-width:1200px) {
  .contacts-view > div {
    max-width: 28%;
    flex: 1 0 28%;
  }
}

@media (max-width: 1200px) and (min-width:992px) {
  .contacts-view > div {
    max-width: 42%;
    flex: 1 0 42%;
  }
}

@media (max-width: 992px)and (min-width:768px) {
  .contacts-view > div {
    max-width: 29%;
    flex: 1 0 29%;
  }
}



@media (max-width: 768px)and (min-width:576px) {
  .contacts-view > div {
    max-width: 45%;
    flex: 1 0 45%;
  }
}

@media (max-width: 576px) {
  .contacts-view > div {
    max-width: 42%;
    flex: 1 0 42%;
  }
}


.sidebar-mobile {
  display: none;
}

@media (max-width:1100px) {
  .root-page-60 .section-3 .content h2 {
    font-size: 1.6rem;
  }
}

@media (max-width:991px) {
  .root-page-60 .section-3.negetive-margin {
    padding: 3rem;
  }

  .department-header .dep_details > .dep_contact h4 {
    text-align: center;
  }

  div[class^=root-page-].department .rich-content .row {
    flex-direction: column-reverse;
    padding-block-start: 60px;
  }

  div[class^=root-page-].department .rich-content .sub_menu a {
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 2;
  }

  div[class^=root-page-].department .rich-content .ouredu {
    padding-top: 3rem;
    text-align: center;
  }

  div[class^=root-page-].department .rich-content .ouredu .row {
    padding-block-start: 40px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  div[class^=root-page-].department .rich-content .ouredu .content {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  div[class^=root-page-].department .rich-content .ouredu span.pic {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  div[class^=root-page-].department .rich-content .ouredu .col-md-3 {
    margin-bottom: 60px;
  }

  div[class^=root-page-].department .rich-content .row .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .page-header-content {
    top: 50%;
  }

  div[class^=root-page-] .sidebar {
    display: none;
  }

  .sidebar-mobile {
    display: block;
  }

  .sidebar-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ddd;
  }

  .sidebar-mobile ul > li {
    border-top: 1px solid #ddd;
  }

  .sidebar-mobile ul > li a {
    display: block;
    padding: 15px;
  }

  .page-60::before {
    background-color: rgb(0 0 0 / 40%);
  }

  .page-60 .bgimg {
    opacity: 1;
  }

  .page-60 {
    height: 616px;
  }

  .page-60 h1.page-title {
    font-size: 45px;
    font-weight: bold;
  }

  .page-60 .page-title + p {
    text-align: center !important;
  }

  .root-page-60 .section-1 .centered-content h2 + p,
  .root-page-60 .section-1 .centered-content h2 + p + p,
  .root-page-60 .section-1 .centered-content h2 + p + p + p,
  .root-page-60 h2 {
    text-align: center !important;
  }

  .root-page-60 .pirsomot a {
    padding-bottom: 280px;
    padding-bottom: 0;
    padding-block: 99px;
  }

  .pirsomot.pirsomot-6 .wrap {
    position: relative;
  }

  .pirsomot.pirsomot-6 .wrap .lines {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4) !important;
  }

  .root-page-60 .pirsomot a .info {
    inset: 0;
    margin: auto;
    text-align: center;
  }

  .root-page-60 .pirsomot a .info h3 {
    font-size: 30px;
  }

  .root-page-60 .pirsomot a .info h3 + div {
    max-width: 70%;
    margin: auto;
  }

  .root-page-60 .pirsomot a .info h3 + div {
    display: none;
  }

  .root-page-60 .section-3 .content span {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
  }

  .root-page-60 .section-3 > h2 + p {
    text-align: center;
  }

}

@media (max-width:767px) {
  .root-page-60 .line_after {
    font-size: 22px;
    color: #fff;
  }

  .root-page-60 .rich-content {
    padding: 0;
  }

  .root-page-60 main .row {
    margin-left: 0;
    margin-right: 0;
  }

  .root-page-60 .section-2 h2 {
    margin-right: 0 !important;
    line-height: 1.3;
    margin-bottom: 50px;
  }

  .root-page-60 .section-2 .col-md-3 {
    max-width: 320px;
    margin: auto;
    text-align: center;
  }

  .root-page-60 .section-2 .col-md-3 p {
    margin-bottom: 0;
  }

  .root-page-60 .section-2 .col-md-3 .content p:first-child {
    margin-bottom: 30px;
  }

  .root-page-60 .section-2 .col-md-3 .content p:last-child {
    margin-bottom: 60px;
  }

  .root-page-60 .section-2 .rich-content {
    padding-inline: 20px;
  }

	/*
	.root-page-60 .section-3.negetive-margin.inverted-text-color + p,
	.root-page-60 .section-4 + p {
	display: none;
	}
	*/

  .root-page-60 .section-4 .col-md-8,
  .root-page-60 .section-4 .col-md-8 p,
  .root-page-60 .section-4 .col-md-8 a,
  .root-page-60 .section-4 .col-md-8 h2 {
    color: #fff !important;
  }

  /* .root-page-60 .section-4 .row.row-1,
.root-page-60 .section-4 .row.row-2,
.root-page-60 .section-4 .row.row-3 {
position: relative;
height: 90vh;
margin-inline: 0;
background-size: cover;
background-color: rgba(0, 0, 0, 0.7);
} */

  .root-page-60 .section-4 div[class^='row'] {
    position: relative;
    /*height: 90vh;*/
    margin-inline: 0;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.7);
  }

  /* .root-page-60 .section-4 .row-1 .col-md-4,
.root-page-60 .section-4 .row-2 .col-md-4,
.root-page-60 .section-4 .row-3 .col-md-4 {
position: absolute;
z-index: -1;
top: 0;
padding: 0;

} */

  .root-page-60 .section-4 div[class^='row'] .col-md-4 {
    /*position: absolute;
    z-index: -1;
    top: 0;
    padding: 0;*/
	position: initial;
  }

  /* .root-page-60 .section-4 .row-1 .col-md-4 .content,
.root-page-60 .section-4 .row-2 .col-md-4 .content,
.root-page-60 .section-4 .row-3 .col-md-4 .content {
min-height: 90vh;
} */

  .root-page-60 .section-4 div[class^='row'] .col-md-4 content {
    min-height: 90vh;
  }

  /* .root-page-60 .section-4 .row-1 .col-md-4 img,
.root-page-60 .section-4 .row-2 .col-md-4 img,
.root-page-60 .section-4 .row-3 .col-md-4 img {
height: 90vh;
object-fit: cover;
} */

  .root-page-60 .section-4 div[class^='row'] .col-md-4 img {
    /*height: 90vh;
    object-fit: cover;*/
	height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
  }

  .root-page-60 .section-4 .centered-content {
    padding-inline: 1.5rem;
  }

  .root-page-60 .section-4 .col-md-8 .line_after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .root-page-60 .section-4 .col-md-8 p .line_after,
  .root-page-60 .section-4 .col-md-8 li .line_after {
    line-height: 3;
    padding-inline-end: 1.2rem;
  }

  .root-page-60 .section-4 .col-md-8 p:last-child .line_after {
    border-bottom: none;
  }

}


.page-header.standart .page-header-content,
.page-header.minimal .page-header-content {
  display: none;
}

.page-header.standart,
.page-header.minimal {
  height: 140px;
}

p.pic > .dpvid {
  position: relative;
  width: 100%;
  max-width: 344px;
  height: 390px;
  display: block;
  margin-inline: auto;
  overflow: hidden;
}

p.pic > .dpvid img {
  height: 100%;
  object-fit: cover;
}

.dpvid .glayer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

div[class^=root-page-].department .pic .dpvid .glayer img {
  width: 62px;
  height: 62px;
}

@media (min-width:991px) {
  h2.heavy45 {
    font-size: 45px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 45px;
  }
}


.numbers-widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.has-numbers {
  margin-right: 270px;
  margin-left: 155px;
}

.numbers-widget {
  padding-right: 1%;
}

.numbers-widget > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 265px;
  text-align: center;
  margin-bottom: 120px;
  position: relative;
}

.has-numbers .icon {
  position: relative;
  width: 100%;
  max-width: 110px;
  height: 100px;
  margin-bottom: 1rem;
}

.has-numbers .icon + p {
  margin: 0;
  font-size: 1.375rem;
  text-align: center;
  min-height: 70px;
}

.has-numbers img {
  max-height: 100px;
}

@media (max-width:1700px) {
  .has-numbers {
    margin-right: 45px;
  }

  .numbers-widget {
    padding-right: 7.5%;
  }

  .has-numbers h2 {
    font-size: 1.8rem;
  }
}

@media (max-width:1500px) {
  .has-numbers {
    margin-left: 45px;
  }
}

@media (max-width:1150px) {
  .has-numbers {
    margin-left: 1rem;
  }

  .numbers-widget {
    padding-right: 0;
  }
}

@media (max-width:991px) {
  .has-numbers {
    margin-left: 1rem;
  }
}

@media (max-width:770px) {
  .numbers-widget {
    flex-direction: column;
    align-items: center;
  }

  .has-numbers h2 {
    margin-right: 0;
    line-height: 1.3;
    margin-bottom: 50px;
  }

  .has-numbers .icon {
    margin-bottom: 30px;
  }

  .numbers-widget > div {
    margin-bottom: 60px;
  }
}