@media all {
  a,
  div,
  form,
  h3,
  img,
  li,
  span,
  ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: top;
    background: 0 0;
  }
  ul {
    list-style: none;
  }
  :focus {
    outline: 0;
  }
  a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.header {
    width: 100%;
    height: 56px;
    position: relative;
    background-color: #333;
  }
  header.header .count_box_nodisplay {
    display: none;
  }
  header.header .topline {
    width: 100%;
    height: 26px;
    padding: 15px 0;
    position: relative;
    z-index: 251;
    background-color: #333;
    max-width: 1000px;
    margin: 0 auto;
  }
  header.header .topline .logo_box {
    height: 22px;
    display: block;
    float: left;
    position: relative;
  }
  header.header .topline .logo_box img {
    display: block;
    height: 100%;
    float: left;
  }
  header.header .topline .region {
    color: #fff;
    font-weight: 700;
    font-size: 0.75em;
    display: block;
    margin-top: 6px;
    text-transform: uppercase;
    float: left;
  }
  header.header .topline .region img {
    display: none;
  }
  header.header .topline .user {
    display: block;
    float: right;
    margin-right: 2.33%;
  }
  header.header .topline .search_box {
    float: right;
    margin-right: 16px;
    position: relative;
  }
  header.header .topline .search_box .search_ico {
    float: right;
    margin-left: 15px;
    width: 24px;
    height: 24px;
    display: block;
  }
  header.header .topline .search_box .search_ico img {
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
  }
  header.header .topline .search_box .search_input {
    position: absolute;
    overflow: hidden;
    width: 250px;
    height: 24px;
    top: 0;
    right: 40px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.header .topline .search_box .search_input input {
    height: 24px;
    width: calc(100% - 30px);
    border: 0;
    padding: 0 15px;
  }
  header.header .topline .search_box a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.header .topline .search_box a:hover {
    color: #da2429;
  }
  header.header .fixed_menu {
    position: fixed;
    max-width: 100% !important;
    width: 100% !important;
    top: -100vh;
    left: 0;
    opacity: 0;
    border: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  header.header .regions_box {
    background-color: #333;
    position: absolute;
    width: 100%;
    padding: 16px;
    z-index: 250;
    overflow: hidden;
    box-sizing: border-box;
    height: 100vh;
    height: calc(100vh - 56px);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateY(-130vh);
    -ms-transform: translateY(-130vh);
    transform: translateY(-130vh);
    opacity: 0;
  }
  header.header .regions_box .regions li {
    display: inline-block;
    float: left;
    width: 25%;
    padding-left: 16px;
    line-height: 32px;
    font-size: 1em;
    box-sizing: border-box;
  }
  header.header .regions_box .regions li a {
    text-shadow: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.header .regions_box .regions li a:hover {
    color: #da2429;
  }
  header.header .top_menu_box {
    background-color: #333;
    position: absolute;
    padding: 0 16px;
    width: 100%;
    z-index: 250;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    height: 100vh;
    height: calc(100vh - 56px);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateY(-130vh);
    -ms-transform: translateY(-130vh);
    transform: translateY(-130vh);
    opacity: 0;
  }
  header.header .top_menu_box a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.header .top_menu_box a:hover {
    color: #da2429;
  }
  header.header .top_menu_box .top_menu {
    max-width: 880px;
    margin: 0 auto 48px;
    width: 100%;
    padding-bottom: 32px;
  }
  header.header .top_menu_box .top_menu:after {
    clear: both;
  }
  header.header .top_menu_box .top_menu:after,
  header.header .top_menu_box .top_menu:before {
    content: " ";
    display: table;
  }
  header.header .top_menu_box .top_menu ul li {
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
  }
  header.header .top_menu_box .top_menu ul li a {
    display: block;
    width: 100%;
  }
  header.header .top_menu_box .top_menu ul li a:hover {
    color: #da2429;
  }
  header.header .top_menu_box .top_menu ul li.active > a {
    color: #da2429;
  }
  header.header .top_menu_box .top_menu .main_menu {
    font-weight: 700;
    float: left;
    position: relative;
    width: 208px;
    list-style-type: none;
  }
  header.header .top_menu_box .top_menu .main_menu .subrubrics_box {
    position: absolute;
    overflow: hidden;
    padding: 0 16px;
    width: 310px;
    top: 0;
    left: 208px;
    z-index: 0;
    opacity: 0;
    font-weight: 400;
    font-style: italic;
    background-color: #333;
    transform: scale(0);
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  header.header .top_menu_box .top_menu .specprojects {
    overflow: hidden;
    opacity: 1;
    font-weight: 400;
    font-style: italic;
    padding: 0 16px;
    max-width: 320px;
    float: left;
    list-style-type: none;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  header.header .top_menu_box .top_menu .right_box {
    float: right;
    width: 320px;
  }
  header.header .top_menu_box .top_menu .right_box .fresh_number:after {
    clear: both;
  }
  header.header .top_menu_box .top_menu .right_box .fresh_number:after,
  header.header .top_menu_box .top_menu .right_box .fresh_number:before {
    content: " ";
    display: table;
  }
  header.header .top_menu_box .top_menu .right_box .fresh_number h3 {
    font-size: 1.125em;
    text-transform: uppercase;
    color: #fff;
    line-height: 32px;
    margin-bottom: 8px;
  }
  header.header .top_menu_box .top_menu .right_box .fresh_number .number_box img {
    display: block;
    float: left;
    margin-right: 21px;
  }
  header.header .top_menu_box .top_menu .right_box .fresh_number .number_box .text {
    font-size: 1em;
    line-height: 24px;
    font-style: italic;
  }
  header.header .top_menu_box .top_menu .right_box .links_box {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 16px 0;
  }
  header.header .top_menu_box .top_menu .right_box .links_box a {
    font-weight: 700;
    font-size: 1.125em;
    text-transform: uppercase;
    color: #fff;
    line-height: 32px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.header .top_menu_box .top_menu .right_box .links_box a:hover {
    color: #da2429;
  }
  header.header .top_menu_box .top_menu .right_box .sharings_box {
    color: #fff;
    padding: 16px 0;
  }
  header.header .top_menu_box .top_menu .right_box .sharings_box span {
    font-size: 12px;
    line-height: 24px;
  }
  header.header .top_menu_box .top_menu .right_box .sharings_box .soc {
    margin-right: -8px;
    padding-top: 5px;
  }
  header.header .top_menu_box .top_menu .right_box .sharings_box .soc li {
    display: inline-block;
    margin: 4px 2px;
  }
  header.header .top_menu_box .top_menu .right_box .sharings_box .soc li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #da2429;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header.header .top_menu_box .top_menu .right_box .sharings_box .soc li a img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform: scale(1);
  }
  header.header .top_menu_box .top_menu .right_box .sharings_box .soc li a:hover {
    border: 3px solid #fff;
  }
  header.header .top_menu_box .top_menu .right_box .sharings_box .soc li a:hover img {
    transform: scale(1.3);
  }
  header.header .burger {
    display: block;
    float: left;
    margin: 0 15px;
  }
  header.header .burger .burger__line {
    position: absolute;
    height: 3px;
    top: 50%;
    margin-top: -1px;
    display: block;
    width: 100%;
    background-color: #fff;
    cursor: pointer;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.header .burger .burger__line:first-child {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  header.header .burger .burger__line:nth-child(3) {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  header.header .burger__wrapper {
    position: relative;
    width: 24px;
    height: 24px;
  }
  .region_url {
    color: #fff;
    left: -35px;
    top: 13px;
    text-transform: uppercase;
    font-style: italic;
    font-size: 0.563em;
    float: left;
    font-weight: 700;
    position: relative;
  }
  .couter_block {
    margin: 0 16px 16px 0;
    float: left;
  }
  .cont_center {
    max-width: 1000px;
    min-width: 320px;
    margin: 0 auto;
  }
  a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  a:hover {
    color: #da2429;
  }
  .schema_org {
    display: none;
  }
  ul.regions {
    padding-bottom: 100px;
  }
  ul.regions:after {
    content: "";
    display: block;
    clear: both;
  }
  @media (max-width: 1023px) {
    .specprojects {
      display: none;
    }
    header.header .top_menu_box {
      overflow: auto;
      padding: 0 2.33%;
    }
    header.header .top_menu_box .top_menu .main_menu,
    header.header .top_menu_box .top_menu .right_box,
    header.header .top_menu_box .top_menu .specprojects {
      width: 100%;
      float: none;
      padding: 16px 0;
      border-bottom: 1px solid #fff;
    }
    header.header .top_menu_box .top_menu .main_menu .subrubrics_box {
      position: relative;
      width: 100%;
      height: 0;
      left: auto;
    }
  }
  @media (max-width: 860px) {
    header.header .regions_box .regions li {
      width: 33.33%;
    }
  }
  @media (max-width: 700px) {
    header.header .topline .region span {
      display: none;
    }
  }
  @media (max-width: 640px) {
    header.header .regions_box {
      overflow: auto;
      padding-bottom: 16px;
    }
    header.header .regions_box .regions li {
      width: 50%;
    }
  }
  @media (min-width: 460px) and (max-width: 500px) {
    header.header .topline .search_box {
      margin-right: 5px;
      margin-top: 3px;
    }
    header.header .topline .search_box .search_ico {
      margin-left: 0;
    }
    header.header .topline .search_box .search_ico img {
      width: 80%;
    }
    header.header .topline .user {
      margin-right: 0.33%;
      margin-top: 3px;
    }
    header.header .topline .user img {
      width: 80%;
    }
  }
  @media (max-width: 460px) {
    header.header .regions_box .regions li {
      width: 100%;
      float: none;
      padding: 0;
    }
    header.header .topline .search_box {
      margin-right: 10px;
    }
    header.header .topline .search_box .search_input {
      width: 180px;
    }
    header.header .topline .search_box .search_ico {
      margin-left: 0;
    }
    header.header .topline .region {
      margin: 0 2.33% 0 0;
      float: right;
    }
    header.header .topline .region img {
      display: block;
    }
    header.header .topline .region span {
      display: none;
    }
    .region_url {
      position: absolute;
      left: 61px;
    }
    .header .top_menu_box .top_menu .right_box .sharings_box .soc {
      text-align: center;
    }
  }
  [scroll="goScrollToForm"] {
    cursor: pointer;
  }
}
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  div:first-line,
  li:first-line {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .fixed_menu {
    display: none !important;
  }
  img {
    page-break-inside: avoid;
  }
}
body *:not(i) {
  font-family: sans-serif !important;
}
@media all {
  a,
  b,
  div,
  img,
  li,
  p,
  span,
  ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: top;
    background: 0 0;
  }
  ul {
    list-style: none;
  }
  :focus {
    outline: 0;
  }
  a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  footer {
    background-color: #333;
    width: 100%;
    min-height: 248px;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    font-family: sans-serif;
  }
  footer .footer_wrapper {
    display: flex;
    padding: 24px 16px;
  }
  footer .footer_logo {
    display: flex;
    margin-right: 16px;
  }
  footer .footer_logo .region_url {
    left: auto;
    margin-left: -34px;
    white-space: nowrap;
  }
  footer .footer_menu {
    font-size: 0.75em;
    margin-bottom: 16px;
    overflow: hidden;
  }
  footer .footer_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  footer .footer_menu ul li {
    display: inline-block;
    font-size: 0.85em;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  footer .footer_menu ul li:last-child {
    margin-right: 0;
  }
  footer .footer_menu ul li a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  footer .footer_menu ul li a:hover {
    color: #da2429;
  }
  footer .footer_text {
    width: 100%;
    max-width: 930px;
    font-size: 0.625em;
    line-height: 14px;
    color: #fff;
    opacity: 0.7;
    margin-bottom: 32px;
  }
  footer .footer_text p {
    margin-bottom: 16px;
  }
  .region_url {
    color: #fff;
    left: -35px;
    top: 13px;
    text-transform: uppercase;
    font-style: italic;
    font-size: 0.563em;
    float: left;
    font-weight: 700;
    position: relative;
  }
  .couter_block {
    margin: 0 16px 16px 0;
    float: left;
  }
  .age16 {
    width: 32px;
    height: 32px;
    background-color: #fff;
    color: #333;
    font-size: 0.875em;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  .cont_center {
    max-width: 1000px;
    min-width: 320px;
    margin: 0 auto;
  }
  a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  a:hover {
    color: #da2429;
  }
  .footer-link {
    float: left;
    margin: 0 16px 16px 0;
  }
  .footer-link img {
    display: block;
    height: 50px;
    width: auto;
  }
  @media (max-width: 1100px) {
    footer .footer_logo {
      float: none;
      padding: 0 2.33%;
      width: 100%;
      margin-bottom: 16px;
      box-sizing: border-box;
      text-align: center;
    }
    footer .footer_menu ul li {
      line-height: 1.3em;
    }
    footer .footer_text {
      max-width: 100%;
      box-sizing: border-box;
    }
  }
  @media (max-width: 768px) {
    footer .footer_menu ul {
      width: 100%;
      float: none;
      overflow: hidden;
      margin-bottom: 16px;
    }
    footer .footer_menu ul li {
      float: left;
      display: block;
      margin-right: 16px;
    }
  }
  @media (max-width: 460px) {
    .region_url {
      position: absolute;
      left: 61px;
    }
    footer .footer_wrapper {
      flex-direction: column;
    }
    footer .footer_logo .region_url {
      position: relative;
    }
  }
  [scroll="goScrollToForm"] {
    cursor: pointer;
  }
}
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  p:first-line,
  div:first-line,
  li:first-line {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  footer {
    display: none;
  }
  img {
    page-break-inside: avoid;
  }
}
body *:not(i) {
  font-family: sans-serif !important;
}
