



body {
    font-family: PP Neue Machina;
}

section {
     /* секция на весь экран */
    display: flex;
    justify-content: center; /* по центру по горизонтали */
    position: relative;
}


.sokk-logo {
    position: absolute;
    left: 3rem;
    width: auto;
    height: 10rem;
    z-index: 111;
    top: 2rem;
}

.sokk-text {
    z-index: 111;
    width: 60%;

}

.sokk-desc {
    font-size: small;
}

.vector-1 {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.nav-menu {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.nav-menu a {
    z-index: 111;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: black !important;
}
.nav-link{
    padding: .5rem 3rem;
    font-size: revert;
}

.btn-primary {
    background-color: black;
    color: white;
    border-radius: 20px;
    padding-left: 4rem;
    padding-right: 4rem;
}
.btn-secondary{
    background-color: #C0FA00;
    color: black;
    border: none;
    border-radius: 20px;
    padding-left: 4rem;
    padding-right: 4rem;
}

.who-we-are {
    font-family: Neutral Face;
    font-weight: 400;
    font-style: Regular;
    font-size: 72px;
    leading-trim: NONE;
    line-height: 171.8px;
    letter-spacing: 3%;
    text-align: center;
    vertical-align: middle;
    padding-top: 3rem;
    z-index: 111;
}



.who-we-are-items {
    width: 60%;
    z-index: 111;
}

.shape1{
    position: absolute;
    width: 100px;
    left: 8%;
    top: 7%;
    z-index: 0;
}
.shape2{
    position: absolute;
    width: 102px;
    right: 10%;
    top: 20%;
    z-index: 0;
}
.rect1{
    position: absolute;
    width: 30px;
    left: 8%;
    bottom: 30%;
    z-index: 0;
}
.rect2{
    position: absolute;
    width: 30px;
    right: 3%;
    bottom: 25%;
    z-index: 0;
}
.rect3{
    position: absolute;
    width: 135px;
    left: 13%;
    bottom: 7%;
    z-index: 0;
}
.letter{
    position: absolute;
    width: 350px;
    right: 0;
    bottom: -10%;
    z-index: 0;
}
.bug{
    position: absolute;
    width: 150px;
    right: 7rem;
    bottom: 0;
    z-index: 0;
}
.bug-text{
    position: absolute;
    width: 184px;
    right: 5rem;
    bottom: 6rem;
    z-index: 0;
}
.nose-2{
    width: 70%;
    margin-top: -7rem;
}

.letter2{
    position: absolute;
    width: 350px;
    left: 0;
    top: 1rem;
    z-index: 0;
}

.goose{
    position: absolute;
    width: 101px;
    left: 7rem;
    top: 12rem;
    z-index: 0;
}

.goose-text{
    position: absolute;
    width: 11rem;
    left: 5rem;
    top: 8rem;
    z-index: 0;
}

.tiks{
    position: absolute;
    width: 40rem;
    left: 15%;
    top: 3rem;
    z-index: 0;
}
.clicks{
    position: absolute;
    width: 11rem;

    z-index: 2;
}
.talk{
    height: 3rem;


}
.accordion-header .col,
.accordion-header .col-2,
.accordion-header .col-6,
.accordion-header .col-4,
.accordion-header .col-1,
.accordion-header .col-3,
.accordion-header .col-lg-1,
.accordion-header .col-lg-2,
.accordion-header .col-lg-3,
.accordion-header .col-lg-4,
.accordion-header .col-lg-5,
.accordion-header .col-lg-6,
.accordion-header .col-lg-7,
.accordion-header .col-lg-8,
.accordion-header .col-lg-9,
.accordion-header .col-5{
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
}

.case-image{
    height: 15rem;
    background-color: #3D3D3D;
    border-radius: 20px;

}