* {
    margin: 0;
    padding: 0;
}
body {
    min-width: 1006px;
}
p,li,div {
    color: #222121;
    font-size: 17px;
    line-height: 18px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Marta, serif;
    margin: 0;
    font-weight: normal;
    padding: 0;
    text-transform: uppercase;
}
ul.list-inline:before,
ul.list-inline:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    content: "";
}
ul.list-inline:after {
    clear: both;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    float: left;
    padding-right: 0;
    padding-left: 0;
}
.container {
    width: 1006px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;

}
.carousel-inner .container{
    overflow: visible;
}
.row {
    margin-left: -30px;
    margin-right: -30px;
}
.text-center {
    text-align: center;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
h1.title {
    background: url(../img/title-wrap.png) no-repeat top center;
    width: 497px;
    height: 61px;
    text-transform: uppercase;
    color: #ecdedd;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 19px;
    line-height: 45px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 4;
}
h2.title {
    background: url(../img/title-wrap-2.png) no-repeat top center;
    width: 544px;
    height: 67px;
    text-transform: uppercase;
    color: #ecdedd;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 28px;
    line-height: 48px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 4;
}
button {
    transition: 0.3s ease-in-out;
}
button:hover {
    opacity: 0.9;
}
/*header*/
.header {
    background: url(../img/main-bg-1.jpg) no-repeat #F3DFDE top center;

    min-height: 655px;
    position: relative;
}
.header .container{
    min-height: 655px;
}
.header .logo {
    padding-top: 28px;
    position: relative;
    z-index: 4;
    background: url(../img/blink.png) no-repeat top center;
    width: 619px;
    height: 95px;
    margin-left: auto;
    margin-right: auto;
}
.header .logo a:before,
.header .logo a:after {
    vertical-align: top;

    margin: 0 18px;
    margin-top: 6px;
}
.header .logo a:before {
    content: "";
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #9a052a;
}
.header .container {
    position: relative;
}
.header .logo a:after {
    content: "";
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #9a052a;
}
.header .logo a {
    text-transform: uppercase;
    font-size: 25px;
    color: #9a052a;
    line-height: 18px;
}
.header .logo p {
    line-height: 20px;
}
.header h3 {
    font-size: 23px;
    color: #9a052a;
    text-transform: uppercase;
    margin-top: 50px;
    padding-left: 16px;
    margin-bottom: 13px;
}
.header ul li {
   
   min-height: 66px;
   font-size: 18px;
   padding-left: 15px;
   margin-bottom: -12px;
   padding-top: 22px;
}
.header ul li span {
    vertical-align: middle;
}
.header ul li.padding {
    margin-left: 40px;
    padding-left: 85px;
}
.header ul li:last-child{
    min-height: 74px;
    padding-top: 26px;
}
.header .wrap {
    background: url(../img/wrap-1.jpg) no-repeat top center;
    width: 339px;
    height: 167px;
    margin-left: 113px;
    padding-top: 26px;
    position: absolute;
    right: -5px;
    bottom: -20px;
}
.header .wrap .rotate {
    transform: rotate(-7deg);
}
.header .wrap p {
    text-align: center;
    font-size: 15px;
    padding-bottom: 10px;
    padding: 0;
    max-width: 270px;
    display: block;
    margin: auto;
}
.header .wrap strong {
    display: block;
    color: #9a052a;
    font-size: 23.6px;
    text-align: center;
    line-height: 1.1;
}
.header .girl {
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 1;
}
.header .girl object {
    width: 530px;
    height: 486px;
    z-index: 1;
}
.header .girl2 object {
    width: 460px;
    height: 486px;
    z-index: 1;
}
.header .girl30-40 object {
    width: 535px;
    height: 440px;
    z-index: 1;
}
.header .cream {
    background: url(../img/cream-1.png) no-repeat top center;
    width: 543px;
    height: 719px;
    position: absolute;
    bottom: -186px;
    left: 248px;
    z-index: 3;
    background-size: 370px auto;
}
.header .right_side {
    padding-left: 650px;
}
.header .right_side {
    padding-bottom: 128px;
}
/*end of header*/

/*section_1*/
.section_1 {
    background: url(../img/bg-1.jpg) #d0293d no-repeat top center;
    position: relative;
    z-index: 2;
}
.section_1 h3 {
    font-size: 26px;
    color: #ecdedd;
    line-height: 26px;
    padding-top: 32px;
    margin-bottom: 20px;
}
.section_1 .price {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.section_1 .price .new {
    font-size: 36px;
    color: #a7b839;
    display: inline-block;
    padding: 0 15px;
}
.section_1 .price .old {
    color: #700000;
    font-size: 24px;
    position: relative;
    padding: 0 23px;
    display: inline-block;
  text-decoration: line-through;
}
.section_1 .green_btn {
    background: url(../img/green-btn-1.png) no-repeat top center;
    width: 260px;
    border: none;
    color: #788515;
    font-size: 25px;
    font-weight: bold;
    line-height: 60px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    margin-top: 24px;
    margin-bottom: 20px;
}
.section_1 .container {
    position: relative;
}
.section_1 .wrap_1,
.section_1 .wrap_2 {
    position: absolute;
    color: #9a052a;
    font-size: 34px;
    line-height: 23px;
    font-weight: bold;
    width: 177px;
    height: 140px;
}
.section_1 .wrap_1 {
    background: url(../img/bef-1.png) no-repeat top center;
    left: 107px;
    top: 73px;
    padding-top: 31px;
    padding-left: 8px;
}
.section_1 .wrap_1 span {
    transform: rotate(9deg);

    display: block;
}
.section_1 .wrap_2 {
    background: url(../img/aft-1.png) no-repeat top center;
    right: 118px;
    padding-top: 27px;
    top: 74px;
    font-size: 12px;
    line-height: 20px;
}
.section_1 .wrap_2 span {
    display: block;
    transform: rotate(-7deg);
    font-size: 18px;
}
.section_1 .wrap_2 span label {
    font-size: 27px;

    line-height: 20px;
}
.section_1 .wrap_2 p {
    position: absolute;
    font-weight: 100;
    margin-top: 20px;
    padding-left: 15px;
}
/*end of section_1*/

/*section_2*/
.section_2 {
    background: #F3DFDE;

    padding-top: 13px;
}
.section_2 h2 {

}
.section_2 .letter {
    background: url(../img/letter.jpg) no-repeat top center;
    width: 610px;
    height: 619px;
    margin-top: 11px;
    padding-left: 47px;
    padding-top: 23px;
    padding-right: 97px;
}
.section_2 .letter .br {
    height: 23px;

}
.section_2 .letter p {
    line-height: 21px;

}
.section_2 .letter img {
    margin-top: 6px;

    margin-bottom: 4px;
}
.section_2 .letter .red_wrap {
    background: url(../img/red_wrap.png) no-repeat top center;
    width: 215px;
    height: 37px;
    line-height: 37px;
    color: #ecdedd;
    margin-top: 35px;
    padding-left: 9px;
    font-size: 15px;
    text-align: center;
}

.red_wrap {}
.section_2 .picture {
    width: 460px;
    margin-left: -61px;
    padding-top: 22px;
}
.section_2 .picture ul li {
    margin-bottom: 8px;

}
.section_2 .picture ul li .img_wrap {
    display: inline-block;
    position: relative;
    margin-right: 9px;
    vertical-align: middle;
  width: 125px;
}
.section_2 .picture ul li .img_wrap: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;
}
.section_2 .picture ul li p {
    width: 321px;
    line-height: 21px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 7px;
}
.section_2 .picture h3 {
    font-size: 24px;
    color: #9a052a;
    clear: both;
    margin-top: 35px;
    padding-left: 34px;
	line-height:35px;
}
.section_2 .green_btn {
    background: url(../img/green-btn-2.png) no-repeat top center;
    width: 425px;
    height: 60px;
    border: none;
    color: #788515;
    font-size: 26px;
    font-weight: bold;
    line-height: 60px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    margin: 34px 0 20px 28px;
    clear: both;
    padding-bottom: 25px;
}

button.green_btn {}
.section_2 .green_btn span {
    line-height: -24px;

}
.section_2 .picture ul li:after {
    content: "";
    clear: both;
    display: table;
}
/*end of section_2*/

/*section_3*/
.section_3 {
    background: url(../img/bg-2.jpg) no-repeat top left;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding-top: 14px;
    padding-bottom: 23px;
}

.section_3 {}
.section_3 h2 {
    margin-bottom: 12px;

}
.section_3 ul li {
    width: 33.3%;
    position: relative;
}
.section_3 ul li .img_wrap {
    width: 184px;
    height: 184px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 41px;
}
.section_3 ul li .img_wrap img {
    width: 100%;
    height: 100%;
}
.section_3 ul li .img_wrap:after {
    content: "";
    width: 167px;
    height: 167px;-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ccb1b0;
    top: 9px;
    left: 9px;
    position: absolute;
}
.section_3 ul li .img_wrap h3 {
    position: absolute;
    background: url(../img/title-wrap-3.png) no-repeat top center;
    width: 251px;
    height: 61px;
    color: #ecdedd;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 45px;
    bottom: -33px;
    z-index: 3;
    left: -30px;
}
.section_3 .step_1 .img_wrap {
    background: url(../img/step-1.jpg) no-repeat top center;
}
.section_3 .step_2 .img_wrap {
    background: url(../img/step-2.jpg) no-repeat top center;
}
.section_3 .step_3 .img_wrap {
    background: url(../img/step-3.jpg) no-repeat top center;
}
.section_3 .step_1:after,
.section_3 .step_2:after {
    background: url(../img/arrow.png) no-repeat;
    width: 16px;
    height: 32px;
    position: absolute;
    content: "";
    right: -16px;
    top: 77px;
    display: block;
}
.section_3 p {
    text-align: center;
    padding: 0 30px;
}
.section_3 .container {
    padding: 0 32px;
}
.section_3: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;
}
/*end of section_3*/

