@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Regular.eot');
	src: local('../fonts/Proxima Nova Regular'), local('../fonts/ProximaNova-Regular'),
		url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Regular.woff') format('woff'),
		url('../fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Light.eot');
	src: local('../fonts/Proxima Nova Light'), local('../fonts/ProximaNova-Light'),
		url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Light.woff') format('woff'),
		url('../fonts/ProximaNova-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Bold.eot');
	src: local('../fonts/Proxima Nova Bold'), local('../fonts/ProximaNova-Bold'),
		url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Bold.woff') format('woff'),
		url('../fonts/ProximaNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
body{
  height: 100vh;
  background: #001955 url(../image/background.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
}
a{
  text-decoration: none;
}
p{
  margin: 0;
}
.container{
  padding: 0 150px;
  height: 100%;
}

.header__wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  overflow: hidden;
  transition: 1s;
}

.logo__title{
  font-size: 1.333rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-left: 30px;
  letter-spacing: 0.12em;
}

.logo{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contet__back{
  position: absolute;
  left: -140px;
  top: 0;
  padding: 55px 65px;
  background: rgba(255,255,255,0.1);
  display: none;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.item__zagl{
  margin: 0 7.5px;
  width: calc(20%);
  height: 100%;
  background: rgba(6, 7, 12, 0.3);
}
.header__wrapper.hidden{
  opacity: 0;
  pointer-events: none;
}
.content__wrapper.hidden{
  opacity: 0;
  pointer-events: none;
}
.zaglus{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.zaglus svg{
  height: 175px;
  width: auto;
}

.zaglus__loading{
  position: relative;
  margin-top: 35px;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.3);
}
.zaglus__ready{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 0;
  background: white;
}
.zaglus__read-perc{
  margin-top: 35px;
  font-size: 2.25rem;
  text-align: center;
  color: #FFFFFF;
}
.contet__back.active{
  display: block;
}
.contet__back.main{
  opacity: 1;
}
.container-item.hidden{
  opacity: 0;
  pointer-events: none;
}
.owl-carousel .owl-stage-outer{
overflow: unset;
}

.contet__back.main:hover{
  opacity: 0.8;
}
.owl-carousel  .owl-item{
  transition: 0.5s;
  position: relative;
}
.owl-item:nth-of-type(5) img{
  object-position: right;
}
html{
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.new-img__name{
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 1.5rem;
  color: white;
  text-align: center;
  transform: translateY(-100%);
  z-index: 1;
  width: calc(100% - 40px);
  transition: 0.5s opacity 0s;
  background: #002158;
  padding: 20px;
  mix-blend-mode: hard-light;
  height: 100px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-item.big .dots-custom{
  opacity: 0;
  pointer-events: none;
}
.dots-custom{
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 3;
}
.hide-info{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  transition: 0.5s;
  font-size: 1.4rem;
  color: white;
}
.container-item.big .owl-carousel .owl-item img{
  height: calc(100vh - 160px);

}
.owl-carousel .owl-item img{
  border-radius: 10px;
}
.dots-custom span.active{
  background: white;
}
.dots-custom span{
  display: block;
  width: 7px;
  height: 7px;
  background: #a3a7ae;
  border-radius: 50%;
  margin: 0 5px;

}

.owl-carousel .owl-item img{
  height: 40vh;
  object-fit: cover;
  transition: 0.5s;
}
.owl-carousel  .owl-item.active {
  z-index: 2;
  opacity: 1;
}
.owl-carousel  .owl-item.active + .owl-item img{
  -webkit-transform: translateX(10vw) translateY(25vw) rotateZ(15deg) scale(0.8);
  -ms-transform: translateX(10vw) translateY(25vw) rotate(15deg) scale(0.8);
  transform: translateX(10vw) translateY(25vw) rotateZ(15deg) scale(0.8);
  opacity: 0.85;
}
.owl-carousel  .owl-item:not(.active)[data-number="-1"] img{
  -webkit-transform: translateX(-10vw) translateY(25vw) rotateZ(-15deg) scale(0.8);
  -ms-transform: translateX(-10vw) translateY(25vw) rotate(-15deg) scale(0.8);
  transform: translateX(-10vw) translateY(25vw) rotateZ(-15deg) scale(0.8);
  opacity: 0.85;
}
.owl-carousel .owl-item{
  transition: transform 0.5s;
}
.owl-carousel .owl-item:not(.active) .new-img__name{
  opacity: 0;
  transition: 0s;
}
.owl-carousel .owl-item:not(.active)[data-number="1"] img{
  -webkit-transform: translateX(10vw) translateY(25vw) rotateZ(15deg) scale(0.8);
  -ms-transform: translateX(10vw) translateY(25vw) rotate(15deg) scale(0.8);
  transform: translateX(10vw) translateY(25vw) rotateZ(15deg) scale(0.8);
  opacity: 0.85;
}
.owl-carousel .owl-item:not(.active)[data-number="-2"] img,
.owl-carousel .owl-item:not(.active)[data-number="-4"] img,
.owl-carousel .owl-item:not(.active)[data-number="-5"] img,
.owl-carousel  .owl-item:not(.active)[data-number="-6"] img,
.owl-carousel  .owl-item:not(.active)[data-number="-7"] img{
  -webkit-transform: translateX(-10vw) translateY(25vw) rotateZ(-30deg) scale(0.6);
  -ms-transform: translateX(-10vw) translateY(25vw) rotate(-30deg) scale(0.6);
  transform: translateX(-10vw) translateY(25vw) rotateZ(-30deg) scale(0.6);
  opacity: 0.85;
}
.owl-carousel .owl-item:not(.active)[data-number="2"] img,
.owl-carousel .owl-item:not(.active)[data-number="3"] img,
.owl-carousel .owl-item:not(.active)[data-number="4"] img,
.owl-carousel .owl-item:not(.active)[data-number="5"] img,
.owl-carousel .owl-item:not(.active)[data-number="6"] img{
  -webkit-transform: translateX(10vw) translateY(25vw) rotateZ(30deg) scale(0.6);
  -ms-transform: translateX(10vw) translateY(25vw) rotate(30deg) scale(0.6);
  transform: translateX(10vw) translateY(25vw) rotateZ(30deg) scale(0.6);
  opacity: 0.85;
}
.owl-carousel .owl-item.hidden{
  opacity: 0!important;
  pointer-events: none;
}
.new-img__href{
  display: block;
  border-radius: 10px;
}
.container-item{
  padding: 0 25px;
  max-width: 70vw;
  margin: 0 auto 0 auto;
  transition: 0.5s;
  position: relative;
  width: 100%;
  padding-bottom: 55px;
  height: calc(100vh - 160px);
}
.owl-carousel .owl-item{
  height: 0;
}
.owl-carousel .owl-item.active{
  height: auto;
}


.container-item.big{
width: 100%;
max-width: 100%;
height: calc(100vh - 125px);
padding: 0;

}
.container-item.big .new-img__name{
  top: 0;
  left: 0;
  transform: translate(0, 0);
  font-size: 2rem;
}
.new-name.hidden{
  opacity: 0;
}
.container-item.big .new-name{
max-height: 0;
overflow: hidden;
}
.new-name{
  max-height: 200px;
  transition: 0.5s;
  margin-bottom: 20px;

}
.container-item.big .owl-item.active{
  width: calc(100vw - 30px)!important;
}
.container-item.big .item__go{
  opacity: 1;
}
.owl-carousel{
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% + 1vw);
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 400px;
}
.container-item.big .owl-carousel{
  width: calc(98vw);

}
.container-item.big .owl-carousel.owl-drag .owl-item img{
height: 70vh;
}
.owl-carousel .item__go{
  display: flex;
  z-index: 2;
}

.menu{
  display: flex;
  margin: 0 -15px;
  padding-bottom: 45px;
}
.menu__item{
  margin: 0 30px;
  font-size: 1.11rem;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 0.115em;
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.menu__item:hover{
  opacity: 0.8;
}

.content{
  height: 100%;
  padding-bottom: 150px;
}
.content__wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 -7.5px;
  height: 100%;
  transition: 1s;
  position: relative;
}
.content__item.begin{
  animation-name: Up;
  animation-duration: 1.4s;
  animation-timing-function: cubic-bezier(.19,1,.22,1);
  animation-fill-mode: forwards;
  height: 0;
  transform: scale(1);
  opacity: 1;

}
.content__item.nonvisible{
  opacity: 0;
  animation-name: none;
  transition: 0s;
  height: 0;
  transform: scale(1);
}
.content__item{
  overflow: hidden;
  margin: 0 7.5px;
  width: calc(20% - 95px);
  height: 100%;
  animation-name: Up2;
  animation-duration: 1.4s;
  animation-timing-function: cubic-bezier(.19,1,.22,1);
  animation-fill-mode: forwards;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;  
  padding: 0 40px;
  position: absolute;
  transition: 1.5s cubic-bezier(.19,1,.22,1);
  cursor: pointer;
  transform: scale(0.2);
  opacity: 0;
}
.content__item.notmain{
  animation-name: notMain;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(.19,1,.22,1);
  animation-fill-mode: forwards;  
  height: 100%;
  transform: scale(1);
  opacity: 1;

}
.content__item.afterAll{
  transform: scale(1);
  opacity: 1;
}
.content__item.notmain .item__name{
  opacity: 0;;
}
.content__item.full{
  width: 60%;
  justify-content: flex-start;
  align-items: flex-start;
}
.content__item.fullW{
  width: calc(100% - 95px);
  justify-content: flex-start;
  align-items: flex-start;
}
.item__name-full{
  margin: 55px 48px 0 0;
  transition: 0.15s;
  font-weight: 300;
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  color: #FFFFFF;
  opacity: 0;
  display: none;
  text-transform: uppercase;
  z-index: 1;
  line-height: 109.3%;
}
.content__item.full .item__name-full, .content__item.fullW .item__name-full{
  opacity: 1;
  display: block; 
}
.content__item.notfull{
  width: 0;
}
.content__item-adv{
  display: none;
  margin: 0 7.5px;
  width: calc(40% - 110px);
  height: calc(100% + 15px);
  position: absolute;
  left: calc(60% + 95px);
}

.content__item-adv.active{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin:7.5px 7.5px -7.5px;
}

.adv__item{
  height: 25%;
  margin: 7.5px 0;
  width: 0;
  overflow: hidden;
}

.content__item.main{
  z-index: 1;
}

.content__item-adv.active.out{
  width: 100%;
  animation-name: advDown;
  animation-timing-function: cubic-bezier(.19,1,.22,1);
  animation-duration: 1.5s;
  animation-fill-mode: forwards;  
}
.number__item.clicked{
  top: -250px;
}
.number__item{
  width: 20%;
  display: flex;
}
.adv__name{
  display: block;
  margin-top: 50px;
  margin-left: 30px;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 109.3%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FFFFFF;
  white-space: nowrap;
  z-index: 0;
}
.number__wrapper{
  position: relative;
  top: 150px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.number__item{
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  width: calc(20% - 135px);
  justify-content: flex-start;
  transition: all 1s cubic-bezier(.19,1,.22,1);
  transform: translateX(calc(50%));
  pointer-events: none;
}
.number .container{
  position: relative;
}

.number__item:nth-of-type(1){
  left: 0%;
}
.number__item:nth-of-type(2){
  left: 20%;
}
.number__item:nth-of-type(3){
  left: 40%;
}
.number__item:nth-of-type(4){
  left: 60%;
}
.number__item:nth-of-type(5){
  left: 80%;
}

.number__title{
  width: 0;
  overflow: hidden;
  font-weight: bold;
  font-size: 2.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: 0.5s;
}
.number__item.active{
  top: -250px;
}

.number__item.main{
  top: -250px;
  left: calc(-50% - 120px);
  width: 100%;
  transition: all 1.5s cubic-bezier(.19,1,.22,1);
}
.content__item::before{
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  transition: 1.5s cubic-bezier(.19,1,.22,1);
  z-index: 0;
}
.content__item-adv .adv__item{

  position: relative;
}
.content__item-adv .adv__item::before{
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  transition: 1.5s cubic-bezier(.19,1,.22,1);
  z-index: 0;
}

.content__item-adv .adv__item:hover::before{
  left: 0;
  opacity: 0.3;
}

.content__item:hover::before{
  top: 0px;

  opacity: 0.3;
  

}
.number__item.main .number__title{
  width: 900px;
}
.number__item.out{
  width: 0;
  overflow: hidden;
}
.number__nubmer{
  font-weight: 900;
  font-size: 16rem;
  text-transform: uppercase;
  color: #FFFFFF;
}
.content__item-adv.active .adv__item.active{
  animation-name: advUp;
  animation-timing-function: cubic-bezier(.19,1,.22,1);
  animation-duration: 1.5s;
  animation-fill-mode: forwards;  
}

.item__go{
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: none;
  transition: 0.5s;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
}
.go__img{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 27px 30px;
}
.go__name{
  font-size: 1.3rem;
  color: white;;
  padding: 31px 45px;
  padding: 30px 45px;
}
.content__item:hover .item__go{
  background: rgba(0, 0, 0, 0.6);
}
.content__item.main .item__go{
   display: flex;
}

.content__item.full .item__go, 
.content__item.fullW .item__go{
  opacity: 1;
}
.adv__item:nth-of-type(1){
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.328) 0%, rgba(0, 0, 0, 0) 73.96%), url(../image/1_1.jpg) no-repeat center;
  background-position: 70% 70%;
}

.adv__item:nth-of-type(4){
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.328) 0%, rgba(0, 0, 0, 0) 73.96%), url(../image/livecoG.jpg) no-repeat center;
  animation-delay: 0.4s;
   background-position: 20% 40%;
}

