/* General */
body * {
    box-sizing: border-box;
}
.main {
    background: black;
}
img {
    width: 100%;
    display: block;
}
.slick-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 10;
    font-size: 0;
    line-height: 0;
    background: #fff3 url("../img/slick-arrow.svg") no-repeat center;
}
.slick-arrow:hover {
    background: #fff5 url("../img/slick-arrow.svg") no-repeat center;
}
.slick-prev {
    left: 40px;
}
.slick-next {
    right: 40px;
    transform: rotate(180deg);
}
.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: static;
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 1;
    list-style: initial;
}
.aurus_main .maxwidth-theme{
    max-width: 100vw;
    padding: 0;
}
.aurus_main .maxwidth-theme .owl-carousel .owl-item img {
  width: 100%;
}
.aurus_main .bp-header-h2{
    color: #fff;
}
.aurus_main .bp-block__item-name{
    color: #fff;
}
.aurus_main .categories-list__item-name{
    color: #fff;
}
.aurus_main .js-bp-block-slider .bp-block__item{
    width: 100%;
}
.aurus_main .owl-dots{
    display: flex;
    margin-top: 10px;
    justify-content: center;
    gap: 10px;
}
.aurus_main .owl-dots .owl-dot.active{
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}
.aurus_main .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    background: #fff2;
    border-radius: 50%;
}
.aurus_main .hero__left{
    color: #fff;
}
.aurus_main .hero__block .hero__title{
    color: #fff;
}
.aurus_main .bp-banner__description{
    color: #fff;
}
.aurus_main .third-story-block__info{
    color: #fff;
}
.wraps .aurus_main{
    padding-bottom: 0px!important;
}
.slick-dots li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff2;
    height: 6px;
    width: 6px;
    border-radius: 100%;
}
.slick-dots li.slick-active {
    background-color: #fff;
}
.slick-dots li button {
    width: 100%;
    height: 100%;
    border: 0 !important;
    padding: 0 !important;
    background: transparent;
    cursor: pointer;
    font-size: 0;
}
.wrapper {
    max-width: 1480px;
    width: 100%;
    text-align: left;
    margin: 0 auto;
}
.bp-header-h2 {
    font-size: 72px;
    letter-spacing: .1em;
    line-height: initial;
    text-align: center;
    text-transform: uppercase;
    font-family: "Forum", Verdana, Arial;
    margin-top: 0;
    font-weight: normal;
    margin-bottom: 35px;
}
.wrapper {
    padding: 0 20px;
}
@media (max-width: 767px) {
    .bp-header-h2 {
        font-size: 32px;
    }
}
/* /General */
/* Hero */
.hero {
}
.hero__item {
    display: block;
    height: 712px;
    overflow: hidden;
    position: relative;
}
.hero__item:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 110px;
    left: 0;
    right: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0000+0,000000+100&amp;0+0,1+100;Neutral+Density */
    background: linear-gradient(to bottom,  #0000 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 1;
}
.hero__item:after {
    display: block;
    width: 170px;
    height: 101px;
    content: '';
    background: url(../images/icons/logo_aorus.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: calc(50% - 85px);
    top: 29px;
    z-index: 2;
}
.hero__img {
    transition: 1s;
}
.hero__item_animate-hover:hover .hero__img {
    transform: scale(1.05);
}
.hero__block {
    width: 100%;
    position: absolute;
    bottom: 40px;
    z-index: 2;
}
.hero__block .wrapper {
    display: flex;
    align-items: flex-end;
    gap: 30px;
}
.hero__title {
    flex-basis: 50%;
    flex-grow: 1;
}
.hero__subtitle {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 26px;
    text-transform: none;
    margin-bottom: 16px;
    font-family:  Verdana, Arial;
}
.hero__text {
    font-size: 15px;
    line-height: 22px;
    max-width: 415px;
    font-family:  Verdana, Arial;
}
.hero__title {
    font-size: 70px;
    letter-spacing: .1em;
    line-height: 84px;
    text-align: right;
    text-transform: uppercase;
    font-family: "Forum", Verdana, Arial;
}
@media (max-width: 1025px) {
    .hero__item {
        height: initial;
    }
    .hero__title {
        font-size: 33px;
        line-height: 50px;
    }
}
/* @media (min-width: 720px) and (max-width: 1025px){
    .hero__title {
        width: calc(47% - 15px);
    }
} */
@media (max-width:767px) {
    .hero__item:before {
        display: none;
    }
    .hero .slick-arrow {
        top: 80px;
    }
    .hero__item:after {
        display: block;
        width: 60px;
        height: 40px;
        top: 20px;
        left: calc(50% - 30px);
    }
    .hero__block {
        position: static;
        padding-top: 40px;
    }
    .hero__block .wrapper {
        flex-wrap: wrap;
    }
    .hero__left {
        width: 100%;
        order: 2;
    }
    .hero__title {
        width: 100%;
        order: 1;
        text-align: left;
    }
}
/* /Hero */
/* Category List */
.category-list {
    margin-top: 106px;
}
.category-list .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 72px;
}
.category-list__item {
    width: 230px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    text-decoration: none;
}
.category-list__item:hover .category-list__img {
    bottom: 10px;
}
.category-list__img {
    max-width: 184px;
    max-height: 174px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    transition: .3s;
    bottom: 0;
}
.category-list__name {
    width: 100%;
    display: block;
    text-align: center;
    font-family: Verdana, Arial;
    font-size: 23px;
    line-height: 29px;
    margin-top: 37px;
    text-align: center;
    color: #fff;
}
.category-list__item:hover .category-list__name{
    color: #b78764;
}
@media (max-width: 767px) {
    .category-list {
        margin-top: 20px;
    }
    .category-list .wrapper {
        gap: 20px;
    }
    .category-list__item {
        width: 100%;
    }
}
/* /Category List */
/* bp-banner */
.bp-banner {
    margin-top: 150px;
}
.bp-banner .bp-header-h2 {
    font-size: 66px;
    line-height: initial;
    margin-bottom: 60px;
}
.bp-banner__block {
    position: relative;
}
.bp-banner__block:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,1+100;Neutral+Density */
    background: linear-gradient(to bottom,  #000000 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 1;
}
.bp-banner__img {
    border-radius: 6px;
    display: block;
    height: 619px;
    margin-left: 155px;
    object-fit: cover;
    width: 1070px;
    max-width: 100%;
}
.bp-banner__description {
    font-family: Verdana, Arial;
    font-size: 20px;
    line-height: initial;
    max-width: 1070px;
    text-align: center;
    margin: 10px auto 60px;
    letter-spacing: 1.8px;
}
@media (max-width: 1100px) {
    .bp-banner__img {
        margin-left: 0;
    }
    .bp-banner__description {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .bp-banner {
        margin-top: 60px;
    }
    .bp-banner .bp-header-h2 {
        font-size: 32px;
    }
    .bp-banner__description {
        font-size: 16px;
    }
}
/* /bp-banner */
/* bp-aurus */
.bp-aurus {
    margin-top: 150px;
    padding-bottom: 170px;
}
.bp-aurus .wrapper {
    position: relative;
}
.bp-aurus__img {
    position: absolute;
    width: 533px;
    right: 112px;
    top: -497px;
    z-index: 1;
    border-radius: 6px;
}
.bp-aurus__aurus {
    margin-left: auto;
    width: 1308px;
    position: relative;
    top: 168px;
    right: 21px;
}
@media (max-width: 1440px) {
    .bp-aurus__aurus{
        width: 100%;
    }
}
@media (max-width: 1023px) {
    .bp-aurus__img {
        width: 400px;
    }
}
@media (max-width: 767px) {
    .bp-aurus {
        padding-bottom: 0;
        margin-top: 60px;
    }
    .bp-aurus__img {
        width: 200px;
        top: -260px;
        right: 20px;
    }
    .bp-aurus__aurus {
        top: initial;
        right: initial;
    }
}
/* /bp-aurus */
/* bp-collection */
.bp-block.bp-collection {
    margin-top: 139px;
}
.bp-collection .bp-header-h2 {
    margin-bottom: 50px;
}
.categories-list__title {
    font-size: 32px;
    letter-spacing: .1em;
    line-height: 42px;
    margin-bottom: 48px;
    text-align: center;
    text-transform: uppercase
}
.categories-list__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center
}
.categories-list__item {
    border-radius: 6px;
    display: flex;
    height: 540px;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 28px;
    position: relative;
    width: calc((100% - 12px) / 2)
}
.categories-list__item:hover .categories-list__item-image {
    opacity: .5;
    transform: scale(1.05)
}
.categories-list__item-image {
    cursor: pointer;
    height: 540px;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s;
    width: 100%;
}
.categories-list__item-name {
    cursor: pointer;
    font-family: Verdana;
    font-size: 28px;
    letter-spacing: .2px;
    line-height: 30px;
    z-index: 2;
    text-decoration: none;
}
.categories-list__item-name:hover {
    color: #b78764
}
.categories-list__item-subcategories {
    display: none;
    margin-top: 24px;
    z-index: 2
}
.categories-list__item-subcategories.active {
    display: block
}
.categories-list__item-subcategory {
    color: #847e7e;
    cursor: pointer;
    display: block;
    font-family: Verdana;
    font-size: 15px;
    line-height: 20px
}
.categories-list__item-subcategory:not(:last-of-type) {
    margin-bottom: 16px
}
.categories-list__item-subcategory:hover {
    color: #b78764
}
@media only screen and (max-width: 1279px) {
    .categories-list__title {
        font-size:24px;
        letter-spacing: .1em;
        line-height: 32px;
        margin-bottom: 32px;
        text-transform: uppercase
    }
    .categories-list__wrapper {
        align-items: flex-start;
        margin: 0 auto;
        max-width: 768px;
        row-gap: 60px
    }
    .categories-list__item {
        height: auto;
        max-width: 346px;
        padding: 0
    }
    .categories-list__item-image {
        border-radius: 6px;
        height: 268px;
        margin-bottom: 20px;
        position: static;
        width: 346px
    }
    .categories-list__item-name {
        font-size: 16px;
        line-height: 22px;
        padding: 0 16px
    }
    .categories-list__item-subcategories {
        display: block;
        margin-top: 20px;
        padding: 0 16px
    }
    .categories-list__item-subcategory {
        font-size: 13px;
        line-height: 20px
    }
}
@media only screen and (max-width: 767px) {
    .categories-list__title {
        font-size:18px;
        letter-spacing: .1em;
        line-height: 22px;
        margin-bottom: 24px;
        text-transform: uppercase
    }
    .categories-list__wrapper {
        align-items: flex-start;
        margin: 0 auto;
        max-width: 500px
    }
    .categories-list__item {
        max-width: 100%;
        padding: 0 16px
    }
    .categories-list__item-image {
        height: 224px;
        width: 100%
    }
}
.categories-page-content {
    padding: 116px 0 50px
}
@media only screen and (max-width: 1279px) {
    .categories-page-content {
        padding-bottom:0
    }
}
@media only screen and (max-width: 767px) {
    .categories-page-content {
        padding-top:70px
    }
    .categories-list__wrapper {
        flex-wrap: wrap;
    }
    .categories-list__item {
        width: 100%;
    }
}
/* /bp-collection */
/* bp-block */
.bp-block {
    margin-top: 110px;
    overflow: hidden;
}
.bp-block_mt230 {
    margin-top: 230px;
}
.bp-block__container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 45px;
}
.bp-block__container + .bp-block__container {
    /* gap45 */
    margin-top: 45px;
}
.bp-block__item {
    width: calc((100% - 2*45px) / 3);
    background-color: #232323;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    position: relative;
    min-height: 600px;
}
.bp-block__item img {
    height: 100%;
}
.bp-block__item_double {
    width: calc(2 * ((100% - 2*45px) / 3) + 45px);
    padding: 0;
    overflow: hidden;
}
.bp-block__item_double:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    z-index: 1;
}
.bp-block__item_triple {
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: 570px;
    min-height: initial;
}
.bp-block__item_triple:before {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    z-index: 1;
}
.bp-block__item .bp-header-h2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    text-align: left;
    position: absolute;
    padding: 0 23px;
    left: 0;
    bottom: -13px;
    z-index: 2;
    font-size: 47px;
    letter-spacing: 9px;
}
.bp-header-h2_left-line:before {
    display: block;
    content: '';
    width: 102px;
    height: 1px;
    background: #b78764;
    position: relative;
    z-index: 1;
}
.bp-block__badges {
    display: flex;
    gap: 8px;
}
.bp-block__badge {
    display: inline-block;
    border: 1px solid #847e7e;
    color: #847e7e;
    align-items: center;
    border-radius: 38px;
    display: flex;
    font-family: Verdana;
    font-size: 14px;
    padding: 4px 13px;
    margin-left: 18px;
}
.bp-block__badge_preorder {
    border-color: #b78764;
    color: #b78764;
}
.bp-block__img-block {
    height: 370px;
    max-width: 370px;
    margin: 32px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bp-block__img {
    display: block;
    object-fit: contain;
    transition: transform .3s;
    max-height: 100%;
    max-width: 100%;
}
.bp-block__item:hover .bp-block__img {
    transform: scale(1.05);
}
.bp-block__colors {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
    gap: 16px;
}
.bp-block__color {
    border-radius: 100%;
    display: inline-block;
    height: 14px;
    width: 14px;
    cursor: pointer;
}
.bp-block__item-name {
    text-decoration: none;
    padding: 0 27px;
    margin-bottom: 5px;
    font-family: Verdana;
    font-size: 21px;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.bp-block__char {
    flex-grow: 1;
    color: #847e7e;
    font-size: 15px;
    line-height: 22px;
    margin-top: 12px;
    font-family: Verdana;
    padding: 0 27px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.bp-block__container.js-bp-block-slider {
    display: block;
}
.js-bp-block-slider .slick-list {
    margin: 0 calc(-45px / 2);
}
.js-bp-block-slider .slick-track {
    display: flex;
    align-items: stretch;
}
.js-bp-block-slider .bp-block__item {
    /* margin: 0 calc(45px / 2); */
    height: initial;
}
@media (max-width: 1023px) {
    .bp-block__container {
        gap: 30px;
    }
    .bp-block__item {
        width: calc((100% - 30px) / 2);
    }
    .bp-block__item_double {
        width: 100%;
    }
    .bp-block__item_triple {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .bp-block__item {
        width: 100%;
        min-height: initial;
        padding-bottom: 10px;
        height: initial;
    }
    .bp-block_mt230 {
        margin-top: 70px;
    }
    .bp-block__item .bp-header-h2 {
        font-size: 16px;
        gap: 15px;
    }
    .bp-block__item .bp-header-h2 br {
        display: none;
    }
    .bp-block__item .bp-header-h2:before {
        display: none;
    }
    .bp-block__item-name,
    .bp-block__char {
        overflow: visible;
        margin-bottom: 20px;
        padding: 0;
        -webkit-line-clamp: initial;
        clamp: initial;
    }
}
/* /bp-block */
/* bp-house */
.bp-house {
    padding: 190px 0;
}
.third-story-block {
    align-items: center;
    display: flex;
    gap: 50px;
}
.third-story-block__image {
    height: 594px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 773px;
    flex-shrink: 0;
}
.third-story-block__info {
    margin-left: 100px;
    max-width: 510px
}
.third-story-block__title {
    font-family: "Forum", Verdana, Arial;
    font-size: 64px;
    letter-spacing: .1em;
    line-height: 65px;
    margin-bottom: 24px;
    text-transform: uppercase
}
.third-story-block__description {
    font-family: Verdana;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px
}
.third-story-block__apps-item {
    align-items: center;
    border: 1px solid #b78764;
    border-radius: 6px;
    color: #fff;
    display: inline-flex;
    font-family: Verdana;
    height: 48px;
    justify-content: center;
    text-decoration: none
}
.third-story-block__apps-item:hover {
    color: #b78764
}
.third-story-block__apps-item:hover svg path {
    stroke: #b78764;
    fill: #b78764
}
.third-story-block__apps-item.ios {
    margin-right: 13px;
    width: 122px
}
.third-story-block__apps-item.android {
    width: 154px
}
.third-story-block__apps-item svg {
    height: 24px;
    margin-bottom: 0;
    margin-right: 6px;
    width: 24px
}
@media only screen and (max-width: 1279px) {
    .third-story-block__image {
        height: 275px;
        width: 350px
    }
    .third-story-block__info {
        margin-left: 50px
    }
    .third-story-block__title {
        font-size: 32px;
        letter-spacing: .1em;
        line-height: 32px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
    .third-story-block__description {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 24px
    }
    .third-story-block__apps-item {
        font-size: 18px
    }
    .third-story-block__apps-item .ios {
        width: 134px
    }
    .third-story-block__apps-item .android {
        width: 143px
    }
    .third-story-block {
        gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .third-story-block {
        flex-direction:column;
        padding: 16px
    }
    .third-story-block__image {
        height: 230px;
        margin-bottom: 24px;
        width: 288px
    }
    .third-story-block__title {
        font-size: 22px;
        letter-spacing: .1em;
        line-height: 26px;
        margin-bottom: 16px;
        text-align: center;
        text-transform: uppercase
    }
    .third-story-block__info {
        margin: 0
    }
    .third-story-block__apps {
        align-items: center;
        display: flex;
        justify-content: center
    }
}
/* /bp-house */