:root {
    --desctope:       1400px;
    --m-b:            4rem;
    --red:            #A02C2C;
    --color-:         #092b67;
    --color-d:        #1c5e80;
    --color-l:        #235fbe;
    --color-sl:       #def4ff;
}
.dot-menu {
    --menu-a:         #fff;
    --menu-bg:        transparent;
    --submenu-bg:     #fff;
    --menu-stop-a:    #fff;
    --menu-stop-bg:   var(--color-);
    --menu-phone-bg:  transparent;
    --menu-position:  fixed;
}
table {
    --bg-th:           var(--color-);
    --color-th:        #fff;
    --bord-th:         var(--gray);
    --bg-td:           #fff;
    --bord-td:         var(--gray);
}
body {
    background: #f6f6f7;
}
@font-face {
    font-family: 'title';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'), url('../fonts/Gilroy-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
:is([class*=box-] > *,.box > *, section ul, section ol, p) a:not([class*=btn]) {
    border-bottom: dotted 2px;
}
.color-l {
    --color: var(--color-l);
}
.dot-menu img {
    height: 2rem;
}
.footer {
    --bg: var(--color-);
    color: #fff;
}
.footer * {
    --color: #fff;
}
#rotator  {
    --rotator-height: 400px;
    --filter: brightness(50%);
}
.grid-1-5 {
    --col: 1fr 5fr
}
.header .grid-1-5 h1 {
    --f-size: 2.3rem;
    margin: auto !important;
}
.header .grid-1-5 {
    margin: 1rem auto 3rem;
}
.page {
    --desctope: 1000px;
}
h2.page-title, h2.title {
    text-transform: uppercase;
    margin-bottom: 2rem;
    color: var(--gray-sd);
    position: relative;
}
h2.page-title {
margin-top: var(--m-b);
}
h2.page-title:after, h2.title:after {
    content: "";
    width: 48px;
    height: 3px;
    display: block;
    position: relative;
    margin-top: 4px;
    background-color: var(--color-);
}

h1.page-title {
    margin-bottom: 2rem;
    color: var(--gray-sd);
}
.dropmenu-a.dropmenu-active, .dropmenu-a.dropmenu-active:after {
    color: var(--gray)!important;
}
#search.search-open {
    background: var(--color-);
}
#search .submit {
    position: absolute;
    top: 0;
    right: -33px;
    overflow: hidden;
    cursor: pointer;
    border: none;
    background: var(--color-l);
    color: #f5fcff;
    height: 1.8rem;
    width: 100px;
    border-radius: 0 3px 3px 0;
}

.section :is(h1, h2, h3, h4, h5, h6) {
    padding-bottom: 1rem;
}
.title {
    font-family: 'title';
    text-transform: uppercase;
    --color: var(--color-);
}
.header {
    position: relative;
    font-family: 'title';
    margin-bottom: var(--m-b);
    padding: 6rem 1rem .3rem;
    place-items: center;

}
.header h1 {
    margin: 2rem 0 3rem;
    font-weight: bold;
    text-align: center;
}
.header.programs h1 {
    --f-size: 1.2rem !important;
}

.header.programs h2    {
    margin-bottom: 4rem;
}
.header .h1 {
    margin-bottom: 3rem;
}
.header * {
    position: relative;
    color: #fff;
}
.header::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent url(../images/bg.jpg) no-repeat top center;
    background-size: cover;
    filter: brightness(50%);

}
.header a:before, .footer a:before {
    color: #fff;
}


.logo img {
    min-width:200px;
    margin: auto;
}
.menu .btn {
    margin-bottom: 0;
    --bg-btn: #fff;
    padding: 0.3rem 0.5rem;
    border: 1px solid var(--red) !important;
}
.menu .btn a {
    --color: var(--red);
}
.menu .btn a:hover, .menu .btn:hover {
    --bg: #fff;
}
.submenu-show {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    width: 100%;
    top: 3rem;
    left: 0;
}
.menu-stop .submenu {
    background: #fff;
    box-shadow: 0 0 22px #000;
}
.submenu-show a {
    color: var(--color-);
}
.submenu-show a.red {
    color: var(--red);
}
p ~ .title {
    margin-top: 3.5rem;
}
.title a, a.title , a .title {
    border-bottom: none !important;
    text-decoration: none !important;
    color:var(--gray-sd);
}
.date {
    font-size: .8rem !important;
    color: var(--red);
}
.copyright {
    text-align: center;
}
.card > div {
    background: #fff;
    position: relative;
}
.card-text {
    padding: 1rem 1rem 0;
    font-weight: 400;
    --f-size: .88rem;
    /*min-height: 10rem;*/
}
.card a {
    color: #4c4c4c;
}
.card img {
    border: 1px solid #f6f6f7;
}
.m0 {
    margin-bottom: 0  !important
}
.card .readmore {
    padding: 1rem;
}
.readmore {
    position: relative;
    font-size: .8rem;
    display: inline-block;
    font-weight: 700;
}
.readmore a {
    color: var(--color-l) !important;
    border-bottom: 0 !important;
}
.readmore:after {
    position: absolute;
    font-family: 'ProTo';
    font-size: .6rem;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: -20px;
    content: '>';
}
.card-bg {
    min-height: 10rem;
    position: relative;
}
.card-bg:before {
    position: absolute;
    content: '';
    background: #000000ad;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
}
.card-bg:hover:before {
    background: #091a51de;
}
.card-bg p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) ;
    width:90%;
    text-align: center;
}
.card-bg a {
    color: #fff;
}

