body {
    margin: 0;

    font-family: "Manrope", serif;
    font-size: 18px;
    color: #000;
    -webkit-font-smoothing: antialiased;

    background-color: rgba(250, 250, 250, 1);
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0 0 10px;
}

a, button {
    all: unset;
    cursor: pointer;
}

/* Container
===================*/
.container {
    width: 100%;
    max-width: 1307px;
    margin: 0 auto;
    padding: 0 15px;
}

.container_small {
    width: 100%;
    max-width: 1066px;
    margin: 0 auto;
    padding: 0 15px;
}

.intro {
    background: url(./image/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #161616;
/*    height: 708px;*/
    color: #fff;
}

.intro_header {
    padding-top: 60px;
    display: flex
;
    justify-content: space-between;
    align-items: flex-start;
}

.intro_header_l {
    display: flex;
    gap: 26px;
    padding-top: 18.5px;
}

.intro_header_l a {
    font-family: Manrope;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: -5%;
    text-transform: uppercase; 
    position: relative;
}

.intro_header_l a:hover::after {
    width: 100%;
}

.intro_header_l a:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 1;
    transition: width .2s linear;
}

.intro_col {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

    padding-top: 140px;
    padding-bottom: 79px;
}


.intro_action {
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.intro_text {
    font-family: Manrope;
    font-weight: 500;
    font-size: 25px;
    line-height: 26px;
    letter-spacing: -3%;

}

.intro_btn a {
    font-family: Manrope;
    font-weight: 700;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: -2%;
    text-align: center;


    text-transform: uppercase;
    display: flex;
    gap: 3px;
    align-items: center;
    height: 100%;
    justify-content: center;
    padding: 0px 34px;
    border: 1px solid rgba(255, 255, 255, 1);
}

.intro_r {
    display: flex;
    align-items: center;
    gap: 3px;
    font-family: Manrope;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -2%;
    text-align: center;
    color: rgba(117, 117, 117, 1);

}

.intro_r a {
    font-family: Manrope;
    font-weight: 600;
    font-size: 17.14px;
    line-height: 20.57px;
    letter-spacing: -5%;
    text-align: center;

    color: rgba(117, 117, 117, 1);
}

.intro_r a.active {
    color: rgba(255, 255, 255, 1);

}

.about {
    padding-top: 50px;
    padding-bottom: 74px;
    background: #161616;
    color: #fff;
}

.about_title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 37px;
    line-height: 30.71px;
    letter-spacing: -6%;
    text-transform: uppercase;
}

.about_title_under {
    font-family: Manrope;
    font-weight: 700;
    font-size: 16px;
    line-height: 21.86px;
    letter-spacing: -5%;
    color: rgba(84, 84, 84, 1);
    text-transform: uppercase;
}

.about_text {
    max-width: 440px;
    font-family: Manrope;
    font-weight: 500;
    font-size: 21px;
    line-height: 25.41px;
    letter-spacing: -.3px;
    color: rgba(255, 255, 255, 0.7);

}

