/*!
 * fullPage 4.0.15
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2021 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */

.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  display: block;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fp-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-prev {
  left: 15px;
}

.fp-next {
  right: 15px;
}

.fp-arrow {
  width: 0;
  height: 0;
  border-style: solid;
}

.fp-arrow.fp-prev {
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-arrow.fp-next {
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-notransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height .fp-slide,
.fp-auto-height.fp-section {
  height: auto !important;
}

.fp-responsive .fp-is-overflow.fp-section {
  height: auto !important;
}

.fp-scrollable .fp-section,
.fp-scrollable .fp-slide,
.fp-scrollable.fp-responsive .fp-is-overflow.fp-section {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),
.fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]),
.fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]) {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

.fp-overflow {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-height: 100%;
}

.fp-is-overflow .fp-overflow.fp-auto-height,
.fp-is-overflow .fp-overflow.fp-auto-height-responsive,
.fp-is-overflow > .fp-overflow {
  overflow-y: auto;
}

.fp-overflow {
  outline: 0;
}

.fp-overflow.fp-table {
  display: block;
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
  min-height: auto !important;
}

.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar {
  background-color: transparent;
  width: 9px;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track {
  background-color: transparent;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  border: 4px solid transparent;
}

.fp-warning,
.fp-watermark {
  z-index: 9999999;
  position: absolute;
  bottom: 0;
}

.fp-warning,
.fp-watermark a {
  text-decoration: none;
  color: #000;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 8px;
  font-size: 14px;
  font-family: arial;
  color: #000;
  display: inline-block;
  border-radius: 3px;
  margin: 12px;
}

.fp-noscroll .fp-overflow {
  overflow: hidden;
}

.page-template-page-tender-php[class*=fp-viewing-] header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.page-template-page-tender-php[class*=fp-viewing-] #fp-nav {
  margin-top: 0 !important;
}

.page-template-page-tender-php[class*=fp-viewing-] #fp-nav .fp-tooltip {
  right: 25px;
  top: 0;
  background-color: #236db2;
  color: #fff;
  padding: 2px 9px;
  border-radius: 20px;
  font-family: inherit;
}

.page-template-page-tender-php[class*=fp-viewing-] #fp-nav.color-white-nav .fp-tooltip {
  background-color: #fff;
  color: #236db2;
}

.page-template-page-tender-php[class*=fp-viewing-] #fp-nav.color-white-nav span {
  background-color: #fff;
}

.page-template-page-tender-php[class*=fp-viewing-] #fp-nav:not(.color-white-nav) span {
  background-color: #236db2;
}

.page-template-page-tender-php[class*=fp-viewing-] #fp-nav ul li,
.page-template-page-tender-php[class*=fp-viewing-] .fp-slidesNav ul li {
  margin: 0;
  height: auto;
  width: auto;
}

.page-template-page-tender-php[class*=fp-viewing-] #fp-nav ul li a,
.page-template-page-tender-php[class*=fp-viewing-] .fp-slidesNav ul li a {
  display: block;
  padding: 15px;
}

.page-template-page-tender-php[class*=fp-viewing-] #fp-nav ul li a span,
.page-template-page-tender-php[class*=fp-viewing-] .fp-slidesNav ul li a span {
  --size-nav-span: 10px;
  height: var(--size-nav-span);
  width: var(--size-nav-span);
  margin: calc(var(--size-nav-span) / 2 * -1) 0 0 calc(var(--size-nav-span) / 2 * -1);
}

.page-template-page-tender-php[class*=fp-viewing-] #fp-nav ul li a.active span,
.page-template-page-tender-php[class*=fp-viewing-] #fp-nav ul li:hover a.active span,
.page-template-page-tender-php[class*=fp-viewing-] .fp-slidesNav ul li a.active span,
.page-template-page-tender-php[class*=fp-viewing-] .fp-slidesNav ul li:hover a.active span {
  --size-nav-span: 16px;
  height: var(--size-nav-span);
  width: var(--size-nav-span);
  margin: calc(var(--size-nav-span) / 2 * -1) 0 0 calc(var(--size-nav-span) / 2 * -1);
}

.p-tender {
  line-height: 1.2;
}

.p-tender .w-100 {
  width: 100%;
}

.p-tender .h-100 {
  height: 100%;
}

.p-tender .owl-carousel.owl-carousel-custom-nav .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-tender .owl-carousel.owl-carousel-custom-nav .owl-nav button.owl-prev,
.p-tender .owl-carousel.owl-carousel-custom-nav .owl-nav button.owl-next {
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
}

