@font-face {
  font-family: 'Montserrat';
  src: url('font/MONTSERRAT-BOLD.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('font/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('font/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('font/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('font/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'UNISANS';
  src: url('font/OFONT.RU_UNI\ SANS.TTF') format('truetype');
  font-style: normal;
  font-display: swap;
}
*{
  margin: 0%;
  box-sizing: border-box;
  transition: all 0.3s;
}
:root {
  --mainwhite: #F3F7F6;
  
}
body{
  background-color: var(--mainwhite);
}
main{
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 20px 20px;
}

.hero{
  width: 100%;
  display: flex;
  gap: 170px;
  border-radius: 20px;
  flex-direction: column;
  background: url(img/hero_bg.svg);
  background-repeat: no-repeat;
  object-fit: contain;
  padding:  20px 0;
}
nav{
  display: flex;
  justify-content: space-between;
  padding:  0 20px;
  align-items: center;
}
.links{
  display: flex;
  gap: 10px;
  padding-left: 50px;
}
.link{
  display: flex;
  padding: 5px 15px;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}
.link p{
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  color: var(--mainwhite);
  text-decoration: none;
}
.link:hover{
  background-color: var(--mainwhite);
}
.link:hover p{
  color: #6B069B;
}
.link:active{
  background-color: #BBBBBB;
}
.link:disabled{
  opacity: 0.3;
}
.aut_reg{
  display: flex;
  gap: 10px;
  align-items: center;
  height: 23px;
}
.aut p,
.reg p,
.aut_reg p{
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: var(--mainwhite);
  text-decoration: none;
}
.reg,
.aut{
  display: flex;
  width: auto;
  align-items: center;
  padding-bottom: 3px;
  gap: 5px;
  height: auto;
  text-decoration: none;
}
.reg:hover .svg-rotate{
  transform: rotate(180deg);
}
.reg:active .svg-rotate{
  stroke: #BBBBBB;
}
.reg:hover ,
.aut:hover {
  border-bottom: solid 1px var(--mainwhite);
}
.reg:active ,
.aut:active {
  border-bottom: none;
}
.reg:active p,
.aut:active p {
  color: #BBBBBB;
}
.reg:disabled ,
.aut:disabled {
  opacity: 0.3;
}
.blok_linestok{
  width: 100%;
  display: flex;
  justify-content: center;
}
.promo{
  width: 945px;
  height: 150.65px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(img/LINESTOK.svg);
}
.promo p{
  font-family: 'Montserrat';
  font-size: 30px;
  font-weight: 300;
  line-height: normal;
  color: var(--mainwhite);
}
.foot_hero{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px
}
.foot_hero p{
  width: 365px;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  color: var(--mainwhite);
}
.hero_role{
  display: flex;
  gap: 10px;
  flex-direction: column;
  padding: 10px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.05);
}
.h_role{
  padding: 10px;
  border-radius: 20px;
}
.h_role1{
  background-color: var(--mainwhite);
  width: 148px;
}
.h_role1 p{
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  color: var(--main-1);
  width: 128px;
}
.h_role2 p{
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  color: var(--mainwhite);
  width: 182px;
}
.h_role2:hover{
  background-color: var(--mainwhite);
}
.h_role2:hover p{
  color: var(--main-1);
}



.Linestok{
  padding: 100px 40px 50px 40px;
  display: flex;
  justify-content: space-between;
}
.line{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
h1{
  font-family: 'UNISANS';
  font-size: 128px;
  color: #393939;
}
.btn1{
  width: 350px;
  padding: 10px 10px;
  display: flex;
  gap: 10px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  border: solid 0.8px #393939;
  background-color: var(--mainwhite);
}
.btn1 p{
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  color: #393939;
}
.btn1:hover{
  transform: scale(0.95);
}
.btn1:hover svg{
  transform: rotate(180deg);
}
.btn1:active{
  background-color: var(--main-1);
}
.btn1:active p,
.btn1:active svg>path{
  color: var(--mainwhite);
  stroke: var(--mainwhite);
}

h2{
  font-family: 'UNISANS';
  font-size: 64px;
  color: #CF4386;
}
.line>p{
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  color: #393939;
  width: 511px;
}
.role{
  display: flex;
  justify-content: space-between;
  padding: 40px 40px;
}
.role_content{
  width: 654px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.linestok2026{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 691px;
  width: 564px;
  background: url(img/work_img.svg);
  border-radius: 40px;
  padding: 20px 40px;
}
.linestok2026 p{
  font-family: 'UNISANS';
  font-size: 105px;
  color: var(--mainwhite);
  width: 100%;
  text-align: end;
}
.role_text{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.role_text p{
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  color: #393939;
}
h3{
  font-family: 'UNISANS';
  font-size: 64px;
  color: #393939;
}
.btn2{
  padding: 10px 15px;
  display: flex;
  gap: 10px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #663ACD;
  width: fit-content;
}
.btn2 p{
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  color: var(--mainwhite);
}

.btn2:hover svg{
  transform: rotate(180deg);
}
.btn2:hover{
  background-color: var(--mainwhite);
  border: solid 0.8px #663ACD;
}
.btn2:active{
  opacity: 0.5;
}
.btn2:hover p,
.btn2:hover svg>path{
  color: #663ACD;
  stroke: #663ACD;
}
.categores{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.categry{
  display: flex;
  padding:  10px 15px;
  border-radius: 30px;
  border: solid 1px #663ACD;
}
.categry p{
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  color: #663ACD;
}

.plus{
  display: flex;
  padding:  5px 10px;
  border-radius: 30px;
  border: solid 1px #663ACD;
  height: fit-content;
}
.plus p{
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  color: #663ACD;
}
.intelligence {
  width: 100%;
  border-radius: 20px;
  padding:  100px 40px;
  display: grid;
  grid-template-columns: 1fr minmax(300px, 580px);
  gap: 32px;
  position: relative;
}

.intelligence__intro {
  top: 20px;
  margin:  auto 0;
  height: max-content;
  padding-top: 16px;
  transition: transform 0.2s ease-out;
}

  

.eyebrow { 
  color: #232323; 
  margin: 0; 
  font-size: 12px; 
  font-family: 'Montserrat';
  font-weight: 300;
  line-height: 100%;
}

.intelligence__intro h2 {
  margin: 12px 0 16px;
  font-size: 50px;
  line-height: normal;
}

.intelligence__intro p { 
  margin: 0; 
  color: #232323; 
  max-width: 500px; 
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 1.5; }

.intelligence_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 20px;
}

.intelligence_card {
  border: 1px solid rgba(58, 64, 76, 0.22);
  background: #494949;
  border-radius: 20px;
  padding: 26px;
  min-height: 170px;
  transform: translateY(34px) scale(.96);
  opacity: 0.5;
  filter: blur(3px);
  transition: transform .65s cubic-bezier(.22, 1, .36, 1), opacity .5s ease, filter .5s ease, background .4s ease;
  will-change: transform, opacity, filter;
}

.intelligence_card .number {
  font-size: 13px;
  font-family: 'Montserrat';
  font-weight: 500;
  color: #F3F7F6;
  letter-spacing: .08em;
}

.intelligence_card h3 {
  font-family: 'Montserrat';
  font-weight: 700;
  color: #F3F7F6;
  margin: 12px 0 10px;
  font-size: 34px;
}

.intelligence_card p { 
  margin: 0; 
  font-family: 'Montserrat';
  font-weight: 300;
  color: #F3F7F6;
  line-height: 1.45; 
}

.intelligence_card.is-active {
  transform: translateY(0) scale(1);
  border: 1px solid #A609F0;
  background: linear-gradient(150deg, #4E0471 0%, #A609F0 100%);
  opacity: 1;
  filter: blur(0);
}

.intelligence_card.is-past {
  opacity: 0.5;
  filter: blur(3px);
  transform: translateY(-8px) scale(.985);
}

@media (max-width: 900px) {
  .intelligence { grid-template-columns: 1fr; }
  .intelligence__intro { position: static; margin-bottom: 16px; }
}

.CTA{
  display: flex;
  width: 100%;
  padding: 60px 60px;
  background: url(img/CTA_bg.svg);
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
}
.CTA_content{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.CTA h4{
  font-family: 'UNISANS';
  font-size: 64px;
  color: var(--mainwhite);
}
.CTA p{
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  color: var(--mainwhite);
  text-align: centers;
}

.btn3{
  width: fit-content;
  padding: 10px 15px;
  display: flex;
  gap: 10px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  border: solid 0.8px #8CBA0B;
  background-color: #8CBA0B;
}
.btn3 p{
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  color: var(--mainwhite);
}
.btn3:hover {
 background-color: transparent;
}
.btn3:hover svg{
  transform: rotate(180deg);
}

.btn3 svg>path{
  stroke: var(--mainwhite);
}
.btn3:hover p,
.btn3:hover svg>path{
  color: var(--mainwhite);
  stroke: var(--mainwhite);
}

.btn3:active{
  opacity: 0.5;
}

.contact{
  display: flex;
  flex-direction: column;
  padding: 50px 40px;
  gap: 40px;
  width: 100%;
}
.contact>h1{
  font-family: 'UNISANS';
  font-size: 128px;
  color: #393939;
  text-align: center;
  width: 100%;
}
.contact-content{
  display: flex;
  gap: 70px;
  justify-content: center;
}
.link_blok{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.link_blok h5{
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: var(--mainwhite);
}
.link_blok a{
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  color: var(--mainwhite);
  text-decoration: none;
}
.link_blok a:hover{
  text-decoration: underline;
}
.link_blok a:active{
  opacity: 0.5;
}
form{
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 360px;
  justify-content: center;
}
.form-group{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}
label{
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  color: #292929;
}
input,
textarea{
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #393939;
  background: inherit;
  padding:  12px 15px;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400 !important;
  color: var(--main-2);
  outline:none;
}
input:focus,
textarea:focus{
  transform: scale(1.02);
  border: solid 1px #393939;
  border-radius: 30px;
  outline:none;
}
input::placeholder,
textarea::placeholder{
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: #767676;
}
.btn_form{
  width: 100%;
  padding: 10px 10px;
  display: flex;
  gap: 10px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  border: solid 0.8px #CF4386;
  background-color: #CF4386;
}
.btn_form p{
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  color: var(--mainwhite);
}
.btn_form:hover {
 background-color: inherit;
}
.btn_form:hover svg{
  transform: rotate(180deg);
}
.btn_form:hover p,
.btn_form:hover svg>path{
  color: #CF4386;
  stroke: #CF4386;
}

.btn_form:active{
  opacity: 0.5;
}


.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
  user-select: none;
  position: relative;
  gap: 12px;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.checkmark {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: inherit;
  border: 2px solid #393939;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  flex-shrink: 0;
}

.custom-checkbox:hover input:not(:disabled) ~ .checkmark {
  border-color: #292929;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #393939;
  border-color: #393939;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid var(--mainwhite);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox input:focus-visible ~ .checkmark {
  outline: 2px solid #393939;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #393939;
}

.custom-checkbox input:active:not(:disabled) ~ .checkmark {
  transform: scale(0.95);
  transition: transform 0.05s;
}

.custom-checkbox.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.custom-checkbox input:disabled ~ .checkmark {
  background-color: #e2e8f0;
  border-color: #cbd5e1;
  cursor: not-allowed;
}

.label-text{
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 400;
  color: #393939;
}
.link_check{
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 400;
  color: #292929;
  text-decoration: underline;
}


.custom-checkbox:hover:not(.disabled) .label-text {
    color: #0f172a;
}


.project{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.project-text{
  display: flex;
  justify-content: space-between;
}
.project-text h2{
  width: 310px;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 600;
  color: #393939;
}
.project-btn{
  width: max-content;
  padding: 5px 15px;
  height: min-content;
  display: flex;
  gap: 10px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  border: solid 0.8px #393939;
  background-color: inherit;
}
.project-btn p{
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #393939;
}
.project-btn:hover {
 background-color: #393939;
}
.project-btn:hover svg{
  transform: rotate(180deg);
}
.project-btn:hover p,
.project-btn:hover svg>path{
  color: var(--mainwhite);
  stroke: var(--mainwhite);
}

.btn_form:active{
  opacity: 0.5;
}

.project-img{
  width: 580px;
  height: max-content;
  border-radius: 20px;
}
.project-img>img{
  width: 100%;
  height: max-content;
  object-fit: fill;
  border-radius: 20px;
}

footer{
  display: flex;
  flex-direction: column;
  border-radius: 40px;
  background: url(img/footer.svg);
  gap: 50px;
  padding:  20px 40px;
}
.foot{
  display: flex;
  justify-content: space-between;
}
.foot_link{
  display: flex;
  gap: 80px;
}
.clm_links{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.clm_links h3{
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: var(--mainwhite);
}
.clm_links a{
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  color: var(--mainwhite);
  text-decoration: none;
  transition: all 0.5s;
  width: 200px;
}
.clm_links a:hover{
  text-decoration: underline;
}
.clm_links a:disabled{
  opacity: 0.5;
}
.social-links{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.btn-back{
  width: 100%;
}
.bg-back{
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 40px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
  border-radius: 40px;
  text-decoration: none;
}
.bg-back p{
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: var(--mainwhite);
}
.contact-form {
  transition: all 0.3s ease;
}

.success-message {
  height: 490px;
  width: 360px;
  animation: fadeInUp 0.5s ease forwards;
}

.success-content {
  padding: 40px 30px;
  text-align: center;
}

.success-icon {
    margin-bottom: 20px;
    animation: scaleIn 0.4s ease 0.2s both;
}

.success-content h3 {
    font-family: 'UNISANS';
    font-size: 28px;
    color: #393939;
    margin-bottom: 12px;
}

.success-content p {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    color: #767676;
    margin-bottom: 25px;
    line-height: 1.5;
}

.btn_reset {
    width: 100%;
    padding: 12px 20px;
    border-radius: 20px;
    border: solid 1.5px #CF4386;
    background-color: #CF4386;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn_reset:hover {
    background-color: transparent;
    color: #CF4386;
    transform: translateY(-2px);
}

.btn_reset:active {
    transform: translateY(0);
}

/* Анимации */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}


.error-message {
    color: #ff6b6b;
    font-family: 'Montserrat';
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

.form-group.error .error-message {
    display: block;
}

.form-group.error input,
.form-group.error textarea {
    border-bottom-color: #ff6b6b;
}
