/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Slab:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Open Sans", sans-serif !important;
    background-color: #FFFFFF !important;
    color: #333;
    max-width: 1920px;
    margin: 0 auto !important;
}
.container {
    width: 100% !important;
    padding: 0;
    position: relative;
}
.navigation-component {
    width: 100%;
    height: 105px;
    min-height: 100%;
    margin: 0 auto;
    background-color: #F3FAFF;
    padding: 20px 40px;
}
.nav-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
}
.nav-content-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 24px;
    min-height: 100%;
}
.nav-content-top-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 8px;

}
.nav-content-top-main img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.nav-content-top-main p {
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
    color: #08487C;
    text-decoration: underline;
}
.nav-content-top-img {
    width: 13px;
    height: 13px;
    object-fit: cover;
}
.nav-content-top-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
    color: #08487C;
}
.nav-underline {
    font-weight: 600;
    color: #08487C;
    text-decoration: underline;
}
.nav-content-bottom p {
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
    color: #08487C;
    text-transform: uppercase;
    padding: 0 8px;
}*/
.rukovod_page_section {
    width: 100%;
    margin: 0 auto;
    padding: 40px;
}
.rukovod-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.rukovod-content-top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
}
.rukovod-content-bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}
.rukovod-top-image img {
    width: 440px;
    height: 433px;
    object-fit: cover;
    border-radius: 50px;
}
.rukovod-top-info-top h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 0;
}
.rukovod-top-info-position span {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  color: #B8A05E;
  margin-bottom: 0;
}
.rukovod-top-info-position p {
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 0;
}
.rukovod-top-info-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.rukovod-top-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.rukovod-top-info-bottom {
    background-color: #F3FAFF;
    padding: 40px;
    border-radius: 20px;
}
.rukovod-top-info-bottom p {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000000;
    font-style: italic;
    margin-bottom: 0;
}
.rukovod-bottom-left, .rukovod-bottom-right {
    max-width: 670px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.rukovod-bottom-left-contacts {
    height: 246px;
    border: 1px solid #08487C;
    padding: 40px;
    border-radius: 20px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.rukovod-bottom-left-contacts h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 0;
}
.rukovod-bottom-left-contacts-info ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 0;
}
.rukovod-bottom-left-contacts-info ul li span {
    font-weight: 700;
}
.rukovod-bottom-left-questions h4, .rukovod-bottom-left-ask h4 {
    color: #08487C;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 40px;

}
.rukovod-bottom-left-questions-card h5 {
    color: #08487C;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
}
.rukovod-bottom-left-questions-card p {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
}
.rukovod-bottom-left-questions-card-btn {
    border: none;
    background-color: transparent;
    color: #08487C;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
    text-decoration: underline;
    text-decoration-style: dotted;
}
.rukovod-questions-card-hidden-block {
    background-color: #F3FAFF;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
    display: none;
}
.rukovod-questions-card-hidden-block h5 {
    color: #08487C;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
}
.hidden-block-text {
    color: #000000 !important;
    font-size: 16px ;
    font-weight: 400 !important;
    line-height: 100% !important;
    letter-spacing: 1% !important;
    margin-bottom: 0;
}
.rukovod-bottom-left-questions-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    height: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #D9D9D9;
}
.rukovod-bottom-left-questions-card-btn:hover {
    text-decoration: none;
}
.rukovod-bottom-left-questions-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.rukovod-form-field {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.rukovod-form-field label {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
}
.rukovod-form-field input {
    height: 56px;
    padding: 10px 24px;
    border-radius: 8px;
    border: 1px solid #08487C;
    width: 100%;
}
form.rukovod-bottom-left-ask-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.rukovod-form-field textarea {
    height: 155px;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #08487C;
    width: 100%;
}
.question-btn {
    width: 161px !important;
}
.rukovod-bottom-left-ask {
    width: 100%;
}
.rukovod-bottom-right-education {
    background-color: #F3FAFF;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.rukovod-bottom-right-education h4 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
}
.rukovod-education-list li {
    list-style: none;
}
.rukovod-education-list-item-first p, .rukovod-education-list-item p, .rukovod-achievements-list-item p, .rukovod-bottom-right-education p, .rukovod-bottom-right-education div {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 0;
}
.rukovod-education-list-item-first span {
    font-weight: 700;
}
.rukovod-education-list-item-dot::before {
  content: "•";
  color: #000000;
  margin-right: 10px; 
  font-weight: 700;
  padding-left: 10px;
}
ul.rukovod-education-list {
    padding: 0;
    margin-bottom: 0;
}
@media (max-width:1280px) {
    .container {
      max-width: 100% !important;
      padding: 0 !important;
    }
    .nav-content-top-main img {
      width: 22px;
      height: 22px;
    }
    .nav-content-top-main p, .nav-content-top-subtitle {
      font-size: 12px;
    }
    .nav-content-top-img {
      width: 11px;
      height: 11px;
    }
    .nav-content-bottom p {
      font-size: 28px;
    }
    .nav-content {
      gap: 10px;
    }
    .navigation-component {
      height: 100%;
      padding: 16px 36px;
    }
    .rukovod_page_section, .rukovod-top-info-bottom {
        padding: 30px;
    }
    .rukovod-content, .rukovod-content-top, .rukovod-top-info, .rukovod-bottom-left-questions-cards {
      gap: 30px;
    }
    .rukovod-top-image img {
        width: 350px;
        height: 100%;
    }
    .rukovod-top-info-top {
        gap: 10px;
    }
    .rukovod-top-info-top h4  {
        font-size: 28px;
    }
    .rukovod-top-info-position span, .rukovod-bottom-left-questions-card h5, .rukovod-bottom-left-questions-card-btn, .hidden-block-text, .rukovod-form-field label, 
    .rukovod-form-field input::placeholder, .rukovod-form-field textarea::placeholder, .details-btn{
        font-size: 14px;
    }
    .rukovod-top-info-position p, .rukovod-bottom-left-questions-card p {
        font-size: 16px;
    }
    .rukovod-top-info-bottom p {
        font-size: 18px;
    }
    .rukovod-bottom-left, .rukovod-bottom-right {
        max-width: 100%;
        gap: 30px;
    }
    .rukovod-bottom-left-contacts {
        gap: 15px;
        padding: 30px;
        height: 100%;
        width: 100%;
    }
    .rukovod-bottom-left-contacts h4, .rukovod-bottom-right-education h4 {
        font-size: 22px;
    }
    .rukovod-bottom-left-contacts-info ul li {
        font-size: 16px;
        line-height: 25px;
    }
    .rukovod-bottom-left-questions h4, .rukovod-bottom-left-ask h4 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .rukovod-bottom-left-questions-card {
        height: 100%;
        gap: 15px;
    }
    .rukovod-questions-card-hidden-block {
        gap: 13px;
    }
    form.rukovod-bottom-left-ask-form{
        gap: 15px;
    }
    .rukovod-form-field input {
        height: 50px;
        padding: 8px 22px;
    }
    .rukovod-form-field textarea {
        height: 99px;
        padding: 22px;
    }
    .rukovod-bottom-right-education {
        padding: 30px;
    }
    .rukovod-education-list-item-first p, .rukovod-education-list-item p, .rukovod-achievements-list-item p, .rukovod-bottom-right-education p, .rukovod-bottom-right-education div {
        font-size: 14px;
    }
}
@media (max-width:768px) {
   .nav-content-top-main img {
        width: 19px;
        height: 19px;
    }
    .nav-content-top-main {
        gap: 5px;
        padding: 10px 5px;
    }
    .nav-content-top-img {
        width: 9px;
        height: 9px;
    }
    .nav-content-top-main p, .nav-content-top-subtitle {
        font-size: 10px;
    }
    .nav-content-top, .college-content-left-text, .college-content-right-mission-text {
        gap: 10px;
    }
    .nav-content {
        gap: 5px;
    }
    .navigation-component {
        height: 100%; 
        padding: 15px 20px;
    }
    
    .nav-content-bottom p {
        font-size: 24px; 
        padding: 0 5px;
    }
    .nav-content-top-main p, .nav-content-top-subtitle{
       font-size: 12px;
    }
    .rukovod_page_section, .rukovod-top-info-bottom {
        padding: 20px;
    }
    .rukovod-content, .rukovod-content-top, .rukovod-top-info, .rukovod-bottom-left-questions-cards, .rukovod-bottom-left, .rukovod-bottom-right {
        gap: 20px;
    }
    .rukovod-top-image img {
        width: 100%;
    }
    .rukovod-top-info-top {
        gap: 5px;
    }
    .rukovod-top-info-top h4 {
        font-size: 26px;
    }
    .rukovod-top-info-position span, .rukovod-bottom-left-questions-card h5, .rukovod-bottom-left-questions-card-btn, .hidden-block-text, .rukovod-form-field label, .rukovod-form-field input::placeholder, .rukovod-form-field textarea::placeholder, .details-btn {
        font-size: 12px;
    }
    .rukovod-top-info-position p, .rukovod-bottom-left-questions-card p {
        font-size: 14px;
    }
    .rukovod-top-info-bottom p {
        font-size: 16px;
    }
    .rukovod-content-bottom, .rukovod-bottom-left-questions-card {
        gap: 10px;
    }
    .rukovod-bottom-left-contacts {
        gap: 10px;
        padding: 20px;
    }
    .rukovod-bottom-left-contacts h4, .rukovod-bottom-right-education h4 {
        font-size: 20px;
        line-height: 100%;
    }
    .rukovod-bottom-left-contacts-info ul li {
        font-size: 14px;
        line-height: 22px;
    }
    .rukovod-bottom-left-questions h4, .rukovod-bottom-left-ask h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .rukovod-bottom-left-questions-card {
        padding-bottom: 10px;
    }
    .rukovod-questions-card-hidden-block, form.rukovod-bottom-left-ask-form {
        gap: 7px;
    }
    .rukovod-form-field input {
        height: 48px;
        padding: 6px 15px;
    }
    .rukovod-form-field textarea {
        height: 96px;
        padding: 15px;
    }
    .question-btn {
        width: 151px !important;
    }
    .rukovod-bottom-right-education {
        padding: 20px;
        gap: 5px;
    }
    .rukovod-education-list-item-first p, .rukovod-education-list-item p, .rukovod-achievements-list-item p, .rukovod-bottom-right-education p, .rukovod-bottom-right-education div {
        font-size: 12px;
    }
    .rukovod-content-top, .rukovod-content-bottom {
        flex-direction: column;
        align-items: center;
    }
    .rukovod-top-info, .rukovod-top-info-top, .rukovod-bottom-left {
        align-items: center;
    }
    .rukovod-bottom-left-questions-cards {
        align-items: flex-start;
    }
}
@media (max-width: 480px) {
    .nav-content-top-main p, .nav-content-top-subtitle {
        font-size: 10px;
    }
    .nav-content-bottom p {
        font-size: 18px;
    }
    .nav-content-top-main img {
        width: 17px;
        height: 17px;
    }
    .nav-content-top-img {
        width: 7px;
        height: 7px;
    }
    .nav-content-top, .college-content-left-text, .college-content-right-mission-text {
        gap: 5px;
    }
    .navigation-component {
        padding: 10px 15px;
    }
    .rukovod_page_section {
        padding: 10px;
    }
    .rukovod-top-info-bottom p {
        font-size: 14px;
        line-height: 100%;
    }
    .rukovod-top-info-bottom {
        padding: 15px;
    }
}