/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none; }

body {
  line-height: 1; }

menu, ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: 'Nunito', sans-serif; }

a {
  text-decoration: none; }

.contentWrappper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px; }

.menuWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase; }

.leftSide-49 {
  float: left;
  width: 49%;
  margin: 0 0 25px 0; }

.rightSide-49 {
  float: right;
  width: 49%;
  margin: 0 0 25px 0; }

.leftSide-65 {
  float: left;
  width: 65%;
  margin: 0 0 25px 0; }

.rightSide-33 {
  float: right;
  width: 33%;
  margin: 0 0 25px 0; }

@media (max-width: 620px) {
  .leftSide-49, .rightSide-49, .leftSide-65, .rightSide-33 {
    float: none;
    width: 100%; } }

.margin-top-25 {
  margin-top: 25px; }

.margin-bottom-25 {
  margin-bottom: 25px; }

.border-top {
  padding: 15px 0 0 0;
  border-top: 1px solid #c0c0c0; }

.header {
  background: url("../images/headerBg.png") repeat-x bottom #00062c;
  min-height: 198px; }
  .header .topMenu {
    min-height: 45px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold; }
    .header .topMenu .menuItem {
      color: #ffffff;
      margin: 0 10px 10px 0;
      display: inline-block; }
      .header .topMenu .menuItem:hover {
        color: #c0c0c0; }
    .header .topMenu .leftSide .title {
      color: #a4b3ce;
      margin: 10px 10px 10px 0;
      display: inline-block; }
    .header .topMenu .rightSide {
      /*.logIn {*/
      /*background: url("../public/images/iconLogIn.png") no-repeat left center;*/
      /*padding-left: 20px;*/
      /*margin: 5px 30px 5px 0;*/
      /*}*/ }
      .header .topMenu .rightSide .search {
        background: url("../images/iconSearch.png") no-repeat left center;
        padding-left: 20px;
        margin: 5px 30px 5px 0; }
      .header .topMenu .rightSide .describe {
        background: url("../images/iconDescribe.png") no-repeat left center;
        padding-left: 20px;
        margin: 5px 0 5px 0; }
  .header .mainMenu {
    padding-top: 15px;
    padding-bottom: 15px; }
    .header .mainMenu .leftSide a.logo {
      display: inline-block; }
    @media (max-width: 440px) {
      .header .mainMenu .leftSide a img {
        width: 100%; } }
    .header .mainMenu .rightSide {
      margin: 25px 0 15px 0; }
      .header .mainMenu .rightSide .menuItem {
        /*color: #4d545c;*/
        color: #ffffff;
        font-size: 20px;
        line-height: 1.3;
        /*margin: 25px 13px 0 13px;*/
        margin: 2px 8px 2px 8px;
        font-weight: bold;
        display: inline-block; }
        .header .mainMenu .rightSide .menuItem:hover {
          color: #2E86C1; }
  @media (max-width: 1024px) {
    .header .mainMenu {
      display: block; } }

.breadCrumbs {
  /*margin: 40px 0;*/
  margin: 0 0 20px 0;
  font-size: 13px;
  color: #4d545c;
  font-weight: bold; }
  .breadCrumbs a {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: normal; }
    .breadCrumbs a:hover {
      color: #c0c0c0; }
  .breadCrumbs .delimiter {
    margin: 0 4px; }

.rubricHead {
  text-transform: uppercase;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 10px;
  margin-bottom: 30px; }
  .rubricHead h1 {
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    margin-right: 50px; }
    .rubricHead h1 a {
      color: #0f4f96; }
  .rubricHead .items, .rubricHead .hiddenItems {
    display: inline-block; }
    .rubricHead .items .item, .rubricHead .hiddenItems .item {
      font-size: 18px;
      margin: 10px 5px 0 0;
      display: inline-block; }
      .rubricHead .items .item nobr a, .rubricHead .hiddenItems .item nobr a {
        color: #000; }
        .rubricHead .items .item nobr a:hover, .rubricHead .hiddenItems .item nobr a:hover {
          color: #2E86C1; }
      .rubricHead .items .item nobr img, .rubricHead .hiddenItems .item nobr img {
        margin: 2px 0 2px 5px; }
      .rubricHead .items .item nobr .arrowTitle, .rubricHead .hiddenItems .item nobr .arrowTitle {
        text-transform: none;
        font-size: 13px;
        color: #0f4f96;
        display: inline-block;
        font-weight: bold;
        margin-left: 5px;
        cursor: pointer; }
        .rubricHead .items .item nobr .arrowTitle img, .rubricHead .hiddenItems .item nobr .arrowTitle img {
          margin: 0 0 0 5px; }
        .rubricHead .items .item nobr .arrowTitle .rotatedArrow, .rubricHead .hiddenItems .item nobr .arrowTitle .rotatedArrow {
          transform: rotate(180deg); }
  .rubricHead .hiddenItems {
    display: none;
    text-transform: none; }
    .rubricHead .hiddenItems .item {
      margin: 10px 5px 0 0; }
    .rubricHead .hiddenItems .delimiter {
      margin-left: 5px; }

.articleImage img {
  width: 100%; }

.articleContent .tag {
  display: inline-block;
  margin: 0 0 10px 0;
  background-color: #00abe9;
  color: #fff;
  padding: 3px 6px;
  text-transform: uppercase;
  font-size: 15px; }

.articleContent .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2; }
  .articleContent .title a {
    color: black; }
    .articleContent .title a:hover {
      color: #2E86C1; }

.articleContent .description {
  margin: 15px 0 0 0;
  /*color: #424949;*/
  font-size: 17px;
  line-height: 1.4; }
  .articleContent .description .subtitle {
    color: #2874a6;
    text-transform: uppercase;
    font-weight: bold; }

.articleIntroduce {
  border: 1px solid #2874A6;
  padding: 25px 25px 15px 25px;
  position: relative; }
  .articleIntroduce .title {
    text-transform: uppercase;
    color: #2874A6;
    position: absolute;
    padding: 0 10px;
    top: -8px;
    font-size: 14px;
    font-weight: bold;
    background-color: #ffffff; }
  .articleIntroduce ul {
    /* .lastItem::after {
      content: "\2022 \2022 \2022";
      color: #2874A6;;
      font-weight: bold;
      display: inline-block;
    } */ }
    .articleIntroduce ul li {
      /*color: #424949;*/
      font-size: 17px;
      line-height: 1.3;
      margin: 0 0 10px 0;
      list-style: none; }
      .articleIntroduce ul li::before {
        content: "\2022";
        color: #2874A6;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        /*margin-left: -1em;*/ }

.pagination {
  margin: 30px 0;
  padding: 20px 0;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  font-size: 13px;
  text-align: center; }
  .pagination .edgePageNumber {
    color: #0f4f96; }
    .pagination .edgePageNumber:hover {
      color: grey; }
  .pagination .pageNumber {
    color: #0f4f96;
    margin: 0 1px;
    padding: 4px 8px;
    display: inline-block;
    border-radius: 11px; }
    .pagination .pageNumber:hover {
      color: #ffffff;
      background-color: #0f4f96; }
  .pagination .currentPageNumber {
    color: #ffffff;
    background-color: #0f4f96; }

.pageArticle {
  margin-top: 20px; }
  .pageArticle .datePublication {
    font-size: 12px;
    color: #4d545c;
    margin: 0 0 5px 0; }
  .pageArticle .closedArticle {
    height: 2000px;
    overflow: hidden; }
  .pageArticle .bottomClosedArticle {
    height: 100px;
    margin-top: -100px;
    position: relative;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }
  .pageArticle .authorization {
    max-width: 800px;
    margin: 100px auto;
    text-align: center; }
    .pageArticle .authorization img.headAuth {
      width: 100%; }
    .pageArticle .authorization p.textOffer {
      font-family: sans-serif;
      font-size: 19px;
      color: #515A5A;
      margin: 5px 0;
      line-height: 1.3; }
      .pageArticle .authorization p.textOffer .textOfferContact {
        color: #0f4f96;
        font-size: 16px;
        margin: 0 0 0 15px; }
    .pageArticle .authorization input.textInput {
      font-family: sans-serif;
      padding: 10px;
      border: none;
      border-bottom: 2px solid #1B4F72;
      width: 350px;
      margin-top: 20px; }
    .pageArticle .authorization .failTextNotificate {
      font-size: 13px;
      color: #CB4335;
      margin-top: 9px;
      line-height: 1.5; }
    .pageArticle .authorization .successTextNotificate {
      font-size: 13px;
      color: #239B56;
      margin-top: 9px;
      line-height: 1.5; }
    .pageArticle .authorization button {
      display: block;
      margin: 30px auto;
      width: 200px;
      padding: 13px 0;
      color: #fff;
      background: #00ace5;
      border: none;
      border-radius: 22px;
      cursor: pointer; }
    .pageArticle .authorization .question {
      color: #0f4f96;
      border-bottom: 2px dashed #0f4f96;
      padding-bottom: 3px;
      display: inline-block;
      cursor: pointer;
      font-size: 18px; }
      .pageArticle .authorization .question:hover {
        border-bottom: 2px dashed #ffffff; }
  .pageArticle .readMoreBlock {
    background-color: #f8fafe;
    padding: 45px 0 40px 0;
    margin: 0 0 50px 0; }
    .pageArticle .readMoreBlock .titleReadMoreBlock {
      font-size: 22px;
      color: #0f4f96;
      font-weight: bold;
      padding: 0 0 10px 0;
      border-bottom: 2px solid;
      margin: 0 5px 25px 5px;
      font-family: arial; }
    .pageArticle .readMoreBlock .wrapItemReadMoreBlock {
      width: 25%;
      display: inline-block;
      vertical-align: top; }
      .pageArticle .readMoreBlock .wrapItemReadMoreBlock .itemReadMore {
        color: #000000;
        margin: 0 4px 40px 4px;
        padding: 5px;
        display: block;
        /*box-shadow: 0 0 10px rgba(0,0,0,0.3);*/ }
        .pageArticle .readMoreBlock .wrapItemReadMoreBlock .itemReadMore:hover {
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
        .pageArticle .readMoreBlock .wrapItemReadMoreBlock .itemReadMore img {
          width: 100%; }
        .pageArticle .readMoreBlock .wrapItemReadMoreBlock .itemReadMore .title {
          color: #000000;
          text-transform: uppercase;
          margin: 15px 0;
          font-size: 16px;
          line-height: 1.2;
          font-weight: bold; }
        .pageArticle .readMoreBlock .wrapItemReadMoreBlock .itemReadMore .dateCreated {
          font-size: 12px; }
          .pageArticle .readMoreBlock .wrapItemReadMoreBlock .itemReadMore .dateCreated::before {
            font-family: FontAwesome;
            content: "\f017";
            margin: 0 5px 0 0; }
        .pageArticle .readMoreBlock .wrapItemReadMoreBlock .itemReadMore .description {
          line-height: 1.3;
          margin: 7px 0 0 0;
          font-size: 16px; }
    @media (max-width: 1024px) {
      .pageArticle .readMoreBlock .wrapItemReadMoreBlock {
        width: 50%; } }
    @media (max-width: 620px) {
      .pageArticle .readMoreBlock .wrapItemReadMoreBlock {
        width: 100%; } }

.footer {
  background-color: #3c3f44;
  padding: 0 0 45px 0; }
  .footer .blocks {
    display: flex; }
    .footer .blocks .block {
      margin-top: 55px; }
      .footer .blocks .block .title {
        font-size: 14px;
        color: #ffffff;
        font-weight: bold;
        margin-bottom: 25px;
        text-transform: uppercase; }
      .footer .blocks .block .content {
        padding-right: 10px; }
        .footer .blocks .block .content .items .item {
          color: #c7c7c9;
          font-size: 14px;
          margin-bottom: 13px; }
          .footer .blocks .block .content .items .item a {
            color: #c7c7c9;
            text-decoration: underline; }
            .footer .blocks .block .content .items .item a:hover {
              text-decoration: none; }
        .footer .blocks .block .content .social {
          margin-top: 20px;
          /*.google {*/
          /*background: url("../public/images/iconSocialGoogle.png") no-repeat center;*/
          /*}*/ }
          .footer .blocks .block .content .social a {
            display: inline-block;
            height: 42px;
            width: 42px;
            margin: 0 5px 5px 0; }
          .footer .blocks .block .content .social .instagram {
            background: url("../images/iconSocialInstagram.png") no-repeat center; }
          .footer .blocks .block .content .social .youtube {
            background: url("../images/iconSocialYoutube.png") no-repeat center; }
          .footer .blocks .block .content .social .vk {
            background: url("../images/iconSocialVk.png") no-repeat center; }
          .footer .blocks .block .content .social .facebook {
            background: url("../images/iconSocialFacebook.png") no-repeat center; }
          .footer .blocks .block .content .social .twitter {
            background: url("../images/iconSocialTwitter.png") no-repeat center; }
          .footer .blocks .block .content .social .odnoklassniki {
            background: url("../images/iconSocialOdnoklassniki.png") no-repeat center; }
    .footer .blocks .block-1 {
      width: 40%; }
    .footer .blocks .block-2 {
      width: 30%; }
    .footer .blocks .block-3 {
      width: 30%; }
  .footer .registrationInfo {
    border-top: 1px solid #6c6e71;
    color: #b3b4b5;
    padding-top: 6px;
    font-size: 12px;
    line-height: 1.4;
    margin: 25px 0 10px 0; }
  @media (max-width: 650px) {
    .footer .blocks {
      display: inline-block; }
      .footer .blocks .block-1, .footer .blocks .block-2, .footer .blocks .block-3 {
        width: 100%; } }

/*# sourceMappingURL=style.css.map */