.aboutpage {
    border-bottom: 1px solid #C6C6C6;
}

.about__header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/sites/default/files/shared_contents/furniture/en/about/img/header-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    margin-top: -87px;
    height: 704px;
}

.about__header .container {
    height: 100%;
    position: relative;
}

.about__header_inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 432px;
    margin: 0 auto;
    text-align: center;
}

.about__header_title {
    font-family: 'Futura';
    font-weight: 700;
    font-size: 38px;
    line-height: 44px;
    letter-spacing: 0.048em;
    color: #FFFFFF;
    margin-bottom: 124px;
}

.about__header_scroll_down {
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    color: #fff;
    text-decoration: none;
}

.about__header_scroll_down__icon {
    margin-bottom: 8px;
}

.about__header_scroll_down__icon img {
    width: 22px;
    height: auto;
}

.about__continually_creative {
    background: #343434;
}

.about__continually_creative_inner {
    padding: 72px 0 0;
    position: relative;
}

.about__continually_creative__title {
    font-weight: 700;
    font-size: 52px;
    line-height: 57px;
    color: #FFFFFF;
    width: calc(100% - 700px);
    padding-right: 190px;
    float: left;
}

.about__continually_creative__content {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #FFFFFF;
    width: 510px;
    float: left;
    padding-bottom: 54px;
}

.about__continually_creative__description:not(:last-child) {
    margin-bottom: 20px;
}

.about__continually_creative__description--no-space {
    margin-bottom: 0 !important;
}

.about__continually_creative__description--bold {
    font-weight: 700;
}

.about__forest_of_possibilities_inner {
    padding: 64px 0 0;
    display: table;
}

.about__forest_of_possibilities__header {
    width: 352px;
    margin-right: 30px;
    float: left;
}

.about__forest_of_possibilities__title {
    font-weight: 700;
    font-size: 52px;
    line-height: 57px;
    color: #343434;
    margin-bottom: 21px;
}

.about__forest_of_possibilities__subtitle {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #343434;
}

.about__forest_of_possibilities__content {
    width: calc(100% - 383px);
    float: left;
    padding-bottom: 64px;
    display: table;
}

.about__forest_of_possibilities__tabmenu {
    width: 200px;
    float: left;
    position: relative;
}

.about__forest_of_possibilities__tabmenu::after {
    content: '';
    background-color: #000;
    width: 1px;
    height: calc(100% - 20px);
    position: absolute;
    right: 0;
    bottom: 0;
}

.about__forest_of_possibilities__tabmenu_item {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    display: table;
    margin: 40px 0;
    color: #000;
    float: left;
    position: relative;
    text-decoration: none;
}

.about__forest_of_possibilities__tabmenu_item::after {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #C6C6C6;
    position: absolute;
    right: -7px;
    top: 20px;
    z-index: 50;
}

.about__forest_of_possibilities__tabmenu_item:first-child  {
    margin-top: 0;
}

.about__forest_of_possibilities__tabmenu_item span {
    width: calc(100% - 72px);
    display: table-cell;
    vertical-align: middle;
    padding-right: 24px;
}

.about__forest_of_possibilities__tabmenu_item.active {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #20346B;
}

.about__forest_of_possibilities__tabmenu_item.active::after {
    background: #20346B;
}

.about__forest_of_possibilities__tabmenu_item img {
    width: 72px;
    height: auto;
    margin-right: 8px;
}

.about__forest_of_possibilities__tabcontent {
    width: calc(100% - 248px);
    float: left;
    margin-left: 48px;
}

.about__forest_of_possibilities__tabcontent_pane {
    display: none;
}

.about__forest_of_possibilities__tabcontent_pane--show {
    display: block;
}

.about__forest_of_possibilities__tabcontent_title {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #343434;
}

.about__forest_of_possibilities__tabcontent_inner {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #343434;
    margin-right: 27px;
}

.about__forest_of_possibilities__tabcontent_description:not(:last-child) {
    margin-bottom: 24px;
}

.about__forest_of_possibilities__footer {
    background: rgba(198, 198, 198, 0.2);
    margin-top: 28px;
    padding: 24px 12px;
}

.about__forest_of_possibilities__footer_text {
    color: #343434;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
}

.about__forest_of_possibilities__footer_text:not(:last-child) {
    margin-bottom: 20px;
}

.about__forest_of_possibilities__footer_link {
    color: #343434;
    text-decoration: underline;
}

.about__forest_of_possibilities__footer_link--bold {
    font-weight: 700;
}

.about__forest_of_possibilities__footer_link--blue {
    color: #20346B;
}

/** Tablet (Potrait) **/
@media only screen and (max-width: 1024px) {
    .about__forest_of_possibilities__header {
        width: 100%;
        float: none;
        margin-bottom: 50px;
    }
    
    .about__forest_of_possibilities__content {
        width: 100%;
        float: none;
    }

    .about__header {
        height: 800px;
        min-height: 800px;
        margin-top: 0;
    }

    .about__continually_creative__title {
        width: 100%;
        float: none;
        padding-right: 0;
        margin-bottom: 50px;
        font-size: 40px;
    }
    
    .about__continually_creative__content {
        width: 100%;
        float: none;
    }

    .about__continually_creative__title {
        font-size: 48px;
    }

    .about__forest_of_possibilities__title {
        font-size: 48px;
    }
}

/** Smartphone **/
@media only screen and (max-width: 767px) {
    .about__forest_of_possibilities__tabmenu {
        width: 100%;
    }

    .about__forest_of_possibilities__tabmenu {
        width: 100%;
    }

    .about__forest_of_possibilities__tabcontent {
        width: 100%;
        margin-left: 0;
    }
}