.adv__item:nth-of-type(2){
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.328) 0%, rgba(0, 0, 0, 0) 73.96%), url(../image/windowd.jpg) no-repeat 50% 90%;
  animation-delay: 0.3s;
}

.adv__item:nth-of-type(3){
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.328) 0%, rgba(0, 0, 0, 0) 73.96%), url(../image/1_4d.jpg) no-repeat center;
  animation-delay: 0.2s;
      background-position: 10% 70%;
}

.content__item:nth-of-type(1){
  background: url(../image/1d.jpg) no-repeat center;
      background-position: 80% 50%;
  left: 0;
}
.content__item.nontrans{
  transition: 0s!important;
}
.content__item:nth-of-type(3){
  background: url(../image/kvartiry_min.jpg) no-repeat center;
    background-size: cover;
  animation-delay: 0.2s;
  left: 40%;
      background-position: 25% 100%;
}

.content__item:nth-of-type(2){
  background: url(../image/3.jpg) no-repeat center;
  animation-delay: 0.4s;
  left: 20%;
      background-position: 60% 50%;
}

.content__item:nth-of-type(4){
  background: url(../image/4d.jpg) no-repeat center;
  animation-delay: 0.6s;
  left: 60%;
      background-position: 63% 80%;
}

.owl-carousel .owl-item .newimg-new {
	 width: 100%;
	 height: 45vh;
	 position: relative;
	 background: transparent;
	 z-index: 2;
	 overflow: hidden;
	 transition: 0.5s;
}
.owl-carousel .owl-item .newimg-new::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../image/1m.jpg) no-repeat;
	background-size: cover;
	transition: 0.5s;
}

