* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*::-webkit-input-placeholder {
  color: #000;
  opacity: 1; }

*:-moz-placeholder {
  color: #000;
  opacity: 1; }

*::-moz-placeholder {
  color: #000;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #000;
  opacity: 1; }

@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }

@keyframes up-down {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }

html {
  scroll-behavior: smooth; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #000; }

body input:required:valid,
body textarea:required:valid {
  color: #000; }

html {
  width: 100%;
  min-height: 100%; }

body {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  min-height: 100%;
  color: #6B6D7E;
  font-family: Inter, sans-serif;
  line-height: 1.65; }
  @media (max-width: 767px) {
    body {
      background: #F2F2F2 url(../img/bg-s.png) no-repeat 50% 100%;
      -webkit-background-size: 100% auto;
              background-size: 100% auto; } }
  body.main {
    background: #F2F2F2 url(../img/bg.png) no-repeat 50% 100%;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    background-attachment: fixed; }
    @media (max-width: 767px) {
      body.main {
        background: #F2F2F2 url(../img/bg-s.png) no-repeat 50% 100%;
        -webkit-background-size: 100% auto;
                background-size: 100% auto; } }
  body.second {
    background: #F2F2F2 url(../img/bg-2.png) no-repeat 50% 100%;
    -webkit-background-size: 100% auto;
            background-size: 100% auto; }
    @media (max-width: 767px) {
      body.second {
        background: #F2F2F2 url(../img/bg-s.png) no-repeat 50% 100%;
        -webkit-background-size: 100% auto;
                background-size: 100% auto; } }
  body.error404 {
    background: #F2F2F2 url(../img/bg-2.png) no-repeat 50% 100%;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    background-attachment: fixed; }
    @media (max-width: 767px) {
      body.error404 {
        background: #F2F2F2 url(../img/bg-s.png) no-repeat 50% 100%;
        -webkit-background-size: 100% auto;
                background-size: 100% auto; } }
main {
  overflow: hidden;
  position: relative; }

a {
  outline: none;
  text-decoration: none;
  color: #0079CD; }

a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none; }

input {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal !important;
  font-family: 'Montserrat-SemiBold';
}

hr {
  margin: 0; }

video {
  max-width: 100%; }

img {
  max-width: 100%; }

.mb-10 {
  margin-bottom: 10px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px; }

@media (max-width: 768px) {
  .mb-20-sm {
    margin-bottom: 20px !important; } }

@media (max-width: 768px) {
  .mb-30-sm {
    margin-bottom: 30px !important; } }

@media (max-width: 1024px) {
  .mb-30-md {
    margin-bottom: 30px !important; } }

@media (max-width: 1024px) {
  .mb-50-md {
    margin-bottom: 50px; } }

@media (max-width: 768px) {
  .mb-0-sm {
    margin-bottom: 0 !important; } }

@media (max-width: 1024px) {
  .m-0-md {
    margin: 0; } }

@media (max-width: 1024px) {
  .mx-0-md {
    margin-left: 0;
    margin-right: 0; } }

.mr-20 {
  margin-right: 20px; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px; }

@media (max-width: 768px) {
  .w-100-sm {
    width: 100% !important; } }

.p-10 {
  padding: 10px; }

.pl-50 {
  padding-left: 50px; }

.pr-50 {
  padding-right: 50px; }

@media (max-width: 1024px) {
  .px-0-md {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 768px) {
  .pt-0-sm {
    padding-top: 0 !important; } }

.scroll-nav {
  scrollbar-width: none;
  position: relative;
  z-index: 3;
  white-space: nowrap;
  overflow-x: scroll;
  overflow: -moz-scrollbars-none;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-flex-wrap: inherit;
      -ms-flex-wrap: inherit;
          flex-wrap: inherit; }
  @media (max-width: 767px) {
    .scroll-nav {
      margin: 0 -20px;
      padding-left: 20px !important; } }
  .scroll-nav::-webkit-scrollbar {
    display: none; }

.border-radius-0 {
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important; }

.color-white {
  color: #fff !important; }

.color-gray {
  color: #222222; }

.bg-blue {
  background: #F2F9FC !important; }

.bg-gradient-light {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E4EFF8)) !important;
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #E4EFF8 100%) !important;
  background: -o-linear-gradient(top, #FFFFFF 0%, #E4EFF8 100%) !important;
  background: linear-gradient(180deg, #FFFFFF 0%, #E4EFF8 100%) !important; }

.list-type-1 {
  list-style-type: none;
  padding-left: 13px;
  margin: 0; }
  .list-type-1__title {
    font-size: 18px;
    color: #0079CD;
    margin-bottom: 14px; }
    @media (max-width: 768px) {
      .list-type-1__title {
        font-size: 16px; } }
  .list-type-1 li {
    padding-left: 10px;
    margin-bottom: 20px;
    position: relative; }
    .list-type-1 li:last-child {
      margin-bottom: 0; }
    .list-type-1 li:before {
      position: absolute;
      content: '';
      background: url(../img/li.svg) no-repeat 0 0;
      -webkit-background-size: contain;
              background-size: contain;
      width: 6px;
      height: 6px;
      left: -10px;
      top: 10px; }

.tabs-nav {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding-left: 0; }
  @media (max-width: 768px) {
    .tabs-nav {
      margin-bottom: 20px; } }
  .tabs-nav__item {
    margin-left: 30px;
    padding-bottom: 10px; }
    @media (max-width: 768px) {
      .tabs-nav__item {
        margin-left: 20px; } }
    .tabs-nav__item:first-child {
      margin-left: 0; }
    .tabs-nav__item a {
      font-size: 18px;
      line-height: 1;
      letter-spacing: 1px;
      color: #222222;
      display: block;
      position: relative; }
      @media (max-width: 768px) {
        .tabs-nav__item a {
          font-size: 16px; } }
      .tabs-nav__item a.active:before {
        content: '';
        display: block;
        height: 4px;
        width: 100%;
        background: #0079CD;
        position: absolute;
        bottom: -10px; }
    .tabs-nav__item.active a:before {
      content: '';
      display: block;
      height: 4px;
      width: 100%;
      background: -webkit-linear-gradient(180.38deg, #00D1FF 5.37%, #007DE4 95.25%), #FFFFFF;
      background: -o-linear-gradient(180.38deg, #00D1FF 5.37%, #007DE4 95.25%), #FFFFFF;
      background: linear-gradient(269.62deg, #00D1FF 5.37%, #007DE4 95.25%), #FFFFFF;
      position: absolute;
      bottom: -10px; }

.masonry-item {
  width: 33.33%; }
  @media (max-width: 1024px) {
    .masonry-item {
      width: 50%; } }
  @media (max-width: 767px) {
    .masonry-item {
      width: 100%; } }

.page {
  /*padding-top: 140px;*/ }
  @media (max-width: 1250px) {
    .page {
      /*padding-top: 124px;*/ } }
  @media (max-width: 1024px) {
    .page {
      padding-top: 0;
      position: relative;
      z-index: 10040;
      /*margin-top: 56px;*/ } }
  @media (max-width: 767px) {
    .page {
      /*margin-top: 45px;*/ } }

.container {
  width: 100%;
  max-width: 1435px;
  padding-left: 30px !important;
  padding-right: 30px !important; }
  @media (max-width: 1024px) {
    .container {
      padding-left: 20px !important;
      padding-right: 20px !important; } }

@media (max-width: 1024px) {
  .desktop-only {
    display: none !important; } }

.mobile-only {
  display: none; }
  @media (max-width: 1024px) {
    .mobile-only {
      display: block; } }

.badge-new {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 6px;
  height: 16px;
  background: -webkit-linear-gradient(180.38deg, #00D1FF 5.37%, #007DE4 95.25%);
  background: -o-linear-gradient(180.38deg, #00D1FF 5.37%, #007DE4 95.25%);
  background: linear-gradient(269.62deg, #00D1FF 5.37%, #007DE4 95.25%);
  -webkit-border-radius: 16px;
          border-radius: 16px;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-left: 2px; }

.hh-link {
  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-top: 30px;
  color: #0079CD;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .hh-link:hover {
    color: #003571; }
  .hh-link span {
    text-decoration: underline;
    margin-left: 20px; }

.link-arr {
  font-size: 16px;
  line-height: 26px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0079CD;
  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; }
  .link-arr:after {
    display: inline-block;
    content: '';
    width: 27px;
    height: 16px;
    background: url(../img/arr-r.svg) no-repeat 0 0;
    -webkit-background-size: contain;
            background-size: contain;
    margin-left: 10px; }
    @media (max-width: 767px) {
      .link-arr:after {
        width: 22px;
        height: 13px; } }

.link-basic {
  font-size: 18px;
  line-height: 26px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0079CD; }

.more-link {
  height: 64px;
  border: 1px solid #0078DA;
  font-size: 16px;
  line-height: 1;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0078DA; }
  @media (max-width: 767px) {
    .more-link {
      height: 50px; } }

.file-link {
  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;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .file-link svg {
    margin-right: 16px;
    color: #0079CD;
    min-width: 40px; }

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

.form-label {
  font-family: Inter;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  display: block; }
  @media (max-width: 768px) {
    .form-label {
      font-size: 14px; } }

.form-control {
  height: 50px;
  background: #FFFFFF;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 0; }
  @media (max-width: 768px) {
    .form-control {
      height: 40px; } }

.form-textarea {
  resize: none;
  height: 165px; }
  @media (max-width: 768px) {
    .form-textarea {
      height: 140px; } }
  .form-textarea--your-appeal {
    height: 165px !important; }

.form-bottom {
  margin-top: 35px;
  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; }
  @media (max-width: 768px) {
    .form-bottom {
      margin-top: 10px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.consent {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  margin-left: 54px;
  max-width: 400px; }
  @media (max-width: 768px) {
    .consent {
      max-width: 100%;
      margin-left: 0;
      font-size: 12px;
      margin-top: 20px; } }
  .consent a {
    text-decoration: underline; }

.btn-gradient {
  height: 50px;
  background: -webkit-linear-gradient(180.38deg, #00D1FF 5.37%, #007DE4 95.25%), #FFFFFF;
  background: -o-linear-gradient(180.38deg, #00D1FF 5.37%, #007DE4 95.25%), #FFFFFF;
  background: linear-gradient(269.62deg, #00D1FF 5.37%, #007DE4 95.25%), #FFFFFF;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  padding: 0 85px;
  border: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media (max-width: 768px) {
    .btn-gradient {
      height: 45px;
      line-height: 45px;
      font-size: 16px;
      padding: 0 55px; } }
  .btn-gradient:hover {
    color: #fff;
    opacity: 0.8; }

.logo-brand {
  display: inline-block;
  position: relative;
  z-index: 1;
  min-width: 330px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px 0 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 0 0 3px 0;
          border-radius: 0 0 3px 0;
  height: auto; }
  @media (max-width: 1330px) {
    .logo-brand {
      min-width: 300px; } }
  @media (max-width: 1250px) {
    .logo-brand {
      padding-right: 30px; } }
  @media (max-width: 1024px) {
    .logo-brand {
      top: 0; } }
  @media (max-width: 1250px) {
    .logo-brand {
      min-width: 70px;
      padding-right: 40px; } }
  @media (max-width: 1024px) {
    .logo-brand {
      top: 0;
      height: auto;
      padding: 0;
      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; } }
  .logo-brand img {
    width: 180px; }
    @media (max-width: 1024px) {
      .logo-brand img {
        width: 100px;
        min-width: 70px; } }
    @media (max-width: 768px) {
      .logo-brand img {
        width: 88px; } }

.header {
  background: #F2F2F2;
  height: 140px; }
  @media (max-width: 1250px) {
    .header {
      height: 124px; } }
  @media (max-width: 1024px) {
    .header {
      height: 56px; } }
  @media (max-width: 767px) {
    .header {
      height: 45px; } }
  .header.on {
    z-index: 10060; }
  .header-scrolled {
    -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
    z-index: 10050; }

.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  .header-nav__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-menu {
  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;
  height: 100%;
  width: 100%;
  margin-right: 50px; }
  @media (max-width: 1480px) {
    .nav-menu {
      margin-right: 30px; } }
  .nav-menu__sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px; }
    @media (max-width: 1024px) {
      .nav-menu__sub {
        display: block;
        margin-bottom: 20px !important; } }
    @media (max-width: 375px) {
      .nav-menu__sub {
        margin-bottom: 15px !important; } }
    .nav-menu__sub > li {
      margin-left: 40px; }
      @media (max-width: 1480px) {
        .nav-menu__sub > li {
          margin-left: 30px; } }
      @media (max-width: 1280px) {
        .nav-menu__sub > li {
          margin-left: 15px; } }
      @media (max-width: 1024px) {
        .nav-menu__sub > li {
          margin-left: 0; } }
      .nav-menu__sub > li:first-child {
        margin-left: 0; }
      @media (max-width: 1024px) {
        .nav-menu__sub > li.active {
          opacity: 0.5; } }
      .nav-menu__sub > li a {
        font-size: 14px;
        line-height: 1.3;
        color: #6B6D7E; }
        @media (max-width: 1024px) {
          .nav-menu__sub > li a {
            font-size: 13px !important;
            margin-top: 5px !important;
            color: #FFFFFF;
            font-family: Inter, sans-serif; } }
  .nav-menu__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    white-space: nowrap; }
    @media (max-width: 1024px) {
      .nav-menu__main {
        display: block;
        white-space: inherit; } }
    .nav-menu__main > li {
      position: relative;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: 40px; }
      @media (max-width: 1480px) {
        .nav-menu__main > li {
          margin-left: 30px; } }
      @media (max-width: 1280px) {
        .nav-menu__main > li {
          margin-left: 15px; } }
      @media (max-width: 1024px) {
        .nav-menu__main > li {
          margin-left: 0; } }
      .nav-menu__main > li:first-child {
        margin-left: 0; }
      .nav-menu__main > li:before {
        height: 4px;
        width: 100%;
        opacity: 0;
        position: absolute;
        bottom: -6px;
        content: '';
        display: block;
        background: #0079CD;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        @media (max-width: 1024px) {
          .nav-menu__main > li:before {
            display: none; } }
      .nav-menu__main > li.level-2 {
        padding-left: 40px;
        position: relative; }
        .nav-menu__main > li.level-2:first-child {
          margin-top: 15px; }
        .nav-menu__main > li.level-2.active a {
          opacity: 0.5; }
        .nav-menu__main > li.level-2.active:before {
          content: '';
          display: inline-block;
          width: 15px;
          height: 16px;
          background: url("../img/check.svg") no-repeat 50% 50% !important;
          -webkit-background-size: contain;
                  background-size: contain;
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -7px; }
        .nav-menu__main > li.level-2 a {
          font-size: 14px;
          line-height: 1.6;
          margin-top: 10px; }
      .nav-menu__main > li a {
        font-size: 18px;
        line-height: 26px;
        color: #222222;
        font-family: Inter, sans-serif;
        display: inline-block; }
        @media (max-width: 1380px) {
          .nav-menu__main > li a {
            font-size: 16px; } }
        @media (max-width: 1250px) {
          .nav-menu__main > li a {
            font-size: 14px; } }
        @media (max-width: 1024px) {
          .nav-menu__main > li a {
            font-family: Inter, sans-serif; } }
      .nav-menu__main > li:hover:before, .nav-menu__main > li.active:before {
        opacity: 1; }

.nav-contacts {
  text-align: right;
  position: relative; }
  @media (max-width: 1024px) {
    .nav-contacts {
      text-align: left; } }
  .nav-contacts__number {
    font-size: 18px;
    line-height: 1.4;
    color: #222222;
    font-family: Inter, sans-serif; }
    @media (max-width: 1250px) {
      .nav-contacts__number {
        font-size: 16px; } }
  .nav-contacts__address {
    font-size: 14px;
    line-height: 1.4;
    font-family: Inter, sans-serif;
    white-space: nowrap;
    margin-top: 5px; }
    @media (max-width: 1250px) {
      .nav-contacts__address {
        font-size: 12px; } }

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10060;
  overflow-y: auto;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  background: -webkit-linear-gradient(332.34deg, #003571 24.68%, #007DE4 112.31%);
  background: -o-linear-gradient(332.34deg, #003571 24.68%, #007DE4 112.31%);
  background: linear-gradient(117.66deg, #003571 24.68%, #007DE4 112.31%);
  display: block; }
  @media (min-width: 1025px) {
    .mobile-nav {
      display: none; } }
  .mobile-nav .nav-phone {
    margin-bottom: 85px; }
    .mobile-nav .nav-phone__number {
      color: #fff !important; }
  .mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none; }
  .mobile-nav-toggle {
    position: fixed;
    right: 10px;
    top: 9px;
    z-index: 10070;
    border: 0;
    background: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    display: none;
    padding: 10px; }
    @media (max-width: 1024px) {
      .mobile-nav-toggle {
        display: block; } }
    @media (max-width: 767px) {
      .mobile-nav-toggle {
        top: 2px; } }
  .mobile-nav-active {
    overflow: hidden; }
    .mobile-nav-active .mobile-nav {
      opacity: 1;
      visibility: visible; }
  .mobile-nav__head {
    padding: 0 70px 0 20px;
    height: 87px;
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1024px) {
      .mobile-nav__head {
        height: 56px; } }
    @media (max-width: 767px) {
      .mobile-nav__head {
        height: 45px; } }
  .mobile-nav__logo img {
    width: 80px; }
    @media (max-width: 767px) {
      .mobile-nav__logo img {
        width: 70px; } }
  .mobile-nav__number {
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    font-family: Inter, sans-serif; }
  .mobile-nav__menu {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px 20px 20px; }
    @media (max-width: 375px) {
      .mobile-nav__menu {
        padding: 15px 20px 0px; } }
  .mobile-nav ul a {
    display: block;
    position: relative;
    outline: none;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.6;
    color: #FFFFFF; }

.navigation-menu {
  width: 24px;
  height: 20px;
  display: inline-block;
  background: url("../img/navigation-menu.svg") no-repeat 50% 50%;
  -webkit-background-size: contain;
          background-size: contain; }
  .navigation-menu.navigation-menu-close {
    background: url("../img/navigation-close.svg") no-repeat 50% 50% !important;
    -webkit-background-size: contain;
            background-size: contain; }

.button-l {
  width: 59px;
  min-width: 59px;
  height: 50px;
  contain: '';
  display: inline-block;
  background: url("../img/button-l.png") no-repeat 0 0;
  -webkit-background-size: contain;
          background-size: contain; }
  @media (max-width: 768px) {
    .button-l {
      width: 36px;
      min-width: 36px;
      height: 31px; } }

@media (max-width: 768px) {
  .button-play svg {
    width: 44px;
    height: 44px; } }

.section-head {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px; }
  @media (max-width: 1024px) {
    .section-head {
      margin-bottom: 20px; } }
  .section-head .button-l {
    display: none; }

.section-title-wrapper {
  margin: 50px 0 0 45px; }
  @media (max-width: 1280px) {
    .section-title-wrapper {
      margin-left: 45px; } }
  @media (max-width: 1024px) {
    .section-title-wrapper {
      margin-left: 0;
      margin-top: 30px; } }
  @media (max-width: 768px) {
    .section-title-wrapper {
      text-align: center; } }

.section-title {
  color: #0065A1;
  font-size: 48px;
  line-height: 1.2;
  margin: 0;
  display: block;
  margin-bottom: 24px; }
  @media (max-width: 1024px) {
    .section-title {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .section-title {
      margin-bottom: 20px;
      padding-right: 20px; } }

.section-subtitle {
  font-size: 24px;
  line-height: 1.6; }
  @media (max-width: 1024px) {
    .section-subtitle {
      font-size: 18px; } }

.section-first {
  margin-bottom: 60px;
  position: relative;
  height: 518px;
  background: url(../img/pic-main-2.png) no-repeat 0 0;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 88px 20px 90px 72px;
  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; }
  @media (max-width: 1024px) {
    .section-first {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 30px; } }
  @media (max-width: 767px) {
    .section-first {
      background: url(../img/pic-main-mob.png) no-repeat 0 0;
      -webkit-background-size: cover;
              background-size: cover;
      padding: 20px; } }
  .section-first__body {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
    max-width: 500px; }
    @media (max-width: 767px) {
      .section-first__body {
        font-size: 16px;
        line-height: 1.45; } }

@-webkit-keyframes crescendo {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes crescendo {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.section-projects-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 660px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .section-projects-logo {
      margin-bottom: 25px; } }
  .section-projects-logo__item {
    margin-left: 30px;
    margin-right: 30px; }
    @media (max-width: 1024px) {
      .section-projects-logo__item {
        margin-left: 20px;
        margin-right: 20px; } }
    @media (max-width: 767px) {
      .section-projects-logo__item {
        margin-left: 15px;
        margin-right: 15px; } }
    .section-projects-logo__item .gazprom {
      margin-top: -40px; }
      @media (max-width: 767px) {
        .section-projects-logo__item .gazprom {
          margin-top: -20px; } }

.section-company {
  margin-bottom: 47px;
  position: relative; }
  @media (max-width: 1024px) {
    .section-company {
      margin-left: -20px;
      margin-right: -20px; } }
  @media (max-width: 767px) {
    .section-company {
      padding: 0;
      margin-bottom: 130px; } }
  .section-company .shape {
    display: inline-block;
    width: 222px;
    height: 300px;
    background: url(../img/shape-1.svg) no-repeat 0 0;
    -webkit-background-size: contain;
            background-size: contain;
    position: absolute;
    right: 87px;
    top: 0;
    z-index: 10;
    margin-top: -100px; }
    @media (max-width: 1024px) {
      .section-company .shape {
        width: 120px;
        height: 163px;
        right: 40px;
        top: 50px !important; } }
    @media (max-width: 767px) {
      .section-company .shape {
        margin-top: 0;
        bottom: -90px;
        top: auto !important;
        right: 0;
        left: 50%;
        margin-left: -60px; } }

.company-carousel {
  -webkit-border-radius: 16px;
          border-radius: 16px;
  position: relative;
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-image: url(../img/pic-1.png); }
  @media (max-width: 767px) {
    .company-carousel {
      -webkit-border-radius: 0;
              border-radius: 0;
      background-image: url(../img/pic-6.png);
      background-position: 0 0; } }
  .company-carousel__title {
    text-align: center;
    width: 100%;
    z-index: 10;
    margin-top: 32px; }
    @media (max-width: 767px) {
      .company-carousel__title {
        margin-top: 140px; } }
  .company-carousel__item {
    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;
    text-align: center;
    height: auto;
    font-size: 16px;
    color: #FFFFFF; }
    .company-carousel__item__text {
      max-width: 800px;
      margin: 0 auto 120px;
      padding: 0 33px; }
      @media (max-width: 767px) {
        .company-carousel__item__text {
          margin-bottom: 180px; } }
  .company-carousel__control {
    position: absolute;
    bottom: 40px;
    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;
    width: 100%; }
    @media (max-width: 767px) {
      .company-carousel__control {
        bottom: 102px; } }
    .company-carousel__control .swiper-pagination {
      font-size: 16px;
      line-height: 26px;
      color: #FFFFFF;
      font-family: Inter, sans-serif;
      position: static;
      width: auto;
      margin: 0 20px; }
  .company-carousel .swiper-wrapper {
    height: auto; }

.swiper-button-next,
.swiper-button-prev {
  position: static;
  width: 36px;
  height: 31px;
  display: inline-block;
  margin: 0;
  border: 0;
  outline: 0; }
  @media (max-width: 767px) {
    .swiper-button-next,
    .swiper-button-prev {
      width: 29px;
      height: 25px; } }

.swiper-button-next {
  background: url(../img/slider-button-r.png) no-repeat 0 0;
  -webkit-background-size: contain;
          background-size: contain; }

.swiper-button-prev {
  background: url(../img/slider-button-l.png) no-repeat 0 0;
  -webkit-background-size: contain;
          background-size: contain; }

.section-project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 64px; }
  @media (max-width: 1024px) {
    .section-project {
      -webkit-border-radius: 0;
              border-radius: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .section-project {
      font-size: 16px; } }
  .section-project__title {
    font-size: 32px;
    line-height: 1.2;
    font-family: Inter, sans-serif;
    margin-bottom: 24px; }
    @media (max-width: 1024px) {
      .section-project__title {
        font-size: 24px; } }
  .section-project__item {
    width: 50%;
    padding: 24px 45px 34px; }
    @media (max-width: 1024px) {
      .section-project__item {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 37px; } }
    .section-project__item__title {
      margin-bottom: 38px; }
    .section-project__item__text {
      padding-right: 50px; }
      @media (max-width: 1024px) {
        .section-project__item__text {
          padding-right: 0; } }
  .section-project__item-1 {
    background-position: 50% 50%;
    -webkit-background-size: cover;
            background-size: cover;
    color: #fff; }
    @media (max-width: 1024px) {
      .section-project__item-1 {
        text-align: center; } }
    @media (max-width: 767px) {
      .section-project__item-1 {
        padding-bottom: 380px; } }
  .section-project__item-2 {
    padding-top: 32px;
    background: #fff;
    font-size: 14px; }
    @media (max-width: 767px) {
      .section-project__item-2 {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0; } }
  .section-project__map {
    margin-left: -130px;
    margin-right: 0;
    margin-bottom: 24px;
    margin-top: 22px; }
    @media (max-width: 1024px) {
      .section-project__map {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .section-project__map {
        display: none; } }
  .section-project__map-s {
    display: none; }
    @media (max-width: 767px) {
      .section-project__map-s {
        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; } }
    .section-project__map-s img {
      margin-top: -180px; }
  .section-project__link {
    margin-top: 32px; }
    @media (max-width: 767px) {
      .section-project__link {
        margin-left: 30px; } }

.section-news {
  margin-bottom: 40px; }
  .section-news__link {
    margin-left: 30px; }
    @media (max-width: 767px) {
      .section-news__link {
        margin-left: 0; } }

.news-carousel {
  overflow: visible;
  margin-bottom: 24px; }
  .news-carousel .swiper-container {
    padding-bottom: 3px; }
  .news-carousel__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      .news-carousel__head {
        margin-bottom: 25px; } }
  .news-carousel__item {
    background: #fff;
    -webkit-border-radius: 16px;
            border-radius: 16px;
    overflow: hidden;
    padding: 24px;
    font-size: 16px;
    height: auto;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
    color: #6B6D7E;
    text-decoration: none; }
    @media (max-width: 1024px) {
      .news-carousel__item {
        padding: 20px; } }
    @media (max-width: 767px) {
      .news-carousel__item {
        font-size: 14px; } }
    .news-carousel__item__picture {
      -webkit-border-radius: 3px;
              border-radius: 3px;
      overflow: hidden;
      margin-bottom: 16px;
      max-height: 215px;
      display: block;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media (max-width: 1024px) {
        .news-carousel__item__picture {
          max-height: 100%; } }
      .news-carousel__item__picture:hover {
        opacity: 0.8; }
      .news-carousel__item__picture img {
        display: block; }
        @media (max-width: 1024px) {
          .news-carousel__item__picture img {
            width: 100%; } }
    .news-carousel__item__date {
      margin-bottom: 8px; }
    .news-carousel__item__title {
      margin-bottom: 14px;
      font-size: 18px;
      line-height: 1.45;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      color: #0079CD;
      display: block; }
      @media (max-width: 767px) {
        .news-carousel__item__title {
          font-size: 16px;
          margin-bottom: 13px; } }
    .news-carousel__item__anons {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical; }
      @media (max-width: 1024px) {
        .news-carousel__item__anons {
          -webkit-line-clamp: inherit; } }
  .news-carousel .swiper-wrapper {
    height: auto; }

.section-zakupki__link {
  margin-left: 30px; }
  @media (max-width: 767px) {
    .section-zakupki__link {
      margin-left: 0; } }

.zakupki-list {
  margin-bottom: 24px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  overflow: hidden; }
  .zakupki-list__item {
    padding: 32px;
    font-size: 18px;
    line-height: 1.45;
    margin-top: 1px;
    background: #fff; }
    @media (max-width: 1024px) {
      .zakupki-list__item {
        padding: 25px 20px; } }
    @media (max-width: 767px) {
      .zakupki-list__item {
        font-size: 16px;
        position: relative; } }
    .zakupki-list__item:first-child {
      margin-top: 0; }
    .zakupki-list__item__heading {
      display: block;
      text-decoration: underline;
      cursor: pointer;
      position: relative; }
      @media (max-width: 767px) {
        .zakupki-list__item__heading {
          padding-right: 0;
          position: static; } }

.sidebar {
  margin-left: 85px;
  margin-right: 70px;
  min-width: 248px; }
  @media (max-width: 1600px) {
    .sidebar {
      margin-left: 30px;
      margin-right: 40px; } }
  @media (max-width: 1250px) {
    .sidebar {
      margin-left: 25px; } }
  @media (max-width: 1024px) {
    .sidebar {
      min-width: 200px; } }
  .sidebar__menu__item {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: #222222;
    font-family: Inter, sans-serif;
    display: block;
    margin-bottom: 20px;
    position: relative; }
    @media (max-width: 1024px) {
      .sidebar__menu__item {
        font-size: 14px;
        margin-bottom: 15px; } }
    .sidebar__menu__item.active {
      color: #0079CD; }
      .sidebar__menu__item.active:before {
        content: '';
        display: inline-block;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        background: #0079CD;
        position: absolute;
        top: 8px;
        left: -24px; }
        @media (max-width: 1024px) {
          .sidebar__menu__item.active:before {
            top: 6px; } }
    .sidebar__menu__item:hover {
      color: #0079CD; }

.container-with-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px; }
  @media (max-width: 1024px) {
    .container-with-sidebar {
      margin-top: 30px; } }
  @media (max-width: 768px) {
    .container-with-sidebar {
      display: block; } }

.container-without-sidebar {
  margin-top: 60px; }
  @media (max-width: 1024px) {
    .container-without-sidebar {
      margin-top: 30px; } }

.box-white {
  background: #FFFFFF;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  padding: 45px; }
  @media (max-width: 1024px) {
    .box-white {
      padding: 30px 20px; } }

.box-gradient {
  background: #0065A1;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  padding: 45px;
  color: #fff; }
  @media (max-width: 1024px) {
    .box-gradient {
      padding: 30px 20px; } }
  .box-gradient a {
    color: #fff; }

.box-gradient-dark {
  background: -webkit-linear-gradient(355.89deg, #003571 8.96%, #007DE4 95.49%);
  background: -o-linear-gradient(355.89deg, #003571 8.96%, #007DE4 95.49%);
  background: linear-gradient(94.11deg, #003571 8.96%, #007DE4 95.49%);
  -webkit-border-radius: 16px;
          border-radius: 16px;
  padding: 45px;
  color: #fff; }
  @media (max-width: 1024px) {
    .box-gradient-dark {
      padding: 30px 20px; } }
  .box-gradient-dark a {
    color: #fff; }
.box-gradient-dark .section-title {
  color: #fff;

}
.custom-select {
  position: relative;
  padding: 0;
  height: 40px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 0;
  min-width: 195px; }
  .custom-select select {
    display: none; }

.select-selected:after {
  position: absolute;
  content: "";
  top: 16px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: #fff url(../img/select-arr.svg) no-repeat 0 0;
  -webkit-background-size: contain;
          background-size: contain;
  display: block; }

.select-selected.select-arrow-active:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.select-selected {
  cursor: pointer;
  height: 40px;
  padding: 8px 0 0 16px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 14px;
  line-height: 26px;
  color: #6B6D7E;
  background: #fff; }

.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
  background: #fff;
  border-bottom: 1px solid #F2F2F2;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden; }
  .select-items div {
    font-size: 14px;
    line-height: 26px;
    padding: 5px 16px;
    cursor: pointer;
    border-top: 1px solid #F2F2F2; }

.select-hide {
  display: none; }

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1); }

.links-list__title {
  background: #0079CD;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 45px; }
  @media (max-width: 1024px) {
    .links-list__title {
      margin-bottom: 30px;
      font-size: 36px; } }

.links-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px; }
  .links-list__item:last-child {
    margin-bottom: 0; }
  .links-list__item__link {
    font-size: 16px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #0079CD;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media (max-width: 1024px) {
      .links-list__item__link {
        font-size: 14px; } }
  .links-list__item__icon {
    margin-right: 30px;
    margin-top: 5px;
    min-width: 40px; }
    @media (max-width: 1024px) {
      .links-list__item__icon {
        margin-right: 20px;
        width: 30px;
        min-width: 30px; } }
  .links-list__item__info {
    font-size: 14px;
    line-height: 20px;
    color: #6B6D7E; }
    @media (max-width: 1024px) {
      .links-list__item__info {
        font-size: 12px; } }

@media (max-width: 768px) {
  .about-block-wrapper {    
    padding-left: 20px;
    padding-right: 20px; } 
}

.about-block {
  margin: 25px 0 0 25px; 
}  


@media (max-width: 1024px) {
    .about-block {
      margin: 0; } 
}
	.about-block__text {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex; 
		justify-content: space-between; 
		padding: 15px
	}
	
	.box-white .about-block__text { padding: 0 }
	
	.about-block__text p:last-child { margin-bottom: 0 }
	
    @media (max-width: 1024px) {
      .about-block__text {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
				
    
    .about-block__text__item {
		width: 47%;		
	}
	
	@media (max-width: 768px) {
		.about-block__text {
			display: block; 
		} 
		.about-block__text__item { width: auto; }
	}
	
      @media (max-width: 1024px) {
        .about-block__text__item {
          max-width: 45%; } }
      @media (max-width: 768px) {
        .about-block__text__item {
          max-width: 100%; } }
      .about-block__text__item.item-2 {
        margin-left: 12%; }
        @media (max-width: 1024px) {
          .about-block__text__item.item-2 {
            margin-left: 0; } }
  .about-block__map {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 16px;
            border-radius: 16px;
    height: 460px;
    /* background: url(../img/project-map.png) no-repeat 0 0; */
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
            background-size: cover; }
    @media (max-width: 768px) {
      .about-block__map {        
        background-position: 21%; } }
    .about-block__map__title {
      font-size: 26px;
      line-height: 0.9;
      color: #003571;
      position: absolute;
      top: 25%;
      left: 5%;
      max-width: 230px;
      margin: 0; }
      @media (max-width: 768px) {
        .about-block__map__title {
          font-size: 22px; } }

.technical-solutions {
  margin: 24px -25px 50px; }
  @media (max-width: 1280px) {
    .technical-solutions {
      margin-left: -10px;
      margin-right: -10px; } }
  @media (max-width: 1024px) {
    .technical-solutions {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0; } }
  .technical-solutions__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px; }
    @media (max-width: 1024px) {
      .technical-solutions__body {
        display: block;
        margin-bottom: 0; } }
  .technical-solutions__item {
    -webkit-border-radius: 16px;
            border-radius: 16px;
    margin: 0 25px;
    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; }
			
	.box-white .technical-solutions__item { margin: 0; padding: 0; }		
			
    @media (max-width: 1280px) {
      .technical-solutions__item {
        margin: 0 10px; } }
    @media (max-width: 1024px) {
      .technical-solutions__item {
        width: 100% !important;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0; } }
    .technical-solutions__item__head {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 40px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 768px) {
        .technical-solutions__item__head {
          margin-bottom: 26px; } }
      .technical-solutions__item__head a {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .technical-solutions__item__head a:hover {
          opacity: 0.8; }
      .technical-solutions__item__head img {
        height: 79px;
        display: block;
        width: auto; }
    .technical-solutions__item__title {
      font-size: 40px;
      line-height: 107.3%;
      margin-bottom: 30px; }
      @media (max-width: 1280px) {
        .technical-solutions__item__title {
          font-size: 32px; } }
      @media (max-width: 768px) {
        .technical-solutions__item__title {
          margin-bottom: 16px; } }
      .technical-solutions__item__title--color {
        background: #0079CD;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
		
	.technical-solutions__item { padding: 45px }	
		
    .technical-solutions__item.item-1 {
      background: #0065A1;
      width: 50%;      
      color: #fff; }
      @media (max-width: 1280px) {
        .technical-solutions__item.item-1 {
          padding: 45px; } }

    .technical-solutions__item.item-2 {
      background: #0065A1;
      width: 50%;
      padding: 45px;
      color: #fff; }
      @media (max-width: 1280px) {
        .technical-solutions__item.item-2 {
          } }
     
	@media (max-width: 1024px) {		
		.technical-solutions__item.item-1, .technical-solutions__item.item-2 { padding: 30px 20px }
	}
	 
    .technical-solutions__item.item-3 {
      width: 33.33%;
      background: #fff;
      padding: 30px 37px 45px 45px; }
      @media (max-width: 1024px) {
        .technical-solutions__item.item-3 {
          padding-left: 30px;
          padding-right: 30px; } }
    .technical-solutions__item.item-4 {
      width: 33.33%;
      background: #fff;
      padding: 30px 37px 45px 45px; }
      @media (max-width: 1024px) {
        .technical-solutions__item.item-4 {
          padding-left: 30px;
          padding-right: 30px; } }
    .technical-solutions__item.item-5 {
      width: 33.33%;
      background: -webkit-linear-gradient(137.49deg, rgba(233, 106, 61, 0.6) 9.11%, rgba(0, 120, 218, 0.6) 110.3%), #FFFFFF;
      background: -o-linear-gradient(137.49deg, rgba(233, 106, 61, 0.6) 9.11%, rgba(0, 120, 218, 0.6) 110.3%), #FFFFFF;
      background: linear-gradient(312.51deg, rgba(233, 106, 61, 0.6) 9.11%, rgba(0, 120, 218, 0.6) 110.3%), #FFFFFF;
      padding: 30px 37px 45px 45px;
      color: #fff; }
      @media (max-width: 1024px) {
        .technical-solutions__item.item-5 {
          padding-left: 30px;
          padding-right: 30px; } }
      @media (max-width: 768px) {
        .technical-solutions__item.item-5 {
          min-height: 460px; } }

.applying {
  background: url(../img/bg-4.png) no-repeat 0 0;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  padding: 45px;
  color: #fff;
  margin-bottom: 50px; }
  @media (max-width: 1280px) {
    .applying {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (max-width: 1024px) {
    .applying {
      margin-bottom: 30px;
      padding: 30px 30px 45px; } }
  @media (max-width: 768px) {
    .applying {
      min-height: 550px;
      background: url(../img/bg-6.png) no-repeat 0 0;
      -webkit-background-size: cover;
              background-size: cover; } }
  .applying__title {
    font-size: 40px;
    line-height: 107.3%;
    margin-bottom: 24px;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media (max-width: 1024px) {
      .applying__title {
        font-size: 30px; } }

.ecology {
  background: #fff url(../img/bg-5.png) no-repeat 100% 0;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  padding: 51px 65px 72px;
  margin-bottom: 50px; }
  @media (max-width: 1280px) {
    .ecology {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (max-width: 1024px) {
    .ecology {
      padding: 30px 30px 45px;
      margin-bottom: 30px; } }
  @media (max-width: 768px) {
    .ecology {
      padding: 106px 30px 15px;
      background: #fff url(../img/bg-7.png) no-repeat 100% 0;
      -webkit-background-size: contain;
              background-size: contain; } }
  .ecology__title {
    font-size: 40px;
    line-height: 107.3%;
    margin-bottom: 24px;
    background: #0079CD;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media (max-width: 1024px) {
      .ecology__title {
        font-size: 30px; } }
  .ecology__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px; }
    @media (max-width: 1024px) {
      .ecology__body {
        display: block;
        margin: 0; } }
  .ecology__item {
    margin: 0 25px;
    width: 33.33%; }
    @media (max-width: 1024px) {
      .ecology__item {
        margin: 0;
        width: 100%;
        margin-bottom: 30px; } }
  .ecology__bg {
    background: #fff url(../img/vet.svg) no-repeat 100px 100% !important;
    -webkit-background-size: auto 40% !important;
            background-size: auto 40% !important; }
    @media (max-width: 1024px) {
      .ecology__bg {
        background: #fff url(../img/vet.svg) no-repeat 97% 100% !important;
        -webkit-background-size: auto 80px !important;
                background-size: auto 80px !important; } }

.advantage {
  margin-left: 20px;
  margin-right: -25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1024px) {
    .advantage {
      margin: 0;
      display: block; } }
  .advantage__title {
    font-size: 40px;
    line-height: 107.3%;
    margin-bottom: 24px;
    background: #0079CD;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media (max-width: 1024px) {
      .advantage__title {
        font-size: 30px; } }
  .advantage__item {
    margin: 0 50px;
    margin-left: -15px;
    width: 25%; }
    @media (max-width: 1280px) {
      .advantage__item {
        margin: 0 15px; } }
    @media (max-width: 1024px) {
      .advantage__item {
        margin: 0;
        width: 100%; } }
    .advantage__item:last-child {
      margin-right: 0; }
    @media (max-width: 1024px) {
      .advantage__item ul {
        margin-bottom: 20px; } }

.significance-economy {
  padding: 45px;
  background: #fff;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  margin-bottom: 50px; }
  @media (max-width: 1280px) {
    .significance-economy {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (max-width: 1024px) {
    .significance-economy {
      padding: 30px 20px;
      margin-bottom: 30px; } }
  @media (max-width: 768px) {
    .significance-economy .section-title {
      text-align: center; } }
  .significance-economy__title {
    font-size: 40px;
    line-height: 107.3%;
    margin-bottom: 67px;
    background: #0079CD;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media (max-width: 1024px) {
      .significance-economy__title {
        margin-bottom: 40px;
        font-size: 30px; } }
    @media (max-width: 768px) {
      .significance-economy__title {
        text-align: center; } }
  .significance-economy__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px; }
    @media (max-width: 768px) {
      .significance-economy__body {
        margin: 0;
        display: block; } }
  .significance-economy__item {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    color: #6B6D7E;
    margin: 0 20px; }
    @media (max-width: 1280px) {
      .significance-economy__item {
        font-size: 16px; } }
    @media (max-width: 1024px) {
      .significance-economy__item {
        margin: 0 10px; } }
    @media (max-width: 768px) {
      .significance-economy__item {
        margin: 0 0 50px; } }
    .significance-economy__item__number {
      font-size: 24px;
      line-height: 107.3%;
      color: #1B53A4;
      font-family: Inter, sans-serif;
      white-space: nowrap;
      margin-bottom: 13px; }
      @media (max-width: 1280px) {
        .significance-economy__item__number {
          font-size: 20px; } }
      @media (max-width: 1024px) {
        .significance-economy__item__number {
          font-size: 18px; } }
      @media (max-width: 768px) {
        .significance-economy__item__number {
          font-size: 24px; } }
      .significance-economy__item__number .big {
        font-size: 72px; }
        @media (max-width: 1280px) {
          .significance-economy__item__number .big {
            font-size: 50px; } }
        @media (max-width: 1024px) {
          .significance-economy__item__number .big {
            font-size: 40px; } }
        @media (max-width: 768px) {
          .significance-economy__item__number .big {
            font-size: 64px; } }

.sales-markets {
  padding-left: 65px; }
  @media (max-width: 1280px) {
    .sales-markets {
      padding-left: 45px; } }
  @media (max-width: 1024px) {
    .sales-markets {
      padding-left: 0; } }
  .sales-markets__title {
    font-size: 40px;
    line-height: 107.3%;
    margin-bottom: 24px;
    background: #0079CD;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media (max-width: 1024px) {
      .sales-markets__title {
        font-size: 30px; } }
    @media (max-width: 768px) {
      .sales-markets__title {
         } }

.location {
  padding: 45px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  margin-bottom: 50px;
  background: #fff url(../img/bg-8.png) no-repeat 100% 0;
  -webkit-background-size: cover;
          background-size: cover;
  color: #fff; }
  @media (max-width: 767px) {
    .location {
      padding: 33px 24px 33px 35px;
      min-height: 428px;
      background: #fff url(../img/bg-9.png) no-repeat 100% 0;
      -webkit-background-size: cover;
              background-size: cover;
      margin-bottom: 30px; } }
  .location__title {
    font-size: 40px;
    line-height: 107.3%;
    margin-bottom: 24px;
    background: #0079CD;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media (max-width: 1024px) {
      .location__title {
        font-size: 30px; } }
  .location__body {
    max-width: 478px; }
    .location__body a {
      color: #fff; }
      .location__body a:hover {
        color: #fff; }

.management {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  background: #fff;
  overflow: hidden; }
  @media (max-width: 767px) {
    .management {
      display: block; } }
  .management__picture {
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 40%;
    max-width: 400px; }
    @media (max-width: 767px) {
      .management__picture {
        width: 100%;
        height: 300px;
        max-width: 100%; } }
    @media (max-width: 665px) {
      .management__picture {
        height: 260px; } }
  .management__body {
    width: 60%;
    padding: 60px 40px 60px 50px; }
    @media (max-width: 767px) {
      .management__body {
        width: 100%;
        padding: 33px 24px 33px 35px; } }
  .management__title {
    font-size: 40px;
    line-height: 107.3%;
    margin-bottom: 24px;
    background: #0079CD;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media (max-width: 1024px) {
      .management__title {
        font-size: 30px;
        margin-bottom: 20px; } }
  .management__name {
    font-size: 24px;
    line-height: 34px;
    color: #6B6D7E; }
    @media (max-width: 1024px) {
      .management__name {
        font-size: 20px;
        line-height: 30px; } }
  .management p:last-child {
    margin-bottom: 0; }

.news-list {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .news-list__col {
    width: 33.33%;
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      .news-list__col {
        width: 50%; } }
    @media (max-width: 768px) {
      .news-list__col {
        width: 100%; } }
  .news-list__item {
    background: #FFFFFF;
    -webkit-border-radius: 16px;
            border-radius: 16px;
    font-size: 16px;
    line-height: 26px;
    color: #6B6D7E;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
    padding: 24px;
    margin: 0 15px;
    height: 100%; }
    @media (max-width: 1024px) {
      .news-list__item {
        padding: 20px; } }
    .news-list__item__picture {
      -webkit-border-radius: 3px;
              border-radius: 3px;
      margin-bottom: 16px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      max-height: 215px;
      overflow: hidden; }
      @media (max-width: 768px) {
        .news-list__item__picture {
          max-height: 100%; } }
      .news-list__item__picture:hover {
        opacity: 0.8; }
      .news-list__item__picture img {
        display: block; }
    .news-list__item__date {
      margin-bottom: 8px; }
    .news-list__item__title {
      font-size: 18px;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      color: #0079CD;
      margin-bottom: 14px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      display: block; }
    .news-list__item__anons {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical; }
      @media (max-width: 768px) {
        .news-list__item__anons {
          -webkit-line-clamp: inherit; } }

.press-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #fff;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .press-list {
      margin-bottom: 30px; } }
  .press-list__col {
    width: 33.33%;
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      .press-list__col {
        width: 50%; } }
    @media (max-width: 768px) {
      .press-list__col {
        width: 100%;
        margin: 0; } }
  .press-list__item {
    -webkit-border-radius: 16px;
            border-radius: 16px;
    font-size: 16px;
    line-height: 26px;
    color: #6B6D7E;
    padding: 24px;
    margin: 0 15px;
    height: 100%; }
    @media (max-width: 1024px) {
      .press-list__item {
        padding: 20px 0;
        margin: 0 20px; } }
    .press-list__item__picture {
      -webkit-border-radius: 3px;
              border-radius: 3px;
      margin-bottom: 16px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      overflow: hidden;
      position: relative; }
      .press-list__item__picture:hover .press-carousel__control {
        opacity: 1 !important; }
        .press-list__item__picture:hover .press-carousel__control.swiper-button-disabled {
          opacity: 0.35 !important; }
      @media (max-width: 768px) {
        .press-list__item__picture {
          max-height: 100%; } }
      .press-list__item__picture img {
        display: block; }
    .press-list__item__count {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      color: #6B6D7E;
      margin-left: 15px; }
      .press-list__item__archive:hover {
          color: #00B2FF;
      }
      .fancybox-thumbs-x {
        overflow: visible !important;
        text-align: center;
      }
      .fancybox-thumbs-after {

      }
      .press-list__item__count svg {
        margin-right: 5px; }
    .press-list__item__date {
      margin-bottom: 8px; }
    .press-list__item__title {
      font-size: 18px;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      color: #0079CD;
      margin-bottom: 14px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      display: block; }
    .press-list__item__anons {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical; }
      @media (max-width: 768px) {
        .press-list__item__anons {
          -webkit-line-clamp: inherit; } }
  .press-list .swiper-slide {
    width: 100%; }

.press-carousel__control {
  position: absolute;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  .press-carousel__control--plus {
    content: '';
    display: block;
    width: 68px;
    height: 68px;
    background: url(../img/plus-button.svg) no-repeat 0 0;
    -webkit-background-size: contain;
            background-size: contain;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -34px;
    margin-left: -34px;
    opacity: 0 !important;
    cursor: pointer; }
  .press-carousel__control--play {
    content: '';
    display: block;
    width: 68px;
    height: 68px;
    background: url(../img/play-button.svg) no-repeat 0 0;
    -webkit-background-size: contain;
            background-size: contain;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -34px;
    margin-left: -34px; }
  .press-carousel__control--prev {
    margin-top: -15px;
    left: 15px;
    opacity: 0 !important; }
  .press-carousel__control--next {
    margin-top: -15px;
    right: 15px;
    opacity: 0 !important; }
  .press-carousel__control--pagination {
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    font-family: Inter, sans-serif;
    width: auto;
    bottom: 20px;
    right: 15px;
    left: auto;
    opacity: 0 !important; }

.news-detail-wrapper {
  background: #FFFFFF;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  padding: 30px 40px 45px; }
  @media (max-width: 1024px) {
    .news-detail-wrapper {
      padding: 0;
      background: none; } }

.news-detail {
  max-width: 656px;
  margin: 28px auto 60px; }
  @media (max-width: 1024px) {
    .news-detail {
      margin: 0;
      max-width: 100%; } }
  .news-detail__body {
    padding-bottom: 40px; }
    @media (max-width: 1024px) {
      .news-detail__body {
        background: #FFFFFF;
        -webkit-border-radius: 16px;
                border-radius: 16px;
        padding: 20px 20px 30px;
        margin-bottom: 50px; } }
  .news-detail__title {
    background: #0079CD;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    margin-bottom: 23px;
    line-height: 1.4; }
  .news-detail__date {
    text-align: center;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 58px; }
    @media (max-width: 1024px) {
      .news-detail__date {
        margin-bottom: 38px;
        text-align: left; } }
  .news-detail__picture {
    margin-bottom: 73px;
    height: auto; }
    @media (max-width: 1024px) {
      .news-detail__picture {
        margin-bottom: 20px; } }
  .news-detail img {
    display: block;
    height: auto; }
  .news-detail__intro-text {
    font-size: 24px;
    font-family: Inter, sans-serif;
    margin-bottom: 32px;
    line-height: 1.45; }
    @media (max-width: 1024px) {
      .news-detail__intro-text {
        font-size: 18px;
        margin-bottom: 24px; } }

.info-block {
  font-size: 12px;
  line-height: 1.8;
  font-family: Inter, sans-serif;
  background: #F2F2F2;
  padding: 37px 67px 49px 44px;
  margin-bottom: 36px; }
  @media (max-width: 1024px) {
    .info-block {
      padding: 20px; border-radius: 16px } }
  .info-block__title {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0079CD;
    margin-bottom: 20px; }

.contacts-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1024px) {
    .contacts-block-wrapper {
      display: block; } }

.contacts-block {
  font-size: 24px;
  line-height: 1.5;
  margin-left: 50px;
  width: 100%;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  overflow: hidden; }
  .contacts-block:first-child {
    margin-left: 0; }
  .contacts-block--bg .contacts-block__address {
    color: #fff;
    background: #0065A1; }
  .contacts-block--bg a {
    color: #fff;
    text-decoration: underline; }
  .contacts-block--bg:first-child .contacts-block__address {
    background: #0065A1; }
	
@media (max-width: 1024px) {
    .contacts-block {
		font-size: 16px;
		margin-bottom: 40px;
		margin-left: 0; 
	} 
}
  .contacts-block__address {
    padding: 45px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4; }
    @media (max-width: 1280px) {
      .contacts-block__address {
        padding-left: 45px; } }
    @media (max-width: 768px) {
      .contacts-block__address {
        padding: 30px 20px;
        font-size: 16px; } }
    .contacts-block__address__title {
      font-size: 32px;
      line-height: 1;
      margin-bottom: 21px;
      color: #222; }
      @media (max-width: 768px) {
        .contacts-block__address__title {
          font-size: 26px; } }

.tenders-list {
  margin-bottom: 40px; }
  .tenders-list__item {
    margin-bottom: 24px;
    background: #FFFFFF;
    -webkit-border-radius: 16px;
            border-radius: 16px;
    padding: 45px;
    font-size: 13px; }
    @media (max-width: 1024px) {
      .tenders-list__item {
        padding: 30px 20px; } }
  .tenders-list__col-l {
    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; }
    @media (max-width: 768px) {
      .tenders-list__col-l {
        margin-bottom: 20px; } }
  .tenders-list__title {
    background: #0079CD;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .tenders-list__title {
        font-size: 30px; } }
  .tenders-list__number {
    text-transform: uppercase;
    color: #0079CD;
    margin-top: auto; }
  .tenders-list__body {
    color: #000;
    padding-left: 0; }
    @media (max-width: 768px) {
      .tenders-list__body {
        padding-left: 15px; } }
    .tenders-list__body__title {
      font-size: 18px;
      margin-bottom: 20px;
      line-height: 1.5;
      font-family: Inter, sans-serif; }

.items-list {
  margin-bottom: 40px; }
  .items-list a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .items-list a:hover {
      opacity: 0.8; }
  .items-list__item {
    margin-bottom: 24px;
    background: #FFFFFF;
    -webkit-border-radius: 16px;
            border-radius: 16px; }
    @media (max-width: 768px) {
      .items-list__item {
        padding-bottom: 35px; } }
  .items-list__item-1 {
    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;
    padding: 50px 65px 35px; }
    @media (max-width: 768px) {
      .items-list__item-1 {
        padding: 35px 30px 0; } }
  .items-list__item-2 {
    padding: 35px 40px 35px 0; }
    @media (max-width: 768px) {
      .items-list__item-2 {
        padding: 35px 20px; } }
  .items-list__title {
    background: #0079CD;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 14px;
    display: block; }
    @media (max-width: 768px) {
      .items-list__title {
        font-size: 30px; } }

.collapse-list a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.collapse-list__item {
  margin-bottom: 16px;
  background: #FFFFFF;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  padding: 34px 30px 34px 47px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media (max-width: 768px) {
    .collapse-list__item {
      padding: 25px 20px;
      font-size: 14px; } }
  .collapse-list__item:last-child {
    margin-bottom: 0; }
  .collapse-list__item__title {
    color: #003571;
    font-size: 24px;
    line-height: 1.2;
    display: block;
    position: relative;
    padding-right: 60px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media (max-width: 768px) {
      .collapse-list__item__title {
        font-size: 18px;
        padding-right: 40px; } }
    .collapse-list__item__title:hover {
      color: #0079CD; }
    .collapse-list__item__title:after {
      content: '';
      display: inline-block;
      background: url(../img/arr-down.svg) no-repeat 0 0;
      -webkit-background-size: contain;
              background-size: contain;
      width: 20px;
      height: 12px;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -6px; }
      @media (max-width: 768px) {
        .collapse-list__item__title:after {
          right: 0; } }
    .collapse-list__item__title.up {
      color: #0079CD; }
      .collapse-list__item__title.up:after {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }

.collapse-list__collapse {
  padding-top: 25px; }
  @media (max-width: 768px) {
    .collapse-list__collapse {
      padding-top: 15px; } }

.career-picture-block {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-border-radius: 16px 16px 0 0;
          border-radius: 16px 16px 0 0;
  padding: 64px 82px 205px 82px;
  color: #fff; }
  @media (max-width: 1024px) {
    .career-picture-block {
      padding: 30px 40px 100px; } }
  @media (max-width: 375px) {
    .career-picture-block {
      min-height: 530px;
      padding: 30px;
      background-position: 50% 50%; } }
  .career-picture-block__text {
    font-size: 24px;
    line-height: 1.45;
    max-width: 450px; }
    @media (max-width: 768px) {
      .career-picture-block__text {
        font-size: 18px; } }

.career-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px; }
  @media (max-width: 1024px) {
    .career-text {
      margin-bottom: 50px;
      display: block; } }
  .career-text__item-1 {
    width: 50%;
    padding-right: 50px; }
    @media (max-width: 1024px) {
      .career-text__item-1 {
        margin-bottom: 30px;
        padding-right: 0;
        width: 100%; } }
  .career-text__item-2 {
    width: 50%;
    padding-left: 50px; }
    @media (max-width: 1024px) {
      .career-text__item-2 {
        padding-left: 0;
        width: 100%; } }

.container-white {
  background: #fff;
  padding: 45px; }
  @media (max-width: 1024px) {
    .container-white {
      padding: 30px 40px; } }
  @media (max-width: 767px) {
    .container-white {
      padding: 30px 20px; } }

.bottom-radius {
  -webkit-border-radius: 0 0 16px 16px;
          border-radius: 0 0 16px 16px; }

.rating__head {
  line-height: 1;
  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: 35px; }
  @media (max-width: 768px) {
    .rating__head {
      font-size: 14px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-bottom: 20px; } }
  .rating__head__item {
    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; }
    @media (max-width: 768px) {
      .rating__head__item {
        margin-top: 5px;
        margin-bottom: 5px; } }
    .rating__head__item:first-child {
      padding-right: 30px;
      margin-right: 30px;
      border-right: 1px solid #C4C4C4; }
      @media (max-width: 768px) {
        .rating__head__item:first-child {
          padding-right: 15px;
          margin-right: 15px; } }
    @media (max-width: 768px) {
      .rating__head__item img {
        max-height: 30px;
        max-width: 243px; } }
  .rating__head__mark {
    background: #0079CD;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    font-family: Inter, sans-serif;
    margin-left: 20px; }
    @media (max-width: 768px) {
      .rating__head__mark {
        font-size: 30px; } }

.rating__title {
  font-size: 24px;
  margin-bottom: 25px;
  line-height: 1.4; }
  @media (max-width: 768px) {
    .rating__title {
      font-size: 18px; } }

.rating__info {
  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;
  font-size: 14px; }
  .rating__info__text {
    font-size: 12px;
    color: #6B6D7E;
    line-height: 1; }

.presentations-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .presentations-list__item {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .presentations-list__item:last-child {
    margin-bottom: 0; }
  .presentations-list__item__picture {
    -webkit-border-radius: 8px;
            border-radius: 8px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .presentations-list__item__picture {
        margin-bottom: 20px; } }
    .presentations-list__item__picture img {
      display: block; }
  .presentations-list__item__body {
    margin-left: 48px; }
    @media (max-width: 767px) {
      .presentations-list__item__body {
        margin-left: 0; } }
  .presentations-list__item__title {
    margin-bottom: 10px;
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block; }
    .presentations-list__item__title:hover {
      text-decoration: underline; }
  .presentations-list__item__info {
    font-size: 14px; }

.section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 145px;
  margin-bottom: 47px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (max-width: 767px) {
    .section-footer {
      display: block;
      text-align: center;
      margin-bottom: 35px;
      margin-top: 370px; } }
  .section-footer__logo {
    display: block; }
    @media (max-width: 767px) {
      .section-footer__logo {
        margin-bottom: 27px; } }
    @media (max-width: 767px) {
      .section-footer__logo img {
        width: 115px; } }

.footer-contacts {
  text-align: right;
  position: relative; }
  @media (max-width: 767px) {
    .footer-contacts {
      text-align: center; } }
  .footer-contacts__number {
    font-size: 18px;
    line-height: 26px;
    color: #6B6D7E;
    font-family: Inter, sans-serif; }
    @media (max-width: 767px) {
      .footer-contacts__number {
        font-size: 16px; } }
  .footer-contacts__address {
    font-size: 14px;
    line-height: 18px;
    color: #6B6D7E;
    font-family: Inter, sans-serif;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .footer-contacts__address {
        max-width: 200px;
        white-space: normal;
        margin: 20px auto 0; } }
  .footer-contacts__ww {
    font-size: 14px;
    line-height: 18px;
    color: #6B6D7E;
    font-family: Inter, sans-serif;
    white-space: nowrap;
    margin-top: 5px; }

.rss {
  position: absolute;
  opacity: 0; }

.cookie-alert {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 99999;
  width: 100%;
  background: #1C6CDB;
  padding: 13px 30px;
  display: none; }

.cookie-alert.show {
  display: block; }

.cookie-alert__inner {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767px) {
    .cookie-alert__inner {
      display: block;
      text-align: center; } }

.cookie-alert__text {
  padding-right: 20px;
  max-width: 993px; }

.cookie-alert__text p {
  color: #D2E2F8;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 20px; }

.cookie-alert__text p:last-child {
  margin-bottom: 0px; }

@media (max-width: 767px) {
  .cookie-alert__button {
    margin-top: 20px; } }

.cookie-alert__button span {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  color: #D2E2F8;
  width: 100px;
  height: 32px;
  border: 1px solid #D2E2F8;
  text-align: center;
  cursor: pointer; }

.fancybox-bg {
  opacity: 1 !important;
  background: #F2F2F2; }

.fancybox-infobar {
  font-weight: 400 !important;
  font-size: 26px !important;
  line-height: 1 !important;
  text-align: center !important;
  color: #0079CD !important;
  mix-blend-mode: inherit;
  width: 100%;
  top: 32px; }
  @media (max-width: 768px) {
    .fancybox-infobar {
      font-size: 20px !important;
      margin-top: 4px; } }

.fancybox-toolbar {
  right: 33px;
  top: 33px; }

.fancybox-button.fancybox-button--zoom, .fancybox-button.fancybox-button--thumbs {
  display: none !important; }

.fancybox-button.fancybox-button--close {
  background: url(../img/close.svg) no-repeat 0 0;
  width: 25px;
  height: 25px;
  -webkit-background-size: contain;
          background-size: contain;
  border: 0 !important;
  outline: 0 !important; }
  .fancybox-button.fancybox-button--close svg {
    display: none; }

.fancybox-is-open .fancybox-bg {
  opacity: 1 !important;
  background: #F2F2F2; }

.fancybox-is-open .fancybox-infobar {
  mix-blend-mode: inherit;
  width: 100%;
  top: 32px; }

.fancybox-is-open .fancybox-toolbar {
  right: 33px;
  top: 33px; }
  @media (max-width: 768px) {
    .fancybox-is-open .fancybox-toolbar {
      opacity: 1 !important;
      visibility: visible	!important; } }

.fancybox-is-open .fancybox-button.fancybox-button--zoom, .fancybox-is-open .fancybox-button.fancybox-button--thumbs {
  display: none !important; }

.fancybox-is-open .fancybox-button.fancybox-button--close {
  background: url(../img/close.svg) no-repeat 0 0;
  width: 25px;
  height: 25px;
  -webkit-background-size: contain;
          background-size: contain;
  border: 0 !important;
  outline: 0 !important; }
  @media (max-width: 768px) {
    .fancybox-is-open .fancybox-button.fancybox-button--close {
      visibility: visible !important;
      opacity: 1 !important; } }
  .fancybox-is-open .fancybox-button.fancybox-button--close svg {
    display: none; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.fancybox-thumbs {
  top: auto !important;
  width: auto !important;
 /* bottom: 100px !important;*/
  left: 0 !important;
  right: 0 !important;
  /*height: 80px !important;*/
  /*background: transparent !important;*/
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .fancybox-thumbs > ul {
    margin: 0 auto !important; }
    .fancybox-thumbs > ul > li {
      border-color: transparent;
      margin: 2px 8px !important; }
      .fancybox-thumbs > ul > li:before {
        border: 4px solid #fff !important;
        opacity: 1 !important; }
      .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
        border: 4px solid #0079CD !important; }

.fancybox-show-thumbs .fancybox-inner {
  right: 0 !important; }

.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
  right: 0;
  bottom: 0; }

@media (max-width: 768px) {
  .fancybox-slide {
    padding: 20px !important; } }



@media (max-width: 768px) {
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    bottom: 0; } }

.fancybox-navigation .fancybox-button {
  width: 36px;
  height: 31px;
  display: inline-block;
  margin: 0;
  border: 0;
  outline: 0;
  margin-top: -15px; }
  .fancybox-navigation .fancybox-button.disabled {
    opacity: 0.35 !important; }
  .fancybox-navigation .fancybox-button svg, .fancybox-navigation .fancybox-button:after {
    display: none; }

.fancybox-navigation .fancybox-button--arrow_right {
  background: url(../img/slider-button-r.png) no-repeat 0 0;
  -webkit-background-size: contain;
          background-size: contain;
  right: 35px !important; }

.fancybox-navigation .fancybox-button--arrow_left {
  background: url(../img/slider-button-l.png) no-repeat 0 0;
  -webkit-background-size: contain;
          background-size: contain;
  left: 35px !important; }
.fancybox-thumbs-before {
  color: #6B6D7E;
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  padding: 20px 0px;
  padding-top: 10px;
  margin: auto;
  max-width: 100%;

}
@media (max-width: 920px) {
  .fancybox-thumbs-before {
    font-size: 14px;
    padding-top: 0;
    display: none;
  }
  .fancybox-thumbs {
    bottom: 0px !important;
  }
  .fancybox-thumbs ul {
    display: none !important; 

  } 

}

.fancybox-image {
  /*object-fit: cover;*/
}
.fancybox-thumbs {
  background: #F2F2F2 !important;
}
.fancybox-container {
  opacity: 0;
}

/*404*/
.wrapper-404 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  height: calc(100vh - 140px);
  width: 1240px;
  max-width: 100%;
  margin: 0 auto -40px;
}
.content-404 {
  margin-top: -100px;
  color: #003571;
}
.title-404 {
  font-size: 128px;
  line-height: 148px;
}
.subtitle-404 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 32px;
}
.text-404 {
  color: #6B6D7E;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 60px;
}
.to-main-404 {
  color: #003571;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1250px) {
  .wrapper-404 {
    height: calc(100vh - 124px);
  }
  .content-404 {
    margin-top: -40px;
  }
}
@media (max-width: 1024px) {
  .wrapper-404 {
    height: calc(100vh - 56px);
  }
  .content-404 {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .wrapper-404 {
    height: calc(100vh - 45px);
    /*align-items: flex-start;*/
  }
  .title-404 {
    font-size: 86px;
    line-height: 100px;
    /* margin-top: 40px; */
  }
  .subtitle-404 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .text-404 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 30px;
  }
  .to-main-404 {
    font-size: 14px;
    line-height: 16px;
  }
}

.section-title-wrapper {
  position: relative;
}
.news-contact {
	position: absolute;
	right: 0px;
	bottom: 0;
	background: #fff;
	border-radius: 16px;
	padding: 24px;
  width: 33.33%;
}
@media (max-width: 1024px) {
  .news-contact {
    bottom: -4px;
    padding: 20px;
    line-height: 130%;
    width: calc(50% - 15px);
  }
  .news-contact .contacts-block__address__title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .news-contact {
    text-align: left;
    width: auto;
  }
}
@media (max-width: 474px) {
  .news-contact {
    position: relative;
    left: 0;
    margin-bottom: 30px;
	padding: 20px
  }
}

/* Pagination */
.pagination-block {
    background: #FFFFFF;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    padding: 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pagination {
    gap: 16px;
}

@media (max-width: 474px) {
  .pagination {
    gap: 0;
  }
}

.page-link,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    padding: 0;
    box-shadow: none !important;
}

.page-item.active .page-link {
    background: -webkit-gradient(linear, left top, left bottom, from(#0897E3), to(#005ECE));
    background: -webkit-linear-gradient(top, #0897E3 0%, #005ECE 100%);
    background: -o-linear-gradient(top, #0897E3 0%, #005ECE 100%);
    background: linear-gradient(180deg, #0897E3 0%, #005ECE 100%);
}

.page-next .page-link {
    background: url(../img/slider-button-r.png) no-repeat -6px 0 / cover;
}

.page-prev .page-link {
    background: url(../img/slider-button-l.png) no-repeat 1px 0 / cover;
}