

.big__hero__bnnr{
    position: relative;
    height: 100vh;
    width: 100%;
}
.big__hero__bnnr img{
    line-height: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.inner__big__hero{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
}

.big__hero__title {
    color: #BE9171 ;
    font-size: 4.5rem;
    margin-bottom: 1rem;
}

.big__hero__subtitle {
    font-size: 1.5rem;
    color: #FFFFFB;
}

.inner__history{
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.title__history{
    font-size: 5rem;
    font-weight: 400;
    color: #FFFFFf;
    margin-bottom: 1rem;
}

.slider__history__item p{
    color: #aaa;
    font-size: 1.25rem;
}

.wrap__history .bx-controls{
    position: relative;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.wrap__history .bx-controls .bx-controls-direction{
    position: relative;
    z-index: 1;
}
.wrap__history .bx-controls .bx-prev{
    display: none;
}
.wrap__history .bx-controls .bx-next{
    width: 200px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #131313;
    background-image: url('../img/icons/next__arrow.svg') !important;
    background-repeat: no-repeat ;
    background-size: 40px !important;
    background-position: center center !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.wrap__history .bx-wrapper .bx-pager{
    color: #fff;
    position: relative;
    z-index: 2;
    bottom: auto;
    width: auto;
    font-size: 4rem;
    height: 100%;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    padding-right: 1rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.wrap__history .bx-wrapper .bx-pager::first-letter {
    color: #BE9171;
}


.block__experience{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.inner__experience{
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.tabs__slider__experience ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.tabs__slider__experience ul li {
    width: 32%;
    min-width: 32%;
    border-top: 1px solid #E3BFA5;
    padding-top: 0.5rem;
    cursor: pointer;
}

.tabs__slider__experience ul li p{
    font-size: 1.25rem;
    color: #6E757B;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.tabs__slider__experience ul li span{
    color: #6E757B;
    font-size: 1rem;
    font-weight: 400;
}
.tabs__slider__experience ul li.trigger__slide__active p,
.tabs__slider__experience ul li.trigger__slide__active span{
    color: #E3BFA5;
}
.header__experience{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.header__experience__title {
    font-size: 4.5rem;
    font-weight: 400;
    color: #BE9171;
    width: 100%;
    line-height: 1.35em;
}
.header__experience__sub{
    font-size: 1.25rem;
    font-weight: 400;
    color: #fff;
    max-width: 600px;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .title__history{
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    .wrap__history .bx-wrapper img{
        height: 240px;
        width: 100%;
        margin-bottom: 120px;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .slider__history__item p:first-of-type {
        margin-top: 2rem;
    }
    .wrap__history .bx-controls{
        position: absolute;
        top: 210px;
        width: 170px;
        left: 0;
        right: 0;
        height: 100px;
    }
    .wrap__history .bx-controls .bx-next{
        width: 100px;
        height: 100px;
        top: 0;
        margin-top: 0;
    }
    .wrap__history .bx-wrapper .bx-pager{
        font-size: 2rem;
    }
    .inner__history{
        padding-bottom: 2rem;
    }


    .header__experience{
        padding-left: 2rem;
        padding-right: 2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    

    .tabs__slider__experience{
        width: 100%;
        overflow: auto;
        padding-left: 2rem;
    }
    .inner__experience{
        overflow: hidden;
    }
    .tabs__slider__experience ul {
        width: 800px;
    }
    .header__experience__title{
        font-size: 1.5rem;
    }
    .header__experience__sub{
        font-size: 0.875rem;
    }
}