body {
    background-color : #ffffff;
    margin           : 0 !important;
    padding          : 0 !important;
    height           : 100% !important;
    width            : 100% !important;
    font-family      : "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight      : 400;
    font-size        : 16px;
    line-height      : 1.5;
    color            : #000000;
}
b, h1, h2, h3, h4 {
    font-family : "Open Sans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight : 700;
}
p, span, a {
    font-family : "Open Sans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight : 400;
}
.page {
    width            : 100%;
    background-color : #ffffff;
}
.row {
    display         : flex;
    justify-content : space-between;
    margin          : 0 auto;
    width           : 940px;
}
.column {
    align-self : center;
}
/*Start Buttons -------------------------------------------------------- */
.btn {
    margin-top         : 40px;
    color              : #ffffff;
    text-decoration    : none;
    position           : relative;
    display            : inline-block;
    overflow           : hidden;
    padding            : 20px 10px;
    min-width          : 316px;
    text-align         : center;
    z-index            : 1;
    border-radius      : 32px;
    background         : rgba(254, 147, 48, 1);
    background         : -moz-linear-gradient(left, rgba(254, 147, 48, 1) 0%, rgba(239, 124, 16, 1) 100%);
    background         : -webkit-gradient(left top, right top, color-stop(0%, rgba(254, 147, 48, 1)), color-stop(100%, rgba(239, 124, 16, 1)));
    background         : -webkit-linear-gradient(left, rgba(254, 147, 48, 1) 0%, rgba(239, 124, 16, 1) 100%);
    background         : -o-linear-gradient(left, rgba(254, 147, 48, 1) 0%, rgba(239, 124, 16, 1) 100%);
    background         : -ms-linear-gradient(left, rgba(254, 147, 48, 1) 0%, rgba(239, 124, 16, 1) 100%);
    background         : linear-gradient(to right, rgba(254, 147, 48, 1) 0%, rgba(239, 124, 16, 1) 100%);
    filter             : progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe9330', endColorstr='#ef7c10', GradientType=1);
    font-size          : 24px;
    font-weight        : 700;
    line-height        : 1.1;
    text-transform     : uppercase;
    -webkit-box-shadow : 0 8px 14px 0 rgba(224, 109, 0, 0.42);
    -moz-box-shadow    : 0 8px 14px 0 rgba(224, 109, 0, 0.42);
    box-shadow         : 0 8px 14px 0 rgba(224, 109, 0, 0.42);
}
.btn:hover {
    background : rgba(239, 124, 16, 1);
}
/*End Buttons -------------------------------------------------------- */
/*Start Header -------------------------------------------------------- */
.header {
    margin     : 0 auto;
    padding    : 30px 0 40px 0;
    width      : 1401px;
    min-height : 606px;
    background : url("../../images/black-friday-20/bg.png") no-repeat center top #000000;
}
.header__logo {
    margin     : 0 auto;
    width      : 1324px;
    height     : 34px;
    background : url("../../images/black-friday-20/wz-logo.png") no-repeat center transparent;
}
.header__row {
    justify-content : center;
    padding-top     : 58px;
    text-align      : center;
}
.header__title {
    line-height    : 0.8;
    font-size      : 160px;
    font-weight    : 800;
    color          : #ffffff;
    text-transform : uppercase;
    letter-spacing : -0.7px;
}
.header__subtitle {
    margin         : 35px 0 35px 0;
    line-height    : 1;
    font-size      : 87px;
    font-weight    : 800;
    color          : #f37b0a;
    text-transform : uppercase;
}
.header__subtitle2 {
    margin         : 0;
    line-height    : 1;
    font-size      : 30px;
    font-weight    : 300;
    color          : #ffffff;
    text-transform : uppercase;
}
.header__subtitle3 {
    margin         : 16px 0 0 0;
    line-height    : 1.4;
    font-size      : 20px;
    font-weight    : 300;
    color          : #ffffff;
    text-transform : uppercase;
}
.header-footer {
    position : relative;
    overflow : hidden;
    margin   : 0 auto;
    border   : none;
    height   : 95px;
    width    : 1401px;
}
.header-footer::before {
    border-radius : 100%;
    position      : absolute;
    background    : #000000;
    right         : -53px;
    left          : -53px;
    top           : -206px;
    content       : '';
    bottom        : 0;
}
/*End Header -------------------------------------------------------- */
/*Start Body -------------------------------------------------------- */
.body {
    margin  : 0 auto;
    padding : 0 0 20px 0;
    width   : 940px;
}
.body__row {
    margin-bottom : 70px;
}
.title-row {
    flex-direction  : column;
    justify-content : center;
    margin          : 100px 0 70px 0;
    padding         : 0 0 0 0;
}
.title-row h2 {
    font-size      : 26px;
    font-weight    : 400;
    color          : #191715;
    text-align     : center;
    text-transform : uppercase;
}
.title-row hr {
    margin     : 25px auto 0 auto;
    border     : none;
    width      : 150px;
    height     : 4px;
    background : #f78820;
}
.item-left-img .body__column--left {
    align-self : flex-start;
    width      : 240px;
}
.item-left-img .body__column--right {
    width : 580px;
}
.item-right-img .body__column--right {
    width      : 240px;
    text-align : right;
}
.item-right-img .body__column--left {
    width : 460px;
}
.item-row__img {
    position : relative;
    top      : -5px;
    left     : -20px;
}
.item-right-img .body__column--right .item-row__img {
    top  : -10px;
    left : 0;
}
.body p {
    margin      : 24px 0;
    line-height : 1.5;
    font-size   : 18px;
    color       : #000000;
}
.body_column {
    align-self : flex-start;
}
.body_column ul {
    list-style-type : disc;
    margin          : 0;
    padding         : 12px 0 0 22px;
    font-size       : 15px;
    color           : #ffc32b;
}
.body_column ul li {
    margin-bottom : 8px;
    line-height   : 1.5;
    font-size     : 16px;
    font-weight   : 400;
}
.body_column ul li span {
    font-size : 16px;
    color     : #000000;
}
.item-row {
    padding-top : 20px;
    width       : 780px;
}
.item-row__title {
    margin-bottom : 23px;
    line-height   : 1.25;
    font-size     : 26px;
    color         : #000000;
}
.item-row p {
    margin    : 0;
    font-size : 16px;
    color     : #000000;
}
.prefooter {
    margin     : 0 auto;
    padding    : 30px 0 40px 0;
    width      : 1400px;
    min-height : 690px;
    background : url("../../images/black-friday-20/bg2.png") no-repeat center top #000000;
}
.prefooter__row {
    justify-content : center;
    padding-top     : 60px;
    text-align      : center;
}
.prefooter__title {
    line-height    : 1.2;
    font-size      : 42px;
    font-weight    : 700;
    color          : #ffffff;
    text-transform : uppercase;
}
.prefooter__subtitle {
    margin         : 40px 0 4px 0;
    line-height    : 1;
    font-size      : 18px;
    font-weight    : 700;
    color          : #f37b0a;
    text-transform : uppercase;
}
.prefooter__subtitle2 {
    margin         : 0;
    line-height    : 1;
    font-size      : 28px;
    font-weight    : 700;
    color          : #ffffff;
    text-transform : uppercase;
}
.prefooter__subtitle3 {
    margin         : 30px 0 10px 0;
    line-height    : 1;
    font-size      : 60px;
    font-weight    : 800;
    color          : #f37b0a;
    text-transform : uppercase;
}
.prefooter__subtitle4 {
    margin         : 40px 0 60px 0;
    line-height    : 1;
    font-size      : 40px;
    font-weight    : 300;
    color          : #f4d192;
    text-transform : uppercase;
}
.prefooter p {
    margin      : 15px auto 0 auto;
    max-width   : 800px;
    line-height : 1.7;
    font-size   : 16px;
    font-weight : 400;
    color       : #ffffff;
}
.prefooter .btn {
    margin-top : 20px;
    min-width  : 351px;
}
/*End Body -------------------------------------------------------- */
/*Start Footer -------------------------------------------------------- */
.footer {
    padding          : 15px 0 35px 0;
    display          : flex;
    flex-direction   : column;
    justify-content  : center;
    align-items      : center;
    margin           : 0 auto;
    width            : 1400px;
    background-color : #1d1c1c;
}
.footer__row {
    width : 870px;
}
.footer__list a {
    font-size   : 10px;
    font-weight : 700;
    color       : #666666;
}
.footer__list {
    margin-top     : 20px;
    font-size      : 12px;
    color          : #666666;
    text-transform : uppercase;
    text-align     : center;
}
.footer__list a,
.footer__list a:hover {
    text-decoration : none;
}
.copy {
    font-size  : 12px;
    color      : #ffffff;
    text-align : center;
}
/*End Footer -------------------------------------------------------- */
@media (max-width : 1324px) {
    .header__logo {
        width : auto;
    }
}
.timer {
    display : none;
    margin  : -10px 0;
}
