@font-face {
    font-family: 'TT Moscow Economy';
    src: url('../lib/font/moscoweconomy/ttmoscoweconomy-md.woff2') format('woff2'),
    url('../lib/font/moscoweconomy/ttmoscoweconomy-md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
html {
  font-size: 16px;
  font-family: 'PPNeueMachina',Arial,sans-serif;
}
.color-dark-primary {
  color: #1976D2;
}
/* .alert-success {
  color: #d1e7dd;
} */
.color-light-primary {
  color: #BBDEFB;
}
.color-primary {
  color: #2196F3;
}
.color-text {
  color: #FFFFFF;
}
.icon-star i {
  color: #fdd835;
}
.color-accent {
  color: #FF5722;
}
.color-text-primary {
  color: #212121;
}
.color-text-secondary {
  color: #757575;
}
.color-divider {
  color: #BDBDBD;
}
.bg-dark-primary {
  background-color: #1976D2;
}
.bg-light-primary {
  background-color: #BBDEFB;
}
.bg-primary {
  background-color: #2196F3;
}
.bg-accent {
  background-color: #FF5722;
}
.shadow-box {
box-shadow: 0 .25rem .55rem rgba(0,0,0,.3) !important;
background-color: #1976D2;
color: #FFF;
}
 /* Validate form */
 label.error.fail-alert {
line-height: 1;
margin-top: 3px;
padding: 2px 0 6px 6px;
color: red;
}
input.valid.success-alert {
border: 1px solid #4CAF50;
color: green;
}

input.error.fail-alert {
border: 1px solid red;
}

 /* Validate form */

li {
list-style-type: none; /* Убираем маркеры */
   }
ul {
    margin-left: 0; /* Отступ слева в браузере IE и Opera */
    padding-left: 0; /* Отступ слева в браузере Firefox, Safari, Chrome */
   }

body {
  position: relative;
  overflow-x:hidden;
  background: rgba(245, 249, 249, 0.1);
  font-family: 'Neue Machina', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #212121;
  min-width: 320px;
  height: 100%;
}
img {
  width: 100%;
  height: auto;
}
img.logo {
  max-width: 250px;
  height: auto;
}
section {
  /* padding: 50px 0; */
}
.wrapper {
  min-height: calc(100vh - 80px);
}
a {
  color: #111;

}
a:hover {
  color: #555;
}

/* #header */
header {
  position: fixed;
  position: fixed;
  width: 100%;
  top: 0px;
}

header .navbar-nav .nav-link  {
  color: #111;
  font-weight: 500;
  text-transform: lowercase;
  font-size: 1.3em;
  line-height: 18px;
}
header .img-logo {
  display: inline-block;
  width: 100%;
  float: left;
  margin-right: 10px;
}
header .title-logo {
  display: inline-block;
  margin-top:7px;
  margin-left:9px;
  color: rgb(117, 117, 117);
}
header .container-fluid {
  padding: 0;
}
header .dropdown-menu {
  right: 0;
  left: auto;
}
.dropdown-item:active {
  background-color: #FF5722;
}
header .top-menu li a:not(.dropdown-toggle)::after{
  content: '';
  display: block;
  width: 100%;
  background-color: #111;
  height: 1px;
  transition: all .3s;
  transform: scale(0);
}
header .top-menu li a.dropdown-toggle::before{
  content: '';
  position: absolute;
  bottom: 6px;
  display: block;
  width: 100%;
  /* background-color: #111; */
  height: 1px;
  transition: all .3s;
  transform: scale(0);
}
header .top-menu li a.dropdown-toggle:hover::before{
  transform: scale(1);
}
header .top-menu li a:hover::after{
transform: scale(1);
}
header .navbar > .container-fluid {
  justify-content: flex-start;
}
header .navbar-toggler {
  position: absolute;
  right: 0px;
  top: 20px;
}



header {
  background: rgba(255, 255, 255, 0.4);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 100vh; */
  width: 100%;
  z-index: 999;
}


header .bg {
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  z-index: -1;
  top: 0px;
  backdrop-filter: blur(8px);
  height: 83px;
	width: 100%;
}


/* /header */

/* #header-title" */
#header-title h1 {
  text-transform: uppercase;
  font-size: 4em;
  font-weight: 600;
}

.fon-block {
  overflow: hidden;
  z-index: 0;
  padding-top: 200px;
  position: relative;
  height: 690px;
  width: 100%;
}
.fon-block-bg {
position: absolute;
background: linear-gradient(to top, rgba(255, 255, 225, 0.1), rgba(77, 208, 225, 0.2), rgba(77, 208, 225, 0.3));
}
.fon-block-bg.bg1{
  top: 120px;
  left:0px
  width: 450px;
  height: 250px;
  background: linear-gradient(to top, rgba(255, 255, 225, 0.1), rgba(77, 208, 225, 0.2), rgba(77, 208, 225, 0.3));
}
.fon-block-bg.bg2{
  top: 120px;
  right: 0px;
  width: 250px;
  height: 650px;
  background: linear-gradient(to top, rgba(255, 255, 225, 0.1), rgba(77, 208, 225, 0.2), rgba(77, 208, 225, 0.3));
}
.fon-block-bg.bg3{
  bottom: 0px;
  left: 0px;
  width: 450px;
  height: 350px;
  background: linear-gradient(to top, rgba(255, 255, 225, 0.1), rgba(77, 208, 225, 0.2), rgba(77, 208, 225, 0.3));
}
.fon-block-bg.bg4{
  bottom: 0px;
  left:  0px;
  width: 450px;
  height: 650px;
  /* background: rgba(255, 0, 0, 0.5); */
  background: linear-gradient(to top, rgba(255, 255, 225, 0.1), rgba(77, 208, 225, 0.2), rgba(77, 208, 225, 0.3));
}

.blur {
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0px;
  backdrop-filter: blur(2px);
  height: 100%;
	width: 100%;
}
.blur-bg {
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0px;
  backdrop-filter: blur(1px);
  height: 100%;
	width: 100%;
  z-index: -1;
}
.figure1 {
    z-index: -1;
    width: 100px;
    height: auto;
    top: 40%;
    left: 35%;
}

.figure2 {
    z-index: -1;
    width: 100px;
    height: auto;
    top: 15%;
    right: 30%;
}

.figure3 {
    z-index: -1;
    width: 100px;
    height: auto;
    bottom: 20%;
    right: 15%;
}

.figure4 {
    z-index: -1;
    width: 200px;
    height: auto;
    bottom: 10%;
    left: 15%;
}

.figure5 {
    z-index: -1;
    width: 150px;
    height: auto;
    bottom: 3%;
    left: 50%;
}
.figure6{
    z-index: -1;
    width: 100px;
    height: auto;
    bottom: 90%;
    left: 60%;
}
.figure7{
    z-index: -1;
    width: 100px;
    height: auto;
    bottom: 90%;
    left: 10%;
}

.plane {
bottom: 7%;
right:25%;
transition: all 3s ease;
}
.plane-active {
  transform: translate(220%, 220%) scale(2, 2);
}


/* #header-title"*/


/* #history */
section#history {
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
.scroll {
position: absolute;
bottom: 0;
/* left: 0; */
}
.horizon {
z-index: 100;
width: 300px;
left: 100px;
top: 50px;
}
.middle {
z-index: 500;
width: 400px;
left: 500px;
bottom: 60px;
}
.front{
z-index: 1000;
width: 600px;
left: 250px;
bottom: 60px;
}

/* /#history */

/* slaider */
#slaider .carousel-caption {
  position: absolute;
  right: 15%;
  top: 5rem;
  bottom: 5rem;
  left: 25%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  background-color: rgba(0,0,0,0.4);
}

