/*--- Footer ---*/
.footer{
    padding: 25px 0;
    background: #0b0a0d;
}
.footer-top {
    display: grid;
    grid-template-areas:
  "logo partner"
  "nav nav"
  "contacts contacts";
  gap: 25px;
  padding: 0 0 25px;
}
.footer-logo__link {
    width: clamp(150px,15.714vw,220px);
    height: auto;
    display: block;
    grid-area: logo;
}
.footer-logo__link svg{
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
}
.footer-bitrix {
    grid-area: partner;
    width: 160px;
    height: auto;
}
.footer-bitrix__logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}

.footer-nav {
    grid-area: nav;
    display: grid;
    grid-template-columns: 4fr 6fr;
    row-gap: 10px;
    column-gap: 30px;
    padding: 0;
    margin: 0;
}
.footer-nav__item {
}
.footer-nav__item:last-child,
.footer-nav__item:nth-last-child(2) {
    grid-column: 1 / 3;
} 
.footer-nav__item:last-child{
    display: flex;
    gap: 30px;
}
.footer-nav__item:last-child .footer-nav__link{
    flex: 1 0 40%;
}
.footer-nav__link {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff !important;
}
.footer-nav__link,
.footer-nav__inner-link{
    position: relative;
    z-index: 1;
    border-bottom: 1px solid transparent;
}
.footer-nav__link::after,
.footer-nav__inner-link::after,
.address__item a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: transparent;
    transition: all .5s;
}
.footer-nav__item:last-child .footer-nav__link::after{
    bottom: auto;
    top: 24px;
}
.footer-nav__link:hover::after,
.footer-nav__inner-link:hover::after,
.address__item a:hover::after
 {
    width: 100%;
    background-color: #fff;
}
.footer-nav__item:last-child .footer-nav__link:hover::after{
    width: 40%;
}
.footer-nav__inner {
    padding-left: 8px;
    margin: 0;
    flex: 1 0 60%;
    list-style-type: disc;
}
.footer-nav__inner-item::marker {
    color: #fff !important;
}
.footer-nav__inner-link {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff !important;
}
.footer-contacts {
    grid-area: contacts;
}
.footer-contacts  .messengers-phone{
    padding-bottom: 25px;
}
.footer-contacts .messengers-phone__item svg{
    filter: invert(0) hue-rotate(0deg);
}

.messengers-phone__item {
}
.address {    
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.address__item,
.address__item a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff !important;
    position: relative;
}
.footer-bottom {
}
.footer-bottom__info {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff !important;
}
.footer-bottom__info a{
    color: #fff !important;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .footer-bottom{
        display: flex;
        justify-content: space-between;
    }
}
@media (min-width: 1200px) {
    .footer-top {
        grid-template-areas:
        "logo partner nav contacts";
        gap: 60px;
        grid-template-columns: 250fr 150fr 440fr 310fr;
    }
    .footer-logo__link{
        padding-right: 30px;
    }
}
@media (min-width: 1400px) {

}

/*--- Section our-works ---*/
.section__our-works--index {
    padding-top: 20px;
}
.our-works__headline {
}
.our-works {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.our-works__item {
    /*display: flex;*/
    /*gap: 20px;*/
}
.our-works__item-link {
    display: flex;
    gap: 20px;
    transition: all .5s;
    color: #0b0a0d;
    background-color: #fff;
    border-radius: 20px;
}
.our-works__item-link:hover {
    transform: scale(1.1);
    color: #702edd;
    padding: 20px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
}
.our-works__item-first {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    width: 50%;
}
.our-works__item-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.our-works__item-title {
    font-weight: 700;
    font-size: clamp(16px,1.429vw,20px);
    margin: 0;
}
.our-works__item-description {
    font-size: clamp(16px,1.429vw,20px);
    margin: 0;
}
.our-works__item-first-figure {    
    width: 100%;
    height: auto;
    aspect-ratio: 61/43;
    margin: 0;
}
.our-works__item-first-img,
.our-works__item-img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our-works__item-last {
    display: none;
}
.our-works__item-figure {
    margin: 0;
    flex: 1;
}
.sp-gallery-item{
    margin: 0 auto;
    padding: 15px;
    float: none;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
    .sp-gallery-item{
        margin: 0 auto;
        padding: 5px;
        float: left;
    }
}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    .our-works__item:nth-child(even) .our-works__item-link{
        flex-direction: row-reverse;
    }
    .our-works__item-last {
        display: flex;
        gap: 20px;
        align-items: stretch;
    }
}
@media (min-width: 1400px) {

}


