.bf-page {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.bf-page * {
    box-sizing: border-box;
}

.bf-container {
    max-width: 1100px;
    margin: 0 auto;
}

.fixed-header {
    position: relative;
    height: 130px !important;
}

.global-fixed-header {
    margin-top: 0;
}

.fixed-header .header-search-bttn {
    margin-left: 0;
}

.global.active .preheader {
    display: block !important;
}

.bf-breadcrumbs {
    border-bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
}

.bf-banner {
    height: 320px;
    background: url('../images/Black_Friday_kv_desktop_full.png') no-repeat center #000;
    background-size: cover;
}

.bf-banner__inner {
    height: 100%;
    width: 100%;
    position: relative;
}

.bf-banner__item {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.bf-banner__img {
    height: 100%;
    width: auto;
    max-width: none;
}

.bf-content {
    position: relative;
    padding-top: 126px;
    padding-bottom: 13px;
}

.bf-title {
    margin-bottom: 20px;
}

.bf-title--sm {
    padding: 0;
    margin-bottom: 3px;
}

.bf-title--md {
    padding: 0;
    margin-bottom: 19px;
}

.bf-title--row {
    display: flex;
    align-items: center;
}

.bf-title--row span {
    flex-shrink: 0;
}

.bf-title__price {
    color: #e83587;
    margin-left: 17px;
    white-space: nowrap;
}

.bf-title__price--old {
    color: #999999;
    font-size: 14px;
    text-decoration: line-through;
    font-family: 'Graphik-Regular-Cy';
    margin-left: 19px;
    position: relative;
    top: 3px;
}

.bf-desc {
    font-size: 14px;
    line-height: 20px;
}

.bf-link {
    color: #e83587;
}

.bf-color-gray {
    color: #999999;
}

.bf-mb-20 {
    margin-bottom: 20px;
}

.bf-mb-25 {
    margin-bottom: 25px;
}

.pink-bttn-normal {
    position: relative;
}

.pink-bttn-normal:before { 
    width: 30px; 
    height: 100%; 
    content: ' '; 
    position: absolute; 
    opacity: 0.3; 
    top: 0; 
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    -moz-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);
    animation: move 5s infinite; 
    -webkit-animation: move 5s infinite; 
    -moz-animation: move 5s infinite; 
    -ms-animation: move 5s infinite; 
    -o-animation: move 5s infinite;
}

@keyframes move { 0% { left: 0; } 20% { left: 100%; } 100% { left: 100%; } }
@-webkit-keyframes move { 0% { left: 0; } 20% { left: 100%; } 100% { left: 100%; } }
@-moz-keyframes move { 0% { left: 0; } 20% { left: 100%; } 100% { left: 100%; } }
@-ms-keyframes move { 0% { left: 0; } 20% { left: 100%; } 100% { left: 100%; } }
@-o-keyframes move { 0% { left: 0; } 20% { left: 100%; } 100% { left: 100%; } }

/* bf-menu */
.bf-menu {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px 0;
    width: 100%;
}

.bf-menu.fixed {
    position: fixed;
    z-index: 99;
}

.bf-menu:after {
    content: '';
    height: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(#3b3b3b), color-stop(#777777), color-stop(#b9b9b9), to(#ffffff));
    background-image: -o-linear-gradient(top, #000000, #3b3b3b, #777777, #b9b9b9, #ffffff);
    background-image: linear-gradient(to bottom, #000000, #3b3b3b, #777777, #b9b9b9, #ffffff);
    opacity: 0.1;
}

.bf-menu__list {
    display: flex;
}

.bf-menu__item:not(:last-child) {
    margin-right: 10px;
}

.bf-menu__link {
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 30px;
}

.bf-menu__link.active {
    border-color: #eb568d;
}

/* bf-iphone */
.bf-iphone {
    background: #f7f7f7;
    padding: 48px 60px 59px;
    width: 100%;
}

.bf-iphone-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px;
}

.bf-iphone-nav a {
    margin: 0;
}

.bf-iphone-nav__link {
    font-size: 24px;
    line-height: 28px;
    position: relative;
    color: rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease-in-out;
    font-family: 'Graphik-Medium-Cy';
    padding-bottom: 4px;
}

.bf-iphone-nav__link:not(:last-child) {
    margin-right: 29px;
}

.bf-iphone-nav__link:after {
    content: '';
    background: #e83587;
    height: 2px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.25s ease-in-out;
}

.bf-iphone-nav__link.active,
.bf-iphone-nav__link:hover {
    color: rgba(0, 0, 0, 1);
}

.bf-iphone-nav__link.active:after {
    width: 100%;
}

.bf-iphone-tabs {
    position: relative;
}

.bf-iphone-tabs__item {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    transition: all 0.25s ease-in-out;
    display: flex;
    width: 100%;
}

.bf-iphone-tabs__item.active {
    position: relative;
    visibility: visible;
    opacity: 1;

}

.bf-iphone__img-wrap {
    width: 100%;
    position: relative;
}

.bf-iphone__img {
    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;
}

.bf-iphone__img img {
    max-width: none;
    max-height: 346px;
    height: 100%;
    transition: opacity 0.5s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: darken;
}

.bf-iphone__img img + img {
    opacity: 0;
}

.bf-iphone__img img.fade-out {
    opacity: 0;
}

.bf-iphone__img img.fade-in {
    opacity: 1;
}

.bf-iphone__info {
    width: 40%;
    flex-shrink: 0;
    margin-left: 40px;
}

.bf-iphone-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bf-iphone-options a {
    margin: 0;
}

.bf-iphone-options__link {
    border: 2px solid #e6e6e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.25s ease-in-out;
    flex: 1 auto;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px 9px;
}

.bf-iphone-options__link--sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 13px 15px 11px;
    max-width: calc(100% / 3 - 14px);
}

.bf-iphone-options__link.active {
    border-color: #e83587;
}

.bf-iphone-options__link:not(:last-child) {
    margin-right: 10px;
}

.bf-iphone-options__link--sm {
    margin-right: 20px !important;
}

.bf-iphone-options__name {
    margin-bottom: 3px;
}

.bf-iphone__product-name {
    margin-right: 35px;
    width: auto;
    white-space: nowrap;
}

.bf-iphone-options__dpi {
    color: #999999;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 1px;
}

.bf-iphone-options__price {
    font-family: 'Graphik-Medium-Cy';
}

.bf-iphone-options__price--normal {
    font-family: 'Graphik-Regular-Cy';
    font-size: 12px;
    line-height: 15px;
    color: #999999;
}

.bf-iphone-options__size {
    font-family: 'Graphik-Medium-Cy';
    font-size: 16px;
    margin-bottom: 4px;
}

.bf-iphone__line {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    padding-top: 29px;
}

.bf-phone .product-color .option-text {
    font-size: 16px;
}

.bf-iphone-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 29px;
}

.bf-iphone-btn__price {
    font-family: 'Graphik-Medium-Cy';
    font-size: 24px;
    line-height: 28px;
}

.bf-iphone-btn__price--old {
    font-family: 'Graphik-Regular-Cy';
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    text-decoration: line-through;
    margin-left: 18px;
    align-self: flex-end;
    margin-bottom: 6px;
}

.bf-iphone-btn__btn {
    margin-left: auto;
    padding: 0 30px;
}

.bf-iphone-btn__btn:disabled {
    opacity: 0.5;
}

/* bf-step */
.bf-step {
    position: relative;
}

.bf-step:not(.step-active) {
    opacity: 0.4;
}

.bf-step:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
}