#slaider .carousel-item {
  display: flex;
  max-height: 500px;

}

#slaider .carousel-item img{
object-fit: cover;
}
/* /slaider */

/* card */
.item-card {
  border: 1px solid #eee;
  min-height: 300px;
  color: #757575;
  /* cursor: pointer; */
}
.item-card.shadow-sm:hover{
transition: All 0.5s ease;
box-shadow: 0 .25rem .55rem rgba(0,0,0,.07) !important;
}
.item-title-card {
  min-height: 76px;
  color: #212121;
}
.item-desc-card {
  min-height: 100px;
}

.lable {
  position: absolute;
  background-color: #FF5722;
  width: 40px;
  height: 80px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70%, 0 100%);
}
.border-lable {
  outline: 2px solid #FF5722;
}
.lable i {
  color: #fff;
}
.lable-left {
  top: -10px;
  left: 10px;
}
.lable-right {
  top: -10px;
  right: 10px;
}
.item-links-card {
cursor: pointer;
}
/* /card */

/* it_bl_preim */
#preim .item-title-card {
  min-height: 65px;
}
#preim i {
  font-size: 5em;
}

/* /it_bl_preim */

/* etapi */
.number-etapi {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 1rem;
    text-align: center;
    display: inline-block;
    color: #fff;

}
.item-etapi-strelka {
    color: #FF5722;
    content: "\2193";
    font-family: Moririse2 !important;
    position: absolute;
    font-size: 3em;
    font-weight: 600;
    left: 50%;
    top: 97%;
    transform: translate(-50%, 0);
}