/*wiki*/
.wiki_section {
    background: #fff;
    padding-top: 45px;
    padding-bottom: 11px;
    position: relative;
}
.wiki_section img {
    margin-left: 71px;

    margin-right: 34px;
}
.wiki_section .text {
    width: 645px;

}
.wiki_section h3 {
    font-size: 25px;
    text-transform: none;
    border-bottom: 1px solid #222121;
    padding-bottom: 10px;
    margin-bottom: 14px;
}
.wiki_section p {
    margin-bottom: 18px;

}
.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;
}
/*end of wiki*/

/*section_4*/
.section_4 {
    background: url(../img/bg-3.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 27px;
    padding-bottom: 85px;
}
.section_4 h2 {
    margin-bottom: 43px;
}
.section_4 p {
    padding-left: 77px;
    padding-top:20px;
    padding-right: 60px;
}
.section_4 .left_side {
    width: 625px;

}
/*end of section_4*/

/*section_5*/
.section_5 {
    background: #e0c9c7;
    padding-top: 18px;
    padding-bottom: 20px;
    position: relative;
}

.section_5 {}

.section_5 {}
.section_5 .right_side {
    width: 560px;
    margin-left: 437px;
}
.section_5 h2.title {
    margin-left: 6px;
    margin-bottom: 48px;
}
.section_5 .picture {
    background: url(../img/img_4.png) no-repeat top center;
    width: 388px;
    height: 142px;
    position: relative;
    margin-top: -31px;
    margin-left: 91px;
    margin-bottom: 15px;
}
.section_5 .picture>div {
    color: #9a052a;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    top: 12px;
}
.section_5 .container {
    position: relative;
}
.section_5 .picture .before {
    left: 0;
}
.section_5 .picture .after {
    right: 115px;
}
.section_5 p {
    margin-bottom: 20px;
}
.section_5 ul {}
.section_5 ul li {
    background: url(../img/arrow-2.png) no-repeat left center;
    padding-left: 30px;
    margin-bottom: 17px;
}

li {}
.section_5 .red_btn {
    background: url(../img/red-btn.png) no-repeat top center;
    width: 288px;
    height: 60px;
    font-size: 15px;
    font-weight: bold;
    color: #ecdedd;
    text-transform: uppercase;
    border: none;
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    position: relative;
    z-index: 99;
}
.section_5 .red_btn span{
    
    vertical-align: middle;
    width: 70%;
}
.section_5-slider-title{
    text-align: center;
}
.section_5 .doctor {
    position: absolute;
    background: url(../img/doctor.png) no-repeat top center;
    width: 362px;
    height: 606px;
    top: -11px;
    left: 36px;
}
.section_5 .doctor .wrap {
    background: url(../img/wrap-2.jpg) no-repeat top center;
    width: 362px;
    height: 162px;
    position: absolute;
    top: 512px;
    left: 50px;
}
.section_5 .wrap .rotate {
    text-align: center;

    transform: rotate(-4deg);
    padding-right: 49px;
    padding-top: 29px;
}
.section_5 .wrap .rotate p {
font-size: 15px;
    width: 271px;
    margin: 0 auto;
}
.section_5 .flower {
    background: url(../img/flower.png) no-repeat top center;
    position: absolute;
    width: 100%;
    height: 749px;
    left: 0;
    top: 518px;
}
/*end of section_5*/

/*section_6*/
.section_6 {
    background: #ecdedd;
    padding-top: 27px;
    padding-bottom: 69px;
}

.section_6 {}
.section_6 li.photo {
    position: relative;
}
.section_6 h2 {
    margin-bottom: 20px;
}
.section_6 li.photo>div {
    width: 243px;
    height: 243px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}
.section_6 li.photo img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.section_6 li.photo>div:before {
    content: "";
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 219px;
    height: 219px;
    top: 12px;
    left: 12px;
}
.section_6 li.photo>div span {
    position: absolute;
    font-size: 24px;
    color: #fff;
  text-shadow: -1px -2px 0 rgba(0, 0, 0, 0.38), 2px -1px 0 rgba(0, 0, 0, 0.46), -1px 1px 0 rgba(0, 0, 0, 0.47), 1px 1px 0 rgba(0, 0, 0, 0.38);
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}
.section_6 li.photo .img_before  span{
    top: 206px;
    left: 17px;
}
.section_6 li.photo .img_after span{
    top: 207px;
    left: 23px;
}
.section_6 li.photo .img_after {
    top: 15px;
    left: 258px;
}

.img_after.round {}
.section_6 .carousel-inner .item:first-child li.photo .img_before,
.section_6 .carousel-inner .item:first-child li.photo .img_after{
    top: 30px;
}
.section_6 li.photo .img_before  {
    left: 63px;
    top: 15px;
}
.section_6 .text {
    padding-left: 510px;
    padding-right: 75px;
}
.section_6 .container {
    position: relative;
    overflow: inherit;
}
.carousel-control.left {
    background: url(../img/slide-left.png) no-repeat top center;
    width: 16px;
    height: 32px;
    left: 28px;
}
.carousel-control.right {
    background: url(../img/slide-right.png) no-repeat top center;
    width: 16px;
    height: 32px;
    right: 30px;
}
.carousel-control.right,
.carousel-control.left {
    top: -147px;

}
.carousel-inner > .item {height:280px;}
/*end of section_6*/

/*footer*/
.footer {
    background: url(../img/footer.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    height: auto;
    padding-bottom: 60px;
    padding-top: 8px;
}
.footer h2 {
    color: #ecdedd;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 36px;
    position: relative;
    line-height: 43px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7),
    -1px -1px 1px rgba(0, 0, 0, 0.7),
    1px -1px 1px rgba(0, 0, 0, 0.7),
    -1px 1px 1px rgba(0, 0, 0, 0.7);
}
.footer h2:after {
    background: url(../img/arrow-3.png) no-repeat top center;
    width: 82px;
    height: 99px;
    position: absolute;
}
.footer .timmer_section {
    padding-left: 260px;
	width: 590px;
}
.footer h3 {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.footer h3.old_price {
    color: #700000;
    font-size: 23px;
    margin-top: 26px;
    text-transform: none;
    line-height: 27px;
}
.footer h3.old_price span {
    position: relative
;
    display: inline-block;
}
.footer h3.old_price span:after {
    content: "";
}
.footer .timmer_section > p {
font-weight: bold;
    color: #700000;
    font-size: 23px;
    margin-top: 9px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.footer h3.new_price {
font-weight: bold;
    color: #a7b839;
    font-size: 23px;
    margin-top: 35px;
    margin-bottom: 35px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7),
    -1px -1px 1px rgba(0, 0, 0, 0.7),
    1px -1px 1px rgba(0, 0, 0, 0.7),
    -1px 1px 1px rgba(0, 0, 0, 0.7);
}
.footer .timmer_section > p.new_price {
    font-size: 37px;
    color: #a7b839;
    line-height: 36px;
    margin-top: 33px;
    margin-bottom: 25px;
}
.footer .timme_wrap {}
.footer .timme_wrap .left {
    font-weight: 300;
}
.footer .timme_wrap .timmer {
    background: url(../img/timmer.png) no-repeat top center;
    width: 324px;
    height: 104px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
    text-align: center;
    padding-left: 7px;
}
.footer .timme_wrap .timmer li {
    font-size: 60px;
    color: #ecdedd;
    display: inline-block;
    font-weight: 600;
    float: none;
    line-height: 95px;
}
.footer .timme_wrap .text {}
.footer .timme_wrap .text li {
     font-weight: 300;
     margin-left: 0px;
     width: 103px;
     margin-top: 6px;
     float: none;
     display: inline-block;
}
.footer .timme_wrap .text li:nth-child(1){
    padding-left: 5px;
}
.footer .timme_wrap .text li:nth-child(2){
    padding-left: 10px;
}
.footer .timme_wrap .text li:nth-child(3){
    padding-left: 20px;
}
.footer .form_wrap {
    background: url(../img/form_wrap.png) no-repeat top center;
    width: 419px;
    height: 376px;text-transform: uppercase;
    padding-left: 23px;
}
.footer .form_wrap form p {
  color: #0D0D0D;
 
  text-align: left;
  width: 75%;
  margin: 0 auto 10px;
  text-transform: capitalize;
}
.form_wrap .total {
    font-weight: bold;
    font-size: 24px;
}
.footer .form_wrap h3 {
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin-top: 15px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-left: 4px;
}
.footer .form_wrap .select,
.footer .form_wrap select,
.footer .form_wrap input {
    background: transparent;
    font-size: 18px;
    color: #000;
    border: 1px solid #ecdedd;
    width: 301px;
    height: 37px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder {
    color: #000;
} 
input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder {
    color: #000;
}
select::-ms-expand {
    display: none;
}
.footer .form_wrap select {
    color:#000;
    background: url('../img/customselect.png') no-repeat 95% center !important;
    cursor: pointer;
    width: 301px;
}
.footer .form_wrap select.error{
    border-color:red;
}
.footer .form_wrap select,
.footer .form_wrap input {
    padding: 0 8px;

}
.footer .form_wrap .select_wrap {
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.footer .green_btn {
    background: url(../img/green-btn-3.png) no-repeat top center;
    width: 300px;
    height: 60px;
    font-size: 25px;
    color: #788515;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    
}
.footer  .container {
    color: #7b0a26;
    font-weight: 300;
}
.footer .minutes {
    margin: 0 42px;

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

.footer :-moz-placeholder { /* Firefox 18- */
   color: #ecdedd;
}

.footer ::-moz-placeholder {  /* Firefox 19+ */
   color: #ecdedd;
}

.footer :-ms-input-placeholder {
   color: #ecdedd;
}
.footer h2:after {
    content: "";
    position: absolute;
    background: url(../img/arrow-3.png) no-repeat top center;
    width: 82px;
    height: 99px;
    left: 230px;
    bottom: -85px;
}
.footer h3.old_price span:after {
    width: 110%;
    content: "";
    height: 2px;
    background: #700000;
    display: block;
    bottom: 13px;
    position: absolute;
    left: -5px;
    
}
/*end of footer*/

.select{
        position: relative;
        display: block;
        margin:0 auto;
        margin-bottom: 10px;


        }
        .select-value{
            cursor: pointer;
            text-align: left;
            line-height: 30px;
            color: #ecdedd;
            padding: 0 10px;
            background: url(../img/select_arrow.png) no-repeat scroll 96% center;
        }

        .drop_down{
            z-index: 888;
            left: -1px;
            top:30px;
            display: none;
            position: absolute;
            background: #dd3f62;
        text-align: left;
        width:301px;
        border:1px solid #fff;


        -webkit-transtion: all 0.2s;
        -moz-transtion: all 0.2s;
        -o-transtion: all 0.2s;
        -ms-transtion: all 0.2s;
        transtion: all 0.2s;
        }


        .drop_down div{
            text-align: center;
            cursor: pointer;
            height: 30px;
            line-height: 30px;
            border-top: 1px solid #fff;
            color: #ecdedd;

            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
        }
        .drop_down div:first-child{
            border-top:none;
        }
        .drop_down div:hover{
            color:#fff;
            padding-left: 10px;
        }

        .select.open .drop_down{
            display: block;
        }
.j-btn,
.green_btn{
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;

    -webkit-transform: translateZ(0);
      transform: translateZ(0);
}
.j-btn:hover,
.red_btn:hover,
.green_btn:hover{
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-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);
  }
}
.more_info {
    text-align: center;
    padding-top: 15px;
    color: #A12000;
}
.more_info a{
    color: #A12000;
}

.animph {
    display: block;
    background: url("../img/fdo.png") 0 0 no-repeat;
    width: 748px;
    height: 488px;
    position: absolute;
    bottom: 0px;
    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{
    width: 462px;
    height: 0px;
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
    border-bottom: 5px solid #fff;
    background: url("../img/fposle.png") 0 0;
}

.textimg{

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

.form-footer {
      font-size: 14px;
    padding: 0 40px;
}