/*--- Section working-principles ---*/
.section__working-principles {
}

.working-principles {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap:20px;
    max-width: 620px;
    justify-content: center;
}
.working-principles__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 260px;
    width: 100%;
    max-width: 335px;
    border-radius: 20px;
    padding: 20px;
    color: #fff;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
    background: conic-gradient(from 181.08deg at 50% 50%, rgba(123, 58, 253, 1) -50.400000000000006deg, rgba(83, 39, 172, 1) 46.800000000000004deg, rgba(123, 58, 253, 1) 125.99999999999999deg, rgba(83, 39, 172, 1) 198.00000000000003deg, rgba(123, 58, 253, 1) 309.6deg, rgba(83, 39, 172, 1) 406.79999999999995deg);
}
.working-principles__item:nth-child(even){
    background: linear-gradient(215.39deg, rgba(122, 62, 248, 1),rgba(160, 104, 253, 1) 37%,rgba(160, 104, 253, 1) 63%,rgba(122, 62, 248, 1) 100%);
}
.section__achievements .working-principles__item{
    min-height: 1px;
}
.working-principles__number {
    font-size: 40px;
    height: 40%;
}
.working-principles__title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}
.working-principles__description {
    margin: 0;
    font-size: 16px;
}
.working-principles__buttons {
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.working-principles__button {
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    .working-principles {
        max-width: 100%;
        flex-wrap: nowrap;
    }
    .section__achievements .working-principles__item{
        min-height: 260px;
    }
    .working-principles__item {
        max-width: 300px;
    }
}
@media (min-width: 1400px) {

}

/*--- Section services ---*/
.section__services {
}
.services {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
}
.services_item {
    
}
.services_item-box{
    display: block;
    border-radius: 30px;
    padding: clamp(30px,2.857vw,40px);
    background-color: #191919;
}
.services_item-box .messengers-phone{
    align-self: baseline;
}
.services_link{
    transition: all .5s;
}
.services_link:hover{
    background-color: #A068FD;
}
.services_headline {
    margin: 0 0 clamp(20px,2.5vw,35px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.services_headline>svg{
    width: clamp(44px,5.286vw,74px);
    height: clamp(44px,5.286vw,74px);
}
.services_title {
    color: #fff;
    font-size: clamp(35px,4.286vw,60px);
    margin: 0;
}
.services_inner { 
    max-width: 600px;  
}
.services_inner *{
    color: #fff;
    font-size: clamp(16px,1.714vw,24px);
}
.services_inner>*:first-child {
    margin-top: 0;
}
.services_inner>*:last-child {
    margin-bottom: 0;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .services_item-box .messengers-phone{
        justify-content: end;
    }
}
@media (min-width: 1200px) {
    
}
@media (min-width: 1400px) {

}

/*--- Section information ---*/
.section__information {
}
.information {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.information__single {
    padding: 20px 20px 0;
    border-radius: 20px;
    background-color: #191919;    
    flex: 1;
}
.information__figure {
    margin: 0;
}
.information__img {
    width: 100%;
}
.information__link {
    display: flex;
    flex-direction: column;
    padding: 20px;
    color: #0b0a0d !important;
}
.information__single .information__link{
    color: #fff !important;
}
.information__link:hover{
    color: #a068fd;
}
.information__headline {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin: 0 0 auto;
}
.information__headline {
}
.information__headline svg{
    width: 38px;
    flex: 0 0 38px;
}
.information__link svg rect#rectangle{
    fill: #fff;
    transition: all .5s;
}
.information__link svg g path {
    stroke: #0b0a0d;
    transition: all .5s;
}
.information__link:hover svg rect#rectangle {
    fill: #702edd;
}
.information__link:hover svg g path {
    stroke: #fff;
}
.information__headline-inner {
}
.information__headline-title {
    font-size: 20px;
    margin: 0;
}
.information__headline-date {
    font-size: 12px;
}
.information__description{
    padding-top: 10px;
}
.information__description,
.information__description>*{
    font-size: 16px;
}
.information__description>*:first-child {
    margin-top: 0;
}
.information__description>*:last-child{
    margin-bottom: 0;
}
.information__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    flex: 1;
}
.information__item {
    border-radius: 20px;
    box-shadow: 10px 1px 51.900001525878906px 0px rgba(0, 0, 0, 0.15),inset -2px 3px 4.800000190734863px 0px rgba(255, 255, 255, 1);
    background: #fff;
}
.information__item-buttons {
    box-shadow: none;
    background: transparent;
    margin-top: auto;
}
.information__button {
    width: 100%;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    .information {
        flex-direction: row;
        align-items: stretch;
    }
    .information__single {
        display: flex;
        flex-direction: column;
    }    
    .information__figure {
        flex: 1;
    }
    .information__img{
        height: 100%;
        object-fit: cover;
    }
}
@media (min-width: 1400px) {

}

/*--- Section feedback ---*/
.section__feedback {
    background-image: url(../img/bg-feedback.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px 30px 0 0;
}
.feedback {
    border-radius: 30px;
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 550px;
    padding: 20px;
    margin: 0 auto;
}
.feedback>*{
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
}
.feedback__title {
    color: #fff;
    font-size: clamp(35px,3.429vw,48px);
    text-align: center;
}
.feedback__description {
    color: #fff;
    padding-bottom: 10px;
    font-size: 16px;
    text-align: center;
}
.feedback__inner {
}
.feedback__form {
}
.feedback__form-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.feedback__form-line {
}
.feedback__form-decor{
    position: relative;
    z-index: 1;
}
.feedback__form-label{
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    transition: all .5s;
    color: #fff;
    background-color: transparent;
    border-radius: 20px;
    padding: 0px 5px;
}
.feedback__form-label.active{
    top: -2px;
    color: #0B0A0D;
    background-color: #fff;
    z-index: 15;
}

 .feedback__form-line input, .feedback__form-line textarea{
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 10px 20px;
    width: 100%;
    height: 50px;
    outline: none !important;
    background: transparent;
    color: #fff;
    position: relative;
    z-index: 10;
}
.feedback__form-line textarea {
    height: 100px;
}

.feedback__form-line input::placeholder, .feedback__form-line textarea::placeholder{
    color: #fff;
}
.feedback__form-line textarea + label{
    top:22%;
}
.checkbox_block {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.feedback__form-line input[type="checkbox"] {
    padding: 0;
    appearance: none;
  position: relative;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background: transparent;
  box-shadow: inset 0 0 5px rgb(0 0 0 / 0.2);
  border-radius: 3px;
  border: 1px solid #FFFFFF;
  transition: 500ms;
}
.checkbox_block__label {
    color: #fff;
    font-size: 12px;
    padding-left: 5px;
}
.checkbox_block__label a{
    color: #fff;
}
.feedback__form-line input[type="checkbox"]::after{
  content: "\2714";
  position: absolute;
  top: -2px;
  left: 2px;
  width: 0px;
  height: 0px;
  font-size: 15px;
  transition: 500ms;
  overflow: hidden;
}
.feedback__form-line input[type="checkbox"]:checked::after {
  width: 16px;
  height: 16px;
  transition: 500ms;
  color: #fff;
}
.feedback__form-buttons{
    text-align: center;
}
.feedback__form-button {
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    
}
@media (min-width: 1400px) {

}

/*--- Section  certificate ---*/
.section__certificate{

}
.certificate{

}
.certificate__headline{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.certificate__title{
    font-size: clamp(30px,2.857vw,40px);
    text-align: center;
}
.certificate__description{
    font-size: clamp(14px,1.143vw,16px);
    text-align: center;
    color: #fff;
    margin: 0;
}
.certificate__inner{
    width: 100%;
    max-width: 100%;
}
.certificate__order{
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    width: 100%;
}
.certificate__cost {
    font-size: 28px;
}
.certificate__button {
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
    .certificate__headline{
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 0;
    }
    .certificate__title{
        text-align: left;
        margin-top: -14px;
        max-width: 60%;
    }
    .certificate__description{
        text-align: right;
    }
    .certificate__order{
        flex-direction: row;
        gap: 20px;
        justify-content: flex-end;
    }
}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    
}
@media (min-width: 1400px) {

}

/*--- Section  docs ---*/
.section__docs {
}
.docs {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.docs__inner {
    padding: clamp(20px,2.143vw,40px);
    display: flex;
    flex-direction: column;
    gap: 20px;
     background-color: rgba(160, 104, 253, 1);
     border-radius: 20px;
}
.docs__inner>*{
    margin: 0;
}
.docs__title {
    color: #fff;
    font-size: (26px,1.429vw,30px);
}
.docs__list {
}
.docs__item {
    color: #fff;
    font-size: clamp(14px,2.857vw,20px);
}
.docs__figure {
    margin: 0;
}
.docs__img {
    box-shadow: 10px 1px 52px 0px rgba(0, 0, 0, 0.15),inset -2px 3px 5px 0px rgba(255, 255, 255, 1);
    border-radius: 20px;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
    .docs {
        flex-direction: row;
        align-items: flex-start;
    }
}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    
}
@media (min-width: 1400px) {

}

/*--- Section  blog ---*/
.section__blog {
}
.list__nav {
    padding: 0 0 40px;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.list__nav-item {
}
.list__nav-button {
    display: inline-flex;
    background: transparent;
    border: none;
    color: #0B0A0D;
    padding: 10px 20px;
     border-radius: 50px;
}
.list__nav-button--all {
    color: #a3a3a3;
}
.list__nav-button--all svg{
    margin-right: 5px;
}
.list__nav-button--all:hover svg  line{
    stroke:#A068FD;
}
.list__nav-button:hover{
    color: #A068FD;
}
.list__nav-button.active{
    background:#A068FD;
    color: #fff;
}
.list__nav-button.active:hover{
    background: #702edd;
}
.blog {
    padding: 0;    
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(333px, 1fr));
    gap: 0px;
    position: relative;
    z-index: 1;
    margin: 0 -10px;
}
.blog__item {
    height: 100%;
}
.blog__item-link{
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 1;
    padding: 10px;
    border-radius: 20px;
}
.splide__slide .blog__item-link{
    margin-bottom: 20px;
}
.blog__item-link>svg{
    position:absolute;
    z-index: 5;
    top: 25px;
    right: 25px;
}
.blog__item-link:hover{
    box-shadow: 10px 1px 52px 0px rgba(0, 0, 0, 0.15),inset -2px 3px 5px 0px rgba(255, 255, 255, 1);
}
.blog__item-linkr>svg rect#rectangle{
    transition: all .5s;
}
.blog__item-link:hover>svg rect#rectangle{
    fill: #702edd;
}
.blog__item-link>*{
    margin: 0;
}
.blog__item-figure {
    aspect-ratio: 16/11;
    width: 100%;
    max-height: 255px;
}
.blog__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.blog__item-inner {
    color: #0b0a0d;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.blog__item-inner>*{
    margin: 0;
}
.blog__item-title {
    font-size: 20px;
    font-weight: 700;
}
.blog__item-date {
   font-size: 12px;
   padding-bottom: 10px;
}
.blog__item-description {
    font-size: 16px;
}
.blog__more {
    padding: 40px 0;
    text-align: center;
}
.blog__more-button {
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
    
}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    
}
@media (min-width: 1400px) {

}