/* /etapi */

/* block */
.block-item  {
  position: relative;
   overflow: hidden;
}
.block-item ::after {
  content: "";
  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    background-image: linear-gradient(#ffffff82, #ffffffd9, #ffffff);
}
.block-item-header-img  {
  background-color: #f0f0f0;
  transform: rotate(1deg);
  transition: all 1s ease 0s;
}
.block-item-img {
  height: 450px;
  background-size: cover;
}
/* /block */
/* Рейтинг -----------------*/
/* .reitng_disabled::after {
display: block;
content: '';
width: 100%;
height: 100%;
position: absolute;
top:0;
background-color: rgba(255,255,255, 0.3);
} */
.block-item-project-reiting {
  /* position: relative; */
}
.user_ocenka.fade{
cursor: pointer;
display: flex;
z-index: 9;
color: #fff;
align-items: center;
justify-content: center;
font-size: 0px;
top: 0;
left: 0;
width: 0px;
height: 0px;
transition: all 0.5s ease;
/* background-color: rgba(255, 247, 250, 0.1); */

}
/* .user_ocenka.fade.active{
  font-size: 25px;
  opacity: 1;
  width: 100%;
  height: 100%;
  transform: scale(1, 1);;
} */

.user_ocenka.fade.active{
  background-color: rgba(127, 129, 129, 0.4);
  font-size: 25px;
  opacity: 1;
  width: 100%;
  height: 100%;
  transform: scale(1, 1);
  /* transform: rotate(-45deg); */
}

.user_tek_ocenka_text {
  /* border: 1px solid #d2eaec; */
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  /* width: 100%; */
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  /* transform: rotate(-45deg); */
  position: absolute;
  top: 55px;
  right: 10px;
  overflow-wrap:normal;
}
.user_tek_ocenka_text_desc {
  color: #63b5bd;
}
/* -----------Рейтинг */

/* footer */
#footer {
  color: rgb(117, 117, 117);
}
.line-top {
  border-top: 1px solid #eee;
}
/* /footer */