.big .owl-carousel .owl-item .newimg-new{

	 height: 99vw;
	transform: rotate(90deg);
}

.big .owl-carousel .owl-item .newimg-new::before{
	transform: rotate(-90deg);
	

}
.content__item:nth-of-type(5){
  background: url(../image/kran.jpg) no-repeat center;
  animation-delay: 0.8s;
  left: 80%;
  background-position-x: -117px;
	background-position-y: -466px;
}
.item__name, .item__description{
 
  color: white;
  text-align: center;
  transition: 0.3s;
  z-index: 1;
}
.hide-img{
position: absolute;
left: -100vw;
opacity: 0;
}

#progress-bar {
  height: 30px;
  display: block;
  width: 300px;
  margin: 0 auto;
  background: transparent;
  padding: 5px;
  margin-top: 150px;
  border: 3px solid #00a6ff;
  text-align: center;
  position: relative;
}

#progress-bar > #progress {
  width: 0%;
  height: 100%;
  background: #00a6ff;
}

#progress-bar > p {
  vertical-align: middle;
  display: inline-block;
  color: white;
  font-weight: bold;
  margin: -50px auto 0;
}

.item__name{
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 1.1rem;
  background: #002158;
  mix-blend-mode: hard-light;
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: calc(100% - 40px); 
}
.logo__descr{
  color: #FFFFFF;
  opacity: 0.7;
  font-size: 1.25rem;
  margin-left: 30px;
  margin-top: 15px;
  display: table;
  position: relative;
}
.logo__descr::before{
  content: '';
  position: absolute;
  bottom: 10px;
  left: calc(100% + 15px);
  width: 100vw;
  height: 1px;
  opacity: 0.3;
  background: #ffffff;
  pointer-events: none
}


