.hero__video {
    position: relative;
    width: 100%;
    height: 100vh;
}

.background__video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.page-hero {
    position: relative;
    overflow: hidden;
}

.background__video__content {
    position: relative;
    z-index: 1;
}

video[poster] {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.cookies__legend {
    position: fixed;
    bottom: 1rem;
    right: 0;
    left: 0;
    border: 1px solid #fff;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(1, 4, 8, 0.4);
}

.inner__cookies__legend {
    padding: 1rem;
}

.cookies__legend p {
    color: #fff;
}

.cookies__legend p b {
    font-size: 1.25rem;
}

.cookies__disclaimer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cookies__disclaimer p {
    margin-bottom: 0;
}

.slider__models {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #353A3F;
}

.cards__sections__normal,
.cards__sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.block__cardsections,
.slider__cardsections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.card__section {
    position: relative;
}

.cards__sections__normal .card__section,
.cards__sections .card__section {
    width: 33.3333333%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

}

.card__section .card__section__image {
    position: relative;
    line-height: 0;
    width: 100%;
}

.card__section .card__section__title {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    color: #fff;
    padding-left: 1rem;
    padding-right: 2rem;
    font-weight: 400;
}

.card__section__info {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 3rem 2rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card__section__info.gold__back {
    background-color: #BE9171;
}

.card__section__info.black__back {
    background-color: #010408;
}

.card__section__info.gray__back {
    background-color: #6E757B;
}

.card__section__info.blue__back {
    background-color: #297A82;
}

.card__section__info b {
    font-size: 2.75rem;
    font-weight: 400;
    margin-bottom: 6rem;
    text-transform: uppercase;
}

.card__section__info p {
    font-size: 1.5rem;
}

.card__section:hover .card__section__info {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;

}

.card__section .card__section__link{
    width: 100%;
}




/* cards vertical info */
.card__vertical p {
    color: #fff;
    margin-top: 1rem;
    font-family: 'calibriregular', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
}

.block__news {
    width: 100%;
}
.inner__block__news{
    overflow-y: hidden;
}

.block__news__info {
    padding-top: 4rem;
    padding-left: 6rem;
    padding-right: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block__news__title {
    color: #BE9171;
    font-family: 'calibriregular', sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    max-width: 300px;
}

.block__news__info img {
    margin-bottom: 2rem;
    max-width: 370px;
}

.block__news__slider {
    background-color: #444444;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-right: 6rem;
    padding-left: 0;
}

.block__news__slider .slider__news__item {
    color: #fff;
}

.block__news.gold__block {
    background-color: #BE9171;
}

.block__news.gold__block .block__news__slider {
    background-color: #353A3F;
}

.block__news.gold__block .block__news__title {
    color: #131313;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background-color: #BE9171;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #fff;
    border-radius: 2px;
}

.slider__news__date {
    font-family: 'calibriregular', sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
}

.slider__news__title {
    font-family: 'calibribold', sans-serif;
    font-size: 1.5rem;
}

.slider__news__abstract {
    font-family: 'calibriregular', sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
}

.block__title__white {
    padding: 2rem;
    background-color: #fff;
}

.block__title__gold {
    padding: 2rem;
    background-color: #BE9171;
}

.block__title__gold .title__section,
.block__title__white .title__section {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    color: #fff;
    font-size: 5rem;
}
.block__title__white .title__section  {
    color: #BE9171;
}




/* results search */
.results__search__item {
    text-decoration: none;
    margin-bottom: 4rem;
    display: inline-block;
    width: 100%;
}

.card__results__search span {
    color: #BE9171;
}

.card__results__search h4 {
    color: #fff;
    font-weight: 600;
    font-family: 'calibribold', sans-serif;
    font-size: 2rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #BF906C;
}

.card__results__search p {
    color: #9B9A9A;
    font-size: 1.25rem;
    font-family: 'calibriregular', sans-serif;
    font-weight: 400;
}

.search__result__list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.search__result__title {
    margin-bottom: 2rem;
}

.search__result__title .title__result {
    font-size: 1.5rem;
    color: #FFBD90;
    margin-bottom: 0.5rem;
}

.search__result__title .show__legend {
    font-size: 1.125rem;
    color: #FAFAFA;
    font-weight: 400;
}

.search__result__title .show__legend b {
    font-weight: 400;
    color: #FFBD90;
}

/* .pagination */
.wrap__pagination .page-item {
    margin-right: 0.5rem;
    margin-bottom: 1rem;
}

.page-item.active>.page-link,
.page-item .page-link.active {
    background-color: #BE9171;
    border-color: #BE9171;
    color: #fff;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 0;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-item .page-link {
    color: #13161B;
    text-decoration: none;
}

.cards__sections__title {
    font-weight: 400;
    font-size: 4.5rem;
    color: #BE9171;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.cards__sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cards__sections__normal .card__section .card__section__info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}


.block__cta__block {
    width: 100%;
    position: relative;
    padding-left: 4rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.action__cta {
    position: relative;
    z-index: 1;
    width: calc(100% - 2rem);
    margin-left: -4rem;
    padding: 4rem;
    margin-top: -6rem;
    background-color: #131313;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.action__cta__gold {
    background-color: #BE9171;
}
.action__cta__gold .cta__block__title b {
    color: #010408;
}

.cta__block__title {
    font-size: 3.75rem;
    font-weight: 600;
    color: #fff;
}

.cta__block__title b {
    color: #E3B27D;
}

.cta__block__subtitle {
    font-size: 2rem;
    font-weight: 400;
    color: #FFFFFB;
}

.action__cta__left {
    max-width: 700px;
}

.action__cta__link {
    width: 200px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #010408;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap__attributes__specials {
    background-color: #fff;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.inner__attributes__specials {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
}

.attributes__specials__title {
    font-size: 5rem;
    color: #BE9171;
    margin-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.slider__attributes__specials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.attributes__special__card {
    width: 32%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #010408;
}

.special__card__link {
    text-decoration: none;
}

.special__card__image {
    position: relative;
}

.swiper__interior__overlay .btn__site {
    display: none;
}

.special__card__image .special__card__title {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    font-size: 3.5;
    color: #fff;
}

.special__card__info {
    padding: 1.5rem 1rem;
    text-decoration: none;
    color: #fff;
}

.special__card__info ul {
    padding-left: 0;
    margin-bottom: 0;
    padding-left: 2rem;
}

.special__card__info ul li {
    line-height: 1.5em;
}


.head__hero__video{
    height: 420px;
    width: 100%;
}

.heropanel__video{
    height: 100%;
    position: relative;
}
.heropanel__video:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.heropanel__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    padding-top: 6rem;
    padding-bottom: 6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.heropanel__video__title {
    font-size: 4rem;
    font-weight: 400;
    color: #BE9171;
}
.heropanel__video__sub{
    color: #fff;
    font-size: 1.5rem;
}
.block__notfound{
    margin-top: 77px;
    width: 100%;
    height: calc(100vh - 77px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2rem;
    background-image: url('../img/backs/back__notfound.jpg');
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.title__notfound {
    font-size: 20rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 4rem;
}
.subtitle__notfound{
    color: #fff;
    font-weight: 400;
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
}
.subtitle__notfound a {
    text-decoration: underline;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .block__news__info {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 4rem;
    }

    .block__news,
    .cards__sections {
        overflow: hidden;
    }

    .cards__sections .card__section {
        margin-left: -50px;
    }

    .card__section__link {
        margin-left: 50px;
        position: relative;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .card__section__info {
        position: relative;
        right: auto;
        top: auto;
        left: auto;
        bottom: auto;
        opacity: 1;
        height: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        visibility: visible;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .card__section__info b {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .card__section__info p {
        font-size: 1.125rem;
    }

    .card__section .card__section__title {
        display: none;
    }


    .block__news__slider {
        padding-right: 0;
        padding-left: 1rem;
    }

    .slider__news__item {
        margin-left: -60px;
    }

    .slider__news__item>.row {
        margin-left: 60px;
    }

    .block__cardsections {
        padding: 0 2rem 4rem;
        background-color: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .block__cardsections .card__section {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .block__cardsections .card__section__link {
        margin-left: 0;
    }

    .block__title__white .title__section {
        text-transform: none;
        font-size: 2.5rem;
        margin-bottom: 0;
    }

    .block__news__info img {
        max-width: 200px;
    }

    .card__results__search {
        padding-top: 1rem;
    }

    .results__search__item {
        margin-bottom: 2rem;
        display: inline-block;
        width: 100%;
    }

    .card__results__search h4 {
        font-size: 1.25rem;
        border: none;
        padding-bottom: 0;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .card__results__search .btn__site {
        width: 100%;
    }


    .cards__sections__title {
        font-size: 2.5rem;
    }

    .block__title__gold .title__section {
        font-size: 2rem;
    }

    .block__cta__block {
        padding-left: 2rem;
        padding-bottom: 2rem;
        padding-top: 2rem;
    }

    .action__cta__left {
        width: 100%;
    }

    .action__cta {
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-left: 2rem;
        margin-left: -2rem;
        padding-right: 2.5rem;
    }

    .action__cta__link {
        width: 100px;
        height: 100px;
        min-width: 100px;
        min-height: 100px;
        position: absolute;
        top: 2rem;
        right: 0;
        -webkit-transform: translateX(4rem);
        -ms-transform: translateX(4rem);
        transform: translateX(4rem);
    }

    .cta__block__title {
        font-size: 1.125rem;
    }

    .cta__block__subtitle {
        font-size: 0.875rem;
    }

    .block__news.gold__block .block__news__slider {
        background-color: #010408;
    }

    .special__card__link {
        margin-left: 50px;
        position: relative;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .attributes__special__card {
        width: 33.3333333%;
        margin-left: -50px;
        background-color: #fff;
    }

    .special__card__info {
        background-color: #4B5156;
    }

    .inner__attributes__specials {
        overflow: hidden;
    }

    .inner__attributes__specials {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 4rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .slider__attributes__specials {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .special__card__image img {
        width: 100%;
    }

    .inner__attributes__specials {
        padding-top: 0;
    }

    .wrap__attributes__specials .bx-wrapper .bx-pager.bx-default-pager a {
        background-color: #BE9171;
    }

    .wrap__attributes__specials .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .wrap__attributes__specials .bx-wrapper .bx-pager.bx-default-pager a.active,
    .wrap__attributes__specials .bx-wrapper .bx-pager.bx-default-pager a:focus {
        background-color: #010408;
    }

    .wrap__grid__gallery {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .swiper__interior__overlay .btn__site {
        display: inline-block;
    }

    .heropanel__content{
        padding-left: 2rem;
        padding-right: 2rem;
        text-align: center;
    }
    .heropanel__video__title{
        font-size: 1.5rem;
    }
    .heropanel__video__sub{
        font-size: 1.125rem;
    }

    .title__notfound {
        font-size: 10rem;
    }
    .subtitle__notfound{
        font-size: 1.25rem;
    }


    .cookies__legend{
        bottom: 0;
    }

    .cookies__legend p{
        margin-bottom: 0.5rem;
        line-height: 1.3em;
    }
    .inner__cookies__legend{
        padding-left: 0.5em;
        padding-right: 0.5rem;
    }
}