body {
    font-family: Helvetica, Arial, sans-serif;
}

.wrapper {
    overflow: hidden;
    min-width: 1060px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.container {
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
}

p {
    color: #222121;
    font-size: 18px;
}

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

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


/*/ Firefox 19+ /*/

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


/*/ Firefox 18- /*/

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


/*HEADER*/

.header {
    position: relative;
    background: #F3DFDE;
    padding-top: 28px;
    z-index: 100;
    background: url(../img/main-bg-1.jpg) no-repeat #F3DFDE top center;
    padding-bottom: 40px;
    background-position-y: -50px;
    padding-left: 20px;
}

.logo_wrapper {
    width: 500px;
    margin: auto;
    padding: 5px;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}

.header__logo {
    position: relative;
    text-transform: uppercase;
    font-size: 25px;
    color: #9a052a;
    line-height: 25px;
    text-decoration: none;
    display: block;
    margin: auto;
    width: 200px;
    text-align: center;
}

.header .header__logo:before {
    content: "";
    position: absolute;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #9a052a;
    left: 0;
    top: 5px;
}

.header .header__logo:after {
    content: "";
    position: absolute;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #9a052a;
    right: 0;
    top: 5px;
}

.header__text {
    text-align: center;
    margin-top: 5px;
    max-width: 200px;
    display: block;
    margin: auto;
}


/*.tape {
    position: relative;
    display: block;
    margin: auto;
    background: #b50226;
    font-weight: normal;   
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    color: #ecdedd;
    max-width: 455px;
    margin-top: 25px;
    text-transform: uppercase;
    padding: 0px;
    border: 1px solid #fff;
}

.tape h1 {
    font-size: 17px;
    text-align: center;
}

.tape:before {
    left: 0;
    border-left-color: transparent;
}

.tape:after {
    right: 0;
    border-right-color: transparent;
}

.tape:before, .tape:after {
    top: 1.4em;
    z-index: -2;
    border: 1.6em solid orangered;
}

.tape:before, .tape:after, .tape h1:before, .tape h1:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
}

.tape h1:before, .tape h1:after {
    top: 1.7em;
    z-index: -1;
    border: .3em solid crimson;
    border-bottom-color: transparent;
}

.tape h1:before {
    left: 1em;
    border-left-color: transparent;
}

.tape h1:after {
    right: 1em;
    border-right-color: transparent;
}*/


/*____________*/

.tape {
    position: relative;
    width: 80%;
    max-width: 500px;
    display: block;
    margin: auto;
}

.tape h1 {
    position: relative;
    margin: 0 1em;
    background: #b50226;
    font-weight: normal;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    border: 1px solid #fff;
    font-size: 17px;
    text-align: center;
    color: #ecdedd;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}


/*.tape h1:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 3px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: #DCDCDC solid 1px;
    min-width: 455px;
    min-height: 31px;
}*/

.tape:before,
.tape:after,
H1:before,
H1:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
}

.tape:before,
.tape:after {
    top: 15px;
    z-index: -2;
    border: 20px solid #b50226;
}

.tape:before {
    left: -15px;
    border-left-color: transparent;
}

.tape:after {
    right: -15px;
    border-right-color: transparent;
}


/*.tape h1:before,
.tape h1:after {
    top: 1.7em;
    z-index: 0;
    border: .3em solid crimson;
    border-bottom-color: transparent;
}*/


/*.tape h1:before {
    left: 1em;
    border-left-color: transparent;
}

.tape h1:after {
    right: 1em;
    border-right-color: transparent;
}*/

.header .cream {
    background: url(../img/cream-1.png) no-repeat top center;
    width: 543px;
    height: 719px;
    position: absolute;
    left: 0;
    top: 50px;
    right: 0;
    margin: auto;
    z-index: -50;
}

.header__right-side {
    float: right;
    width: 40%;
}

.header__right-side h3 {
    font-size: 23px;
    color: #9a052a;
    text-transform: uppercase;
    margin-top: 35px;
    padding-left: 16px;
    margin-bottom: 20px;
    font-weight: 300;
}

.header__list {
    list-style: none;
    margin-top: 0;
    padding-left: 0;
}

.header__list li {
    min-height: 66px;
    font-size: 18px;
    padding-left: 86px;
    margin-bottom: 20px;
    padding-top: 5px;
    z-index: 100;
    position: relative;
    max-width: 230px;
}

.header__list li:before {
    position: absolute;
    content: "";
    width: 78px;
    height: 66px;
    left: 0;
    top: -20px;
}

.header__list li:nth-child(even):before {}

.header__list li:nth-child(even) {}

@-webkit-keyframes pulse {
    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    75% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@keyframes pulse {
    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    75% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

.animph {
    display: block;
    overflow: hidden;
    background: url("../img/fdo.png") 0 0 no-repeat;
    width: 748px;
    height: 488px;
    position: absolute;
    bottom: 0;
    /*  left: 0;*/
}

.wrapimg {
    width: 462px;
    height: 488px;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    border-top: 5px solid transparent;
    background: url("../img/fdo.png") 0 100%;
}

.wrapimg1 {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 462px;
    height: 468px;
    border-bottom: 5px solid #fff;
    -webkit-transform: scaleY(0) translateZ(0);
    -moz-transform: scaleY(0) translateZ(0);
    -ms-transform: scaleY(0) translateZ(0);
    -o-transform: scaleY(0) translateZ(0);
    transform: translateY(-468px) translateZ(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-animation: scale 7s infinite ease-in-out;
    -o-animation: scale 7s infinite ease-in-out;
    animation: scale 7s infinite ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}

@keyframes scale {
    0% {
        -webkit-transform: translateY(-468px);
        -moz-transform: translateY(-468px);
        -ms-transform: translateY(-468px);
        -o-transform: translateY(-468px);
        transform: translateY(-468px);
    }
    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-468px);
        -moz-transform: translateY(-468px);
        -ms-transform: translateY(-468px);
        -o-transform: translateY(-468px);
        transform: translateY(-468px);
    }
}

.wrapimg1-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 462px;
    height: 468px;
    border-bottom: 5px solid #fff;
    background: url("../img/fposle.png") 0 0;
    -webkit-transform: scaleY(0) translateZ(0);
    -moz-transform: translateY(468px) translateZ(0);
    -ms-transform: translateY(468px) translateZ(0);
    -o-transform: translateY(468px) translateZ(0);
    transform: translateY(468px) translateZ(0);
    -webkit-animation: scale1 7s infinite ease-in-out;
    -o-animation: scale1 7s infinite ease-in-out;
    animation: scale1 7s infinite ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}

@keyframes scale1 {
    0% {
        -webkit-transform: translateY(468px);
        -moz-transform: translateY(468px);
        -ms-transform: translateY(468px);
        -o-transform: translateY(468px);
        transform: translateY(468px);
    }
    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(468px);
        -moz-transform: translateY(468px);
        -ms-transform: translateY(468px);
        -o-transform: translateY(468px);
        transform: translateY(468px);
    }
}

