

/* Start:/local/templates/kemgik/components/bitrix/news/kemgik_ped_sostav_metod/bitrix/news.detail/.default/style.css?17538923338806*/
.leader_block_full .detail_picture {
    border: 1px solid;
    border-image-source: linear-gradient(270deg, rgba(9, 125, 192, 0.5) 1.03%, rgba(255, 186, 0, 0.5) 100%);
    max-height: 350px;
    border-image-slice: 1;
    width: 100%;
    object-position: center;
    width: -moz-calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
    width: -o-calc(100% - 2px);
    width: calc(100% - 2px);
    object-fit: cover;
object-position: top;
}

.leader_block_name {
    border: 1px solid;
    border-image-source: linear-gradient(270deg, #097DC0 1.03%, #FFBA00 100%);
    border-image-slice: 1;
    padding: 25px 20px;
}

.leader_block_name:nth-last-child(n+2) {
  margin-bottom: 10px;
}

.leader_block_full .leader_block_name p.leader_block_post {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 3px;
}

.leader_block_name h4 {
    margin-top: 20px;
}

.leader_block_name h4 a, .leader_block_name h4 span {
    font-family: 'Spectral';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 100%;
    color: #000000;
    display: inline-block;
}

.leader_block_full .leader_block_name p.leader_block_desc:nth-child(odd) {
  margin-top: 17px;
}


.leader_block_full .leader_block_name p.leader_block_desc {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    color: #707070;
    margin-bottom: 0;
}

.leader_block_full .leader_block_name p.leader_block_post:first-letter,
.leader_block_full .leader_block_name p.leader_block_desc:first-letter,
.leader_block_name h4 span:first-letter,
.about_prepod_hide ul li:first-letter,
.about_prepod_hide ul li p:first-letter,
.work_contact_text .contact_name ul li:first-letter,
.work_contact_text .contact_name ul li p:first-letter,
.contact_text .contact_name ul li:first-letter,
.contact_text .contact_name ul li p:first-letter {
  text-transform: uppercase;
}

.leader_block {
    margin-bottom: 12px;
}

.contact {
    border: 2px solid;
    border-image-source: linear-gradient(270deg, #097DC0 1.03%, #FFBA00 100%);
    border-image-slice: 1;
    padding: 25px 20px;
}

.contact h5,
.work-time h5,
.documents h5,
.about_prepod h5 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #000000;
    margin-bottom: 25px;
}

.contact_text:not(:last-child) {
    margin-bottom: 10px;
}

.contact_text {
    display: flex;
    flex-direction: row;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #1B1B1B;
}

.contact_bold {
    font-weight: 600;
    margin-right: 10px;
}

.work-time {
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #097DC0 1.03%, #FFBA00 100%);
    border-image-slice: 1;
    padding: 25px 20px !important;
}

.work-time:nth-last-child(n+2),
.about_prepod:nth-last-child(n+2) {
    margin-bottom: 10px;
}

.work_contact_text:not(:last-child) {
    margin-bottom: 10px;
}

.work_contact_text {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #1B1B1B;
    display: flex;
}

.documents {
    border: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(9, 125, 192, 0.2) 0%, rgba(69, 81, 88, 0.2) 100%);
    border-image-slice: 1;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    margin-top: 22px;
}

.documents_margin_bottom {
    margin-bottom: 15px;
}

.about_kafs {
    overflow: auto;
    position: relative;
    padding-right: 10px;
}

.about_kafs.about_kafs_hide {
    height: 200px;
    overflow: hidden;
}

.container_full .documents .about_kafs p {
  font-size: 15px;
}

.about_kafs.about_kafs_hide:after {
    content: "";
    display: block;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
}

.about_button {
    margin-top: 5px;
}

.about_button .glow-on-hover {
    width: 120px;
    height: 22px;
    border: 0;
    outline: 0;
    background: none;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg,#097dc0 0,#ffba00 100%);
    border-image-slice: 1;
}