.bf-step.step-active:after {
    display: none;
}

/* bf-catalog */
.bf-catalog {
    padding: 31px 0 42px;
    margin-bottom: 50px;
}

.bf-catalog--md {
    padding-bottom: 21px;
}

.bf-catalog__inner {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.by-tile .bf-catalog__item {
    width: calc(25% + 30px);
    padding: 0 30px;
    margin: 0 -15px -60px;
    float: none;
    height: auto !important;
}

.by-tile .bf-catalog__img {
    height: 173px;
    justify-content: flex-start;
}

.by-tile .bf-catalog__img img {
    margin: 0;
    max-width: 100%;
    max-height: 100%;
}

.by-tile .bf-catalog__item-block-1 {
    height: auto !important;
    margin: 30px 0 24px !important;
}

.by-tile .bf-catalog__item .item-title-div {
    height: auto;
    margin-bottom: 11px;
}

.by-tile .bf-catalog__product_link .clamp {
    font-family: 'Graphik-Medium-Cy';
    font-size: 16px;
    line-height: 20px;
    height: auto;
    display: block;
}

.bf-catalog__product-desc {
    color: #999999;
    font-size: 14px;
    line-height: 20px;
}

.by-tile .bf-catalog__item .actual-price {
    font-size: 14px;
}

.by-tile .bf-catalog__item .old-price {
    font-size: 14px;
    margin-left: 24px;
}

.by-tile .bf-catalog__item .bf-catalog__buy {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 69px;
    opacity: 0;
    padding-top: 21px;
    visibility: hidden;
}

.by-tile .bf-catalog__item .buy-bttn {
    font-size: 16px;
    line-height: 20px;
}

.by-tile .bf-catalog__item:hover {
    z-index: 2;
    background: #fff;
}

.by-tile .bf-catalog__item:hover .bf-catalog__buy  {
    opacity: 1;
    visibility: visible;
}

.bf-catalog__color {
    margin-top: 18px;
    margin-bottom: 18px;
}

.by-tile .bf-catalog__item:nth-child(4n) .bf-catalog__color {
    margin-right: -18px;
}

.bf-catalog__color .product-colors {
    flex-wrap: wrap;
}

.bf-catalog__color .product-colors__item {
    margin-bottom: 5px;
}

.by-tile .bf-catalog__item--disabled .bf-catalog__item-block-1,
.by-tile .bf-catalog__item--disabled .item-title-div,
.by-tile .bf-catalog__item--disabled .bf-catalog__product-desc {
    opacity: 0.4;
}

.product-colors-block .bf-iphone-btn__btn {
    margin-left: 30px;
}

.bf-catalog__options {
    display: flex;
    margin-bottom: 16px;
    margin-top: 16px;
}

.bf-catalog__option {
    background: #f2f2f2;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 17px;
}

.bf-catalog__option.active {
    background: #e83587;
    color: #fff;
}

.bf-catalog__option:not(:last-child) {
    margin-right: 10px;
}

/* bf-row */
.bf-row {
    display: flex;
    padding-bottom: 0;
}

.bf-item {
    width: 100%;
}

.bf-item--img {
    flex-shrink: 0;
    position: relative;
    min-height: 385px;
}

.bf-item--img img {
    vertical-align: top;
    max-width: 100%;
    position: absolute;
}

.bf-item--img img + img {
    opacity: 0;
}

.bf-item--img img.fade-out {
    opacity: 0;
}

.bf-item--img img.fade-in {
    opacity: 1;
}

.bf-item--text {
    margin-top: -1px;
}

.bf-accessory {
    margin-bottom: -10px;
}

.bg-black {
    overflow: inherit;
}

@media (max-width: 1100px) {
    .bf-container {
        padding: 0 15px;
        max-width: 100%;
    }

    .by-tile .bf-catalog__item {
        width: 25%;
        padding: 0 15px;
        margin-left: 0;
        margin-right: 0;
    }

    .by-tile .bf-catalog__item-block-1 {
        margin-top: 15px !important;
    }

    .bf-title--row {
        flex-wrap: wrap;
    }

    .bf-title--row span {
        margin-right: 15px;
    }

    .bf-title__price {
        margin-left: 0;
    }

    .bf-title__price:not(:last-child) {
        margin-right: 15px;
    }
}

@media (max-width: 992px) {
    .bf-iphone {
        margin-left: -15px;
        margin-right: -15px;
        padding: 20px;
        width: calc(100% + 30px);
    }

    .bf-iphone-options {
        flex-direction: column;
    }
  
    .bf-iphone-options__link:not(:last-child),
    .bf-iphone-options__link--sm:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
  
    .bf-iphone__info {
        width: 50%;
    }
  
    .bf-iphone__img img {
        max-height: 100%;
        height: auto;
        max-width: 100%;
    }   
    
    .bf-iphone-options__link--sm {
        max-width: 100%;
    }

    .by-tile .bf-catalog__item {
        width: 50%;
    }

    .bf-row {
        flex-wrap: wrap;
    }

    .bf-item--img {
        width: 100%;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .bf-item--text {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        margin-left: 0 !important;
    }

    .by-tile .bf-catalog__item:nth-child(4n) .bf-catalog__color {
        margin-right: 0;
    }

    .bf-menu__link {
        padding-left: 15px;
        padding-right: 15px;
    }
}