/*--- Section  projects ---*/
.projects {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(333px, 1fr));
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.projects__item {
    width: 100%;
    max-height: clamp(200px,30.714vw,430px);
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.2s;
}
.projects__item.projects__dorabotka .projects__item-inner{
  opacity: 1;
  background: #f7f7f7;
  justify-content:flex-start;
  position: relative;
}
.projects__item.projects__dorabotka .projects__subject-item{
    border-radius: 12px;
    color: #0b0a0d;
    border-color: #0b0a0d;
  }

.projects__item.projects__dorabotka .projects__subject{
    width: 100%;
    color: #0b0a0d;
}
.projects__item.projects__dorabotka .projects__item-more{
    color:#0b0a0d ; 
    display: block;
}
.projects__item.projects__dorabotka .projects__item-img{
    height: 40%;
}

.projects__item:hover {
box-shadow: 10px 1px 52px 0px rgba(0, 0, 0, 0.15),inset -2px 3px 5px 0px rgba(255, 255, 255, 1);
}
.projects__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.projects__item-inner {
    padding: 10px;
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.3);
}
.projects__item-inner:hover{
    opacity: 1;
}
.projects__subject {
    display: flex;
    flex-wrap: wrap;
    gap:10px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.projects__subject-item {
    font-size: 16px;  
    border: 1px solid #fff;
    border-radius: 50px; 
    display: inline-flex; 
    color: #fff;
    padding: 2px 10px;
}
.projects__item-more {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #fff;
    align-self: flex-start;
    transition: all .1s;
}
.projects__item-more svg{
    margin-left: 5px;
}
.projects__item-more:hover{
    /* transform: scale(1.3); */
    
}
.projects__item-more:hover svg path{
    stroke: #a068fd;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
    
}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    
}
@media (min-width: 1400px) {
    .projects {
        grid-template-columns: repeat(8, 1fr);
    }
    
    /* Все элементы по 2 колонны (стандартная)*/
    .projects__item {
        grid-column: span 2;
    }
    
    /* Исключения: увеличенные блоки по 4 колонны (двойная) */
    .projects__item--big {
        grid-column: span 4;
    }
    .projects__item-inner {
        padding: 20px;
    }
}