.pub h4 {
    color: var(--gray);
    --f-size: 1.1rem;
    text-transform: uppercase;
}
.pub h2 {
    color: var(--gray-sd);
    --f-size: 1.3rem;
    margin-bottom: 1rem !important;
}

a.gray-l, .gray-l {
    color: var(--gray);
    --f-size: .7rem;
}
.gray-d {
    --color: var(--gray-d);
}
.pub .small {
    --f-size: 90% !important;
}
.pub-ul  {
    list-style: none;
    margin-left: 0;
}
.pub-ul li {
    list-style: none;
    margin-bottom: 1rem;
}
.pub-ul strong {
    color: var(--gray-sd);
}
#page-gallery img {
    max-height: 200px;
    margin: auto;
}
#page-gallery .splide__slide {
    background: #fff;

}
section.box, section .box- {
    --bg: white;
    --bord: none;
}
.box, [class*=box-]>* {
--bord: none;

}
.people .circle {
    width:200px;
    height:200px;
    margin: 0 auto 1rem;
}
.people h4 {
    text-align: center;
    --f-size: 1.3rem
}
.people  {
    font-size: .8rem
}

.people ul:last-of-type  {
     list-style-type: none;
   }
.people ul:first-of-type {
     list-style-type: disc;
}
 .label {
    background: #f6f6f7;
    padding: 0.5rem;
}
#people h5 {
    --f-size: .9rem;
    display: inherit;
}
 h5.h6 {
    --f-size: .9rem;
    display: inherit;
    font-weight: bold;
}
.tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    margin-bottom: 1rem;
    justify-content: space-between;
    --tab: #ddd;
    --tab-open: #eee;
}
.tabs h5 {
    order: -1;
    position: relative;
    background: var(--tab);
    background-size: cover;
    color: #fff;
    text-shadow: 0 0 20px #000;
    font-size: 1.1rem;
    display: grid;
    place-items: center;
    height: 220px;
    width: 220px;
    border-radius: 50%;
}

.tabs h5:nth-of-type(1) {
    --tab: transparent url(../images/tab-.jpg) no-repeat center;
}
.tabs h5:nth-of-type(2) {
    --tab: transparent url(../images/tab-2-.jpg) no-repeat center;
}
.tabs h5:nth-of-type(3) {
    --tab: transparent url(../images/tab-3-.jpg) no-repeat center;
}
.tabs h5:nth-of-type(4) {
    --tab: transparent url(../images/tab-4-.jpg) no-repeat center;
}
.tabs h5:nth-of-type(5) {
    --tab: transparent url(../images/tab-5-.jpg) no-repeat center;
}

.tabs h5.open, .tabs h5:hover {
    box-shadow: inset 0 0 122px #000
}
.tabs h5.open::before {
display: block;
    position: absolute;
    bottom: -18px;
    content: '';
    width: 15px;
    height: 15px;
    background: var(--color-);
    border-radius: 50%;
}

.tabs > div {
    display: none;
}
.tabs > div div:nth-child(2) {
    padding: 3rem;
}
.tabs > div.open {
    display: grid;
    width:100%;
    background: #fff;
    border-radius: 8rem;
    padding: 1rem;
    margin-top: 8px
}
.tabs > div.open ul {
    margin-left: 1rem;
}

.btn-line-white {
    --bord: 1px solid #000;
    --color: #000;
    --bg-btn: transparent
}
.img-height {
    height: 150px;
    overflow: hidden;
    position: relative;
}

.img-height img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/*phone*/
@media (max-width: 769px) {
    .title, .box, .section {
        margin-bottom: 2rem !important;
    }
 .tabs, .tabs > div {
        display: block;
        --tab: transparance;
        --tab-open: transparance;
    }
    .tabs h5, .tabs > div.open {
        padding: 0;
        margin-bottom: 1rem;
        pointer-events: none;
    }


.tabs img {
display: none;
}
 .tabs h5 {
 margin: auto;
 }
.tabs  > div.open {
background: none;
}
.tabs > div div:nth-child(2) {
    padding: .3rem;
}
    .menu-nav li:first-child {
    display: none;
    }
    p ~ .title {
        margin-top: .5rem;
    }
    .menu .btn {
        padding: 0.3rem 0.5rem 0;
    }
    .logo img {
        max-height:50px;
        margin: auto;
    }
    .header {
        padding: 3rem 1rem 1rem;
    }
    #search .submit {
    right: -17px;
    }
    .submenu-show {
    display: block;
    margin-left: -1rem;
    }
    .dropmenu-a.dropmenu-active, .dropmenu-a.dropmenu-active:after {
    color: #000000!important;
    }
#people img {
 max-width:100%;
}
 [class*=grid-].label>* {
 margin-bottom: 0 !important;
}
.label .red {
 text-align: left;
}
.label {
 margin-bottom: 1rem;
}
}

/*ipad*/
@media (min-width: 769px) and (max-width: 1024px) {
}
/*ipad portrait*/
@media  (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}
/*notebook*/
@media only screen and (max-width: 1650px) {
}
/*square*/
@media screen and (min-width: 1025px) and (max-width: 1400px) {
}