.textimg {
    font-weight: 700;
    font-size: 40px;
    color: #d7213f;
    position: absolute;
    bottom: 50px;
    left: 5px;
    display: none;
    z-index: 10;
}

.textimg:before {
    content: 'PRE';
    -webkit-animation: before-after 7s infinite ease-in-out;
    -o-animation: before-after 7s infinite ease-in-out;
    animation: before-after 7s infinite ease-in-out;
}

@keyframes before-after {
    0% {
        content: 'PRE';
    }
    50% {
        content: 'POSLE';
    }
}

.textimg.active {
    display: block;
}

.sticker-wrapper {
    position: relative;
    /* Permalink - use to edit and share this gradient:  */
    background: rgb(169, 193, 11);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(169, 193, 11, 1) 0%, rgba(195, 228, 1, 1) 50%, rgba(169, 193, 7, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(169, 193, 11, 1) 0%, rgba(195, 228, 1, 1) 50%, rgba(169, 193, 7, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(169, 193, 11, 1) 0%, rgba(195, 228, 1, 1) 50%, rgba(169, 193, 7, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a9c10b', endColorstr='#a9c107', GradientType=1);
    /* IE6-9 */
    max-width: 300px;
    padding: 10px 15px;
    border-radius: 20px;
}

.header .sticker-wrapper {
    transform: rotate(-7deg);
}

.sticker-wrapper:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 20px;
    border: #fff solid 1px;
}

.sticker-wrapper p {
    text-align: center;
    font-size: 15px;
    padding-bottom: 10px;
    padding: 0;
    max-width: 270px;
    display: block;
    margin: auto;
}

.sticker-wrapper strong {
    display: block;
    color: #9a052a;
    font-size: 24px;
    text-align: center;
    margin: 0;
}


/*SECTION_1*/

.section-first {
    position: relative;
    background: url(../img/bg-1.jpg) #d0293d no-repeat top center;
    padding-bottom: 20px;
    z-index: 2;
}

.section-first:before {
    position: absolute;
    content: "";
    color: #ecdedd;
    border-left: 47px solid transparent;
    border-right: 47px solid transparent;
    border-top: 22px solid #ecdedd;
    display: block;
    position: absolute;
    left: 50%;
    z-index: 5;
    top: 0;
    margin-left: -40px;
}

.section-first__title {
    font-size: 23px;
    color: #ecdedd;
    line-height: 32px;
    padding-top: 32px;
    max-width: 450px;
    margin: 0;
    text-transform: uppercase;
    display: block;
    margin: auto;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

.section-first .price {
    margin-bottom: 24px;
}

.section-first .price .new {
    font-size: 44px;
    color: #a7b839;
    padding: 0 15px 25px;
    font-weight: 600;
    margin: auto;
    display: block;
    width: 300px;
    text-align: center;
    padding: 0;
}

.section-first .price .old {
    color: #700000;
    font-size: 24px;
    position: relative;
    display: block;
    margin: auto;
    max-width: 200px;
    text-align: center;
    font-weight: 600;
}

.section-first .price .old:after {
    content: "";
    width: 75%;
    position: absolute;
    height: 1px;
    top: 12px;
    left: 25px;
    background: #700000;
    display: block;
    transform: rotate(-5deg);
}

.section-first .wrap_1 {
    position: relative;
    max-width: 200px;
    float: left;
    background: #f4e0e0;
    transform: rotate(7deg);
    padding: 10px 20px;
    border-radius: 10px;
    margin-left: 10%;
    text-align: center;
    word-wrap: pre-wrap;
}

.section-first .wrap_1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 10px;
    border: #9a052a solid 1px;
}

.section-first .wrap_1 span {
    color: #9a052a;
    font-size: 34px;
    line-height: 23px;
    font-weight: bold;
}

.section-first .wrap_2 {
    position: relative;
    max-width: 200px;
    float: right;
    background: #f4e0e0;
    transform: rotate(-7deg);
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    margin-right: 10%;
    word-wrap: pre-wrap;
}

.section-first .wrap_2 span label {
    display: block;
    font-size: 25px;
}

.section-first .wrap_2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 10px;
    border: #9a052a solid 1px;
}

.section-first .wrap_2 span {
    color: #9a052a;
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
}

.btn {
    display: block;
    background: rgb(169, 193, 11);
    background: -moz-linear-gradient(left, rgba(169, 193, 11, 1) 0%, rgba(195, 228, 1, 1) 50%, rgba(169, 193, 7, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(169, 193, 11, 1) 0%, rgba(195, 228, 1, 1) 50%, rgba(169, 193, 7, 1) 100%);
    background: linear-gradient(to right, rgba(169, 193, 11, 1) 0%, rgba(195, 228, 1, 1) 50%, rgba(169, 193, 7, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a9c10b', endColorstr='#a9c107', GradientType=1);
    text-align: center;
    text-transform: uppercase;
    border: none;
    color: #788515;
    font-size: 25px;
    font-weight: bold;
    padding: 8px 20px;
    cursor: pointer;
    transition: 0.5s;
    border: 6px solid rgba( 255, 255, 255, 0.4);
    box-sizing: border-box;
    word-wrap: break-word;
}

.section-first .btn {
    margin: auto;
    max-width: 200px;
}

.btn:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/*SECTION-SECOND*/

.section-second {
    position: relative;
    background: #F3DFDE;
    z-index: 100;
    padding: 0 10px;
    padding-top: 14px;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.section-second .tape {
    margin-bottom: 20px;
}

.section-second .tape .title {
    font-size: 25px;
    line-height: 48px;
    padding: 0px 20px;
}

.section-second .title {
    margin: 0;
}

.section-second .tape:before {
    left: -35px;
}

.section-second .tape:after {
    right: -35px;
}

.section-second__letter {
    position: relative;
    float: left;
    width: 45%;
    background: #fff;
    padding: 10px;
    height: auto;
    padding-bottom: 50px;
    padding-top: 30px;
}

.section-second__letter:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 100%;
    left: -39px;
    right: 0;
    top: 0px;
    background: url(../img/dot.jpg) repeat center;
}

.red_wrap {
    position: relative;
    background: #b50226;
    text-align: left;
    color: #ecdedd;
    font-size: 15px;
    max-width: 215px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.7);
}

.red_wrap:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-left: 20px solid #b50226;
    border-bottom: 18px solid transparent;
    right: -20px;
    top: 0px;
}

.section-second__letter img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.section-second__details {
    float: right;
    width: 50%;
    font-size: 0;
}

.section-second__details .footer-title {
    font-size: 24px;
    color: #9a052a;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 20px;
}

.section-second__details .btn {
    display: block;
    margin: auto;
    width: 465px;
}

.section-second__letter p {
    line-height: 25px;
}

.image-left {
    position: relative;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.image-left:after {
    content: "";
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ecdedd;
    width: 120px;
    height: 120px;
    top: 7px;
    left: 7px;
}

.image-left img {
    border-radius: 50%;
    max-width: 134px;
}

.text-right {
    width: 60%;
    display: inline-block;
    vertical-align: top;
}

.text-right p {
    padding-top: 15px;
}


/*SECTION-THIRD*/

.section-third {
    background: #d1aba8 url(../img/bg-2.jpg) no-repeat top center;
    position: relative;
    padding-top: 14px;
    padding-bottom: 23px;
    z-index: 100;
    background-size: cover;
    padding-bottom: 30px;
    background-position-x: 72px;
}

.section-third:after {
    content: "";
    display: block;
    position: absolute;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 22px solid #D1ABA8;
    bottom: -22px;
    left: 50%;
    margin-left: -50px;
    z-index: 2;
}

.section-third__list {
    list-style: none;
}

.section-third__list p {
    text-align: center;
}

.section-third__list img {
    position: relative;
    border-radius: 50%;
    display: block;
    margin: auto;
}

.section-third__list img:after {}

.step {
    position: relative;
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-right: 3%;
}

.step:after {
    content: "";
    position: absolute;
    background: url(../img/arrow.png) no-repeat center;
    width: 16px;
    height: 32px;
    right: -25px;
    top: 80px;
}

.step:last-child:after {
    display: none;
}

.section-third .tape h1 {
    font-size: 25px;
}

.section-third .tape:before {
    left: -5px;
}

.section-third .tape:after {
    right: -5px;
}

.section-third .tape:before,
.tape:after {
    top: 20px;
}

.wiki-section {
    position: relative;
    padding-top: 45px;
    padding-bottom: 40px;
    background: #fff;
}

.wiki-section:after {
    content: "";
    display: block;
    position: absolute;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 22px solid #fff;
    bottom: -22px;
    left: 50%;
    margin-left: -50px;
    z-index: 200;
}

.wiki-section img {
    margin-left: 71px;
    width: 280px;
    margin-right: 34px;
}

.wiki-section__list {
    list-style: none;
}

.wiki-section__left {
    float: left;
    width: 30%;
}

.wiki-section__right {
    float: right;
    width: 60%;
    margin-left: 5%;
}

.wiki-section__right h3 {
    font-size: 25px;
    text-transform: none;
    border-bottom: 1px solid #222121;
    padding-bottom: 10px;
    margin-bottom: 14px;
    font-weight: normal;
}


/*SECTION-FOUR*/

.section-four {
    position: relative;
    background: url(../img/bg-3.jpg) no-repeat top center;
    padding-top: 27px;
    padding-bottom: 85px;
    background-size: cover;
    z-index: 100;
}

.section-four p {
    text-align: justify;
}

.section-four h1 {
    color: #ecdedd;
    font-size: 25px;
    margin-bottom: 50px;
}

.section-four .tape:before {
    left: 0;
}

.section-four .tape:after {
    right: 0;
}

.section-four .tape:before,
.tape:after {
    top: 18px;
}

.section-four__section {
    float: left;
    width: 50%;
}


/*SECTION-FIVE*/

.section-five {
    z-index: 100;
    background: #e0c9c7;
    padding-top: 20px;
    padding-bottom: 30px;
}

.section-five .container {
    position: relative;
}

.section-five__left {
    float: left;
    width: 30%;
}

.section-five__left img {
    position: absolute;
    bottom: -30px;
    left: -80px;
    max-width: 600px;
}

.section-five__right {
    float: right;
    width: 50%
}

.section-five .sticker-wrapper {
    transform: rotate(-7deg);
    position: absolute;
    bottom: 0;
    padding: 10px 40px;
    z-index: 5;
}

.section-five .sticker-wrapper h2 {
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
}

.section-five .sticker-wrapper p {
    font-size: 18px;
}

.section-five .pictures__left {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    font-size: 14px;
}

.section-five .pictures {
    font-size: 0;
    text-align: center;
    margin-bottom: 20px;
}

.section-five .pictures__right {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    font-size: 14px;
}

.section-five .tape h1 {
    font-size: 25px;
    margin-bottom: 48px;
}

.section-five .tape:before {
    left: 0;
}

.section-five .tape:after {
    right: 0;
}

.section-five .tape:before,
.tape:after {
    top: 15px;
}

.pictures p {
    color: #9a052a;
    text-transform: uppercase;
    font-size: 14px;
}

.section-five__list {
    list-style: none;
}

.section-five__list li {
    position: relative;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 30px;
}

.section-five__list li:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 32px;
    background: url(../img/arrow-2.png) no-repeat center;
    left: -30px;
    top: 0;
}

.section-five .btn {
    display: block;
    margin: auto;
    color: #ecdedd;
    font-size: 18px;
    padding: 10px 50px;
    background: rgb(181, 2, 38);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(181, 2, 38, 1) 2%, rgba(237, 4, 14, 1) 30%, rgba(243, 4, 11, 1) 53%, rgba(240, 47, 23, 1) 71%, rgba(215, 6, 41, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(181, 2, 38, 1) 2%, rgba(237, 4, 14, 1) 30%, rgba(243, 4, 11, 1) 53%, rgba(240, 47, 23, 1) 71%, rgba(215, 6, 41, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(181, 2, 38, 1) 2%, rgba(237, 4, 14, 1) 30%, rgba(243, 4, 11, 1) 53%, rgba(240, 47, 23, 1) 71%, rgba(215, 6, 41, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b50226', endColorstr='#d70629', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}


/*SECTION-SIX*/

.section-six {
    z-index: 100;
    padding-top: 30px;
}


/*FOOTER*/

.footer {
    position: relative;
    /* background: #d0293d url(../img/berries-mask.png) no-repeat center; */
    background-image: url(../img/footer.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 20px;
    padding-bottom: 60px;
    overflow: hidden;
    z-index: 100;
    background-size: cover;
    text-align: right;
}

.footer .container {
    position: relative;
}

.footer .container:before {
    content: "";
    position: absolute;
    width: 194px;
    height: 270px;
    no-repeat center;
    */ top: -30px;
    left: -75px;
    z-index: -1;
}

.footer .container:after {
    content: "";
    position: absolute;
    width: 194px;
    height: 270px;
    no-repeat center;
    */ top: -30px;
    right: -75px;
    z-index: -1;
}

.footer__title {
    color: #ecdedd;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    position: relative;
    line-height: 43px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .7);
    text-align: center;
}

.form-wrap {
    background-color: rgba(255, 255, 255, 0.5);
}

.footer-product-wrap {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

.timmer_section {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.form-wrap {
    display: inline-block;
    width: 35%;
    vertical-align: top;
    padding-bottom: 30px;
}

.form-wrap h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #000;
    padding-top: 15px;
    max-width: 290px;
    display: block;
    margin: auto;
    margin-bottom: 15px;
}

.form-wrap .btn {
    display: block;
    margin: auto;
    width: 300px;
    margin-top: 30px;
    font-size: 30px
}

.basic-select {
    padding: 0 0 0 8px;
    background-position: 97% 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: rgba(255, 255, 255, 0);
    color: #ecdedd;
    width: 319px;
    height: 37px;
    display: block;
    margin: auto;
    border: 1px solid #ecdedd;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    -moz-border-radius: 0px;
    outline: none;
    /* Firefox */
    -webkit-border-radius: 0px;
    /* Safari, Chrome */
    -khtml-border-radius: 0px;
    /* KHTML */
    border-radius: 0px;
    /* CSS3 */
    line-height: 200%;
}

.basic-input {
    background: transparent;
    font-size: 18px;
    color: #ecdedd;
    border: 1px solid #ecdedd;
    width: 301px;
    height: 37px;
    padding: 0 8px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    -moz-border-radius: 0px;
    outline: none;
    /* Firefox */
    -webkit-border-radius: 0px;
    /* Safari, Chrome */
    -khtml-border-radius: 0px;
    /* KHTML */
    border-radius: 0px;
    /* CSS3 */
    line-height: 200%;
}

input:focus {
    border: 1px solid #fff;
}

.footer__form-price {
    display: block;
    margin: auto;
    max-width: 300px;
}

.footer__form-price p {
    margin: 0;
    text-align: center;
}

.footer__form-price .total-price {
    color: #9a052a;
    font-size: 25px;
    font-weight: 700;
}

.footer__form-price .shipment-price {
    font-size: 18px;
    font-weight: 700;
}

.footer .old-price {
    color: #700000;
    font-size: 27px;
    margin-top: 26px;
    text-transform: none;
    line-height: 27px;
    font-weight: bold;
    text-align: center;
    max-width: 300px;
    display: block;
    margin: auto;
    text-decoration: line-through
}

.footer .new-price {
    font-size: 37px;
    color: #a7b839;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    max-width: 300px;
    display: block;
    margin: auto;
    margin-top: 13px;
    margin-bottom: 15px;
}

.footer .new-price>span {
    display: inherit;
}

.footer-wrap {
    background: url(../img/berries-mask.png) no-repeat center;
}


/*TIMER*/

.timerwrap__title {
    font-size: 18px;
    line-height: 18px;
    color: #222121;
    text-align: center;
    font-weight: normal;
    max-width: 300px;
    display: block;
    margin: auto;
    margin-bottom: 15px;
}

.timer-wrap .timer {
    width: 290px;
    height: 90px;
    display: block;
    margin: auto;
}

.timer span {
    font-size: 60px;
    color: #ecdedd;
    display: inline-block;
    font-weight: 600;
    float: none;
    line-height: 95px;
    text-align: center;
    background: #000;
    background-image: linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -o-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -moz-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -webkit-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -ms-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 12px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #555;
    -moz-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -moz-text-shadow: 0 3px 3px #000000;
    -webkit-text-shadow: 0 3px 3px #000000;
    text-shadow: 0 3px 3px #000000;
}

.timer-wrap__signature {
    list-style: none;
    text-align: center;
}

.timer-wrap__signature li {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    font-size: 18px;
    line-height: 18px;
    color: #222121;
    text-align: center;
}

option {
    color: #000;
}