@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');
html {
        scroll-behavior: smooth; 
      }
body {
    font-family: 'Geist', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
    overflow: hidden;
    overflow-y: scroll;
}
.container-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 29px 0 13px;
    /* background-color: #000; */
    border-bottom: 1px solid #3F3F3F;
}
.container-header nav{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 1000;
    transition: 0.2s;
}
.menu{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-nav{
    display: none;
}
header{
    position: relative;
    z-index: 7000;
}
header a{
    color: #7E7E7E;
    text-decoration: none;
}
header nav a{
   padding-left: 42px; 
   transition: 0.2s;
}
header nav a:hover{
    color: #FF6E08;
}

.logo{
    flex-grow: 1;
    
}
.logo a{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.logo img{
    width: 166px;
    height: auto;
}
.container{
    width: 1120px;
    position: relative;
    margin: 0 auto;
}
.ig-header svg{
    padding-left: 42px;
}
.ig-header a{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.main-container{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    z-index: 1000;
}
h1{
    width: 550px;
    text-align: left;
    color: #fff;
    font-size: 64px;
    font-weight: 900;
    line-height: 72px;
    margin-top: 81px;
    margin-bottom: 0;
    position: relative;
    z-index: 995;
}
.main-container p{
    width: 550px;
    text-align: left;
    color: #FF6E08;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin: 29px 0;
    position: relative;
    z-index: 995;
}
.request-send{
   width: 550px; 
   text-align: left;
   position: relative;
    z-index: 995;
}
.request-send a{
    color: #fff;
    text-decoration: none;
}
.request-send__button{
    cursor: pointer;
    padding: 20px 75px;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 32px;
    transition: 0.2s;
}
.request-send__button:hover{
    background-color: #FF6E08;
    border-color: #FF6E08;
}
.main-images{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.main-elipse{
    position: absolute;
    top: -73px;
    left: -49px;
    width: 714px;
    z-index: 1;
}
.main-circle-text{
    position: absolute;
    top: 77px;
    left: 150px;
    z-index: 10;
}
.main-planet{
    width: 441px;
    position: absolute;
    top: 292px;
    left: 300px;
    z-index: 2;
}
.main-hand{
   width: 313px;
    position: absolute;
    top: 136px;
    left: 167px;
    z-index: 15; 
    transform: rotate(52deg);
}
.main-letter-1{
    width: 139px;
    position: absolute;
    top: 253px;
    left: 33px;
    z-index: 20;
}
.main-letter-3{
    width: 139px;
    position: absolute;
    top: 262px;
    left: 163px;
    z-index: 20;
}
.main-letter-4{
    width: 139px;
    position: absolute;
    top: 369px;
    left: 257px;
    z-index: 20;
}
.main-letter-2{
    width: 139px;
    position: absolute;
    top: 182px;
    left: 323px;
    z-index: 20;
}
.main-line{
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #5d5d5d;
    position: relative;
    z-index: 1100;
    margin-top: 90px;
    overflow: hidden;
    width: 100%;;
}
.main-line span{
    padding: 0 13px;;
}
.top-main-line{
    width: max-content;
    position: relative;
    left: -50px;
    margin-bottom: 9px;
}
.bottom-main-line{
    width: max-content;
    position: relative;
    left: -750px;
}
h2{
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: #FF6E08;
    margin-bottom: 3px;
    margin-top: 94px;
}
h3{
    font-size: 36px;
    font-weight: 700;
    line-height: 72px;
    color: #FFF;
    margin-bottom: 77px;
    margin-top: 0;
}
#about-section{
    position: relative;
    scroll-margin-top: 80px;
}
.about-container{
    z-index: 1000;
}
.about-elipse{
    position: absolute;
    top: -280px;
    left: 0px;
    width: 615px;
    z-index: 5;
}
.timeline-wrap{
    padding-top: 20px;
}
.timeline-row-1{
    border-bottom:#5D5D5D 1px solid;
    height: 233px;
}
.timeline-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1000;
}
.timeline-row2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1000;
}
.timeline-item{
   display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.timeline-item2{
   display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}
.timeline-item2 .timeline-text-wrap1{
    padding-top: 64px;
}
.timeline-item2 .timeline-text-wrap2{
    padding-top: 92px;
}
.timeline-num{
    height: 100%;
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    color: #FFF;
    padding-right: 24px;;
}
.timeline-text-wrap{
    position: relative;
    padding-left: 20px;
    height: inherit;
}
.circle-vert-1{
    top: 2px;
    left: 0px;
}
.circle-vert-2{
    top: calc(100% - 7px);
    left: 0px;
}
.circle-vert-3{
    top: 2px;
    left: 0px;
}
.circle-vert-4{
    top: calc(100% - 7px);
    left: 0px;
}
.line-vert-1{
    top: 0px;
    left: 0px;
}
.line-vert-2{
    top: -7px;
    left: 0px;
}
.line-vert-3{
    top: 0px;
    left: 0px;
}
.line-vert-4{
    top: -7px;
    left: 0px;
}
.timeline-circle{
    width: 5.5px;
    height: 5.5px;
    background-color: #5d5d5d;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -3px;
}
.endpoint-line{
    position: absolute;
    left: 0;
    height: inherit;
    top: 0px;
}
.endpoint-line2{
    position: absolute;
    left: 0;
    height: calc(100% - 8px);
    top: 0;
}
.timeline-item h4{
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #FF6E08;
    margin-bottom: 15px;
}
.timeline-item p{
    margin-top: 0;
    margin-bottom: 66px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #D9D9D9;
    width: 360px;
}
.timeline-item2 h4{
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #FF6E08;
    margin-bottom: 15px;
}
.timeline-item2 p{
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #D9D9D9;
    width: 360px;
}
.timeline-row-2{
    padding-right: 95px;
    height: inherit;
}
.timeline-item3{
    padding-left: 95px;
}
#service-section{
    margin-top: 120px;
    position: relative;
    z-index: 1200;
    scroll-margin-top: 80px;
    width: 100%;
}
#contact-section{
    scroll-margin-top: 80px;
}
.service-wrap{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}
.service-wrap p{
    margin: 0 210px 0 0;
    width: 360px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.service-wrap p span{
    font-weight: 700;
}
.service-space{
    position: absolute;
    right: 7px;
    width: 460px;
    top: -80px;
    z-index: 10;
}
.service-container h3{
    position: relative;
    z-index: 100;
}
.service-rocket{
    position: absolute;
    right: 0;
    z-index: 5 ;
    width: 460px;
    top: 50px;
}
.service-list{
    margin-top: 140px;
    border-top: 1px solid #3F3F3F;
    position: relative;
    z-index: 1000;
    /* margin-bottom: 125px; */
}

.service-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 95px 22px 0;
    border-bottom: 1px solid #3F3F3F;
}
.service-item h4{
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 115px 0 0;
    color: #FF6E08;
    width: 455px;
}
.service-item p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 ;
    color: #FFF;
    width: 455px;
}
.service-moon{
    position: absolute;
    left: 275px;
    width: 421px;
    top: 206px;
    z-index: 5;
}
.mobile-item-3{
    display: none;
}
.service-elipse{
    position: absolute;
    right: 0;
    top: 140px;
    z-index: 5;
    width: 598px; 
}
#pocket-section{
    margin-top: 150px;
    scroll-margin-top: 80px;
}
.pocket-wrap{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 1300;
}
.pocket-item{
    width: 278px;
    position: relative;
    z-index: 1000;
    padding: 40px;
    border:1px solid #5D5D5D;
    border-radius: 10px;
}
.pocket-title{
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #5d5d5d;
}
.pocket-item h4{
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0;
}
.pocket-item h5{
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 0;
    padding-bottom: 0px;
    
}
.pocket-price{
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 16px;
    padding-top: 16px;
    border-top:1px solid #5D5D5D;
}
.more{
    width: 100%;
    border: 1px solid #FFF;
    border-radius: 32px;
    text-align: center;
    cursor: pointer;
    padding: 20px 0;
    transition: 0.2s;
}
.more:hover{
    background-color: #FF6E08;
    border-color: #FF6E08;
}
.pocket-elipse{
    position: absolute;
    top: -100px;
    left: 0;
    width: 486px;
    z-index: 5;
}
#pocket-section{
    position: relative;
    z-index: 1200;
    scroll-margin-top: 80px;
}
#portfolio-section{
    margin-top: 150px;
    position: relative;
    z-index: 1300;
    scroll-margin-top: 80px;
}
.portfolio-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;  
    margin-bottom: 100px;  
}
.portfolio-col-left{
    width: 360px;
}
.portfolio-col-left h6{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #FFF;
    margin: 0;
}
.portfolio-col-left p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FFF;
    margin: 0 0 24px 0;
}
.port-desc{
    height: 380px;
    width: 265px;
}
.port-small-item{
    width: 170px;
    height: 170px;
    cursor: pointer;
}
.port-small-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.port-small-wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 колонки одинаковой ширины */
    grid-template-rows: repeat(2, 1fr);    /* 2 строки одинаковой высоты */
    gap: 20px; /* расстояние между блоками */
    width: 170px;
}
.portfolio-col-right{
    width: 740px;
    position: relative;
    height: 740px;
    overflow: hidden;

}
.portfolio-col-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-container h3{
    line-height: 48px;
    margin-top: 13px;
}
.contact-container h3 span{
    font-weight: 400;
}
.contact-form-wrap{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 1000;
    margin-bottom: 105px;
}
.contact-form {
    width: 550px;
    margin-right: 210px;
}
.contact-form form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.contact-text h6{
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #FFF;
}
.contact-text p{
    margin: 0 0 30px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FFF;
}
.contact-text a{
    color: #FFF;
    text-decoration: none;
    transition: 0.2s;
}
.contact-text a:hover{
    color: #FF6E08;
}
.contact-text svg{
    margin-top: 11px;;
}
.contact-form input{
    width: 100%;
    height: 26px;
    padding: 0;
    margin-bottom: 15px;
    border:none;
    border-bottom: 1px solid #3F3F3F;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FFF;
    background: transparent;
    /* margin-bottom: 50px; */
    margin-top: 50px;
}
.contact-form input:nth-child(1){
    margin-top: 0;
}
.contact-form textarea{
    width: 100%;
    height: 26px;
    padding: 0;
    margin-bottom: 15px;
    border:none;
    border-bottom: 1px solid #3F3F3F;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FFF;
    background: transparent;
    margin-top: 50px;
}
.contact-form input:focus{
    outline: none;
}
.contact-form textarea:focus{
    outline: none;
}
.contact-form input::placeholder{
    color: #FFF;
}
.contact-form textarea::placeholder{
    color: #FFF;
     font-family: 'Geist', sans-serif;
}
.contact-form button{
    background: transparent;
    border:1px solid #FFF;
    border-radius: 32px;
    padding: 20px 75px;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    cursor: pointer;
    margin-top: 100px;
    transition: 0.2s;
}
.contact-form button:hover{
    background: #FF6E08;
    border-color: #FF6E08;
}
footer{
   overflow: hidden;
   padding-top: 500px;
   margin-top: -500px;
}
.footer-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 77px 0;
    border-top: 1px solid #3F3F3F;
    position: relative;
    z-index: 900;
}
.footer-container p{
    font-size: 12px;
    font-weight: 400;
    color: #3F3F3F;
    margin: 0;
    position: relative;
    z-index: 1000;
}
.footer-logo{
    width: 166px;;
}
.footer-space{
    position: absolute;
    left: 180px;
    bottom:-170px;
    width: 615px;
    transform: rotate(-25deg);
}
.footer-logo{
    z-index: 1000;
    position: relative;
}
.igsvg path{
    transition: 0.2s;
}
.igsvg:hover path{
    fill:#FF6E08
}
.pocket-info{
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease-out;
}
.pocket-info ul{
    padding: 0 0 0px 17px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}
