/*================================================*/
/*                    MAIN STYLES                 */
/*================================================*/

#wrapper{
    background: #fff !important;
}

body {
    direction: rtl;
}
#tt-wide-layout {
    width: 100%;
}
/*================================================*/
/*                    MAIN STYLES                 */
/*================================================*/
html {
    overflow: auto !important;
    height: 100%;
}
body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
    color: #000;
    font-family: Alef, sans-serif;
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    min-width: 320px;
    max-width: 100%;
    min-height: 100%;
}
.nm-main-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0;
}
.nm-big-wrapper {
    width: 100%;
    max-width: 1300px;
    padding: 0 15px;
    margin: 0 auto;
}
.nm-medium-wrapper {
    width: 100%;
    max-width: 1010px;
    padding: 0 15px;
    margin: 0 auto;
}
.nm-section {
    width: 100%;
    margin: 0 auto;
}
.nm-clear:after {
    content: "";
    display: table;
    clear: both;
}
.nm-hidden {
    display: none;
}
.nm-hidden-imp {
    display: none !important;
}
.nm-weight-normal {
    font-weight: 400 !important;
}
.nm-bold {
    font-weight: 700;
}
.nm-text-left {
    text-align: left;
}
.nm-text-center {
    text-align: center;
}
.nm-text-right {
    text-align: right;
}
.nm-inline-block {
    display: inline-block;
}
h2 {
    color: #032b5c;
    font-size: 46px;
    font-weight: 400;
    margin-bottom: 0.33em;
}
.nm-img-wrap {
    font-size: 0;
    line-height: 0;
}
.nm-img-wrap img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
a, span{
    font-family: Alef, sans-serif;
}
.nm-btn {
    display: inline-block;
    font-family: Alef, sans-serif;
    cursor: pointer;
    outline: none;
    border: none;
    background: -webkit-gradient(linear, left bottom, left top, from(#05489a), to(#032b5c));
    background: -webkit-linear-gradient(bottom, #05489a 0%, #032b5c 100%);
    background: -o-linear-gradient(bottom, #05489a 0%, #032b5c 100%);
    background: linear-gradient(to top, #05489a 0%, #032b5c 100%);
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    padding: 11px 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.nm-btn:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#008ec5), to(#00649b));
    background-image: -webkit-linear-gradient(bottom, #008ec5 0%, #00649b 100%);
    background-image: -o-linear-gradient(bottom, #008ec5 0%, #00649b 100%);
    background-image: linear-gradient(to top, #008ec5 0%, #00649b 100%);
    color: #ffc600;
}
.nm-btn.nm-yellowed {
    color: #ffc600;
}
.nm-btn-scroll {
    position: fixed;
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    background-color: #032b5c;
    right: 14px;
    bottom: 14px;
    width: 42px;
    height: 42px;
    opacity: 0;
}
.nm-btn-scroll:after {
    position: absolute;
    display: block;
    content: "\f077";
    color: #fff;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 400;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.nm-btn-scroll.show {
    opacity: 0.85;
    visibility: visible;
}
.nm-btn-scroll:hover {
    opacity: 1;
}
.nm-btn-scroll:active,
.nm-btn-scroll.active {
    opacity: 1;
}
.nm-btn-arrowed {
    position: relative;
    padding-left: 40px;
}
.nm-btn-arrowed:after {
    position: absolute;
    display: block;
    pointer-events: none;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 9px 7px 0;
    border-color: transparent #ffc600 transparent transparent;
    top: 50%;
    left: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
input::-ms-clear {
    display: none;
}
.nm-input {
    display: block;
    color: #000;
    font-family: Alef, sans-serif;
    font-size: 18px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    max-width: none;
    min-width: 0;
    height: 34px;
    padding: 0 10px;
    margin: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.nm-input::-webkit-input-placeholder {
    color: #909090;
    font-family: Alef, sans-serif;
    font-size: 18px;
    font-weight: 400;
    opacity: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.nm-input:-ms-input-placeholder {
    color: #909090;
    font-family: Alef, sans-serif;
    font-size: 18px;
    font-weight: 400;
    opacity: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.nm-input::-moz-placeholder {
    color: #909090;
    font-family: Alef, sans-serif;
    font-size: 18px;
    font-weight: 400;
    opacity: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.nm-input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.nm-input:focus:-ms-input-placeholder {
    opacity: 0;
}
.nm-input:focus::-moz-placeholder {
    opacity: 0;
}
.nm-breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
}
.nm-breadcrumbs li {
    display: block;
}
.nm-breadcrumbs li:not(:last-child):after {
    content: ">";
    margin: 0 0.3em;
}
.nm-breadcrumbs li,
.nm-breadcrumbs a {
    color: #032b5c;
    font-size: 16px;
    font-weight: 400;
}
.nm-breadcrumbs a {
    text-decoration: underline;
}
.nm-breadcrumbs a:hover {
    text-decoration: none;
}
/*================================================*/
/*                    HEADER	                  */
/*================================================*/
header .nm-top-line {
    background-color: #032b5c;
    height: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.45);
}
header .nm-mid-line {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    height: 100%;
}
header .nm-mid-line > img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    header .nm-mid-line > img {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        left: 0 !important;
        top: 0 !important;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}
header .nm-mid-line:after {
    position: absolute;
    display: block;
    content: "";
    background-color: rgba(4,33,65,0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
header .nm-full-hd-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1840px;
    padding: 80px 30px 97px;
    z-index: 2;
}
header .mm-header-icon {
    text-align: center;
    width: 250px;
    min-width: 250px;
}
header .mm-header-icon img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
header .nm-mid-line .nm-big-wrapper {
    color: #fff;
    padding: 0 15px 80px;
}
header .nm-h1 {
    font-size: 62px;
    font-weight: 700;
    text-transform: uppercase;
	color: #fff;
}
header .nm-h1 .nm-yellow {
    color: #ffc600;
}
header .nm-h1-sub {
    font-size: 39px;
    line-height: 1;
}
header .nm-bottom-line {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#05489a), to(#032b5c));
    background-image: -webkit-linear-gradient(bottom, #05489a 0%, #032b5c 100%);
    background-image: -o-linear-gradient(bottom, #05489a 0%, #032b5c 100%);
    background-image: linear-gradient(to top, #05489a 0%, #032b5c 100%);
    z-index: 99;
    position: relative;
}
header .nm-bottom-line .nm-big-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 27px 15px;
}
header .nm-bottom-line nav {
    margin-left: 15px;
}
img {
    height: auto;
}
header .nm-bottom-line nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
header .nm-bottom-line nav ul li {
    display: block;
    border-left: 1px solid #fff;
}
header .nm-bottom-line nav ul li a strong {
    display: block !important;
    color: #fff !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    padding: 8px 15px !important;
}
header .nm-bottom-line nav ul li a:hover,
header .nm-bottom-line nav ul li a:focus {
    text-decoration: underline;
}
header .nm-bottom-line nav ul li.current_page_item a strong {
    color: #000 !important;
    background-color: #ffc600;
    text-decoration: underline;
}

header .nm-bottom-line nav ul li.noborder {
    border-color: transparent;
}
header .nm-search-form {
    position: relative;
}
header .nm-search-form:after {
    position: absolute;
    display: block;
    content: "";
    background-color: #fff;
    height: 2px;
    left: 0;
    right: 0;
    top: 100%;
}
header .nm-search-form .nm-input {
    background-color: transparent;
    border: none;
    color: #fff;
    width: 170px;
    min-width: 170px;
    max-width: 170px;
    height: 26px;
    padding-right: 0;
    padding-left: 28px;
}
header .nm-search-form .nm-input::-webkit-input-placeholder {
    color: #fff;
}
header .nm-search-form .nm-input:-ms-input-placeholder {
    color: #fff;
}
header .nm-search-form .nm-input::-moz-placeholder {
    color: #fff;
}
header .nm-search-form .nm-submit-overwrap {
    position: absolute;
    width: 23px;
    height: 23px;
    bottom: 5px;
    left: 0;
}
header .nm-search-form .nm-submit-overwrap:before {
    position: absolute;
    pointer-events: none;
    display: block;
    content: "\f002";
    color: #ffc600;
    font-family: FontAwesome;
    font-size: 24px;
    font-weight: 400;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
header .nm-search-form .nm-submit {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    color: transparent;
    background: none;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    z-index: 2;
}
header .nm-menu-toggle {
    position: absolute;
    cursor: pointer;
    display: none;
    background-color: transparent;
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}
header .nm-menu-toggle span {
    display: block;
    position: absolute;
    background-color: #ffc600;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    width: 100%;
    height: 4px;
}
header .nm-menu-toggle span:nth-child(1) {
    top: 0px;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
header .nm-menu-toggle span:nth-child(2),
header .nm-menu-toggle span:nth-child(3) {
    top: 12px;
}
header .nm-menu-toggle span:nth-child(4) {
    top: 24px;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
header .nm-menu-toggle.nm-active {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
header .nm-menu-toggle.nm-active span:nth-child(1) {
    top: 5px;
    width: 0;
    left: 50%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
header .nm-menu-toggle.nm-active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
header .nm-menu-toggle.nm-active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
header .nm-menu-toggle.nm-active span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
/*================================================*/
/*                    MAIN 		                  */
/*================================================*/
.nm-grow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    margin: 0 auto;
}
.nm-white-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(50% - 385px);
    min-width: 265px;
    padding-top: 35px;
}
.nm-grey-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #f7f7f7;
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 45px;
}
main {
   /* width: 20% !important;*/
    max-width: 785px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 50px !important;
    padding-bottom: 60px !important;
}

aside {
    width: 265px;
    min-width: 265px;
    max-width: 265px;
    padding-bottom: 40px;

	}
.nm-aside-left {
    padding-left: 15px;
}
.nm-aside-right {
    padding-left: 25px;
    padding-right: 15px;
}
.nm-aside-right .nm-search-block {
    margin-bottom: 25px;
}
.nm-aside-right .nm-search-caption {
    color: #042141;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 0.4em;
}
.nm-aside-right .nm-toggle-block {
    margin-bottom: 20px;
}
.nm-aside-right .nm-toggle-block .nm-toggle-header {
    cursor: pointer;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#eee), color-stop(85%, #fff), to(#fff));
    background-image: -webkit-linear-gradient(bottom, #eee 0%, #fff 85%, #fff 100%);
    background-image: -o-linear-gradient(bottom, #eee 0%, #fff 85%, #fff 100%);
    background-image: linear-gradient(to top, #eee 0%, #fff 85%, #fff 100%);
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    padding: 4px 10px;
}
.nm-aside-right .nm-toggle-block .nm-toggle-header .nm-toggle-caption {
    position: relative;
    display: inline-block;
    color: #042141;
    font-size: 20px;
    font-weight: 700;
    padding-left: 25px;
}
.nm-aside-right .nm-toggle-block .nm-toggle-header .nm-toggle-caption:after {
    position: absolute;
    display: block;
    content: "\f078";
    color: #0076b8;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
    height: 16px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    top: 5px;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.nm-aside-right .nm-toggle-block .nm-toggle-header.nm-closed .nm-toggle-caption:after {
    top: 8px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nm-aside-right .nm-toggle-block .nm-toggle-body {
    padding-top: 20px;
}
.nm-aside-right .nm-toggle-block .nm-toggle-body .nm-check-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}
.nm-aside-right .nm-toggle-block .nm-toggle-body .nm-check-row input {
    display: block;
    margin-left: 10px;
}
.nm-aside-right .nm-toggle-block .nm-toggle-body .nm-check-row .nm-label {
    font-size: 16px;
    font-weight: 400;
}
.nm-cloud {
    text-align: justify;
    line-height: 41px;
}
.nm-cloud .f45 {
    font-size: 45px;
}
.nm-cloud .f31 {
    font-size: 31px;
}
.nm-cloud .f35 {
    font-size: 35px;
}
.nm-cloud .f36 {
    font-size: 36px;
}
.nm-cloud .f43 {
    font-size: 43px;
}
.nm-cloud .f39 {
    font-size: 39px;
}
.nm-cloud .f58 {
    font-size: 58px;
}
.nm-cloud .f33 {
    font-size: 33px;
}
.nm-cloud .f46 {
    font-size: 46px;
}
.nm-items-section article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right: 15px;
}
.nm-items-section article:not(:last-child) {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.nm-items-section article .nm-img-wrap {
    width: 229px;
    min-width: 229px;
    max-width: 229px;
}
.nm-items-section article .nm-description {
    width: 20%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 15px;
}
.nm-items-section article .nm-description h2 {
    margin-top: -0.45em;
}
.nm-items-section article .nm-description .nm-text {
    color: #222;
    line-height: 1.5;
}
.nm-items-section article .nm-description .nm-link {
    display: inline-block;
    color: #032b5c;
    font-size: 17px;
    font-weight: 400;
    text-decoration: underline;
    margin-top: 20px;
}
.nm-items-section article .nm-description .nm-link:hover {
    text-decoration: none;
}
body.nm-subpage main {
    max-width: 805px;
    padding-left: 0;
}
body.nm-subpage .nm-grow {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
body.nm-subpage .nm-aside-right {
    padding-right: 0;
    padding-top: 83px;
    padding-left: 15px;
    width: 240px;
    min-width: 240px;
    max-width: 240px;
}
.nm-search-section {
    margin-top: 30px;
}
.nm-search-section article {
    padding: 15px;
}
.nm-search-section article:nth-child(odd) {
    background-color: #f7f7f7;
}
.nm-search-section article .nm-article-headline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.nm-search-section article .nm-article-headline .nm-img-wrap {
    border: 1px solid #fff;
    width: 120px;
    min-width: 120px;
    margin-left: 15px;
}
.nm-search-section article .nm-article-headline .nm-h3 {
    color: #032b5c;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
}
.nm-search-section article .nm-article-description {
    margin-top: 20px;
    margin-bottom: 30px;
}
.nm-search-section article .nm-article-bottom-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    padding-bottom: 5px;
}
.nm-search-section article .nm-article-bottom-line .nm-left-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
}
.nm-search-section article .nm-article-bottom-line .nm-info-miniblock {
    position: relative;
    display: block;
    color: #222;
    font-size: 17px;
    font-weight: 400;
    white-space: nowrap;
    margin-left: 10px;
    margin-bottom: 10px;
}
.nm-search-section article .nm-article-bottom-line .nm-info-miniblock:hover span {
    text-decoration: underline;
}
.nm-search-section article .nm-article-bottom-line .nm-info-miniblock:before {
    position: absolute;
    display: block;
    color: #032b5c;
    font-size: 18px;
    font-weight: 400;
    margin-left: 5px;
    right: 0;
    font-family: FontAwesome;
    top: 0;
}
.nm-search-section article .nm-article-bottom-line .nm-info-miniblock.nm-read {
    padding-right: 20px;
}
.nm-search-section article .nm-article-bottom-line .nm-info-miniblock.nm-read:before {
    content: "\f0f6";
    font-size: 19px;
    top: 0px;
}
.nm-search-section article .nm-article-bottom-line .nm-info-miniblock.nm-info {
    padding-right: 24px;
}
.nm-search-section article .nm-article-bottom-line .nm-info-miniblock.nm-info:before {
    font-size: 22px;
    content: "\f05a";
}
.nm-search-section article .nm-article-bottom-line .nm-info-miniblock.nm-file {
    padding-right: 21px;
}
.nm-search-section article .nm-article-bottom-line .nm-info-miniblock.nm-file:before {
    font-size: 19px;
    content: "\f1c5";
    top: 2px;
}
.nm-search-section article .nm-article-bottom-line .nm-info-miniblock.nm-news {
    padding-right: 27px;
}
.nm-search-section article .nm-article-bottom-line .nm-info-miniblock.nm-news:before {
    font-size: 19px;
    content: "\f1ea";
    top: 2px;
}
.nm-search-section article .nm-article-bottom-line .nm-info-miniblock.nm-book {
    padding-right: 28px;
}
.nm-search-section article .nm-article-bottom-line .nm-info-miniblock.nm-book:before {
    font-size: 20px;
    content: "\f212";
}
.nm-search-section article .nm-article-bottom-line .nm-info-miniblock.nm-mic {
    padding-right: 19px;
}
.nm-search-section article .nm-article-bottom-line .nm-info-miniblock.nm-mic:before {
    font-size: 19px;
    content: "\f130";
}
/*================================================*/
/*                    FOOTER	                  */
/*================================================*/
footer {
    background-color: #032b5c;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 24px 0 28px 0;
}
/*================================================*/
/*                    MEDIA		                  */
/*================================================*/
@media (max-width: 1200px) {
    main {
    width: 100% !important;
    max-width: none;
    padding-left: 15px !important;
    }
    .nm-grey-side {
        display: block;
    }
    .nm-aside-left {
        width: 100%;
        min-width: 0;
        max-width: none;
        padding: 30px 15px 50px 15px;
    }
    header .nm-full-hd-wrapper {
        flex-wrap: wrap;
        padding: 80px 0 97px;
    }
    header .mm-header-icon {
        order: 1;
        width: 50%;
        min-width: 50%;
        padding: 0 15px;
    }
    header .mm-header-icon img {
        max-width: 250px;
    }
    header .nm-mid-line .nm-big-wrapper {
        padding: 40px 15px 0;
        order: 2;
        width: 100%;
    }
}
@media (max-width: 991px) {
    header .nm-bottom-line .nm-big-wrapper {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    header .nm-bottom-line nav {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #05489a;
        z-index: 10;
    }
    header .nm-bottom-line nav ul {
        display: block;
    }
    header .nm-bottom-line nav ul li {
        border: none;
    }
    header .nm-menu-toggle {
        display: block;
    }
    .nm-grow {
        display: block;
    }
    .nm-grey-side {
        width: 100%;
    }
    main {
        padding-left: 0;
    }
    .nm-items-section article {
        padding-left: 15px;
    }
    body.nm-subpage main {
        max-width: none;
    }
    body.nm-subpage .nm-aside-right {
        padding-top: 20px;
    }
}
@media (max-width: 767px) {
    header .nm-h1 {
        font-size: 42px;
    }
    header .nm-h1-sub {
        font-size: 28px;
    }
    h2 {
        font-size: 38px;
    }
}
@media (max-width: 639px) {
    .nm-items-section article {
        display: block;
    }
    .nm-items-section article .nm-img-wrap {
        width: 100%;
        min-width: 0;
        max-width: none;
    }
    .nm-items-section article .nm-description {
        width: 100%;
    }
    .nm-items-section article .nm-description h2 {
        margin-top: 0.3em;
    }
    .nm-search-section article .nm-article-bottom-line {
        display: block;
    }
    .nm-search-section article .nm-article-bottom-line .nm-left-block {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media (max-width: 480px) {
    header .nm-h1 {
        font-size: 32px;
    }
    header .nm-h1-sub {
        font-size: 24px;
    }
    header .nm-full-hd-wrapper {
        padding: 40px 0;
    }
    header .nm-mid-line .nm-big-wrapper {
        padding-top: 20px;
    }
    .nm-search-section article .nm-article-headline {
        display: block;
    }
    .nm-search-section article .nm-article-headline .nm-h3 {
        font-size: 24px;
    }
}
.nm-left-block a {
    padding-right: 24px;
}
.search aside {
	    padding-top: 83px;
	    padding-top: 83px;
}
li.sf-field-submit input:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#008ec5), to(#00649b));
    background-image: -webkit-linear-gradient(bottom, #008ec5 0%, #00649b 100%);
    background-image: -o-linear-gradient(bottom, #008ec5 0%, #00649b 100%);
    background-image: linear-gradient(to top, #008ec5 0%, #00649b 100%);
    color: #ffc600;
}
.tools .breadcrumb a:after {
    content: "\f105";
    position: absolute;
  /*  right: 47px;*/
    top: -3px;
    /* transform: scaleX(-1); */
}
.tools .breadcrumb a:after {
    content: "\f104";
    position: absolute;
    left: -4px !important;
    top: 0px;
    right: inherit;
    font-family: FontAwesome;
    display: inline-block;
}
.post_comments span:after {
    content: "\f075";
    position: absolute;
    right: 28px;
    transform: scaleX(-1);
}
#content .tt-blog-no-feature .post_content p{
    padding-right: 0px;
}

.post_content {
    padding-right: 13px;
}
.post_title {
    padding-right: 13px;
}
ul.list.list1.true-blog-related-post-list li:before {
    transform: scaleX(-1);
    position: absolute;
    left: 0;
}

ul.list.list1.true-blog-related-post-list {
    position: relative;
    display: inline-flex;
}

.content_blog ul.list li {
    padding-left: 0em;
    margin-bottom: 10px;
}
#accability_toolbar {
    margin-right: 10px;
    top: 35px;
}
@media (max-width: 768px){
    #accability_toolbar {
        max-width: none;
        top: 0!important;
        width: auto;
    }
}