.p-tender .owl-carousel.owl-carousel-custom-nav .owl-nav button.owl-prev {
  background-color: #f3f3f3;
}

.p-tender .owl-carousel.owl-carousel-custom-nav .owl-nav button.owl-prev svg path {
  fill: #000;
}

.p-tender .owl-carousel.owl-carousel-custom-nav .owl-nav button.owl-next {
  background-color: #4dc244;
}

.p-tender h1 {
  line-height: 1.2;
  font-size: 48px;
}

.p-tender h2 {
  line-height: 1.2;
  font-size: 40px;
}

.p-tender__hero {
  color: white;
  position: relative;
  padding: 30px 0;
}

.p-tender__hero p,
.p-tender__hero li {
  color: white;
  line-height: 1.2;
}

.p-tender__hero-flex {
  height: 100%;
}

.p-tender__hero-content {
  margin-top: 40px;
}

.p-tender__hero-bg img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: -3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-tender__hero-bg:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 34, 0.72)), to(rgba(19, 19, 23, 0.2)));
  background: -o-linear-gradient(top, rgba(27, 27, 34, 0.72) 0%, rgba(19, 19, 23, 0.2) 100%);
  background: linear-gradient(180deg, rgba(27, 27, 34, 0.72) 0%, rgba(19, 19, 23, 0.2) 100%);
}

.p-tender__hero .btn {
  -webkit-box-shadow: 25px 25px 34px rgba(0, 0, 0, 0.35);
          box-shadow: 25px 25px 34px rgba(0, 0, 0, 0.35);
}

.p-tender__profits {
  padding: 30px 0;
}

.p-tender__profits-grid {
  display: grid;
  width: 100%;
  gap: 20px 67px;
  grid-template-columns: repeat(auto-fill, minmax(233px, 1fr));
}

.p-tender__profits-item {
  position: relative;
  padding-left: 28px;
}

.p-tender__profits-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  height: 80px;
  width: 2px;
  background-color: #4fc12e;
}

.p-tender__profits-item-icon img {
  height: 60px;
  width: 60px;
  margin-bottom: 14px;
}

.p-tender__profits-item-text p {
  font-size: 20px;
  color: #2b2a32;
  line-height: 1.2;
}

.p-tender__years {
  padding: 30px 0;
}

.p-tender__years-grid {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 0 121px;
}

.p-tender__years-slider {
  margin-left: -21vw;
}

.p-tender__years-owl {
  position: relative;
  overflow: hidden;
}

.p-tender__years-owl-wrapper {
  position: relative;
  padding-top: 57%;
}

.p-tender__years-owl-wrapper svg {
  position: absolute;
  z-index: 3;
  bottom: 100px;
  right: 100px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-tender__years-owl-wrapper img {
  position: absolute;
  inset: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-tender__years .owl-carousel .owl-nav {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
}

.p-tender__years-heading:after {
  content: "";
  background-color: #4dc244;
  display: block;
  height: 1px;
  margin-left: auto;
  width: 85%;
  margin-top: 18px;
  margin-bottom: 30px;
}

.p-tender__years-subheading p {
  font-size: 16px;
  line-height: 1.4;
}

.p-tender__nums {
  padding: 30px 0;
}

.p-tender__nums-heading {
  margin-bottom: 50px;
}

.p-tender__nums-heading h2 {
  font-weight: normal;
}

.p-tender__nums-grid {
  display: grid;
  width: 100%;
  gap: 24px 64px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.p-tender__nums-item-flex {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 16px;
}

.p-tender__nums-item-flex:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  height: 1px;
  width: 90%;
  margin-left: auto;
  background-color: #4dc244;
}

.p-tender__nums-item-title:not(:only-child) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 14px;
}

.p-tender__nums-item-title h3 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.2;
}

.p-tender__nums-item-title-after {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.p-tender__nums-item-subtitle {
  margin-left: auto;
  width: 90%;
}

.p-tender__nums-item-subtitle p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
}

.p-tender__profits-1 {
  position: relative;
  padding: 30px 0;
  color: #fff;
}

.p-tender__profits-1-heading {
  margin-bottom: 44px;
}

.p-tender__profits-1-heading h2 {
  font-weight: normal;
}

.p-tender__profits-1-grid {
  display: grid;
  width: 100%;
  gap: 20px 67px;
  grid-template-columns: repeat(auto-fill, minmax(233px, 1fr));
}