.pocket-info  h6{
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 0;
}
.pocket-info  p{
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0;
}
.price-span{
    color: #5D5D5D;
    font-size: 12px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0;
    line-height: 16px;
    display: block;
}
.pocket-item h5.active {
    color: #FF6E08;
    font-weight: bold;
    margin: 12px 0;
}
.pocket-info h6:where(:not(:empty)):first-child {
    margin-top: 0; /* Убираем отступ только у первого h6, который является "Нейминг" */
}
.more.active::after {
    content: 'Закрыть';
}

.more::after {
    content: 'Подробнее';
}
.success-message{
    position: absolute;
    top: 25px;
    left: calc(50% - 370px);
    padding: 80px 95px 100px;
    width: 550px;
    z-index: 3000;
    border-radius: 10px;
    background: rgba(29, 29, 29, 0.85);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);  
    display: none;  
}
.success-message img{
    width: 186px;
    position: absolute;
    top: -10px;
    right: -11px;
    z-index: 1000;
}
.success-message h6{
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 13px;
    color: #FF6E08;
}
.success-message p{
    font-size: 36px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 69px;
    color: #fff;
    line-height: 48px;
}
.success-close{
    border:1px solid #fff;
    border-radius: 32px;
    padding: 20px 100px;
    cursor: pointer;
    display: inline;
    transition: 0.2s;
}
.success-close:hover{
    background: #FF6E08;
    border-color: #FF6E08;
}
.error {
    color: red;
    font-size: 0.9em;
    display: none;
}
.portfolio-col-right .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.portfolio-col-right .slide.active {
    opacity: 1;
}
.controls{
    position: absolute;
    bottom: 40px;
    right: 40px;
    /* transform: translate(-50%, -50%); */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.slide img{
    height: inherit;
}
.footer-spacem{
    display: none;
}
.prev{
    width: 60px;
    height: 60px;
    border:1px solid #fff;
    border-radius: 50%;
    padding: 0px;
    cursor: pointer;
    background-image: url('../img/left-arrow-slider.png');
    background-size: auto; /* или contain */
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 50% 50%;
}
.next{
    width: 60px;
    height: 60px;
    border:1px solid #fff;
    border-radius: 50%;
    padding: 0px;
    cursor: pointer;
    background-image: url('../img/right-arrow-slider.png');
    background-size: auto; /* или contain */
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 50% 50%;
}





















@media (min-width: 1700px) and (max-width: 2500px) {
  body{
    zoom: 1.2;
  }
}
@media (min-width: 2500px) {
  body{
    zoom: 1.5;
  }
}