/*--- Section  advantages-services ---*/

.section__advantages-services {
    
}
.advantages-services {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(333px, 1fr));
    gap: 20px;
}
.advantages-services__item {
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    gap: 20px;
    border-radius: 20px;
    box-shadow: 10px 1px 52px 0px rgba(0, 0, 0, 0.15),inset -2px 3px 5px 0px rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 1);
    padding: 30px;
}
.advantages-services__item-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}
.advantages-services__item-description {
    margin: 0;
    color: #7b7b7b;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
    
}
@media (min-width: 992px) {
    .advantages-services {
        grid-template-columns: none;
        grid-template-areas:
  "a a a b b b b b c c c с"
  "a a a d d d d e e e e e";
    }
    .advantages-services__item:nth-child(1) {
        grid-area: a;
        max-width: 300px;
    }
    .advantages-services__item:nth-child(2) {
        grid-area: b;
        max-width: 500px;
    }
    .advantages-services__item:nth-child(3) {
        grid-area: c;
        /* max-width: 400px; */
    }
    .advantages-services__item:nth-child(4) {
        grid-area: d;
        max-width: 400px;
    }
    .advantages-services__item:nth-child(5) {
        grid-area: e;
        max-width: 500px;
    }
    
}
@media (min-width: 1200px) {
    
}
@media (min-width: 1400px) {

}