.about_button .glow-on-hover:before {
    content: '';
    border: 1px solid transparent;
    border-image: linear-gradient(90deg,#097dc0 0,#ffba00 100%);
    border-image-slice: 1;
    position: absolute;
    top: -1px;
    left: -1px;
    background-size: 100%;
    z-index: -1;
    width: 120px;
    height: 22px;
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.about_button .glow-on-hover:hover:before {
    content: '';
    border: 1px solid transparent;
    border-image: linear-gradient(90deg,#097dc0 0,#ffba00 100%);
    border-image-slice: 1;
    position: absolute;
    top: -1px;
    left: -1px;
    background-size: 100%;
    z-index: -1;
    width: 120px;
    height: 22px;
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.about_button .glow-on-hover a {
    text-decoration: none;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
}

.about_button .glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent;
}

.container_full .documents .about_kafs ul li,
.container_full .documents .about_kafs ul li:not(:first-child),
.container_full .contact .contact_text .contact_name ul li,
.container_full .contact .contact_text .contact_name ul li:not(:first-child),
.container_full .work-time .work_contact_text .contact_name ul li,
.container_full .work-time .work_contact_text .contact_name ul li:not(:first-child),
.container_full .col-md-12 .about_prepod_hide ul li,
.container_full .col-md-12 .about_prepod_hide ul li p,
.container_full .col-md-12 .about_prepod_hide p,
.container_full .col-md-12 .about_prepod_hide ul li:not(:first-child),
.container_full .col-md-12 .about_prepod_hide ol li,
.container_full .col-md-12 .about_prepod_hide ol li p,
.container_full .col-md-12 .about_prepod_hide ol li:not(:first-child) {
  font-size: 15px;
}

.kafedra {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.main-section .container_full .kafedra p {
    padding-right: 10px;
    margin-bottom: 10px;
}

.kafedra a:not(:last-child) {
    margin-right: 23px;
}

.kafedra a, .kafedra a:link, .kafedra a:visited {
    border: 2px solid transparent;
    border-image-source: linear-gradient(270deg, #097DC0 0%, #ffba00 100%);
    border-image-slice: 1;
    padding: 20px 30px;
    background: white;
    font-family: Raleway;
    font-weight: 400;
    font-size: 15px;
    color: #455158;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.kafedra a:hover, .kafedra a:active, .kafedra a:focus {
    border-image-source: linear-gradient(90deg, #097DC0 0%, #ffba00 100%);
    cursor: pointer;
    background: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    justify-content: center;
}

.about_prepod {
  border: 1px solid #d6eaf6;
    padding: 40px 20px 20px;
    display: flex;
    align-items: flex-start;
    align-content: center;
    flex-direction: column;
}

@media screen and (max-width: 1399px) {
  .work-time:nth-last-child(n+2),
  .about_prepod:nth-last-child(n+2) {
    margin-bottom: 10px;
      margin-top: 10px;
  }
}

@media screen and (max-width: 1399px) {
  .display_none {
    display: none;
  }

  .kafedra a, .kafedra a:link, .kafedra a:visited {
    max-width: 100%;
  }

  .kafedra a:not(:last-child) {
      margin-bottom: 10px;
      margin-right: 0px;
  }

  .kafedra {
      display: contents;
  }
}

@media (min-width: 1400px) {
  .display_none_2 {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1399px) {
  .display_none_3 {
    display: none;
  }

  .display_none_4 .kafedra {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin-top: 10px;
      justify-content: flex-start;
  }

  .display_none_4 .kafedra a:not(:last-child) {
      margin-bottom: 0px;
      margin-right: 13px;
  }
}

@media screen and (max-width: 767px) {
  .display_none_4 {
    display: none;
  }
}

@media (min-width: 1400px) {
  .display_none_4 {
    display: none;
  }
}

.education {
  display: grid;
	margin-bottom: 10px;
}
/* End */
/* /local/templates/kemgik/components/bitrix/news/kemgik_ped_sostav_metod/bitrix/news.detail/.default/style.css?17538923338806 */
