@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* 
    font-family: "Open Sans", sans-serif;
*/

/**********reset.css **************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background: black;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* ********************************sect1************************** */

section {
    overflow: hidden;
}

.sect1 {
    background: url(../images/bg-1.jpg) center #000;
    background-repeat: no-repeat;
    min-height: 740px;
}

.sect1 .img-logo img {
    display: block;
    height: auto;
    max-width: 100%;
}

.container {
    height: 100%;
    margin: auto;
}

header {
    margin-top: 60px;
    overflow: hidden;
    text-transform: uppercase;
}

h1 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 48px;
    color: #7c0003;
    line-height: 1.5
}

.s1_header_right {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 32px;
    color: #c7c2c4;
    text-transform: uppercase;
    line-height: 1.5;
    float: right;
}

.s1_bottom_block {
    width: 100%;
    margin-top: 125px;
    position: relative;
}

.img-product {
    width: 230px;
    position: absolute;
    margin-left: 170px;
    top: 4px;
}

.page-form {
    background: none;
    padding: 1px 0;
}

.s1_form {
    background: url(../images/bg-form.png);
    background-size: cover;
    float: right;
    width: 350px;
    height: 355px;
    border: 2px solid #7c0003;
    position: relative;
    top: -15px;
    z-index: 10;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.al-form {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.s1_list {
    position: absolute;
    right: 0;
    margin-right: 350px;
}

.s1_item {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 0 15px 65px;
    position: relative;
}

.s1_item::before {
    width: 23px;
    height: 48px;
    background: url('../images/s1_item.png');
    content: '';
    position: absolute;
    left: 25px;
    top: 9px;
}

.item_color {
    color: #d12125;
}

.price {
    text-align: center;
    margin-top: 30px;
}

.old_price {
    color: #a9161a;
    font-size: 30px;
    text-decoration: line-through;
}

.new_price {
    color: #d2d2d2;
    font-size: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

input,
select {
    background: rgba(225, 225, 225, 0.15);
    border: 1px solid white;
    height: 44px;
    width: 100%;
    max-width: 286px;
    text-align: center;
    display: block;
    margin: 0 auto 12px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 16px;
    color: white;
}

.al-form input.error {
    background-color: #ffc8c8;
    margin-bottom: 2px;
}

.al-form label.error {
    color: #ffd000;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    direction: ltr;
    text-align: left;
    margin: 0 auto 5px;
    padding: 0;
    width: 100%;
    max-width: 286px;
}

input::-webkit-input-placeholder {
    color: #fff;
}

select::-webkit-input-placeholder {
    color: #fff;
}

select:-ms-input-placeholder {
    color: #fff;
}

select::-ms-input-placeholder {
    color: #fff;
}

select::-moz-placeholder {
    color: #fff;
}

select::placeholder {
    color: #fff;
}

select option {
    color: #000;
}

input:-moz-placeholder {
    color: #fff;
}

input:-ms-input-placeholder {
    color: #fff;
}

button {
    width: 289px;
    height: 60px;
    background: url('../images/button.png');
    border: none;
    display: block;
    margin: 23px auto;
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0px -1px 0px #690002;
    outline: none;
}

button:hover {
    background: url('../images/button_hover.png');
}

.al-form button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.timer {
    width: 140px;
    height: 46px;
    color: #7c0003;
    font-size: 14px;
    position: absolute;
    right: -10px;
    top: -90px;
    z-index: 300;
}

.timer>div {
    display: inline-block;
    width: 41px;
    border: 1px solid #900004;
    text-align: center;
    font-size: 30px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    padding-top: 6px;
    padding-bottom: 6px;
}


/* *****************sect2******************** */

.sect2 {
    background: url(../images/bg-2.jpg);
    min-height: 740px;
    background-size: cover;
}

.s2_list {
    overflow: hidden;
    margin: auto;
}

.s2_list>div {
    height: 442px;
    width: 285px;
    overflow: hidden;
    margin: auto;
}

.s2_item1 {
    background: url('../images/s2_1.png') no-repeat 0 0;
}

.s2_item2 {
    background: url('../images/s2_2.png') no-repeat 0 0;
}

.s2_item3 {
    background: url('../images/s2_3.png') no-repeat 0 0;
}

.s2_item4 {
    background: url('../images/s2_4.png') no-repeat 0 0;
}

.s2_block {
    border: 1px solid #c59394;
    width: 220px;
    height: 120px;
    box-sizing: border-box;
    margin: auto;
    background: rgba(225, 225, 225, 0.15);
    margin-top: 183px;
    color: #d2d2d2;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
}

.s2_item3 div {
    font-size: 22px;
}

.s2_sect {
    height: 222px;
    width: 100%;
    background: rgba(0, 0, 0, 0.42);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

h2 {
    color: #d2d2d2;
    font-size: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
}

h5 {
    color: #7c0003;
    font-size: 36px;
    padding-left: 10px;
    padding-right: 10px;
}


/* ********************************sect3************************** */

.sect3 {
    background: url(../images/bg-3.png) center 0;
    background-repeat: no-repeat;
    height: auto;
    min-height: 720px;
}

h3 {
    color: #d2d2d2;
    font-size: 48px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
}

.s3_list {
    margin-top: 30px;
    text-align: center;
}

.s3_h4 {
    color: #f3d8d8;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 30px;
}

.s3_h4 span {
    font-size: 18px;
    color: black;
    display: block;
}

.s3_text p {
    margin-top: 20px;
    color: #a81a1e;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}


/* ********************************sect4************************** */

.s4_color {
    color: #7c0003;
}

.s4_list {
    overflow: hidden;
}

.s4_item {
    padding-left: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #4a2147;
    font-size: 14px;
    margin-top: 57px;
    position: relative;
    padding-right: 20px;
    padding-bottom: 20px;
}

.s4_item::before {
    width: 23px;
    height: 48px;
    background: url('../images/s1_item.png');
    content: '';
    position: absolute;
    left: 0px;
    top: -11px;
}

.s4_h4 {
    font-size: 30px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #4a2147;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    margin-top: 50px;
}


/* ********************************sect5************************** */

.sect5 {
    background: url('../images/bg-5.png') no-repeat;
    background-position-x: 60%;
    background-position-y: 200px;
    height: 740px;
}

.s5_color {
    color: #d0a5a5;
}

.s5_list {
    overflow: hidden;
}

h3.s5_color {
    margin-top: 90px;
    margin-bottom: 90px;
}

.s5_comment {
    padding-left: 58px;
    position: relative;
    margin-bottom: 48px;
}

.s5_comment::before {
    width: 27px;
    height: 22px;
    background: url('../images/ico_comment.png');
    content: '';
    position: absolute;
    left: 0px;
}

.s5_comment_name {
    color: #7c0003;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.s5_comment p {
    margin-top: 23px;
    color: #4b3d47;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.sect6 {
    background: url(../images/bg-6.jpg) no-repeat center;
    height: 740px;
    position: relative;
}

.s6_h2 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: right;
    text-transform: uppercase;
}

.s6_h3 {
    text-align: right;
    padding: 0;
    color: #a9161a;
}

.s6_block {
    position: relative;
    margin-top: 138px;
}

.sect6 .s1_form {
    top: 0;
    border-color: #333333;
    position: relative;
    bottom: 0;
}

.sect6 input {
    border-color: #767576;
    background: rgba(64, 57, 64, 0.3);
}

.img-product1 {
    float: right;
    position: absolute;
    right: 50%;
    margin-right: -20px;
    max-width: 300px;
    top: 0;
}

.sect6 .img-logo {
    position: absolute;
    right: 200px;
    top: -120px;
    height: auto;
    max-width: 100%;
}

@media (max-width: 1200px) {
    h1 {
        font-size: 35px;
    }

    .s1_bottom_block {
        margin-top: 250px;
    }

    .img-product {
        top: -260px;
        left: 87%;
        margin-left: -173px;
        width: 150px;
    }

    .s2_list {
        width: 570px;
        float: none;
    }

    .sect2 .container {
        overflow: hidden;
    }
}

@media (max-width: 992px) {
    .sect1 {
        margin-bottom: 20px;
    }

    .s1_list {
        float: none;
        margin-top: -10px;
    }

    .sect1 .timer {
        right: 50%;
        top: -240px;
        margin-right: -90px;
    }

    .s2_list>div {
        height: 238px;
    }

    .s2_block {
        margin-top: 68px;
    }

    .s3_list {
        margin-top: 0;
    }

    .s3_list img {
        margin-bottom: -30px;
    }

    .s3_h4 span {
        color: #707070;
    }
}

@media (max-width: 767px) {
    .sect1 {
        height: 1140px;
        background-position-y: 30%;
    }

    h1 {
        text-align: center;
    }

    header {
        margin-top: 20px;
    }

    .s1_header_right {
        display: none;
    }

    .s1_list {
        right: 50%;
        margin-right: -150px;
        width: 300px;
        padding-top: 10px;
    }

    .sect1 .img-logo img {
        margin: 0 auto;
    }

    .sect1 .s1_form {
        top: 338px;
    }

    .s1_form {
        right: 50%;
        margin-right: -190px;
    }

    .img-product {
        top: -190px;
        width: 153px;
        left: 50%;
        margin-left: -64px;
    }

    .s2_list {
        width: 100%;
    }

    .s2_sect h2 {
        font-size: 36px;
        padding-bottom: 25px;
    }

    h5 {
        font-size: 24px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1.2;
    }

    .sect3 {
        background-color: black;
        background-position-y: 32px;
    }

    .sect3::before {
        width: 100%;
        content: '';
        height: 35px;
        background: #780003;
        display: block;
    }

    .sect3 h3 {
        font-size: 36px;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .s3_text {
        margin-bottom: 20px
    }

    .s4_color {
        font-size: 24px;
    }

    .s4_item {
        margin-top: 30px;
    }

    .s4_item::before {
        left: 5px;
    }

    .s4_h4 {
        font-size: 18px;
    }

    .s4_list {
        width: 280px;
        margin: auto;
    }

    .sect5 {
        max-height: 1150px;
        min-height: 900px;
        height: auto;
        background-position-x: 35%;
        background-position-y: 270px;
    }

    h3.s5_color {
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 46px;
    }

    .s5_comment::before {
        left: 10px;
        top: 0;
    }

    .s5_comment {
        padding: 30px 10px 0px;
    }

    .sect6 {
        height: 1040px;
        background-position-y: 0;
    }

    .s6_h2,
    .s6_h3 {
        font-size: 30px;
        padding-right: 5px;
    }

    .s6_h2 {
        padding-bottom: 0;
    }

    .img-product1 {
        width: 450px;
        margin-right: -85px;
        top: -105px;
    }

    .sect6 .timer {
        right: 10px;
        top: -10px;
    }

    .sect6 .img-logo {
        right: 25px;
        top: -120px;
    }

    .sect6 .s1_form {
        top: 390px;
        margin-right: -175px;
    }

    .s2_sect {
        height: 260px;
    }

}

@media screen and (max-width: 499px) {
    .img-product1 {
        width: 450px;
        margin-right: -150px;
        top: 25px;
    }
}

input,
select {
    text-align: left;
    padding-left: 20px;
    margin: 0 auto 12px;
}

.price {
    margin-bottom: 12px;
}

.footer {
    background: #000 !important;
}