body {
    margin: 0;
    padding: 0;
}
* {
    margin: 0;
    padding: 0;
}
.nm-header {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 20px 0;
}
.nm-header-wrapper {
    display: flex;
    width: 81.25%;
    max-width: 1170px;
    justify-content: space-between;
}
.nm-header-text {
    font-family: "Open Sans", sans-serif;
    max-width: 570px;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
    color: #222427;
    text-align: end;
}
.nm-title {
    background: url("images/nmtitle.jpg");
    background-size: cover;
    padding-top: 180px;
    padding-left: 169px;
    padding-bottom: 180px;
}
.nm-title-text {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 54px;
    line-height: 74px;
    text-transform: uppercase;
    color: #002F8E;
}
.nm-title-subtext {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 54px;
    line-height: 74px;
    text-transform: uppercase;
    color: blueviolet;
}
.nm-menu {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}
.nm-menu-container {
    display: flex;
    width: 81.25%;
    max-width: 1170px;
}
.nm-menu-item {
    display: flex;
    flex: 25%;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    background-size: cover;
    justify-content: center;
    padding: 10px 15px;
    text-decoration: none;
}
.nm-item-1 {
    background: url("images/nmitem1.jpg");
}
.nm-item-2 {
    background: url("images/nmitem2.jpg");
}
.nm-item-3 {
    background: url("images/nmitem3.jpg");
}
.nm-item-4 {
    background: url("images/nmitem4.jpg");
}
.nm-help {
    display: flex;
    width: 100%;
    justify-content: center;
}
.nm-help-container {
    display: flex;
    justify-content: space-between;
    width: 81.25%;
    max-width: 1170px;
    padding-bottom: 140px;
}
.nm-help-pic {
    flex-basis: 38%;
    position: relative;
    padding-top: 10px;
    padding-left: 10px;
    margin-right: 30px;
}
.nm-help-text {
    display: flex;
    flex-basis: 60%;
    flex-direction: column;
}
.nm-help-text-title {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #002F8E;
    margin-bottom: 27px;
}
.nm-help-text-first {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #222427;
    margin-bottom: 25px;
}
.nm-help-text-second {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #222427;
}
.nm-help-square {
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: -2;
}
.nm-target {
    width: 100%;
    display: flex;
    background: url("images/nmtargetbg.jpg");
    background-size: cover;
    justify-content: center;
}
.nm-target-container {
    display: flex;
    width: 81.25%;
    max-width: 1170px;
    margin-top: 65px;
    margin-bottom: 65px;
    flex-direction: column;
    position: relative;
    padding-bottom: 120px;
}
.nm-target-title {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 40px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #002F8E;
}
.nm-target-items {
    display: flex;
    width: 100%;
}
.nm-target-item {
    display: flex;
    flex-basis: 25%;
    flex-direction: column;
    align-items: center;
}
.nm-target-item img {
    margin-bottom: 12px;
}
.nm-target-item p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #222427;
    padding-left: 10px;
    padding-right: 10px;
}
.nm-target-square {
    position: absolute;
    top: 10px;
    width: 100%;
}
.nm-bottom {
    display: flex;
    justify-content: center;
    background: #F2F4FA;
    padding-top: 26px;
    padding-bottom: 30px;
}
.nm-bottom-container {
    display: flex;
    width: 81.25%;
    max-width: 1170px;
    justify-content: space-between;
}
.nm-bottom-menu {
    display: flex;
    flex-direction: column;
}
.nm-bottom-menu a,
.nm-bottom-contacts a {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #222427;
    margin-bottom: 20px;
    text-decoration: none;
}
.nm-footer {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: "SF UI Display", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    background: #545E73;
}
.nn-menu {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 60px;
}
.nn-menu-container {
    display: flex;
    width: 81.25%;
    max-width: 1170px;
    justify-content: space-between;
    border-top: 3px solid #00B5F9;
}