.item__description{
  font-size: 1rem;
  position: absolute;
  width: calc(100% - 80px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s;
}
.content__item:hover .item__description{
  opacity: 1;
}
.content__item.main .item__description{
  opacity: 0;
}
.content__item.main .item__name{
  opacity: 0;
}

.header__humburger{
  display: none;
  height: 20px;
  width: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.header__humburger span{
  background: white;
  width: 100%;
  height: 2px;
  position: relative;
  transition: 0.3s;
  transform: translate(0) rotate(0);
}
.mobile-menu.active{
  max-height: 200px;
     border: 1px solid #ffffff3b;
}
.mobile-menu {
    display: flex;
   max-height: 0;
   overflow: hidden;
   flex-direction: row;
   justify-content: space-evenly;
   align-items: center;
   transition: 0.5s cubic-bezier(.19,1,.22,1);
   position: absolute;
   top: 80px;
   left: 0;
   width: 100%;
   z-index: 50;
   background: #001e55;

}
.mobile-menu .menu__item {
    width: auto;
   padding: 15px 0;
   text-align: center;
   margin: 0;
   font-size: 12px;
}
.choose{
  text-align: center;
  font-size: 1.7rem;
  color: white;
  transition: 0.5s;
  margin-top: 7px;
}
.new-name{
     display: flex;
    align-items: center;
    justify-content: center;
}
.choose.hidden{
  opacity: 0;
}
.new-name svg{
    height: 60px;
    fill: white;
    width: auto;
    margin-right: 10px;
}
.new-name__title{
  font-size: 1.3rem;
  color: white;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
      white-space: nowrap;
}

.new-name__descr{
  font-size:1rem;
  color: white;
  text-align: left;
}


.header__humburger.active span:nth-of-type(2){
  transform: translateY(-100%);
  opacity: 0;
}

.header__humburger.active span:nth-of-type(1){
  transform: rotate(45deg);
  top: 9px;
}

.header__humburger.active span:nth-of-type(3){
  transform: rotate(-45deg);
  top: -9px;
}
a.content__item.in{
  width: calc(20% - 95px);
  transition: width 0s;
}

@keyframes Up{
  0%{
    height: 0%;
  }
  100%{
    height: 100%;
  }
}

@keyframes Up2{
  0%{
    transform: scale(0.2);
    opacity: 0;
  }
  100%{
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes opac{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

@keyframes notMain{
  0%{
    transform: scale(1);
  }
  100%{
    transform: scale(0.2);
    opacity: 0;
  }
}

@keyframes advUp{
  0%{
    width: 0%;
  }
  100%{
    width: 100%;
  }
}

@keyframes advDown{
  0%{
    width: 40%;
  }
  100%{
    width: 0;
  }
}

@media(min-width: 992px){
  .dots-custom{
    bottom: 15px;
  }
}

@media(max-width: 1500px){
	body{
		margin: 0;
	}
	.contet__back {
		position: absolute;
		left: -80px;
		top: 0;
		padding: 35px 35px;
	}
  .container{
    padding: 0 75px;
  }
  .number__item.main{
    left: calc(-50% - 90px);
  }
}
@media(max-width: 1400px){
	.content__item:nth-of-type(3) {
		background-position: 61% 9%;
	}
	
	.content__item:nth-of-type(4) {
		
    background-position: 61% 60%;

	}
}
@media(min-width: 993px){
	.choose {
        margin-top: -25px;
    margin-bottom: 35px;
	}
}
@media(max-width: 1300px){
  .container{
    padding: 0 50px;
  }
  body,html{
    font-size: 16px;
  }
  .number__wrapper{
    top: 75px;
  }
  .content{
    padding-bottom: 75px;
  }
  .number__item.active, .number__item.main, .number__item.clicked{
    top: -185px;
  }
  .number__item.main{
    left: calc(-50% - 40px);
  }
  .number__nubmer{
    font-size: 12rem;
  }
  .menu__item{
    margin: 0 15px;
  }
}


@media(max-width: 1200px){
  .container{
    padding: 0 25px;
  }
}

@media(max-width: 1100px){
	.logo__descr{
		margin-top: 5px;
	}
	.logo__img img{
		    height: 80px;
	}
	.menu{
		padding-bottom: 35px;
	}
}
.hide-info.hidden{
	opacity: 0;
}
@media(min-width: 992px){
	.hide-info{
		display: none;
	}
}
@media(max-width: 991.98px){
  body,html{
    font-size: 14px;
    overflow: hidden;
  }
  .logo__title{
    font-size: 1.1rem;
    margin-left: 15px;
  }
  .logo__descr{
    display: none
  }
  
  .adv__name{
    margin-top: 0;
    font-size: 1.1rem;
    margin-left: 0;
    
  }
  .content__item-adv{
    position: static;
    flex-direction: column;
    display: flex;
    width: 100%;
    margin: 0;
  }
  .content__item:nth-of-type(n):hover{
    background-size: auto auto;
  }
  .logo__descr::before {
    display: none;
  }
  .header__wrapper{
    padding: 10px 0;
  }
  .logo__img img{
    max-height: 50px;
    object-fit: cover;
  }
  .header__humburger{
    display: flex
  }
  .header__menu{
    display: none;
  }
  body{
    overflow-y: hidden;
    height: 100%;
    min-height: 100vh;
    margin: 0;
  }
  .content__wrapper{
    flex-direction: column;
    align-items: flex-start;
  }
  .content__item:nth-child(2) {
    left: 0;
  }
  .content__item:nth-child(3) {
    left: 0;
  }
  .content__item:nth-child(4) {
    left: 0;
  }
  .content__item:nth-child(5) {
    left: 0;
  }
  .content__item{
    width: 0px;
    position: relative;
    overflow: hidden;
    min-height: 20%;
    margin: 7.5px 0; 
    padding: 15px 0;
    height: 15vh;
    left: 0;
  }
  .item__description{
    position: static;
    text-align: center;
    transform: none;
    opacity: 1;
  }
  .content__item::before{
    top: 0;
    opacity: 0.3;
  }
  .content__item.notmain{
    width: calc(100%);
    height: 15vh;
  }

  .content__item-adv.active{
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .content__item.full{
    width: calc(60% - 95px);
    height: 45vh;
  }
  .content{
    padding: 0;
  }

  .content__item:nth-child(1){
    animation-delay: 0s;
    left: 0;
  }
  
  .content__item:nth-child(2){
    animation-delay: 0.2s;
    left: 0;
  }
  
  .content__item:nth-child(3){
    animation-delay: 0.4s;
    left: 0;
  }
  .content__item:nth-child(4){
    animation-delay: 0.6s;
  }
  .content__item:nth-child(5){
    animation-delay: 0.8s;
  }
  .adv__item:nth-child(1){
    animation-delay: 1.0s;
  }
  .adv__item:nth-child(2){
    animation-delay: 1.2s;
  }
  .adv__item:nth-child(3){
    animation-delay: 1.4s;
  }
  .adv__item:nth-child(4){
    animation-delay: 1.6s;
  }
  .adv__item{
    margin: 7.5px 0;
    width: 0%;
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-name: Up;
    animation-duration: 1.4s;
    animation-timing-function: cubic-bezier(.19,1,.22,1);
    animation-fill-mode: forwards;
  }
  
  .content__item-adv.active{
    margin: 0 -7.5px;
  }
  .go__name{
    padding: 10px 25px;
  }
  .go__img svg{
    height: 22px;
  }
  .go__img {
    padding: 12px 20px;
  }
  .item__description{
    margin-top: 10px;
  }

  .content__item.fullW{
    height: 75vh;
  }

  .number{
    display: none;
  }
  .content__item-adv .adv__item::before{
    left: 0;
    opacity: 0.3;
  }
  @keyframes Up{
    0%{
      width: 0;
    }
    100%{
      width: 100%;
    }
  }
  @keyframes notMain{
    0%{
      width: 100%;
    }
    100%{
      width: 0;
    }
  }
  
  @keyframes advUp{
    0%{
      height: 0%;
    }
    100%{
      height: calc(50% - 15px);
    }
  }
  
  @keyframes advDown{
    0%{
      width: 100%;
    }
    100%{
      width: 0;
    }
  }
  
}
@media(max-width:576px){
  body,html{
    font-size: 12px;
  }
  .container-item{
    margin-top: 35px;
  }
  .container-item.big .owl-item.active{
    width: calc(100vw - 15px)!important;
  }
  .dots-custom{
    bottom: 45px;
  }
  .hide-info{
    font-size: 1.1rem;
  }
  .owl-carousel .owl-item:not(.active) .new-img__name{
    opacity: 0;
    transition: 0s;
  }
  .owl-carousel .owl-item.active + .owl-item img{
    -webkit-transform: translateX(10vw) translateY(30vw) rotateZ(15deg) scale(0.8);
    -ms-transform: translateX(10vw) translateY(30vw) rotate(15deg) scale(0.8);
    transform: translateX(10vw) translateY(30vw) rotateZ(15deg) scale(0.8);
    opacity: 0.85;
  }
  .owl-carousel .owl-item:not(.active)[data-number="1"] img{
    -webkit-transform: translateX(10vw) translateY(30vw) rotateZ(15deg) scale(0.8);
    -ms-transform: translateX(10vw) translateY(30vw) rotate(15deg) scale(0.8);
    transform: translateX(10vw) translateY(30vw) rotateZ(15deg) scale(0.8);
    opacity: 0.85;
  }
  .owl-carousel .owl-item:not(.active)[data-number="-1"] img {
    -webkit-transform: translateX(-10vw) translateY(30vw) rotateZ(-15deg) scale(0.8);
    -ms-transform: translateX(-10vw) translateY(30vw) rotate(-15deg) scale(0.8);
    transform: translateX(-10vw) translateY(30vw) rotateZ(-15deg) scale(0.8);
    opacity: 0.85;
}
  .owl-carousel .owl-item:not(.active)[data-number="-2"] img,
  .owl-carousel .owl-item:not(.active)[data-number="-4"] img,
  .owl-carousel .owl-item:not(.active)[data-number="-5"] img,
  .owl-carousel  .owl-item:not(.active)[data-number="-6"] img,
  .owl-carousel  .owl-item:not(.active)[data-number="-7"] img{
    -webkit-transform: translateX(-10vw) translateY(30vw) rotateZ(-30deg) scale(0.6);
    -ms-transform: translateX(-10vw) translateY(30vw) rotate(-30deg) scale(0.6);
    transform: translateX(-10vw) translateY(30vw) rotateZ(-30deg) scale(0.6);
    opacity: 0.85;
  }
  .owl-carousel .owl-item:not(.active)[data-number="2"] img,
  .owl-carousel .owl-item:not(.active)[data-number="3"] img,
  .owl-carousel .owl-item:not(.active)[data-number="4"] img,
  .owl-carousel .owl-item:not(.active)[data-number="5"] img,
  .owl-carousel .owl-item:not(.active)[data-number="6"] img{
    -webkit-transform: translateX(10vw) translateY(30vw) rotateZ(30deg) scale(0.6);
    -ms-transform: translateX(10vw) translateY(30vw) rotate(30deg) scale(0.6);
    transform: translateX(10vw) translateY(30vw) rotateZ(30deg) scale(0.6);
    opacity: 0.85;
  }
  .new-name__descr{
    margin-bottom: 10px;
	    font-size: 0.88rem;
  }
  .owl-carousel .owl-item img{
    height: 45vh;
  }
  .new-name{
	  flex-direction: column;
  }
  .new-name{
	  margin-right: 0;
  }
  .new-name__title{
	  text-align: center;
  }
  .new-name__descr{
	  text-align: center;
  }
  
}
@media(min-width: 1920px){
	body{
		max-height: 950px;
    width: 100%;
	background: none;
	}
	html{
		background: #001955 url(../image/background.jpg) no-repeat;
		background-size: cover;
		display: flex;
		width: 100%;
		align-items: center;
	}
	.container{
		    max-width: 1630px;
		margin: 0 auto;
	}
}


.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.modal {
  pointer-events: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgba(6,47,107, 0.8)
}
.fade.in {
  opacity: 1;
  pointer-events: all;
}
.modal.show{
  opacity: 1;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: all;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}


.modal-dialog {
  margin: 100px auto;
}
@media (max-width: 560px){
  .modal-dialog {
    margin: 100px auto;
  }
}

.modal-content {

  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  padding: 0px;
}

@media (max-width: 767px){
  .modal-body {
      padding: 50px 15px 42px 15px;
  }
}
.modal-body {
    position: relative;
    padding: 50px 50px 42px 50px;
}





.modal-body .close {
  width: 28px;
  height: 28px;
  position: absolute;
  top: -50px;
  right: -50px;
  background: url(/image/close.svg);
    background-size: contain;
  outline: none;
  border: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
  font-weight: normal;

}

@media (max-width: 1279px){
  .modal-body .close {
      right: 0px;
  }
}

@media (max-width: 768px){
  .modal-body .close {
      right: 0px;
  }
}

@media (max-width: 767px){
  .modal-body .close {
      right: 10px;
  }
}

@media (max-width: 560px){
  .modal-body .close {
      top: 0;
  }
}

.modal-title {
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  margin-top: 17px;
  padding-bottom: 25px;
  margin: 0;
  line-height: 1.42857143;
}
.form-group {
  position: relative;
  margin-bottom: 15px;
}

.form-control {
  display: block;
  width: calc(100% - 30px);
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
font{
  font-family: 'Proxima Nova', sans-serif;
}
.form-control {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  line-height: 1;
  position: relative;
  padding: 15px 15px;
  height: auto;
  font-family: 'Proxima Nova', sans-serif;
}

.form-control {
  border-radius: 5px;
  padding: 17px 15px;
}


.form-control:hover {
  border-color: #d8d8d8;
}

.modal-dialog .form-control {
  text-align: center;
}


.form-control:focus, .form-control:active, .form-control:hover {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #dbdbdb;
}
.form-control-line:after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #00bff1;
  background: -moz-linear-gradient(left, rgba(0,191,241,0) 0%, rgba(0,191,241,1) 50%, rgba(0,191,241,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,191,241,0) 0%,rgba(0,191,241,1) 50%,rgba(0,191,241,0) 100%);
  background: linear-gradient(to right, rgba(0,191,241,0) 0%,rgba(0,191,241,1) 50%,rgba(0,191,241,0) 100%);
  position: absolute;
  bottom: 0px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.btn.btn-light {
  background-color: #00bff1;
  width: 100%;
  outline: none;
}

.btn.btn-light:hover{
  opacity: 0.8;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn {
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  padding: 14px 49px;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}


.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  
}

@media (min-width: 768px){
  .modal-sm {
      width: 530px;
      margin: 100px auto;
  }
}

.modal-body .close:after {
  content: "";
  background: url(/image/close.svg) no-repeat;
  font-size: 25px;
  color: #fff;
  font-family: 'kirov-ssk-ico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}