<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.error-field{

}
.btn_arrow:hover span:after {
border-right:2px solid #fff;
border-bottom:2px solid #fff;
}
.two-col.structure-col li{
  display: block;
}

.nav-aside__link.active span {
  padding-left: 18px;
}
.nav-aside__link.active span::after {
  width: 6px;
  border-radius: 50%;
}
.nav-aside__link:hover span{
  padding-left: 18px;
}
.nav-aside__link:hover span::after{
  width: 6px;
  border-radius: 50%;
}

.error-field .floating-label__label, .error-field .label-rating{
    color: #ef6363 !important;
}


.modal-vacancy {
    max-width: 940px;
    width: 100%;
}
.upload label:hover {
    cursor: pointer;
}
.upload input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    position: absolute;
    z-index: -10;
}
.upload label.focus {
    outline: 1px solid #0078d7;
    outline: -webkit-focus-ring-color auto 5px;
}
.upload.dragover {
    background-color: #247ec3 25;
    border-width: 3px;
    border-color: #247ec3 8c;
}
.upload-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    margin-top: 18px;
}
.upload-file .close {
    width: 24px;
    height: 24px;
}
.upload-file .close::after, .upload-file .close::before {
    width: 14px;
}

.border-item{
    border-bottom: 1px solid #55987C24;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.border-item:last-of-type{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.achievements img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.h-300 {
	height: 300px;
}

.custom-table-wrap {
	overflow: auto;
}

.custom-table {
	width: 100%;
    margin: 0;
    background: none;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    background-image: none;
}

.custom-table td {
	width: 50%;
	padding: 5px 0;
	border-bottom: 1px solid #55987c24;
}


div.search-item h4.mb-4{
  margin: 0 !important;
}
div.search-preview{
  font-size: 14px;
}
.catalog-content{
  overflow-x: hidden;
}
.bg-green{
  background-color: #55987C !important;
}
div.search-item h4 span{
  background-color: #55987C;
  text-decoration: none;
  color: #fff;
  padding: 4px 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  top: -10px;
}

.search-result .search-sorting{
  display: none;
}

.search-item .bage{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  position: relative;
  top: -18px;
  padding: 4px 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}
.modern-page-navigation{
  font-size: 14px;
}

@media (max-width: 576px){
  .search-item .bage{
    display: block;
    width: fit-content;
    margin-top: 8px;
    position: static;
  }
}

.link-card__icon{
  padding: 12px;
}
.link-card__icon img{
  width: 100%;
  height: 100%;
}
.menu-mobile__close{
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
}
.search_mobile{
  margin-right: 30px;
}
.search_mobile .search__input{
  height: 46px;
}
.search_mobile .search__btn{
  padding: 11px 15px;
  border-radius: 12px;
}
.search_mobile .search__btn svg{
  width: 20px;
}
/* .search_mobile .input {
  border: 1px solid rgb(85 152 124);
} */

.menu-mobile{
  padding-right: 26px;
  padding-top: 26px;
}

@media (max-width: 576px){
  .link-card__icon{
    padding: 6px;
  }
  .btn-catalog{
    padding: 8px 18px;
  }
  .menu-mobile {
    padding: 16px;
    padding-bottom: 48px;
  }
  .search_mobile {
    margin-right: 26px;
  }
}


.partner-link{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.partner-link__img{
  height: 80px;
  width: auto;
}
.partner-link__img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.partner-link__title{
  transition: all 0.25s;
}
.partner-link:hover .partner-link__title{
  color: #55987C;
}
.grid-table {
	width: 100%;
    margin: 0;
    background: none;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    background-image: none;
}

.grid-table td {
	padding: 5px 0;
	border-bottom: 1px solid #55987c24;
}

.pills-table {
 width: 100%;
    margin: 0;
    background: none;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    background-image: none;
}

.pills-table tr {
	display:flex;
	padding: 5px 0;
	margin-bottom:20px;
	border: 1px solid rgba(85, 152, 124, 0.24);
	border-radius:32px;
}
.pills-table tr td{
	width:50%;
	padding:30px 20px;
}
.pills-table tr td:first-child{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
}
</pre></body></html>