.p-tender__profits-1-item p {
  color: inherit;
  font-size: 14px;
  line-height: 1.4;
}

.p-tender__profits-1-item-icon {
  height: 80px;
  margin-bottom: 35px;
}

.p-tender__profits-1-item-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  text-shadow: 0px 2px 16px rgba(0, 0, 0, 0.35);
}

.p-tender__profits-1-item-title:after {
  content: "";
  display: block;
  margin-left: auto;
  background-color: #4dc244;
  height: 1px;
  width: 80%;
  margin-top: 16px;
  margin-bottom: 16px;
}

.p-tender__profits-1-bg img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: -3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-tender__profits-1-bg:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 34, 0.72)), to(rgba(19, 19, 23, 0.2)));
  background: -o-linear-gradient(top, rgba(27, 27, 34, 0.72) 0%, rgba(19, 19, 23, 0.2) 100%);
  background: linear-gradient(180deg, rgba(27, 27, 34, 0.72) 0%, rgba(19, 19, 23, 0.2) 100%);
}

.p-tender__offer {
  padding: 30px 0;
}

.p-tender__offer-heading {
  margin-bottom: 45px;
}

.p-tender__offer-heading h2 {
  font-weight: normal;
}

.p-tender__offer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 66px 24px;
}

.p-tender__offer-item-count {
  color: #4dc244;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 41px;
}

.p-tender__offer-item-count:after {
  content: "";
  display: block;
  margin-left: 28px;
  margin-top: 5px;
  background-color: #4dc244;
  height: 1px;
}

.p-tender__offer-item-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-tender__offer-item-heading h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}

.p-tender__offer-item-img {
  width: 40%;
  min-width: 40%;
  margin-right: 64px;
}

.p-tender__offer-item-img-wrapper {
  position: relative;
  padding-top: 62%;
}

.p-tender__offer-item-img-wrapper img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}

.p-tender__profile {
  padding: 30px 0;
}

.p-tender__profile p {
  font-size: 16px;
  color: #908ea3;
  line-height: 1.4;
}

.p-tender__profile-flex {
  width: 100%;
  max-width: 100%;
}

.p-tender__profile-img {
  --profile-margin-img: 21vw;
  max-width: calc(50% + var(--profile-margin-img));
  width: calc(50% + var(--profile-margin-img));
  margin-left: calc(var(--profile-margin-img) * -1);
}

.p-tender__profile-img-wrapper {
  position: relative;
  padding-top: 60%;
}

.p-tender__profile-img-wrapper img {
  position: absolute;
  inset: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-tender__profile-content {
  width: 50%;
  max-width: 50%;
  padding-left: 121px;
}

.p-tender__profile-content h3 {
  line-height: 1.2;
  font-weight: normal;
  font-size: 40px;
}

.p-tender__profile-item-heading {
  margin-bottom: 45px;
}

.p-tender__fur-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.p-tender__fur .p-tender__profile-flex {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.p-tender__fur .p-tender__profile-img {
  margin-left: 0;
  margin-right: calc(var(--profile-margin-img) * -1);
}

.p-tender__fur .p-tender__profile-content {
  padding-left: 0;
  padding-right: 121px;
}

.p-tender__call {
  position: relative;
  padding: 30px 0;
  color: #fff;
}

.p-tender__call p {
  color: #fff;
}

.p-tender__call-heading {
  margin-bottom: 40px;
}

.p-tender__call-heading p {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0.67em;
}

.p-tender__call-grid {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  gap: 119px;
}

.p-tender__call-bg img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: -3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-tender__call-bg:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 34, 0.72)), to(rgba(19, 19, 23, 0.2)));
  background: -o-linear-gradient(top, rgba(27, 27, 34, 0.72) 0%, rgba(19, 19, 23, 0.2) 100%);
  background: linear-gradient(180deg, rgba(27, 27, 34, 0.72) 0%, rgba(19, 19, 23, 0.2) 100%);
}

.p-tender__call-contacts > *:not(:last-child) {
  margin-bottom: 60px;
}

.p-tender__call-contacts > *:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #4dc244;
  width: 90%;
  margin-left: auto;
  margin-top: 11px;
}

.p-tender__call-contacts p {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.1;
  margin-bottom: 6px;
}

.p-tender__call-contacts h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

.p-tender__bg {
  background-color: #f3f3f3;
}

.parthners.tender_page_partners .s_title h2 {
  font-weight: inherit;
  font-size: inherit;
}

