/* ************fonts***************** */

.logo{
    color: #ffffff;
    font-size: 28px;
    font-family: "ImpactRegular";
}

@font-face {
    font-family: "ImpactRegular";
    src: url("../fonts/ImpactRegular.eot");
    src: url("../fonts/ImpactRegular.eot#iefix")format("embedded-opentype"), url("../fonts/ImpactRegular.woff") format("woff"), url("../fonts/ImpactRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.footer {
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    color: rgb(71, 71, 71);
    padding: 40px 0px;
    background: rgb(255, 255, 255);
}

.footer__list {
    padding: 0px 0px 20px;
    margin: 10px 0px 0px;
    line-height: 1.4;
}

.footer__list a {
    display: inline-block;
    vertical-align: bottom;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: none;
}

.footer__feedback-btn {
    display: inline-block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: none;
    padding-left: 27px;
    cursor: pointer;
    background-image: url("../images/download.png");
    background-position: 2px 50%;
    background-repeat: no-repeat;
}


/**********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************************** */

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

section {
    overflow: hidden;
}

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

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

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

h1 {
    font-family: ImpactRegular;
    font-size: 48px;
    color: #7c0003;
    line-height: 1.5
}

.s1_header_right {
    font-family: ImpactRegular;
    font-size: 32px;
    color: #c7c2c4;
    text-transform: uppercase;
    line-height: 1.5;
    float: right;
}

.s1_bottom_block {

    margin-top: 125px;
    position: relative;
}

.s1_form {
    background: url(../images/bg-form.png);
    float: right;
    max-width: 350px;
    height: 330px;
    border: 2px solid #7c0003;
    position: relative;
    top: -15px;
    z-index: 10;
    font-family: ImpactRegular;
}

.s1_list {
    position: absolute;
    right: 0;
    top: 100px;
    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;
}



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

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

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

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

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

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

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

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

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


/* Firefox 19+ */

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


/* Firefox 18- */

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');
}

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

.timer>div {
    display: inline-block;
    width: 41px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 30px;
    font-family: ImpactRegular;
    padding-top: 6px;
    padding-bottom: 6px;
}


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

.sect2 {
    background: url('../images/bg-2.png');
    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;
    -webkit-box-sizing: border-box;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
}

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

.myPodp {
    text-align: center;
    position: absolute;
    top: -40px;
    max-width: 400px;
}

.myPodp p{
    color: #ffffff;
    font-family: ImpactRegular;
}

.s2_sect {
    height: 222px;
    width: 100%;
    background: rgba(0, 0, 0, 0.42);
    font-family: ImpactRegular;
    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;
    background-size: cover;
}

h3 {
    color: #d2d2d2;
    font-size: 48px;
    font-family: ImpactRegular;
    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_list img{
    max-width: 100%;
}

.s3_h4 {
    color: #f3d8d8;
    font-size: 18px;
    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;
    padding-bottom: 15px;
    color: #ffffff;
    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: ImpactRegular;
    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.png') no-repeat center;
    height: 740px;
    position: relative;
}

.s6_h2 {
    font-family: ImpactRegular;
    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);
}

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



.sect6 img[src="img/logo.png"] {
    position: absolute;
    right: 190px;
    top: -100px;
}

@media (max-width: 1200px) {
    .s3_h4{
        font-size: 16px;
    }
    h1 {
        font-size: 35px;
    }
    .s1_bottom_block {
        margin-top: 250px;
    }
    .myPodp {
       top: -380px;
    }
    .s2_list {
        width: 570px;
        float: none;
    }
    .sect2 .container {
        overflow: hidden;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .s3_h4{
        font-size: 11px;
        margin-top: 10px;
    }
}

@media (max-width: 992px) {
    
    .sect1 {
        margin-bottom: 20px;
    }
    .s1_list {
        float: none;
        margin-top: -100px;
    }
   
    .sect1 .timer {
        right: 0;
        left: 0;
        margin: 0 auto;
        top: -240px;
    }
    .s2_list>div {
        height: 238px;
    }
    .s2_block {
        margin-top: 68px;
    }
    .s3_list {
        margin-top: 0;
    }
 
    .s3_h4 span {
        color: #707070;
    }

}

@media (max-width: 543px) {
    .logo{
        display: none;
    }
}

@media (max-width: 767px) {

    .sect6 .myPodp{
        display: none;
    }
    .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[src='img/logo.png'] {
        position: relative;
        left: 50%;
        margin-left: -102px;
    }
    .sect1 .s1_form {
        top: 400px;
    }
    .s1_form {
      right: 0;
      left: 0;
      margin: 0 auto;
      float: none;
    }
    .myPodp {
        top: -350px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .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: 665px;
        background-position-y: 0;
    }
    .s6_h2,
    .s6_h3 {
        font-size: 30px;
        padding-right: 5px;
    }
    .s6_h2 {
        padding-bottom: 0;
    }
  
    .sect6 .timer {
        right: 10px;
        top: -10px;
    }
    .sect6 img[src="img/logo.png"] {
        right: 25px;
        top: -104px;
    }
    .sect6 .s1_form {
        top: 73px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}