/*--- Section  services-list ---*/
.section__services-list{

}
.services-list{

}
.services-list__item{

}
.services-list_item-box{

}
.services-list__title{
    font-size: clamp(27px,2.857vw,40px);
}
.services-list__description{
    font-size: clamp(14px,1.143vw,16px);
    margin: 0;
    color: #fff;
}
.services-list_inner{
    padding-bottom: 30px;
}
.services-list_buttons{
    
}
.services-list_bottom-single{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}
.services-list__button{
    border-color: #fff;
    color: #fff !important;
}
.services-list__button svg path{
    transition: all .5s;
}
.services-list__button:hover svg path{
    stroke: #a068fd;
}
.services-list__time,
.services-list__price{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
}
.services-list__headline-single{
    flex-direction: column;
    align-items: flex-start;
}
.list-description {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.list-description--ul {
    list-style-type: disc;
    padding-left: 15px;
}
.list-description--ul .list-description__item{
    display: list-item;
    font-size: clamp(14px,1.143vw,16px);
}
.list-description__item {
    display: flex;
    align-items: center;
    gap: 15px;
}
.list-description__item>svg{
    margin-left: auto;
    min-width: 22px;
    min-height: 22px;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
    
}
@media (min-width: 992px) {
    .services-list_item-box{
        display: grid;
        grid-template-areas:
            "headline inner"
            "buttons inner";
        grid-template-columns:55fr 61fr ;
        gap: 30px;
    }
    .services-list_headline{
        grid-area: headline;
        margin-bottom: auto;
    }
    .services-list_inner{
        padding-bottom: 0;
        grid-area: inner;
    }
    .services-list_buttons{
        grid-area: buttons;
        margin-top: auto;
    }
    .services-list__description{
        max-width: 80%;
    }
}
@media (min-width: 1200px) {
    
}
@media (min-width: 1400px) {

}


/*--- Section  content-text ---*/
.section__content-text {
}
.content-text {
}
.content-text__inner{
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 10px 1px 51.900001525878906px 0px rgba(0, 0, 0, 0.15),
                inset -2px 3px 4.800000190734863px 0px rgba(255, 255, 255, 1);
    background: #fff;
}
.content-text>*:first-child,
.content-text__inner>*:first-child {
    margin-top: 0;
}
.content-text>*:last-child,
.content-text__inner>*:last-child {
    margin-bottom: 0;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
    
}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    
}
@media (min-width: 1400px) {

}