.parthners .parthners-list .partners-item-format-tender {
  padding: 50px 20px 22px 20px;
}

.parthners .parthners-list .partners-item-format-tender .city {
  margin-bottom: 5px;
}

.parthners .parthners-list .partners-item-format-tender .title {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
  color: #2b2a32;
}

.parthners .parthners-list .partners-item-format-tender .title:after {
  content: "";
  display: block;
  height: 1px;
  margin-left: auto;
  width: 80%;
  margin-top: 17px;
  margin-bottom: 17px;
  background-color: #e0e0e0;
}

.parthners .parthners-list .partners-item-format-tender .web {
  font-weight: 700;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 1;
}

.parthners .parthners-list .partners-item-format-tender .web a {
  color: #006faf;
}

.parthners .parthners-list .partners-item-format-tender .web:before {
  content: none;
}

.overflow-hidden {
  overflow: hidden;
}

.p-projects {
  padding: 30px 0;
}

.p-projects__heading {
  margin-bottom: 33px;
}

.p-projects__heading h2 {
  font-weight: normal;
}

.p-projects__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(272px, 1fr));
  gap: 20px 24px;
}

.p-projects__item {
  position: relative;
  padding-top: 100%;
  cursor: pointer;
  overflow: hidden;
}

.p-projects__item:hover .p-projects__item-bg img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.p-projects__item:hover svg {
  -webkit-transform: translate(10px, -10px);
      -ms-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
}

.p-projects__item.loading-posts {
  pointer-events: none;
}

.p-projects__item.loading-posts:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-top-color: transparent;
  -webkit-animation: loading-preloader-spin 1s infinite linear;
          animation: loading-preloader-spin 1s infinite linear;
}

.p-projects__item.loading-posts > * {
  opacity: 1;
  color: rgba(255, 255, 255, 0.7);
}

.p-projects__item.loading-posts > * img {
  opacity: 0.5;
}

.p-projects__item-content {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 26px 37px 26px;
}

.p-projects__item-content-subtitle {
  font-size: 12px;
  line-height: 1.1;
  margin-bottom: 4px;
}

.p-projects__item-content-title {
  font-size: 18px;
  font-weight: 800;
}

.p-projects__item-content-arrow svg {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 32px;
  min-width: 32px;
}

.p-projects__item-content:after {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 25px;
  display: block;
  margin-top: 10px;
  width: 80%;
  background-color: #fff;
  height: 1px;
}

.p-projects__item-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  z-index: -3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(27, 27, 34, 0)), to(rgb(27, 27, 34)));
  background: -o-linear-gradient(top, rgba(27, 27, 34, 0) 60%, rgb(27, 27, 34) 100%);
  background: linear-gradient(180deg, rgba(27, 27, 34, 0) 60%, rgb(27, 27, 34) 100%);
}

.p-projects__item-bg img {
  position: absolute;
  inset: 0;
  z-index: -4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.p-projects__item-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  z-index: -5;
  background: rgba(27, 27, 34, 0.8);
}

.p-projects__more {
  --p-project-loadmore-bg-color: #f3f3f3;
  --p-project-loadmore-size: 48px;
  margin-top: 50px;
  cursor: pointer;
}

.p-projects__more-arrow {
  background-color: var(--p-project-loadmore-bg-color);
  height: var(--p-project-loadmore-size);
  width: var(--p-project-loadmore-size);
  margin-right: 3px;
}

.p-projects__more-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #006faf;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  height: var(--p-project-loadmore-size);
  padding-left: calc(var(--p-project-loadmore-size) / 2 - 5px);
  background-color: var(--p-project-loadmore-bg-color);
}

.project-modal.fancybox-content {
  --project-modal-size-close: 48px;
  max-width: 1140px;
  width: calc(100% - var(--project-modal-size-close) * 2);
  margin: 25px 0;
  overflow: visible;
}

.project-modal.fancybox-content .owl-carousel .owl-nav {
  position: static !important;
  width: auto !important;
  pointer-events: none !important;
}

.project-modal.fancybox-content .owl-carousel .owl-nav svg path {
  fill: #000;
}

.project-modal.fancybox-content .owl-carousel .owl-nav > * {
  width: 38px;
  height: 60px;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: all;
  position: absolute;
  padding: 18px 7px !important;
  background-color: #fff;
  top: 50%;
  outline: none;
}

.project-modal.fancybox-content .owl-carousel .owl-nav .owl-prev {
  right: calc(100% + 10px);
}