.about_r .about_text:last-child {
    max-width: 370px;
    align-items: flex-end;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about_r {
    display: flex;
    gap: 50px;
}

.about_col {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.about_l {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
}

.scroll {
    font-family: Manrope;
    font-weight: 700;
    font-size: 16px;
    line-height: 21.86px;
    letter-spacing: -4%;
    color: rgba(157, 157, 157, 1);


    align-items: center;
    display: flex;
    width: fit-content;
    flex: right;
    gap: 10px;
    justify-content: flex-end;
}

.services_col {
    display: flex;
    gap: 60px;
    justify-content: space-between;

    margin-bottom: 39px;
}

.services_l {
    width: 50%;
}

.services_r {
    width: 46.60%;
    height: 893px;

    position: relative;
}

.services_title {
    font-family: Manrope;
    font-weight: 800;
    font-size: 52px;
    line-height: 43.68px;
    letter-spacing: -5%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 86px;
    margin-bottom: 55px;
}



.services_r .image {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services_l {
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.services_block_title .services_block_title_span {
    font-family: Manrope;
    font-weight: 600;
    font-size: 32px;
    line-height: 35.84px;
    letter-spacing: -1.92px; /* 6% от 32px = 1.92px */


}

.services_block_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    gap: 25px;
    padding-bottom: 5px;
}

.services_decor {
    min-width: 50px;
    min-height: 50px;
    border: 1px solid rgba(21, 21, 21, 0.2);
    border-radius: 100%;
    display: flex
;
    justify-content: center;
    position: relative;
    align-items: center;
}

.services_decor span {
    position: absolute;
    width: 22px;
    height: 2px;
    background: rgba(0, 0, 0, 1);
}

.services_decor span:last-child {
    transform: rotate(90deg);
    transition: .6s ease;
}

.services_block {
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
}

.services_info {
    overflow: hidden;
    max-height: 0;
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 20.16px;
    letter-spacing: -3%;
    transition: .6s linear;
    padding-top: 0px;
}

.services_info ul li {
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 20.16px;
    letter-spacing: -3%;


}

.services_info ul {
    margin: 0;
    padding-left: 0px;
}

.services_block.active .services_info {
    max-height: 300px;
}
.services_block.active  .services_decor span:last-child {
    transform: rotate(0deg);
}

.services_r .scroll {
    position: absolute;
    right: 27px;
    bottom: 32px;
}

.under_services_col {
    padding: 54px 58px 54px 62px;
    background: rgba(22, 22, 22, 1);
    color: rgba(255, 255, 255, 1);

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.under_services_l {
    padding-left: 18px;
    position: relative;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.under_services_l::before {
    position: absolute;
    left: 0;
    width: 3px;
    height: 44px;
    background: rgba(255, 255, 255, 1);
    content: "";
}

.under_services_r button img {
    display: flex;

}

.under_services_r button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    padding: 0 25.5px;
    background: #fff;
    background: rgba(255, 255, 255, 1);
    color: rgba(22, 22, 22, 0.85);
    text-transform: uppercase;
    font-family: Manrope;
    font-weight: 800;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: -2%;
    text-align: center;
    gap: 3px;
}

.services {
    margin-bottom: 102px;
}

.partner {
    padding-top: 86px;
    padding-bottom: 81px;
    background: rgba(22, 22, 22, 0.9);
    color: rgba(250, 250, 250, 1);

    background: url(./image/partner/image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.partner_title {
    font-family: Manrope;
    font-weight: 800;
    font-size: 52px;
    line-height: 43.68px;
    letter-spacing: -5%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 55px;
}


.partner_col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 40px; 

    padding-bottom: 36px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
}

.partner_block_title {
    display: flex;
    gap: 7px;
    align-items: center;
}

.partner_block_title span {
    font-family: Manrope;
    font-weight: 400;
    font-size: 63px;
    line-height: 52.92px;
    letter-spacing: -6%;

}

.partner_block_title div {
    font-family: Manrope;
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: -4%;
    text-transform: uppercase;
}

.partner_block_info {
    margin-top: 15px;

    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.52px;
    letter-spacing: -1%;

    color: rgba(185, 185, 185, 1);

}

.partner_under div {
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 19.8px;
    letter-spacing: -2%;

}

.partner_under a {
    height: 55px;
    padding: 00px 144px;
    border: 1px solid rgba(255, 255, 255, 1);

    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    gap: 3px;

    font-family: Manrope;
    font-weight: 800;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: -2%;
    text-align: center;

}

.partner_under {
    display: flex
;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 17px;
}

.process_title {
    font-family: Manrope;
    font-weight: 800;
    font-size: 52px;
    line-height: 43.68px;
    letter-spacing: -5%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 86px;
}

.process_block {
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 60px;
    max-width: 980px;
}

.process_block img {
    display: flex;
    width: 100%;
}

.process_under {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.process_under a:first-child {
    flex-direction: row-reverse;
}

.portfolio {
    padding-top: 86px;
    padding-bottom: 115.5px;
    background: #191919;
    margin-top: 38px;
}

.portfolio_title {
    font-family: Manrope;
    font-weight: 800;
    font-size: 52px;
    line-height: 43.68px;
    letter-spacing: -5%;
    color: rgba(250, 250, 250, 1);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 55px;
}

.portfolio_block {
    overflow: hidden;
    aspect-ratio: 1;
}

.portfolio_block img {
    display: flex;
    width: 100%;
    object-fit: cover;
    transition: .5s ease;
    cursor: pointer;
    height: 100%;
        aspect-ratio: 1;
}

.portfolio_block img:hover {
    transform: scale(1.05);
}

.portfolio_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 7px; 
}

.our_partners {
    margin-top: 86px;
    margin-bottom: 77px;
}

.our_partner_title {
    font-family: Manrope;
    font-weight: 800;
    font-size: 52px;
    line-height: 43.68px;
    letter-spacing: -5%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 55px;
}

.our_partners_col {
    display: flex
;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
}

.our_partners_col .slick-track {
    aspect-ratio: 0;
    height: inherit;
    
}

.our_partners_col .slick-list {
    aspect-ratio: 0;
    
}

.our_partners_col.slick-slider {
    aspect-ratio: 0!important;
    
}

.our_partner_block {
    /*flex: 1;*/
    width: calc(33.33333% - 12px);
    background: #fff;
    height: 188px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contacts {
    padding-top: 88px;
    padding-bottom: 103px;

    background: url(./image/contacts/image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contacts_title {
    font-family: Manrope;
    font-weight: 800;
    font-size: 52px;
    line-height: 43.68px;
    letter-spacing: -5%;
    text-align: center;
    margin-bottom: 77px;
    text-transform: uppercase;
}

.contacts_l {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 36px 63px; 
flex: 1;
}

.contact_links_text {
    font-family: Manrope;
    font-weight: 600;
    font-size: 27px;
    line-height: 33.21px;
    letter-spacing: -6%;
    margin-bottom: 11px;
}

.contact_links_action {
    display: flex;
    gap: 5px;
}

.contact_links_action a {
    display: flex;
    align-items: center;
    gap: 3px;
    background: rgba(22, 22, 22, 1);
    font-family: Manrope;
    font-weight: 800;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: -2%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    justify-content: center;
    height: 55px;
}



.contacts_r {
    flex: 1;
    background: rgba(22, 22, 22, 1);
    display: flex
;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.contacts_col {
    display: flex;
    gap: 90px;
}

.links_social a {
    font-family: Manrope;
    font-weight: 800;
    font-size: 13px;
    line-height: 15.6px;
    letter-spacing: -2%;
    text-align: center;

}

.contacts_r_info {
    font-family: Manrope;
    font-weight: 600;
    font-size: 21px;
    line-height: 21.63px;
    letter-spacing: -3%;
    color: rgba(250, 250, 250, 1);
    position: relative;
    margin-left: 41px;
    padding-left: 18px;
    margin-right: 49px;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contacts_r_info::before {
    position: absolute;
    left: 0;
    width: 3px;
    height: 59px;
    background: rgba(255, 255, 255, 1);
    content: "";
}

.contacts_r button {
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 55px;
    padding: 0 25.5px;
    background: #fff;
    background: rgba(255, 255, 255, 1);
    color: rgba(22, 22, 22, 0.85);
    text-transform: uppercase;
    font-family: Manrope;
    font-weight: 800;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: -2%;
    text-align: center;
    gap: 3px;
    margin-left: 41px;
}

footer {
    padding-top: 60px;
    padding-bottom: 44px;
}

.footer_first {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_col {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.footer_nav {
    display: flex;
    gap: 17.5px;
    text-transform: uppercase;
    align-items: center;
}

.footer_nav a {
    font-family: Manrope;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: -3%;
    position: relative;
}

.footer_nav a:hover::after {
    width: 100%;
}

.footer_nav a:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 1;
    transition: width .2s linear;
}


.footer_logo img {
    display: flex;

}

.footer_logo, .footer_nav, .footer_social {
    flex: .5;
}

.footer_nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.footer_social a {
    aspect-ratio: 1;
    background: rgba(32, 32, 32, 1);
    min-width: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
}
    
.footer_social a img {
    display: flex;
}

.footer_social {
    display: flex
;
    gap: 2.75px;
    align-items: center;
    justify-content: flex-end;
}


.footer_author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}

.footer_second {
    display: flex
;
    align-items: flex-end;
    justify-content: space-between;
}

.author_img {
    border-radius: 1px;
    overflow: hidden;
    max-width: 45px;
}

.author_img img {
    display: flex;
    width: 100%;
}

.author_info {
    font-family: Manrope;
    font-weight: 500;
    font-size: 16px;
    line-height: 16.64px;
    letter-spacing: -5%;
    color: rgba(38, 38, 38, 1);
}

.footer_rights {
    font-family: Manrope;
    font-weight: 500;
    font-size: 16px;
    line-height: 16.64px;
    letter-spacing: -5%;
    color: rgba(38, 38, 38, 1);
    margin-bottom: 5px;
}

.intro_menu {
    display: none;
}

.portfolio_button {
    display: none;
}

.slick-dots {
    display: none!important;
}

.br_footer {
    display: block;
}
.br_footer_on {
    display: none;
}

.burger-menu {
    display: none;
}

a {
    transition: .3s ease;
}

.intro_btn:hover img, .under_services_r button:hover img, .partner_under a:hover img, .contact_links_action a:hover img, .contacts_r button:hover img {
    transform: translate(2px, -2px);
}

a img {
    transition: .3s ease;
}

button img {
    transition: .3s ease;
}

.footer_social a {
    transition: .3s ease;
}

.footer_social a:hover {
    transform: scale(1.05);
}

.our_partner_block img {
    transition: .3s ease;
}

.our_partner_block:hover img {
    transform: scale(1.1);
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(22, 22, 22, 0.5);
    padding: 12px 0px;
    z-index: 999;
    transition: .5s ease;
}

.header_logo img {
    width: 64px;
}

.header_nav {
    display: flex;
    gap: 28px;
}

.header_col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_nav a {
    font-family: Manrope;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: -5%;
    text-transform: uppercase;
    position: relative;
    color: #fff;
}

.header_nav a:hover::after {
    width: 100%;
}

.header_nav a:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 1;
    transition: width .2s linear;
}

ul {
    list-style: none; /* Removes default bullet points */
}


.header_menu {
    display: none;
}

a.adress {
  font-family: Manrope;
font-weight: 800;
font-size: 13px;
line-height: 15.6px;
letter-spacing: -2%;
text-align: center;
  
    
}

@media(max-width: 768px) {
    a.adress br {
        display: none;
        
    }
    .header_logo img {
        height: 45px;
    }
    .intro_header_l {
        display: none;
    }
    .intro_header_r img {
        width: 111px;
    }
    .intro_menu {
        display: flex;
    }
    .intro_header {
        padding-top: 26px;
    }
    .intro_logo img {
        width: 100%;
        padding-right: 30px;
    }
    .intro_col {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding-top: 340px;
        padding-bottom: 49px;
        flex-direction: column;

        position: relative;
    }
    .intro_action {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
    .intro_text br {
        display: none;
    }
    .intro_text {
        font-family: Manrope;
        font-weight: 500;
        font-size: 18.6px;
        line-height: 19.34px;
        letter-spacing: -3%;

        padding-right: 5px;

    }
    .intro_btn {
        margin-top: 17px;
    }
    .intro_btn a {
        height: 40px;
        font-family: Manrope;
        font-weight: 700;
        font-size: 11.64px;
        line-height: 13.96px;
        letter-spacing: -2%;
        text-align: center;

    }
    .intro_btn a img {
        height: 9.45px;
    }
    .intro_r {
        position: absolute;
        bottom: 49px;
    }

    .about_col {
        display: flex
    ;
        justify-content: space-between;
        align-items: stretch;
        flex-direction: column;
    }
    .about_r {
        display: flex
    ;
        gap: 18px;
        flex-direction: column;
    }
    .about {
        padding-bottom: 51px;
    }
    .about_title {
        font-family: Manrope;
        font-weight: 800;
        font-size: 30px;
        line-height: 24.9px;
        letter-spacing: -1.92px;
        margin-bottom: 34px;
    }
    .about_text {
        font-family: Manrope;
        font-weight: 500;
        font-size: 17px;
        line-height: 20.57px;
        letter-spacing: -.3px;

    }
    .about_l {
        position: relative;
    }
    .about_title_under {
        position: absolute;
        right: 0;
        bottom: 31px;
    }
    .about_title_under {
        font-family: Manrope;
        font-weight: 700;
        font-size: 12px;
        line-height: 16.39px;
        letter-spacing: -5%;

    }
    .about_r .about_text:last-child {
        gap: 25px;
        max-width: inherit;
    }
    .about_text {
        max-width: inherit;
    }

    .scroll {
        font-family: Manrope;
        font-weight: 700;
        font-size: 13px;
        line-height: 17.76px;
        letter-spacing: -.6px;

        gap: 6.5px;
    }
    .scroll img {
        height: 20px;
    }   
    .services_title {
        font-family: Manrope;
        font-weight: 800;
        font-size: 30px;
        line-height: 24.9px;
        letter-spacing: -6%;
        text-align: center;
        margin-top: 48px;
        margin-bottom: 37px;
    }
    .services_col {
        display: flex
    ;
        gap: 35px;
        justify-content: space-between;
        margin-bottom: 39px;
        flex-direction: column;
    }
    .services_l {
        width: 100%;
        gap: 18.9px;
    }
    .services_block_title .services_block_title_span {
        font-family: Manrope;
        font-weight: 600;
        font-size: 22px;
        line-height: 20.9px;
        letter-spacing: -6%;
        letter-spacing: -1px;
    }
    .services_block_title {
        padding-bottom: 5px;
    }
    .services_block {
        padding-bottom: 15px;
    }
    .services_decor {
        min-width: 35px;
        min-height: 35px;
    }
    .services_decor span {
        width: 15.5px;
        height: 1.4;
    }
    .services_info ul li {
        font-family: Manrope;
        font-weight: 400;
        font-size: 16px;
        line-height: 17.92px;
        letter-spacing: -.3px;

    }
    .services_r {
        width: 100%;
    }
    .services_r {
        height: 512px;
    }
    .services_r .scroll {
        right: 21px;
        bottom: 18.5px;
    }
    .services_col {
        margin-bottom: 15px;
    }
    .under_services_col {
        padding: 31px 26px 35px 23px;
        background: rgba(22, 22, 22, 1);
        color: rgba(255, 255, 255, 1);
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-direction: column;
        gap: 19px;
    }
    .under_services_r button {
        width: -webkit-fill-available;
    }
    .under_services_l {
        font-family: Manrope;
        font-weight: 500;
        font-size: 16px;
        line-height: 17.92px;
        letter-spacing: -.3px;

    }
    .under_services_l br {
        display: none;
    }
    .under_services_l::before {
        height: 51px;
    }
    .services {
        margin-bottom: 48px;
    }
    .partner {
        padding-top: 48px;
        padding-bottom: 64px;
            background: url(./image/partner/image2.png);
    }
    .partner_title {
        font-family: Manrope;
        font-weight: 800;
        font-size: 30px;
        line-height: 24.9px;
        letter-spacing: -1.8px;
        margin-bottom: 32px;
    }
    .partner_col {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, auto);
        gap: 22px;
    }
    .partner_block_title span {
        font-family: Manrope;
        font-weight: 400;
        font-size: 48.33px;
        line-height: 40.59px;
        letter-spacing: -1px;

    }
    .partner_block_title div {
        font-family: Manrope;
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: -4%;

    }
    .partner_block_info {

    }

    .partner_under {
        display: flex
    ;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 21px;
        flex-direction: column;
        gap: 19px;
    }
    .partner_under a {
        height: 45px;
        padding: 00px 24px;
        border: 1px solid rgba(255, 255, 255, 1);
        display: flex
    ;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        gap: 3px;
        font-family: Manrope;
        font-weight: 700;
        font-size: 14px;
        line-height: 16.8px;
        letter-spacing: -2%;
        text-align: center;

        width: -webkit-fill-available;
    }   
    .partner_under div {
        font-family: Manrope;
        font-weight: 400;
        font-size: 16px;
        line-height: 17.6px;
        letter-spacing: -2%;

    }
    .process_title {
        margin-top: 48px;
        font-family: Manrope;
        font-weight: 800;
        font-size: 30px;
        line-height: 24.9px;
        letter-spacing: -6%;
        text-align: center;
        letter-spacing: -1.8px;
    }
    .process_block img {
        content: url("./image/process/stages2.svg");
    }
    .portfolio {
        margin-top: 48px;
    }
    .portfolio {
        padding-top: 48px;
        padding-bottom: 54px;
    }
    .portfolio_button {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8.3px;
        margin-top: 33px;
    }
    .portfolio_button button:last-child {
        transform: rotate(180deg);
    }
    .portfolio_button button img {
        display: flex;
    }
    .process_under a {
        font-family: Manrope;
        font-weight: 600;
        font-size: 13px;
        line-height: 17.76px;
        letter-spacing: -4%;

    }
    .our_partners {
        margin-top: 48px;
        margin-bottom: 57px;
    }
    .our_partner_title {
        font-family: Manrope;
        font-weight: 800;
        font-size: 30px;
        line-height: 24.9px;
        letter-spacing: -1px;
        text-align: center;
        margin-bottom: 34px;
    }
    .slick-slider {
        aspect-ratio: 1;
    }
   .slick-slide {
        display: flex!important;
        height: auto!important;
    }
        .slick-list {
        aspect-ratio: 1;
    }
    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: flex!important;
        margin-left: auto;
        margin-right: auto;
        align-items: stretch;
        flex-direction: row;
        height: 100%;
        aspect-ratio: 1;
        gap: 10px!important;
        justify-content: center;
    }
    img[src="./assets/image/our_partners/logo2.svg"] {
        width: 70%;
    }
     img[src="./assets/image/our_partners/logo1.svg"] {
            height: 80%;
        }
    .contacts {
        padding-top: 49px;
        padding-bottom: 80px;
    }
    .contacts_title {
        font-family: Manrope;
        font-weight: 800;
        font-size: 30px;
        line-height: 24.9px;
        letter-spacing: -1px;
        text-align: center;
        margin-bottom: 31px;

    }
    .contacts_l {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 22px;
    flex: 1;
    }
    .contacts_col {
        display: flex
    ;
        gap: 56px;
        flex-direction: column;
    }
    .contact_links_action a {
        height: 50px;
        font-family: Manrope;
        font-weight: 800;
        font-size: 15px;
        line-height: 18px;
        letter-spacing: -2%;
        text-align: center;

    }
    .contact_links_action a img {
        width: 22px;
    }
    .contacts_r_info {
        margin: 31px 15px 19px 26px;
    }
    .contacts_r_info {
        font-family: Manrope;
        font-weight: 500;
        font-size: 16px;
        line-height: 17.92px;
        letter-spacing: -1px;

    }
    .contacts_r_info::before {
        height: 51px;
    }
    .contacts_r button {
        margin-left: 26px;
        margin-right: 23px;

        font-family: Manrope;
        font-weight: 800;
        font-size: 15px;
        line-height: 18px;
        letter-spacing: -2%;
        text-align: center;
        
        width: -webkit-fill-available;
        height: 45px;
        margin-bottom: 35px;
    }
    .footer_first {
        display: flex
    ;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        g: center;
        gap: 60px;
    }
    .footer_nav {
        flex: 1;
        display: flex
    ;
        justify-content: center;
        flex-direction: column;
        gap: 24px;
    }
    .author_img {
        border-radius: 1px;
        overflow: hidden;
        max-width: 35px;
        min-width: 35px;
    }
    .author_info {
        font-family: Manrope;
        font-weight: 500;
        font-size: 14px;
        line-height: 14.56px;
        letter-spacing: -.3px;
        min-width: 110px;
    }
    .footer_author {
        gap: 8px;
    }

    .footer_rights {
        font-family: Manrope;
        font-weight: 500;
        font-size: 14px;
        line-height: 14.56px;
        letter-spacing: -1px;
        margin-bottom: 3px;
    }
    .footer_second {
        gap: 28px;
    }
    .br_footer {
        display: none;
    }
    .br_footer_on {
        display: block;
    }

    .burger-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgb(48 48 48 / 90%);
        backdrop-filter: blur(15px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: 0;
        z-index: 99999;
        visibility: hidden;
        transition: opacity 0.3sease-in-out, visibility 0.3sease-in-out;
    }

    /* Стили для фона бургера */
    .burger-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.9);
        backdrop-filter: blur(15px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }

    /* Активный класс */
    .burger-menu.active {
        opacity: 1;
        visibility: visible;
    }

    /* Стили для ссылок */
    .burger-menu nav {
        text-align: center;
        display: flex
;
        flex-direction: column;
        align-items: center;
    }

    .burger-menu nav a {
        display: block;
        margin: 20px 0;
        font-family: Manrope;
        font-weight: 600;
        font-size: 18px;
        line-height: 15px;
        letter-spacing: -5%;
        text-transform: uppercase;
        text-align: center;
        width: fit-content;
        color: white;
        text-decoration: none;
        font-weight: bold;
        transition: color 0.3s;
        position: relative;
    }

    .burger-menu a:hover::after {
        width: 100%;
    }

    .burger-menu a:after {
        content: "";
        width: 0;
        height: 1px;
        background-color: #fff;
        position: absolute;
        bottom: -5px;
        left: 0;
        z-index: 1;
        transition: width .2s linear;
    }


    .close-btn {
        position: absolute;
        top: -5px;
        left: 15px;
        background: none;
        border: none;
        font-size: 50px;
        font-weight: 100;
        color: white;
        cursor: pointer;
        transition: transform 0.2s;
    }

    .close-btn:hover {
        transform: scale(1.2);
    }

    .header_nav {
        display: none;
    }
    .header_menu {
        display: flex;
}

    .intro_r a  {

    }
    .contacts_r_info {
        letter-spacing: -.3px;
    }
    .footer_social a {
        min-width: 40px;
    }












}

@media(max-width: 389px) {
.under_services_l::before {
        height: 66px;
    }

}

@media(max-width: 381px) {
.contacts_r_info::before {
        height: 66px;
    }
}



.project_portfolio_col {
    display: flex;
    gap: 7px;
}

.project_portfolio_l, .project_portfolio_r {
    display: flex;
    flex-direction: column;
    gap: 7px;
    flex: 1;
}

.block_project_portfolio {
    width: -webkit-fill-available;
    display: flex;
    flex-direction: column;
}

.block_project_portfolio_up {
    padding: 15px 26px;
    padding-right: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FAFAFA;

    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 112.00000000000001%;
    letter-spacing: -6%;
    color: #000000;
    cursor: pointer;

    user-select: none;
    caret-color: transparent;
    gap: 20px;
}


.block_project_portfolio_down {
    max-height: 0;
    overflow: hidden;
    margin-top: 0px;
    transition: max-height 0.5s ease-out, margin .5s;

}

.block_project_portfolio_up.active + .block_project_portfolio_down {
    max-height: 700px;
    margin-top: 7px;
}

.block_project_portfolio_up svg {
    transition: .3s ease;
}

.block_project_portfolio_up.active svg {
    transform: rotate(180deg);
}


.block_project_portfolio_down a {
    padding: 5px 39px;
    padding-right: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FAFAFA;
    
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 281%;
    letter-spacing: -3%;
    color: #000000;
    transition: .2s ease;

    line-height: 150%;
    padding: 17px 30px;
    padding-right: 15px;
}

.block_project_portfolio_down a:hover {
    background: #D9D9D9;
}

@media(max-width: 768px) {
    .project_portfolio_col {
        display: flex
    ;
        gap: 7px;
        flex-direction: column;
    }  
    .block_project_portfolio_up {
        font-size: 21px;
    }
    .block_project_portfolio_down a {
        padding-left: 20px;
        font-size: 16px;
        line-height: 150%;
        padding: 17px 30px;
        padding-right: 15px;
    }
}





.block_project_portfolio_up.active .services_decor span:last-child {
    transform: rotate(0deg);
}

.block_project_portfolio_up {
    padding-right: 20px;
}


.project_portfolio_col {
    display: flex;
    gap: 9px;
}

















