html,
body {
  height: 100%;
  width: 100%;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
}

.fon1 {
  background-image: url("/static/fon1.jpg");
  background-size: contain;
  background-repeat: repeat;
}

.fon2 {
  background-image: url("/static/fon2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.fon3 {
  background-color: #000;
  background-image: url("/static/fon3.jpg");
  background-size: cover;
}

.fon4 {
  background-color: #fff;
  background-image: url("/static/fon4.png");
  background-repeat: repeat;
}

.block_moi_proekti .col-12 {
  padding: 0 !important;
}
.block_moi_proekti .col-12 .col-project {
  border: 1px solid #f0f0f0;
  height: 100%;
  position: relative;
}
.block_moi_proekti .col-12 .col-project .opisanie {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  cursor: default;
  transition: 0.3s ease-in-out;
  animation-duration: 0.8s;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.block_moi_proekti .col-12 .col-project .opisanie .btn {
  background-color: #fff;
  color: #000;
}
.block_moi_proekti .col-12 .col-project .opisanie .btn:hover {
  background-color: #eee;
  color: #000;
}
@media (min-width: 576px) {
  .block_moi_proekti .col-12 .col-project:hover .opisanie {
    opacity: 1;
    padding: 15px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(13, 202, 240, 0.95);
  }
}
@media (max-width: 575px) {
  .block_moi_proekti .col-12 .col-project {
    border-top: 2px solid #f0f0f0;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .block_moi_proekti .col-12 .col-project.active .opisanie {
    opacity: 1;
    padding: 15px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(13, 202, 240, 0.95);
  }
}

.display-1 {
  font-weight: bold !important;
}

.mt-6 {
  margin-top: 5rem;
}

ul > li {
  margin-bottom: 0.75rem !important;
}

.link-vk, .telegram-link {
  height: 60px;
  width: 60px;
  fill: #6c757d;
}

.link-vk:hover, .link-vk:active, .telegram-link:active, .telegram-link:hover {
  fill: #0dcaf0;
}

.owl-spisok-proektov a {
  color: #000;
  text-decoration: none;
}
.owl-spisok-proektov a:hover, .owl-spisok-proektov a:active {
  color: #0dcaf0;
}

.owl-nav {
  color: #6c757d;
  font-size: 80pt;
}

.owl-carousel {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .owl-carousel {
    padding-left: 0;
    padding-right: 0;
  }
}
.owl-carousel .owl-prev, .owl-carousel .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
}
.owl-carousel .owl-prev {
  left: -30px;
}
.owl-carousel .owl-next {
  right: -30px;
}

@media (max-width: 767px) {
  .pto-it .display-1 {
    font-size: calc(1.1rem + 4.5vw);
  }
}
.pto-it .row-ob-it {
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 2rem;
  margin-bottom: 25px;
}
.pto-it .row-ob-it .text-ob-it {
  width: 100%;
}
.pto-it .row-ob-it img {
  margin-right: 25px;
}
@media (max-width: 767px) {
  .pto-it .row-ob-it {
    font-size: 1.5rem;
    display: block;
    text-align: center;
  }
  .pto-it .row-ob-it img {
    margin-bottom: 15px;
  }
}

.owl-prev:hover, .owl-next:hover {
  background: none !important;
  color: #0dcaf0 !important;
}

.owl-dot span {
  background: #6c757d !important;
}

.owl-dot.active span {
  background: #0dcaf0 !important;
}

@media (max-width: 575px) {
  .owl-nav {
    display: none;
  }
  .owl-dots {
    margin-top: 15px;
  }
}
.cms-toolbar-expanded .navbar.sticky-top {
  top: 46px;
}

.navbar.sticky-top {
  background-color: #000;
}
.navbar.sticky-top .svg-logo {
  height: 55px;
  fill: #0dcaf0;
  margin-left: 1rem;
  margin-right: 10px;
}
@media (min-width: 576px) {
  .navbar.sticky-top .svg-logo {
    margin-left: 0;
  }
}
.navbar.sticky-top .link-vk, .navbar.sticky-top .telegram-link {
  height: 40px;
  width: 40px;
  fill: #6c757d;
}
.navbar.sticky-top .link-vk:hover, .navbar.sticky-top .telegram-link:hover {
  fill: #0dcaf0;
}
.navbar.sticky-top a:hover {
  color: #0dcaf0 !important;
}
.navbar.sticky-top .navbar-toggler:focus {
  /* text-decoration: none; */
  /* outline: 0; */
  box-shadow: none;
}
.navbar.sticky-top .navbar-nav a.nav-link::before {
  content: "- ";
}
.navbar.sticky-top .navbar-nav a.nav-link {
  margin-right: 10px;
}
.navbar.sticky-top .contact-header {
  border-top: 1px solid #6c757d;
  padding-top: 5px;
}
@media (min-width: 576px) {
  .navbar.sticky-top .navbar-nav a.nav-link::after {
    content: " -";
  }
  .navbar.sticky-top .contact-header {
    border: none;
    padding-top: 0;
  }
}

.navbar-naostalnih .contact-header {
  border: none !important;
}
@media (max-width: 430px) {
  .navbar-naostalnih .contact-header {
    display: none;
  }
}

.cursor-poiner {
  cursor: pointer;
}

.lg-backdrop {
  z-index: 99999998;
}

.lg-outer {
  z-index: 99999999;
}
.lg-outer .lg-icon {
  font-size: 32pt;
  color: #0dcaf0;
}

.loader .loader-svg {
  fill: #0dcaf0;
  height: 150px;
  animation: tiltSpin 8s linear infinite;
}
.loader #load {
  position: relative;
  width: 80%;
  height: 36px;
  margin-top: 20px;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
@media (min-width: 500px) {
  .loader #load {
    width: 400px;
  }
}
.loader #load div {
  font-weight: bold;
  position: absolute;
  width: 20px;
  height: 36px;
  opacity: 0;
  animation: move 3s linear infinite;
  -o-animation: move 3s linear infinite;
  -moz-animation: move 3s linear infinite;
  -webkit-animation: move 3s linear infinite;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  color: #ffffff;
}
@media (max-width: 500px) {
  .loader #load div {
    animation: move 3s linear infinite;
    -o-animation: move 3s linear infinite;
    -moz-animation: move 3s linear infinite;
    -webkit-animation: move 3s linear infinite;
  }
}
.loader #load div:nth-child(2) {
  animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.loader #load div:nth-child(3) {
  animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.loader #load div:nth-child(4) {
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.loader #load div:nth-child(5) {
  animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.loader #load div:nth-child(6) {
  animation-delay: 1s;
  -o-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.loader #load div:nth-child(7) {
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.loader #load div:nth-child(8) {
  animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}
@-moz-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}
@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}
@-o-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}

.br-15 {
  border-radius: 15px;
}

.br-t-15 {
  border-radius: 15px 15px 0 0;
}

.wiki {
  padding: 15px 0;
}

.cms-toolbar-expanded .wiki {
  padding-top: 66px;
}

.btn-outline-primary {
  border-color: #165ab7;
  color: #165ab7;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #165ab7;
  border-color: #165ab7;
}

.btn-primary {
  border-color: #165ab7;
  color: #fff;
  background-color: #165ab7;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1f62b9;
  border-color: #1f62b9;
}

.btn-white {
  background: #fff;
}
.btn-white:hover {
  color: #fff;
  background-color: #165ab7;
  border-color: #165ab7;
}

.pagination a {
  color: #165ab7;
}
.pagination li {
  border-color: #165ab7;
}
.pagination li.active a {
  background-color: #165ab7;
}

.text-primary {
  color: #165ab7 !important;
}

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