.black-friday {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /*background: #fafafa;*/
    color: rgba(0, 0, 0, .87);
}

.black-friday-header {
    background: url(/image/pages/black-friday/header-background.png) no-repeat bottom -1px left/100% auto;
}

.black-friday-header .friday-header-container {
    margin-left: auto;
    margin-right: auto;
    min-height: 500px;
    max-width: 1320px;
    position: relative;
    background: url(/image/pages/black-friday/text-black-friday.png) center top 5px no-repeat,
    url(/image/pages/black-friday/70-percent.png) no-repeat left 70px top 200px;
}

.friday-header-text .logo {
    margin-top: 25px;
    text-transform: uppercase;
}

.friday-header-text .logo > div {
    font-size: 3.5rem;
    letter-spacing: 10px;
    color: white;
}

.friday-header-text .description > div {
    font-size: 2.5rem;
    letter-spacing: 1px;
    color: white;
}

.black-friday .black-friday-form {
    background: url(/image/pages/black-friday/bg-part.png) no-repeat top -1px left/100% auto;
}

.black-friday .black-friday-form .header-form-container {
    min-height: 375px;
}

.black-friday .form-text > div {
    font-size: 1.5rem;
    color: white;
}

form#form-add-review {
    display: flex;
}

form#form-add-review .inputs {
    margin: 0 auto;
}

form#form-add-review .inputs .friday-phone {
    min-width: 190px;
}

form#form-add-review .inputs #button-review {
    background-color: white;
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 15px;
    border: none;
    margin-left: 15px;
    color: black;
}

form#form-add-review .inputs .friday-phone {
    background: transparent;
    border: 2px solid white;
    border-radius: 15px;
    padding: 5px 5px 5px 15px;
    font-size: 1.1rem;
    color: white;
    margin-bottom: 15px;
    margin-top: 15px;
}

form#form-add-review ::placeholder {
    color: white;
}

.black-friday .black-friday-form .black-friday-bags {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    min-height: 850px;
    background:
            url(/image/pages/black-friday/left-bag.png) no-repeat left 70px,
            url(/image/pages/black-friday/right-bag.png) right 90px top 55px no-repeat,
            url(/image/pages/black-friday/center-bag.png) center top 5px no-repeat;
}

.black-friday .friday-categories-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2.3rem;
}

.black-friday .black-friday-categories .first-line,
.black-friday .black-friday-categories .second-line {
    display: flex;
}

.black-friday .black-friday-categories .category {
    flex: 33%;
    text-align: center;
}

.black-friday .black-friday-categories .category .category-name {
    font-size: 1.4rem;
    letter-spacing: 1px;
    margin-top: 10px;
    color: #2db5de;
}

.black-friday .black-friday-categories .second-line {
    margin-top: 100px;
    position: relative;
    min-height: 700px;
    background: url(/image/pages/black-friday/black-bg.png) center top 145px no-repeat;
}

.black-friday .black-friday-categories {
    margin-top: 75px;
}

.black-friday .black-friday-categories .category img {
    width: 175px;
}

.black-friday .black-description .content {
    padding: 50px 60px;
}

.black-friday .black-description .content .list-blocks {
    background: #f7f7f7;
}

.black-friday .black-description .content .list-blocks .block {
    padding: 10px 50px;
}

.black-friday .black-description .content .list-blocks .block .title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1.2px;
}

.black-friday .black-description .content .list-blocks .block .description p,
.black-friday .black-description .content .list-blocks .block .description ul li {
    font-size: 1.3rem;
    letter-spacing: 1px;
    list-style-type: disc;
}

.black-friday .block-faq {
    padding: 10px 60px;
}

.black-friday .block-faq .faq-info {
    text-align: center;
}

.black-friday .block-faq .faq-info:before {
    display: inline-block;
    content: '';
    width: 100px;
    height: 100px;
    background: url(/image/pages/black-friday/comments.png) no-repeat;
    background-size: contain;
}

.black-friday .block-faq .faq-info div {
    text-align: center;
    text-transform: uppercase;
    font-size: 2.5rem;
    float: inherit;
    display: inline-block;
    margin-left: 35px;
}

.black-friday .block-faq .questions {
    margin-top: 50px;
    padding: 0 70px;
}

.black-friday .block-faq .questions .question {
    padding: 10px 50px;
    background: #f7f7f7;
    border-radius: 15px;
    margin-bottom: 20px;
}

.black-friday .block-faq .questions .question:not(.collapsed) {
    min-height: 200px;
}

.black-friday .block-faq .questions .question .title {
    font-size: 1.5rem;
    position: relative;
}

.black-friday .block-faq .questions .question .answer p {
    font-size: 1.3rem;
    margin-top: 25px;
}

.black-friday .block-faq .questions .question .answer ul li {
    font-size: 1.3rem;
    list-style-type: disc;
}

.black-friday .block-faq .question.collapsed .title:after {
    content: ' ';
    background: url(/image/pages/black-friday/down.png) no-repeat;
    width: 20px;
    height: 15px;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 10px;
}

.black-friday .block-faq .question:not(.collapsed) .title:after {
    content: ' ';
    background: url(/image/pages/black-friday/down.png) no-repeat;
    transform: rotate(180deg);
    width: 20px;
    height: 15px;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 10px;
}

.black-friday .timer .counter__note {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    margin-bottom: 23px;
}

.black-friday .timer .counter__items {
    display: flex;
    justify-content: space-around;
}

.black-friday .timer .counter__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}


.black-friday .timer .counter__item:not(:last-child)::before {
    content: '';
    width: 4px;
    height: 15px;
    background: url(https://i.citrus.ua/uploads/promo/black-friday-static/counter-dots.svg) center no-repeat;
    position: absolute;
    right: -21px;
    top: 10px;
}

.black-friday .timer .counter__time {
    color: white;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 6px;
    margin-bottom: 7px;
}

.black-friday .timer .counter__title {
    font-weight: 500;
    font-size: 14px;
    color: #fbcd01;
    text-align: center;
    margin-bottom: 30px;
}

.black-friday .friday-header-container .timer {
    position: absolute;
    right: 10%;
    bottom: 10%;
}

.friday-header__counter {
    margin-bottom: 40px;
    min-width: 420px;
    margin-left: auto;
    margin-right: auto;
}