.nn-menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #222427;
    text-decoration: none;
    text-align: center;
    padding: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.nn-menu-item:hover {
    background: #00B5F9;
    color: #ffffff;
}
.nn-active {
    background: #00B5F9;
    color: #ffffff;
}
/*Materials page*/
.na-main {
    display: flex;
    justify-content: center;
}
.na-main-container {
    display: flex;
    width: 81.25%;
    max-width: 1170px;
    flex-direction: column;
}
.na-main-item {
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 22px;
    border-left: 2px solid #002F8E;
    background: #F7FDFF;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 27px;
    color: #222427;
}
.na-main-item:hover {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.na-main-item-section {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    justify-content: space-between;
}
.na-main-item-section a {
    text-decoration: none;
    margin-top: 15px;
}
.na-main-item-section a img {
    margin-left: 10px;
}
.nm-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.nm-pagination div {
    display: flex;
    margin-right: 10px;
    border: 1px solid #E3E8EF;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #4B566D;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
}
.nm-pagination-active {
    background: #F7FDFF;
}
/*news*/
.nmn-news-main {
    display: flex;
    width: 100%;
    justify-content: center;
}
.nmn-news-container {
    display: flex;
    width: 81.25%;
    max-width: 1170px;
    justify-content: space-between;
}
.nmn-news-news {
    display: flex;
    flex-direction: column;
    flex-basis: 67%;
}
.nmn-news-events {
    display: flex;
    flex-direction: column;
    flex-basis: 31%;
    max-width: 31%;
}
.nmn-news-title {
    background: #F7FDFF;
    border-left: 1px solid #002F8E;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #002F8E;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 35px;
}
.nmn-news-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.nmn-news-item {
    display: flex;
    flex-direction: column;
    flex-basis: 46%;
    max-width: 48%;
    border: 1px solid #E0E0E0;
    padding-bottom: 15px;
    max-width: 357px;
}
.nmn-news-item h3 {
    margin-top: 15px;
    margin-bottom: 11px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #002F8E;
    padding-left: 10px;
    padding-right: 10px;
}
.nmn-news-item p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #828282;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.nmn-news-item a {
    text-decoration: none;
    text-align: end;
    padding-left: 10px;
    padding-right: 10px;
}
.nmn-event-block {
    display: flex;
    flex-direction: column;
    padding-bottom: 17px;
    background: #F7FDFF;
    margin-bottom: 30px;
}
.nmn-event-block h3 {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #002F8E;
}
.nmn-event-block p {
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
     color: #828282;
}
/*opros*/
.no-title {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 115px;
}
.no-title-container {
    width: 770px;
    text-align: center;
    justify-content: center;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #222427;
}
.no-forms {
    display: flex;
    justify-content: center;
    width: 100%;
}
.no-forms-container {
    width: 81.25%;
    max-width: 1170px;
    border: 1px solid #002F8E;
    border-top: none;
    border-radius: 12px 12px 0px 0px;
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.no-lable-1 {
    flex-basis: calc(30% - 2px);
}
.no-lable-2 {
    flex-basis: calc(40% - 2px);
}
.no-lable-3 {
    flex-basis: calc(30% - 2px);
}
.no-inputs-hide {
    display: none;
}
.no-forms-tabs {
    display: flex;
}
.no-label-title {
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #222427;
    border: 1px solid #E0E0E0;
    border-radius: 12px 12px 0px 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #002F8E;
}
.no-inputs-hide:checked + .no-label-title {
    border-bottom: none;
    color: #002F8E;
    border-top: 1px solid #002F8E;
    border-right: 1px solid #002F8E;
    border-left: 1px solid #002F8E;;
}
.no-forms-body {
    position: relative;
    flex-basis: 100%;
}
.no-forms-anket-window {
    top: 0;
    left: 0;
    display: none;
    padding-top: 55px;
    padding-left: 29px;
    padding-right: 29px;
    flex-direction: column;
}
input[id="tab-1"]:checked ~ .no-forms-body .no-window-1,
input[id="tab-2"]:checked ~ .no-forms-body .no-window-2,
input[id="tab-3"]:checked ~ .no-forms-body .no-window-3 {
    display: flex;
}
.no-form-fields {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 42px;
}
.no-form-fields-48 {
    flex-basis: 48%;
    max-width: 48%;
    position: relative;
}
.no-form-fields input {
    width: 100%;
    height: 42px;
}
.no-form-fields label {
    position: absolute;
    left: 0;
    top: -50%;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #222427;
}
.no-form-item {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #F7FDFF;
}
.no-form-item:hover {
    border-left: 1px solid #2152C0;
}
.no-form-item-title {
    padding-left: 21px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #222427;
    background: #F7FDFF;
    padding-top: 10px;
    padding-bottom: 10px;
}
.no-form-item-radios-input label {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #828282;
}
.no-form-item-radios {
    display: flex;
    flex-direction: column;
    padding-left: 41px;
}
.no-form-item-radios {
    padding-top: 25px;
    padding-bottom: 25px;
    flex-wrap: wrap;
}
.no-form-max-height {
    max-height: 105px;
}
.no-form-item-radios input label {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #828282;
}
.no-form-item-radios input:checked + label {
    color: #002F8E;
}
.no-form-item-radios-input label {
    position: relative;
    margin-left: 14px;
}
.no-form-item-radios-input {
    margin-bottom: 15px;
}
.no-form-item-radios .no-form-item-radios-input:last-child {
    margin-bottom: 0;
}
.no-form-item-radios-input input[type="radio"] + label:before {
    content: "";
    background: url("images/nonotchecked.jpg");
    position: absolute;
    left: -33px;
    width: 16px;
    height: 16px;
}
.no-form-item-radios-input input[type="radio"]:checked + label:before {
    content: "";
    background: url("images/nochecked.jpg");
    position: absolute;
    left: -33px;
    width: 16px;
    height: 16px;
}
.no-form-item-radios-input input[type="checkbox"] + label:before {
    content: "";
    background: url("images/nonotcheckbox.jpg");
    position: absolute;
    left: -33px;
    width: 16px;
    height: 16px;
}
.no-form-item-radios-input input[type="checkbox"]:checked + label:before {
    content: "";
    background: url("images/nocheckbox.svg");
    background: #002F8E;;
    position: absolute;
    left: -33px;
    width: 16px;
    height: 16px;
}

.no-your-answer {
    height: 56px;
    width: 98%;
}
.no-forms-btn {
    display: flex;
    justify-content: center;
}
.no-forms-btn div {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.07em;
    color: #FFFFFF;
    background: #002F8E;
    padding: 10px 15px;
    cursor: pointer;
    margin-bottom: 47px;
}
.no-forms-container input[type="text"] {
    padding-left: 15px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #828282;
}
.evgd-what-111 {
    position: relative;
    margin-top: 20px;
}
.evgd-what-111 label {
    position: absolute;
    left: 0;
    top: -47%;
    margin-left: 0;
}
.evgd-what-111 input {
    height: 56px;
    width: 98%;
}
.img-to-main-page {
    position: absolute;
    top: 20px;
    right: 20px;
}
.nmn-news-page-body {
    display: flex;
    justify-content: center;
    width: 100%;
}
.nmn-page-body-news-container {
    display: flex;
    width: 81.25%;
    max-width: 1170px;
    flex-direction: column;
}
.nmn-page-body-news-container img {
    margin-bottom: 20px;
    width: fit-content;
    max-width: 100%;
}
.nmn-page-body-news-container h2 {
    margin-bottom: 15px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #002F8E;
}
.nmn-page-body-news-container p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #222427;
    margin-bottom: 15px;
    text-indent: 7px;
}
.nmn-page-body-news-container h3:last-child {
    margin-bottom: 15px;
}
.nmn-page-body-news-container h3 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #222427;
}
video:focus {
    outline: none;
}
.fields-reg-sem {
    margin-bottom: 30px;
    width: 98%;
    max-width: 98%;
}
.img-to-main-page a img {
    width: 50px;
}
.nmn-images-foe-vnedrenie {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.nmn-images-foe-vnedrenie img {
    flex-basis: 20%;
    max-width: 20%;
}
.nmnm-footer-link {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}
.nmnm-footer-link:hover {
    color: black;
}
.nmn-experts {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}
.nmn-experts-container {
    display: flex;
    width: 81.25%;
    max-width: 1140px;
    justify-content: space-between;
}
.ne-experts-item {
    display: flex;
    flex-direction: column;
    flex-basis: 16.1%;
    text-align: center;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
}
.ne-exp-logo img {
    max-width: 100%;
}
.ne-exp-logo {
    flex-basis: 67%;
    min-height: 67%;
    max-height: 67%;
    display: flex;
    align-items: center;
}