.project-modal.fancybox-content .owl-carousel .owl-nav .owl-next {
  left: calc(100% + 10px);
}

.project-modal .fancybox-close {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  background: #2b2a32;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 100%;
  left: 100%;
  width: var(--project-modal-size-close);
  height: var(--project-modal-size-close);
}

.project-modal .fancybox-close:hover {
  opacity: 1;
}

.project-modal__owl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-modal__owl-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.project-modal__owl-item-wrapper {
  padding-top: 62%;
  position: relative;
}

.project-modal__owl-item-wrapper img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}

.project-modal__content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
  background: rgba(43, 42, 50, 0.3);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  padding: 37px 20px;
  color: #fff;
}

.project-modal__content-group {
  line-height: 1.1;
}

.project-modal__content-group:not(:last-child) {
  margin-bottom: 28px;
}

.project-modal__content-group > *:not(:last-child) {
  margin-bottom: 4px;
}

.project-modal__content-title {
  font-weight: 800;
  font-size: 18px;
}

.project-modal__content-subtitle {
  font-weight: 700;
  font-size: 12px;
  opacity: 0.6;
}

@-webkit-keyframes loading-preloader-spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loading-preloader-spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media (min-width: 991px) and (max-height: 1120px) {
  .p-projects__item {
    padding-top: 0;
    height: 26vh;
    min-height: 123px;
  }

  .p-projects .p-projects__more {
    display: none;
  }
}

@media (max-width: 1299.98px) {
  .p-tender h1 {
    font-size: 36px;
  }

  .p-tender h2 {
    font-size: 32px;
  }

  .p-tender__profits-grid {
    gap: 30px;
  }

  .p-tender__years-grid {
    gap: 0 60px;
  }

  .p-tender__years-slider {
    margin-left: -18vw;
  }

  .p-tender__nums-heading {
    margin-bottom: 35px;
  }

  .p-tender__nums-item-title h3 {
    font-size: 35px;
  }

  .p-tender__profits-1-grid {
    grid-template-columns: repeat(auto-fill, minmax(212px, 1fr));
    gap: 30px;
  }

  .p-tender__offer-heading {
    margin-bottom: 30px;
  }

  .p-tender__offer-grid {
    gap: 40px 15px;
  }

  .p-tender__offer-item-img {
    margin-right: 30px;
  }

  .p-tender__profile-img {
    --profile-margin-img: 18vw;
  }

  .p-tender__profile-content h3 {
    font-size: 32px;
  }

  .p-tender__profile-content {
    padding-left: 60px;
  }

  .p-tender__fur .p-tender__profile-content {
    padding-left: 0;
    padding-right: 60px;
  }

  .p-tender__call-grid {
    gap: 80px;
  }

  .p-tender__call-contacts > *:not(:last-child) {
    margin-bottom: 40px;
  }

  .p-tender__call-contacts h3 {
    font-size: 22px;
  }
}

