/* overlay module */
#overlay {
    margin-top: 20px;
}
#overlay .breadcrumbs {
    margin: 26px 0 0 0;
}
#overlay header,
#overlay footer{
    display: none;
}
#overlay #wrapper {
    padding: 0;
}
#overlay .h0 {
    margin: 20px 0;
    text-align: left;
}
#overlay table,
#overlay form {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
}
/* table */
tbody th {
    background-color: #f15a31;
}
/* admin module */
.admin-menu  header.hdr-fixed {
    top: 30px;
}

/* cms elements */
table tr.even, table tr.odd {
    background-color: transparent;
}
table th {
    border-bottom: 1px solid #fff !important;
}
.marker {
    display: inline-block;
    background-color: #f00;
    padding: 0 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 0.8em;
}
ul.primary {
    height: 32px;
    border-color: #ebebeb;
}
.tabs-nav-item {
    margin-right: 5px;
}
.tabs-nav-item a:not(.active):hover {
    color: #fa8b24;
}
.action-links a {
    color: #f15a31;
}
a.tabledrag-handle, a.tabledrag-handle div.handle {
    width: 20px !important;
    height: 20px !important;
    display: inline-block;
    float: none;
}
.draggable a.tabledrag-handle {
    margin-left: 0;
    margin-right: 20px;
    padding: 0;
}
a.tabledrag-handle div.handle {
    margin: 0;
    background-position-y: 6px;
}
.content ul.vertical-tabs-list {
    -webkit-column-count: 1 !important;
    column-count: 1 !important;
}
.content ul>li.vertical-tab-button {
    max-width: 100%;
}
.content ul>li.vertical-tab-button:before {
    content: none;
}
li.vertical-tab-button>* {
    font-size: 1rem;
}
div.filter-help.form-wrapper {
    display: none;
}

/* forms */
.form-item .description {
    font: 100 0.9rem/1rem "Roboto", "Arial", sans-serif;
    color: #333;
    margin-top: 5px;
    margin-bottom: 20px;
}
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
    width: 100%;
    max-width: 100%;
    resize: none;
}
input[type="submit"] {
    margin-right: 1rem;
    margin-top: 1rem;

}
fieldset {
    border: 1px solid #ccc;
    border-radius: 12px;
    margin-bottom: 1rem;
}
fieldset > legend {
    width: auto;
    padding: 0 0.25rem;
    margin-left: 1rem;
    margin-bottom: 0;
}
fieldset .fieldset-wrapper {
    margin: 0 1.5rem 1.5rem 1.5rem;
}
.text-format-wrapper fieldset.filter-wrapper,
.text-format-wrapper .filter-guidelines {
    border: none;
    padding-top: 0;
}
.text-format-wrapper .filter-guidelines {
    display: none;
}
.container-inline .form-item {
    display: inline-block;
}

/* old site */
a.old_site {
    float: right;
    font: 300 0.875rem/0.875rem "etelka-pro", "Arial", sans-serif;
    color: #999;
}

a.old_site:hover {
    color: #fa8b24;
}

/* magazine */
.magazine .publication-time {
	display: inline-block;
}
.magazine .publication-time :before{
    margin-right: 4px;
    position: relative;
    top: -4px;
	left: -4px;
    content: '/';
	font-size: 10px;
	margin-left: 6px;
	padding-left: 6px;
}
/*
a.old_site:before {
    content: "1.0";
    color: #fff;
    background-color: #999;
    font-size: 8px;
    line-height: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    font-family: "Arial", sans-serif;
    margin: 0 5px 0 0;
    text-align: center;
}
*/

/* vacancies */
.vacancy {
    color: #333;
}
.vacancy-teaser {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wrap.holder>.row:not(:first-child) .vacancy-teaser {
    padding-top: 30px;
}
.vacancy-teaser h4 {
    margin-top: 0;
}
.vacancy-teaser .vacancy-name .h4 {
    color: #333;
}
.vacancy-teaser .vacancy-name .h4:hover {
    color: #fa8b24;
}
.vacancy-teaser .vacancy-short-description.content {
    margin-top: 25px;
    color: #333;
}
.vacancy-teaser .vacancy-short-description > * {
    font-size: 1.063rem;
    line-height: 1.438rem;
}
.vacancy-teaser .publication-time:before {
    margin-right: 4px;
    position: relative;
    top: -4px;
    content: '/';
    font-size: 10px;
}
.node-vacancy > *:not(.publication-time) {
    margin-left: 16.66667%;
}
.vacancy:not(.vacancy-teaser) .publication-time time {
    font-weight: 400;
}


/** breadcrumb **/
.breadcrumbs .breadcrumb-item a {
    color: inherit; //!!!for del
}

/** captcha module **/
/* скрываем название и описание капчи */
fieldset.captcha .fieldset-legend,
fieldset.captcha .fieldset-description{
    display: none;
}
fieldset.captcha iframe {
    margin: 0 auto;
}

/** search form **/
.hdr-search-panel .search-input {
    display: inline-block;
}
.b-main-cont .search-form .search-submit-ico {
    display: none;
}
.b-main-cont .search-form {
    text-align: center;
}
.b-main-cont .search-form .search-submit {
    border-radius: 0 5px 5px 0;
    font: 400 1rem/1.111rem "etelka-pro", "Arial", sans-serif;
    border: 1px solid #fa8b24;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fa8b24;
    color: #fff;
    padding: 17px 24px;
}

.field-type-file table {
    width: 100%;
}

.content .file {
    display: block;
}
.content .file-icon {
    margin: 0 0 0 1em;
}

/* Пункт меню COVID-19 */
.main-nav-item-754 .main-nav--lnk {
    color: red !important;
}

/** Ссылки в подвале */
.b-bnnr-img {
  cursor: pointer;
}
/** видео с youtube в контенте */
.content iframe.video {
    width: 100%;
    height: 635px;
}
@media (max-width: 1200px) {
    .content iframe.video {
        height:55.6875vw;
    }
}


#autocomplete {
    background: #fff;
}
#autocomplete ul {
    -webkit-column-count: 1 !important;
    column-count: 1 !important;
}
#autocomplete ul li {
    font: 18px/33px "etelka-pro", "Arial", sans-serif;
    list-style-type: none;
    margin-left: .5rem;
}
.content-font {
  font: 300 1.188rem / 1.688rem "Roboto", "Arial", sans-serif;
}