/* Мессенджеры */
.uk-hidden, [hidden] {
  display: none !important
}
.messenger {
  display: block;
  position: fixed;
  right: 5%;
  bottom: 15%;
  width: 60px;
  height: 60px;
  z-index: 100;
  /* overflow: hidden; */
}
.puls {
    position: fixed;
    border-radius: 50%;
    width: 60px;
    background-color: #f70606;
    /* background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23FFF' d='M23.91 3.79L20.3 20.84c-.25 1.21-.98 1.5-2 .94l-5.5-4.07-2.66 2.57c-.3.3-.55.56-1.1.56-.72 0-.6-.27-.84-.95L6.3 13.7l-5.45-1.7c-1.18-.35-1.19-1.16.26-1.75l21.26-8.2c.97-.43 1.9.24 1.53 1.73z'/%3e%3c/svg%3e"); */
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.puls:before,
.puls:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #f70606;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: border-animate 1.5s linear infinite;
    opacity: 0;
}
.puls:after{
    animation-delay: .5s;
}
.news-razdel-item-img img {
  max-width: 450px;

}
@keyframes border-animate
{
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.messenger .pos-relative {
  position: relative;
}
.messenger-btn {
box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, .2);
padding: 0;
display: block;
width: 60px;
height: 60px;
border-radius: 60px;
background-color: #f70606;
position: absolute;
left: 0;
top: 0;
cursor: pointer;
z-index: 2;
  }

.messenger-btn span {
  color: #fff;
  font-weight: 400;
}
.messenger-btn.active {
  -moz-transform: rotate(90deg); /* Для Firefox */
  -ms-transform: rotate(90deg); /* Для IE */
  -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
  -o-transform: rotate(90deg); /* Для Opera */
  transform: rotate(90deg);
   transition: 1s;
}

.messenger-btn.on-active {
  -moz-transform: rotate(0deg); /* Для Firefox */
  -ms-transform: rotate(0deg); /* Для IE */
  -webkit-transform: rotate(0deg); /* Для Safari, Chrome, iOS */
  -o-transform: rotate(0deg); /* Для Opera */
  transform: rotate(0deg);
   transition: 1s;
}

.item-user-block-redactor {
display: flex;
justify-content: center;
align-items: center;
}
.item-user-block-redactor .item-user-btn-redactor {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  width: 45px;
  height: 24px;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
}
.item-user-block-redactor span {
  font-size: 10px;
  color: #5ab1b9;
}
.item-user-btn-redactor::before {
  content: '';
  display: block;
  /* position: absolute; */
  width: 20px;
  height: 20px;
  margin-left: 0px;
  border-radius: 50%;
  background-color: #bdbdbd;
  border: 1px solid #e0e0e0;
  transition: all 0.5s ease 0.1s;
}

.active-btn-redactor.item-user-btn-redactor::before {
  justify-content: flex-end;
  margin-left: 23px;
  background-color: #48a9b1;
  box-shadow: 0 0 3px rgba(72, 169, 177, 0.8);
}

.messenger-btn img {
  width: 60px;
  height: 60px;
}
.messenger-links {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 60px;
  transform: scale(0);
  transform-origin: 50% 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
}
.messenger-links.show {
  left: 3px;
  transform: scale(1);
}
.messenger-links a {
}
.messenger-links img {
  max-width: 65px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-bottom: 5px;
}
.messenger-links a:hover img {
  transform: scale(1.1);
  text-decoration: none;
}
.messenger-links i {
  font-size: 3em;
}

.messenger-title {
    position: absolute;
    right: 80px;
    white-space: nowrap;
    background: #fff;
    padding: 9px 13px;
    font-size: 15px;
    border-radius: 3px;
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    background: #292929;
    color: #fff;
    opacity: .85;
    transition: all 0.1s linear;
}
.messenger-title::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left-color: #292929;
}
/* /мессенджеры */
/* карта */
a.ymaps-2-1-79-gototech {
    display: none!important;
}
/* Победители */
.item-pobeditel-foto{
margin: auto;}
/* Победители */
/* MEDIA */
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1011px) {
	}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {}
@media only screen and (max-width: 991px) {}
/* Small Devices, Tablets */
@media only screen and (max-width: 779px) {}

/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 573px) {}

@media only screen and (max-width: 540px) {
  #header .img-logo{
    width: 80%;
    height: auto;
  }
  /* #header img.logo {
    width: 80%;
    height: auto;
  } */
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}
/* MEDIA */