/*--- Section  accordion ---*/
.section__accordion{
    padding: clamp(40px, 4.286vw, 60px) 0;
}
.section__accordion .feedback {
    background-color: rgba(25, 25, 25, 1);    
    align-self: start;
}
.accordion__container{
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}
.accordion__item{
	z-index: 1;
	position:relative;
}
.accordion__item:not(:last-child){
    margin-bottom:18px;
}
.accordion__control{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
	padding:20px 30px;
	border:0;
	color:#fff;
	font-size:18px;
	line-height:1;
	text-align:left;
	cursor:pointer;
	border-radius:20px; 
	background: linear-gradient(135deg,#8b5cf6 0%, #b794f4 100%);
	position:relative;
	overflow:visible;
    transition:all 200ms ease;
    min-height: 106px;
}

.accordion__title{
	flex:1 1 auto;
}
.accordion__icon {
	flex: 0 0 26px;
	height: 26px;
	width: 26px;
	display: inline-flex;
	align-items: start;
	justify-content: center;
	background: #ffffff;
	color: #2b2b2b;
	border-radius: 50%;
	font-weight: 700;
	box-shadow: 0 2px 6px rgba(16,24,40,0.2);
	border: 1px solid rgba(0,0,0,0.06);
	transition: all 200ms ease;
	font-weight: 100;
	font-size: 40px;
	text-indent: 0px;
	flex-direction: row;
	line-height: 30px;
}

.accordion__item:hover .accordion__control{
	filter:brightness(1.03);
}


.accordion__content{
	border-radius:20px;
	padding:22px 24px;
	background:#0e0e0e;
	color:#ffffff;
	box-shadow: 0 10px 30px rgba(0,0,0,0.45) inset;
	/* transition:all 200ms; */
	/* max-height:260px;  */
	/* overflow:auto;  */
    display: flex;
    flex-direction: column;
    gap: 15px;
    opacity: 1;
    max-height: 10000px;
    overflow: hidden;
}
.accordion__content>*{
    margin: 0 !important;
}

.accordion__content[hidden]{
	max-height: .01px;
    opacity: 0;
}

.accordion__control::after{
	
	content:'';
	position:absolute;
	right:28px;
	top:50%;
	transform:translateY(-50%);
	width:220px;
	height:120px;
	pointer-events:none;
	background:radial-gradient(closest-side, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.06) 25%, rgba(255,255,255,0) 60%);
	opacity:0;
	transition: all 260ms ease;
	border-radius:50%;
}
.accordion__item--open .accordion__control{
    margin-bottom: 10px;
}
.accordion__control:hover::after,
.accordion__item--open > .accordion__control::after{
	opacity:1;
	transform:translateY(-50%) scale(1.02);
}


.accordion__control:hover .accordion__icon,
.accordion__item--open > .accordion__control .accordion__icon{
	transform:scale(1.06);
}

.accordion__control:focus .accordion__icon{
	box-shadow:0 0 0 4px rgba(124,58,237,0.12);
}
@media (min-width: 576px) {
}
@media(min-width:768px){
	.accordion__control{font-size:20px;padding:40px 30px}
	.accordion__content{padding:20px 22px;}
} 
@media (min-width: 992px) {    
}
@media (min-width: 1200px) { 
    .section__accordion  {

    }
    .section__accordion .feedback {
        margin: 0;
        min-height: 535px;
    }
    .accordion__container{
        display: grid;
        gap: 30px;
        grid-template-columns:  101fr 142fr;
    }
}
@media (min-width: 1400px) {
}


