

/* Start:/bitrix/templates/.default/components/bitrix/news.detail/r-wide-speciality-detail-test/style.css?17834190693434*/
div.news-detail {
    word-wrap: break-word;
}

div.news-detail img.detail_picture {
    float: left;
    margin: 0 8px 6px 1px;
}

.news-date-time {
    color: #486DAA;
}

.rgunh-section-title {
    font-family: 'Raleway-Regular';
}

.admision__rgunh-title {
    font-family: 'Raleway-Regular';
    font-weight: 400;
    font-size: 23px;
}

.admision__rgunh-bold-block {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.admision__rgunh-bold-text {
    font-size: 18px;
    line-height: 25px;
}

.admision__rgunh-bold-icon {
    flex-shrink: 0;
}

.description__info-block {
    display: flex;
    column-gap: 150px;
    row-gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.description__info-item {}

.description__info-title {
    font-family: 'Raleway-Regular';
    color: #075A28;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
}

.description__info-text {
    font-family: 'Raleway-Regular';
    font-weight: 600;
    font-size: 24px;
}

.moduls__wrapper {}

.moduls__item {
    border-bottom: 1px solid #1F1F1F;
}

.moduls__item:not(:last-child) {
    margin-bottom: 40px;
}

.moduls__button {
    position: relative;
    display: flex;
    padding-bottom: 40px;
    width: calc(100% - 20px);
    flex-wrap: wrap;
    row-gap: 20px;
}

.moduls__title {
    cursor: pointer;
    width: 300px;
    font-family: 'Raleway-Regular';
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
    color: #075A28;
    margin-bottom: 0;
}

.moduls__name {
    cursor: pointer;
    font-family: 'Raleway-Regular';
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #075A28;
    width: 100%;
}

.moduls__name h4 {
    width: calc(100% - 80px);
}

.moduls__btn-disabled {
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: 0;
}

.moduls__btn-activated {
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: 0;
}

.moduls__info {
    opacity: 0;
    max-height: 0;
    margin-bottom: 0;
    transition: all .3s;
}

.moduls__info p {
    margin-bottom: 0;
}

.moduls__info--activated {
    opacity: 1;
    max-height: 1000px;
    margin-bottom: 20px;
}

.moduls__link {
    cursor: pointer;
    position: relative;
    z-index: 100;
    display: block;
    text-decoration: underline;
    font-family: 'Raleway-Regular';
    font-size: 20px;
    font-weight: 600;
    color: #075A28;
    margin-top: 60px;
}

.contact__wrapper {
    display: flex;
    column-gap: 30px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.contact__info {
    width: 100%;
    max-width: 350px;
}

.contact__list-item {
    padding: 0;
}

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

.contact__list-item a {
    color: #1E1E1E;
    font-weight: 400;
    cursor: pointer;
}



@media screen and (min-width: 700px) {
	.specialisation__main-title {
	    font-family: 'Raleway-Regular';
	    font-size: 35px;
	    font-weight: 400;
	    margin-top: 70px;
	    margin-bottom: 20px;
	    line-height: 50px;
	    color: #1E1E1E;
	}
}

@media screen and (max-width: 699px) {
	.specialisation__main-title {
	    font-family: 'Raleway-Regular';
	    font-size: 20px;
	    font-weight: 400;
	    margin-top: 70px;
	    margin-bottom: 20px;
	    color: #1E1E1E;
	}
}

@media (max-width: 730px) {
    .moduls__btn-activated, .moduls__btn-disabled {
        width: 35px;
    }
    .vacancy__slider-container {
        margin-top: 75px;
    }
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/r-contact-info-priem/style.css?17842140782403*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}


@media screen and (min-width: 901px) {

	.partners-list {
	  width: 100%;
	  padding-bottom: min(9.375rem, 150px);
	  display: flex;
	  flex-direction: row;
	  justify-content: flex-start;
	  align-items: stretch;
	  flex-wrap: wrap;
	}
	
	.partners-list__element {
	  width: 100%;
	  box-sizing: border-box;
	  padding: min(1.875rem, 30px);
	  border: 1px solid #DEDEDE;
	}
	
	.partners-list__element .name {
	  font-weight: bold;
	  line-height: 160%;
	  color: #120934;
	}
	
	.partners-list__element .img {
	  width: 100%;
	  height: calc(110px + 6.875rem);
	  padding: 20px;
	  box-sizing: border-box;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	}
	
	.partners-list__element .img img {
	  width: 100%;
	  max-width: 300px;
	  height: auto;
	  max-height: 140px;
	}
	
	.partners-list__element .link {
	  width: 100%;
	  display: flex;
	  flex-direction: row;
	  justify-content: space-between;
	  align-items: center;
	}
	
	.partners-list__element .link a {
	  color: #E1110D;
	}

}






@media screen and (max-width: 900px) {
	.partners-list {
	  width: 100%;
	  padding-bottom: min(9.375rem, 150px);
	  display: flex;
	  flex-direction: row;
	  justify-content: flex-start;
	  align-items: stretch;
	  flex-wrap: wrap;
	}
	
	.partners-list__element {
	  width: 100%;
	  position: relative;
	  box-sizing: border-box;
	  padding: 20px;
	  border: 1px solid #DEDEDE;
	}
	
	.partners-list__element .name {
	  position: absolute;
	  top: 20px;
	  left: 20px;
	  width: calc(100% - 40px);
	  height: 45px;
	  overflow: hidden;
	  font-size: 14px;
	  font-weight: bold;
	  line-height: 160%;
	  color: #120934;
	}
	
	.partners-list__element .img {
	  width: 100%;
	  height: calc(110px + 6.875rem);
	  margin-top: 30px;
	  padding: 20px;
	  box-sizing: border-box;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	}
	
	.partners-list__element .img img {
	  width: 100%;
	  max-width: 200px;
	  height: auto;
	  max-height: 90px;
	}
	
	.partners-list__element .link {
	  width: 100%;
	  display: flex;
	  flex-direction: row;
	  justify-content: space-between;
	  align-items: center;
	}
	
	.partners-list__element .link a {
	  color: #E1110D;
	}

}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.detail/r-wide-speciality-detail-test/style.css?17834190693434 */
/* /bitrix/templates/.default/components/bitrix/news.list/r-contact-info-priem/style.css?17842140782403 */