@media (max-width: 997.98px) {
  .p-tender p {
    line-height: 1.4;
    font-size: 18px;
  }

  .p-tender h1 {
    font-size: 28px;
  }

  .p-tender h2 {
    font-size: 25px;
  }

  .p-tender__profits-item-text p {
    font-size: 18px;
  }

  .p-tender__years-grid {
    grid-template-columns: 100%;
    margin-left: 0;
    gap: 30px 0;
  }

  .p-tender__years-owl-wrapper {
    padding-top: 40%;
  }

  .p-tender__years-heading:after {
    margin-top: 12px;
    margin-bottom: 18px;
  }

  .p-tender__nums-item-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .p-tender__nums-item-title h3 {
    font-size: 32px;
  }

  .p-tender__profits-1-heading {
    margin-bottom: 25px;
  }

  .p-tender__profits-1-item p {
    font-size: 14px;
  }

  .p-tender__profits-1-item-icon {
    margin-bottom: 20px;
  }

  .p-tender__profits-1-item-icon img {
    height: 60px;
    width: auto;
  }

  .p-tender__offer-heading {
    margin-bottom: 20px;
  }

  .p-tender__offer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .p-tender__offer-item-count {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .p-tender__offer-item-heading h3 {
    font-size: 18px;
  }

  .p-tender__profile p {
    font-size: 16px;
  }

  .p-tender__profile-img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .p-tender__profile-img-wrapper {
    padding-top: 50%;
  }

  .p-tender__profile-owl .owl-nav {
    left: 0 !important;
    right: auto !important;
  }

  .p-tender__profile-content h3 {
    font-size: 25px;
  }

  .p-tender__profile-content {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .p-tender__profile-item-heading {
    margin-bottom: 30px;
  }

  .p-tender__profile-item-text {
    padding-bottom: 40px;
  }

  .p-tender__fur .p-tender__profile-content {
    padding-right: 0;
  }

  .p-tender__call-heading {
    margin-bottom: 30px;
  }

  .p-tender__call-heading p {
    font-size: 16px;
  }

  .p-tender__call-grid {
    gap: 50px;
  }

  .p-tender__call-contacts p {
    font-size: 12px;
  }

  .p-tender__call-contacts h3 {
    font-size: 20px;
  }

  .parthners .parthners-list .partners-item-format-tender {
    padding: 40px 15px 17px 15px;
  }

  .parthners .parthners-list .partners-item-format-tender .title {
    font-size: 18px;
  }

  .p-projects__heading {
    margin-bottom: 20px;
  }

  .p-projects__more {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .p-tender p {
    font-size: 16px;
  }

  .p-tender .owl-carousel.owl-carousel-custom-nav .owl-nav {
    right: 0 !important;
    bottom: 0 !important;
    height: auto !important;
    width: auto !important;
  }

  .p-tender .owl-carousel.owl-carousel-custom-nav .owl-nav button.owl-prev,
  .p-tender .owl-carousel.owl-carousel-custom-nav .owl-nav button.owl-next {
    height: 40px;
    width: 40px;
  }

  .p-tender h1 {
    font-size: 26px;
  }

  .p-tender h2 {
    font-size: 24px;
  }

  .p-tender__hero p,
  .p-tender__hero li {
    font-size: 18px;
  }

  .p-tender__hero-content {
    margin-top: 20px;
  }

  .p-tender__profits-grid {
    gap: 15px;
  }

  .p-tender__profits-item {
    padding-left: 20px;
  }

  .p-tender__profits-item:before {
    top: 20px;
    height: 60px;
  }

  .p-tender__profits-item-icon img {
    height: 40px;
    width: 40px;
  }

  .p-tender__years-slider {
    margin-left: 0;
  }

  .p-tender__years-owl-wrapper svg {
    bottom: auto;
    right: auto;
    top: 50%;
    left: 50%;
  }

  .p-tender__years-subheading p {
    font-size: 14px;
  }

  .p-tender__nums-heading {
    margin-bottom: 25px;
  }

  .p-tender__nums-grid {
    gap: 0;
  }

  .p-tender__nums-item-title h3 {
    font-size: 27px;
  }

  .p-tender__nums-item-title-after {
    font-size: 14px;
  }

  .p-tender__nums-item-subtitle p {
    font-size: 14px;
  }

  .p-tender__profits-1-heading {
    margin-bottom: 0;
  }

  .p-tender__profits-1-grid {
    gap: 0 10px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

  .p-tender__profits-1-item p {
    font-size: 12px;
  }

  .p-tender__profile p {
    font-size: 14px;
  }

  .p-tender__profile-content h3 {
    font-size: 24px;
  }

  .p-tender__call-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .p-tender__call-contacts > *:not(:last-child) {
    margin-bottom: 20px;
  }

  .p-tender__call-contacts p {
    font-size: 12px;
  }

  .p-tender__call-contacts h3 {
    font-size: 18px;
  }

  .parthners .parthners-list .partners-item-format-tender .title:after {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .p-projects__grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 5px;
  }

  .p-projects__item-content {
    padding: 0 10px 20px 10px;
  }

  .p-projects__item-content-title {
    font-size: 16px;
  }

  .p-projects__item-content-arrow svg {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }

  .p-projects__item-content:after {
    bottom: 9px;
    right: 9px;
  }

  .p-projects__more {
    margin-top: 20px;
  }

  .project-modal.fancybox-content {
    --project-modal-size-close: 40px;
    width: 95%;
  }

  .project-modal.fancybox-content .owl-carousel .owl-nav > * {
    width: 31px;
    height: 51px;
  }

  .project-modal.fancybox-content .owl-carousel .owl-nav .owl-prev {
    right: auto;
    left: 10px;
  }

  .project-modal.fancybox-content .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 10px;
  }

  .project-modal .fancybox-close {
    bottom: auto;
    left: auto;
    top: 0;
    right: 0;
  }

  .project-modal__content {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
    position: static;
    background-color: transparent;
    color: #000;
  }
}