/*--- Section  tab ---*/
.section__specialization {
}
.section__tab  .resp-vtabs ul.resp-tabs-list{

}
.section__tab  .resp-vtabs .resp-tabs-container{
    border: none !important;
    min-height: 100%;
    
}
.section__tab  h3.resp-accordion,
.section__tab  .resp-tab-item{
    border-radius: 90px;
    padding: 10px 20px !important;
    font-size: 29px;
    background-color: transparent;
    transition: all .5s;
    font-weight: 300;

}
.section__tab  h3.resp-accordion,
.section__tab .resp-tabs-list .resp-tab-item{
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
}
.section__tab  h3.resp-accordion .resp-arrow,
.section__tab .resp-tabs-list .resp-arrow{
    border-radius: 50%;
    float: none;
    margin: 0;
    border: none !important;
    transition: all .5s;
    width: 50px;
    height: 50px;
    background: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section__tab  h3.resp-accordion .resp-arrow svg path,
.section__tab .resp-tabs-list .resp-arrow svg path{
    fill: #7B7B7B;
}
.section__tab  h3.resp-accordion:hover,
.section__tab  h3.resp-accordion.resp-tab-active,
.section__tab  .resp-tab-item:hover,
.section__tab  .resp-tab-item.resp-tab-active{
    border: none !important;
    background-color: #DECBFF !important;
}

.section__tab  h3.resp-accordion:hover .resp-arrow,
.section__tab  h3.resp-accordion.resp-tab-active .resp-arrow,
.section__tab  .resp-tab-item:hover .resp-arrow,
.section__tab  .resp-tab-item.resp-tab-active .resp-arrow{
    background: #fff;
}
.section__tab  h3.resp-accordion:hover .resp-arrow svg path,
.section__tab  h3.resp-accordion.resp-tab-active .resp-arrow svg path,
.section__tab  .resp-tab-item:hover .resp-arrow svg path,
.section__tab  .resp-tab-item.resp-tab-active .resp-arrow svg path{
    fill: #decbff;
}


.section__tab  .resp-vtabs .resp-tab-content{
    background-color: #A068FD;
    padding: 20px;
    border-radius: 20px;
    color: #fff;
}
.section__tab  .resp-vtabs .resp-tab-content,
.section__tab  .resp-vtabs .resp-tab-content>*{
    font-size: 20px;
}
.resp-tab-content.resp-tab-content-active{

}
@media (min-width: 576px) {
}
@media(min-width:769px){
    .section__tab  .resp-vtabs{
        display: grid !important;
        gap: 30px;
        grid-template-columns: 33fr 87fr;
    }
    .section__tab  .resp-vtabs>*{
        float: none !important;
    }
    .section__tab  .resp-vtabs ul.resp-tabs-list{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .section__tab  .resp-vtabs .resp-tabs-container{
        width: 100%;
        display: flex;
        align-items: stretch;
    }	
    .section__tab  .resp-tab-item{
    
    }
    .section__tab  .resp-tab-item.resp-tab-active{
        
    }
    .section__tab  .resp-vtabs .resp-tab-content{
        padding: 30px 40px;
    }
    .resp-tab-content.resp-tab-content-active{

    }
} 
@media (min-width: 992px) {    
}
@media (min-width: 1200px) {    
}
@media (min-width: 1400px) {
}


.section__article {
}
.article__wrapper {
}

.article {
}
.article pre{
   
        font-size: 14px;
        line-height: 1.5;
        border: 1px rgb(240,240,240) solid;
        padding: 15px;
        border-radius: 15px;
        color: rgb(70,70,70);
        max-width: 100%;
        overflow: scroll;
   
}

.article__facade {
}
.article__facade-figure {
    margin: 0;
}
.article__facade-img {
    border-radius: 20px;
}
.article__facade-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.article__facade-content>*:first-child {
    margin-top: 0 !important;

}
.article__facade-content>*:last-child {
    margin-bottom: 0 !important;
}
.section__title {
}
.article__sidebar {
}
.article__nav {
    padding: 20px 20px 20px 40px;
    display: none;
    flex-direction: column;
    gap: 12px;
}
.article__nav-item {
    font-size: 20px;
    line-height: 24px;
    color: #01000d !important;
    opacity: .5;
    transition: all .5s;
}
.article__nav-item::marker{
    font-size: 30px;    
    line-height: 24px;
}
.article__nav-item span{
    position: relative;
    top: -2px;
}
.article__nav-item:hover{
    opacity: 1;
}
.article__inner-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    
}
.article__inner-section  .services-list_item-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.article__inner-section  .services-list_item-box>*{
    text-align: center;
    align-self: center;
    align-items: center;
}
.article__inner-section>*{
    margin: 0;
}
.inner-section__headline {
    display: flex;
    flex-direction: column;
    gap: 20px;
    
}
.inner-section__headline>*{
    margin: 0;
}
.inner-section__headline-title {
    font-size: 30px;
    color: #fff;
}
.inner-section__headline-description {
    font-size: 20px;
    color: #fff;
}
.inner-section__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.inner-section__content>*{
    margin: 0;
}
.inner-section__box {
}
.inner-section__box-full {
    box-shadow: none !important;
}

@media (min-width: 576px) {
}
@media(min-width:768px){  
      
} 
@media (min-width: 992px) {
    .inner-section__headline {
        flex-direction: row;
        gap: 40px;
    }  
    .inner-section__headline-title {
        white-space: nowrap;
    }
    .article__inner-section  .services-list_item-box{
        display: grid;
        grid-template-areas:
        "headline inner"
        "headline inner";
        grid-template-columns: 1fr 235px;
        gap: 30px;    
    }
    .article__inner-section  .services-list_item-box>*{
        text-align: left;
        align-self: flex-start;
        align-items: flex-start;
    }
}
@media (min-width: 1200px) {  
    .article__wrapper {
        display: grid;
        gap: 15px;
        grid-template-columns: 1fr 200px;
    }  
    .article__nav {
        position: sticky;
        top: 120px;
    }
    .article__facade {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .article__facade-figure{
        order: 2;
    }
    .article__facade-content{
        order: 1;
    }
    .article__inner-section,
    .inner-section__content {
        gap: 40px;
    }
    .inner-section__content{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .inner-section__box {
        max-width: calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
    }
    .inner-section__box-full {
        max-width: 100%;
        flex: 0 0 100%; 
    }
    .inner-section__box-66{
        max-width: calc(66.6667% - 20px);
        flex: 0 0 calc(66.6667% - 20px); 
    }
    .inner-section__box-33{
        max-width: calc(33.3333% - 20px);
        flex: 0 0 calc(33.3333% - 20px); 
    }
    .article__nav {
        display: flex;
    }
}
@media (min-width: 1400px) {
}


/*--- Section  section__splide  ---*/

.splide__arrows{
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-bottom: 20px;
}
.splide__arrow{
    background: none;
    border: none;
    width: 26px;
    height: 26px;
    padding: 0
}
.splide__arrow:hover svg path{
    stroke: #702edd;
}
.splide__arrow.splide__arrow--prev{
    transform: rotate(180deg);
}
.splide__arrow.splide__arrow--next{
    
}
.partners__title{
    font-size: 20px;
    margin-bottom: 20px;
} 
.section__partners{
    
}
.section__partners .splide__slide-img{
    width: 100%;
    max-width: 190px;
}
.section__team{

}
.team__slide {
    position: relative;
    z-index: 1;
}
.team__slide-position,
.team__slide-name {
    position: absolute;
    z-index: 5;
    color: #fff;
    left: 20px;
    font-size: clamp(14px,1.143vw,16px);
    font-weight: 400;
}
.team__slide-position {
    top: 20px;
    display: inline-flex;
    border: 1px solid #fff;
    border-radius: 40px;
    padding: 1px 3px;
}
.team__slide-name {
    bottom: 20px; 
       
}
.team__slide-img{
    width: 100%;
    max-width: 290px;
    border-radius: 20px;
}

.section__certificates .splide__slide {
  transform: scale(0.85);
  opacity: 0.9;
  transition: transform 0.5s ease, opacity 0.5s ease;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Активный слайд — крупнее и ярче */
.section__certificates .splide__slide.is-active {
  transform: scale(1.1); /* или 1.2 — подбери под дизайн */
  opacity: 1;
  z-index: 2;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.certificates__slide-img{
    width: 100%;
    max-width: 350px;
}

@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    
}
@media (min-width: 1400px) {

}



/*--- Section  sample-code   ---*/

.section__sample-code {
}
.sample-code pre{
    margin: 0;
}
.sample-code code{
    display: block;
    /*width: 100%;*/
}

@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .sample-code pre{
        display: flex;
        justify-content: center;
    }
}
@media (min-width: 1200px) {
    
}
@media (min-width: 1400px) {

}

/*--- Page project-single   ---*/
.list-results{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 20px;
}
.list-results__item{
    min-height: 275px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.list-results__item>*{
    margin: 0;
}
.list-results__license{
    min-height: 210px;
}
.list-results__item-number {
    font-size: 48px;
}
.list-results__item-description {
    font-size: clamp(20px,1.714vw,24px);
}

.overlay-container, .overlay-containers  {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: flex-start;
    opacity: 0;
    transition: opacity 0.3s ease;
    overflow: auto;

}

@media (min-width: 576px) {

}
@media (min-width: 768px) {
    .list-results{
        grid-template-columns: repeat(auto-fill, minmax(510px, 1fr));
    }
    .overlay-container, .overlay-containers {
        align-items: center;
    }
}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    
}
@media (min-width: 1400px) {

}



.btn-close-popup {

    background: none;
    border: none;
    color: #fff;
    display: none;
    position: absolute;
    font-size: 50px;
    right: 0;
    width: 50px;
    height: 50px;
   transition: 0.2s;
    transform: rotate(45deg);
    top: -0px;
  }

.btn-close-popup:hover{
    opacity: 0.8;
}
.overlay-container .btn-close-popup, .overlay-containers .btn-close-popup{
    display: block;
}
 /* Animation for popup */
 .overlay-container.show,  .overlay-containers.show{
    display: flex;
    opacity: 1;
    z-index: 999;
}
