* {
    box-sizing: border-box;

}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
}

.fs {
    position: relative;
    height: 700px;
    overflow: visible;
    background-color: #22242B;
}

header {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    font-family: "Google Sans", sans-serif;
    position: relative; 
}

.info {
    display: flex;
    align-items: center;
}

.info a {
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    margin-right: 40px;
    font-size: 15px;
    transition: opacity 0.3s ease;
}

.info a:hover {
    opacity: 0.55;
}

.info a:last-child {
    margin-right: 0;
}

.info a:first-child {
    position: absolute;
    left: 40px;
    margin-right: 0;
}

.logo {
    margin-top: 20px;
    display: block;
    height: 60px;
    width: auto;
}

.nk {
    position: absolute;

    left: 260px;
    top: 160px;

    margin: 0;

    color: #ffffff;

    font-family: "Poiret One", sans-serif;
    font-size: 50px;
    line-height: 1;

    font-weight: 400;
}

.company-slider {

    position: absolute;

    width: 590px;
    height: 380px;

    right: 125px;
    top: 415px;

    background: #f1f0eb;

    color: #22242B;

    overflow: hidden;

    z-index: 10;
}

.slide {

    position: absolute;

    inset: 0;

    padding: 42px 48px 55px 48px;

    opacity: 0;
    visibility: hidden;

    transform: translateX(45px);

    transition:
        opacity 0.8s ease,
        transform 0.8s cubic-bezier(.22, 1, .36, 1);

}
.slide.active {

    opacity: 1;
    visibility: visible;

    transform: translateX(0);

}

.slide-number {

    position: absolute;

    top: 42px;
    right: 48px;

    font-family: "Onest", sans-serif;

    font-size: 12px;

    letter-spacing: 2px;

    color: #777873;
}

.slide h2 {

    margin: 0;

    max-width: 420px;

    font-family: "Onest", sans-serif;

    font-size: 32px;
    line-height: 1.05;

    font-weight: 500;

    letter-spacing: -1px;
}


.slide h3 {

    margin: 20px 0 10px;

    font-family: "Onest", sans-serif;

    font-size: 18px;

    line-height: 1.2;

    font-weight: 600;
}

.slide-line {

    width: 42px;
    height: 2px;

    background: #22242B;

    margin: 22px 0 20px;
}

.slide p {

    max-width: 450px;

    margin: 10px 0;

    font-family: "Onest", sans-serif;

    font-size: 14px;

    line-height: 1.5;

    color: #55565a;
}


.slide strong {
    color: #22242B;
    font-weight: 650;
}


.accent-text {
    color: #22242B !important;
    font-weight: 600;
}

.numbers {

    display: flex;

    gap: 35px;

    margin-top: 25px;
}

.numbers div {

    display: flex;
    flex-direction: column;

    gap: 5px;
}

.numbers strong {

    font-family: "Onest", sans-serif;

    font-size: 42px;

    font-weight: 500;

    line-height: 1;
}

.numbers span {

    font-family: "Onest", sans-serif;

    font-size: 12px;

    line-height: 1.3;

    color: #66676a;
}


.slide ul {

    margin: 12px 0 0;
    padding-left: 18px;

    font-family: "Onest", sans-serif;

    font-size: 13px;

    line-height: 1.65;

    color: #55565a;
}

.competencies {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 13px 25px;

    margin-top: 5px;
}

.competencies div {

    display: flex;

    flex-direction: column;

    gap: 4px;
}

.competencies strong {

    font-family: "Onest", sans-serif;

    font-size: 11px;

    letter-spacing: 0.5px;
}

.competencies span {

    font-family: "Onest", sans-serif;

    font-size: 10px;

    line-height: 1.35;

    color: #66676a;
}


.director-name {

    font-size: 20px !important;

    color: #22242B !important;

    font-weight: 600;
}


.philosophy {

    font-size: 13px !important;

    line-height: 1.65 !important;

    color: #22242B !important;

    font-weight: 500;
}


.trust-list {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 14px 25px;

    margin-top: 5px;
}

.trust-list div {

    display: flex;
    flex-direction: column;

    gap: 3px;
}

.trust-list strong {

    font-family: "Onest", sans-serif;

    font-size: 11px;
}

.trust-list span {

    font-family: "Onest", sans-serif;

    font-size: 10px;

    line-height: 1.35;

    color: #66676a;
}


.slider-footer {

    position: absolute;

    bottom: 22px;
    left: 48px;
    right: 48px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    z-index: 20;
}


.slider-progress {

    width: 360px;

    height: 2px;

    background: #d2d0ca;

    overflow: hidden;
}


.slider-progress-bar {

    width: 0%;

    height: 100%;

    background: #22242B;

}


.slider-counter {

    display: flex;

    gap: 6px;

    font-family: "Onest", sans-serif;

    font-size: 11px;

    color: #777873;
}


.bottom-text {

    margin-top: 25px !important;

    font-size: 16px !important;

    line-height: 1.4 !important;
}


.value-word {

    margin-top: 25px;

    font-family: "Onest", sans-serif;

    font-size: 24px;

    font-weight: 500;

    letter-spacing: 1px;
}

.os{
    position: relative;
    height: 300px;
    overflow: visible;
    background-color: #22242B;
}



.oboh{
    position: relative;
    margin-top: 50px;
}

.ob{
    position: absolute;
    height: 700px;
}

.obf{
    top: 0;
    left: 0;
    z-index: 1;
    margin-left: 100px;
    padding-top: 10px;
}

.obs{
    top: 50px;
    left: 50px;
    z-index: 2;
    margin-left: 700px;
    margin-top: 400px;
}

.obt{
    top: 100px;
    left: 100px;
    z-index: 3; 
    margin-top: 800px; 
    background-color: #22242B;
}

