/* ::::: http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,400italic&subset=latin,cyrillic ::::: */



body {
    margin: 0px;
    font: 18px/25px Georgia, "Times New Roman", Times, serif;
    min-width: 970px;
    color: rgb(62, 42, 50);
    background: url('../img/bg-page.jpg') no-repeat scroll 50% 0px rgb(142, 51, 88);
}

img {
    border-style: none;
}

.ac_footer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.total-price,
.shipment-price {
    position: absolute;
    right: 95px;
    font-style: italic;
}

.total-price {
    bottom: 125px;
    font-size: 20px;
}

.shipment-price {
    bottom: 128px;
    width: 235px;
}

.operator_block .items {
    text-align: center;
    margin: 45px 0;
    position: relative;
}

.operator_block .item {
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    font: 20px/30px 'Roboto Condensed', Arial, Helvetica, sans-serif;
    width: 270px;
}

.operator_block .items:before {
    content: url('../img/arrow.png');
    position: absolute;
    left: 265px;
    top: 50px;
}

.operator_block .items .item:nth-child(2) {
    margin: 0 65px;
}
.operator_block .item img {
    display: block;
    margin: 0 auto 10px;
}

.operator_block .items:after {
    content: url('../img/arrow.png');
    position: absolute;
    left: 607px;
    top: 54px;
    -moz-transform: rotate(-27deg);
    -webkit-transform: rotate(-27deg);
    -o-transform: rotate(-27deg);
    -ms-transform: rotate(-27deg);
    transform: rotate(-27deg);
}

a {
    text-decoration: none;
    color: rgb(215, 44, 124);
      transition: 0.5s;
}

a:hover {
        text-decoration: none;
 
}
a.link-order:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


input, textarea, select {
    font: 100% Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: rgb(0, 0, 0);
}

form, fieldset {
    margin: 0px;
    padding: 0px;
    border-style: none;
}

#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    max-width: 970px;
    margin: auto;
    padding: 99px 0px 0px;
}

#header {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    overflow: hidden;
    background: url('../img/bg-header.jpg') repeat-x scroll 0% 0% transparent;
    height: 99px;
    z-index: 100;
}

#header .wrap {
    width: 970px;
    margin: 0px auto;
    padding: 17px 10px 0px;
}

.logo {
    background: url('../img/logo.png') no-repeat scroll 0% 0% transparent;
    width: 297px;
    height: 66px;
    text-indent: -9999px;

    float: left;
}

.logo a {
    height: 100%;
    display: block;
}

#header .holder {
    width: 640px;
    float: right;
    margin: 0px 12px 0px 0px;
    padding: 18px 0px 0px;
    text-align: right;
    font: 15px/30px "Trebuchet MS", Helvetica, sans-serif;
}

#nav {
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
}

#nav li {
    float: left;
    padding: 0px 0px 0px 35px;
}

#nav li:first-child {
    padding: 0px;
}

#nav a {
    float: left;
    color: rgb(255, 255, 255);
}

#header .link-order {
    text-align: center;
    color: rgb(255, 255, 255);
    margin: 0px 0px 0px 21px;
    padding: 0px 0px 3px;
    line-height: 30px;
    background: url('../img/bg-link-order.png') no-repeat scroll 0% 0% transparent;
    width: 133px;
    height: 33px;
    display: inline-block;
    vertical-align: top;
}

.w1 {
    width: 970px;
    margin: 0px auto;
}

.w1:after {
    content: "";
    display: block;
    clear: both;
}

.intro {
    width: 100%;
    padding: 18px 0px 0px;
    position: relative;
}

.intro:after {
    content: "";
    display: block;
    clear: both;
}

.intro .logo {
    background: url('../img/logo2.png') no-repeat scroll 0% 0% transparent;
    width: 280px;
    height: 155px;
    float: none;
    display: block;
    margin: 0px auto 56px;
    position: relative;
}
.intro .logo span{
    text-indent: 0;
    position: absolute;
        left: 50%;
    margin-left: -128px;
    top: 100%;
    width: 100%;
      color: #f375b0;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    display: inline-block;
    width: 250px;   
}
.intro .block {
    background: url('../img/bg-block.jpg') no-repeat scroll 0% 0% transparent;
    width: 100%;
    min-height: 405px;
    margin: 0px 0px 39px;
    text-align: center;
    background-size: cover;
}

.intro .photo {
    position: absolute;
    left: -76px;
    top: 0px;
}

.decoration-01 {
    position: absolute;
    right: 3px;
    top: 96px;
}

.intro .info-box {
    width: 280px;
    margin: 0px auto;
    padding: 17px 0px 0px;
    color: rgb(28, 28, 28);
    font: italic 18px/18px Georgia, "Times New Roman", Times, serif;
}

.intro .info-box p {
    margin: 0px 0px 10px;
}

.intro .info-box img {
    vertical-align: top;
    margin: 0px 0px 5px;
}

.panel {
    background: url('../img/bg-panel.png') no-repeat scroll 0% 0% transparent;
    width: 883px;
    height: 86px;
    padding: 25px 27px 0px 30px;
    position: absolute;
    left: 14px;
    bottom: -49px;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}

.panel .text {
    width: 184px;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    float: left;
}

.panel .text span {
    display: block;
    margin: -5px 0px 0px;
    font-size: 30px;
    line-height: 30px;
}

.panel .price {
    width: 149px;
    float: left;
    text-align: center;
    margin-left: 69px!important;
    font-size: 29px;
    line-height: 45px;
    text-transform: uppercase;
    color: #7a0039;
    display: block;
    /* margin-right: 20px; */
    padding: 8px 0 0 0!important;
    text-decoration: line-through;
}

.panel .discount {
    width: 80px;
    text-align: center;
    padding: 12px 0 0;
    float: left;
    font-size: 31px;
    line-height: 36px;
    color: #7b143e;
}

.panel strike {
    margin-left: 14px;
    padding: 12px 0 0;
    font-size: 29px;
    line-height: 36px;
    text-transform: uppercase;
    color: #ee4192;
    float: left;
text-decoration: none;
    width: 160px;
    text-align: center;
}

.panel .link-order {
    background: url('../img/bg-link-order2.png') no-repeat scroll 0% 0% transparent;
    width: 217px;
    height: 56px;
    float: right;
    margin: 5px 0px 0px;
    padding: 1px 0px 5px;
    font-size: 36px;
    line-height: 50px;
    color: rgb(142, 51, 88);
    text-transform: uppercase;
    text-shadow: 0px 1px 0px rgb(255, 233, 171);
    text-align: center;
}

.info-container {
    overflow: hidden;
    padding: 44px 0px 41px;
    background: url('../img/bg-info-container.jpg') no-repeat scroll 50% 0px transparent;
}

.info-container h2 {
    font: 40px/44px 'Roboto Condensed', Arial, Helvetica, sans-serif;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin: 0px 0px 53px;
    text-align: center;
}

.info-container .holder {
    overflow: hidden;
}

.info-container .list {
    width: 480px;
    float: left;
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    font-size: 19px;
    line-height: 22px;
    font-style: italic;
    color: rgb(255, 255, 255);
}

.info-container .list li {
    background: url('../img/bullet-01.png') no-repeat scroll 1px 4px transparent;
    padding: 0px 0px 28px 31px;
}

.info-container .list.alt {
    width: 469px;
    float: right;
}

.step-block {
    background: url('../img/bg-step-block.png') no-repeat transparent;
    width: 100%;
    min-height: 464px;
    margin: 0px 0px 34px;
    padding: 32px 0px;
    background-size: cover;
}

.step-block .heading {
    overflow: hidden;
    margin: 0px 30px 25px;
    padding: 0px 0px 27px;
    border-bottom: 1px solid rgb(238, 65, 146);
    text-align: center;
    font: 19px/22px 'Roboto Condensed', Arial, Helvetica, sans-serif;
    color: rgb(215, 44, 124);
}

.step-block .heading p {
    margin: 0px;
}

.step-block .heading h2 {
    font-size: 40px;
    line-height: 44px;
    color: rgb(147, 24, 82);
    margin: 0px;
    text-transform: uppercase;
    font-weight: normal;
}

.step-list {
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    text-align: center;
    font: 16px/25px "Trebuchet MS", Helvetica, sans-serif;
    color: rgb(38, 38, 38);
}

.step-list li {
    display: inline-block;
    vertical-align: top;
    width: 205px;
    padding: 0px 16px;
}

.step-list strong {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    font-style: italic;
    color: rgb(147, 24, 82);
    padding: 0px 0px 3px;
}

.step-list img {
    vertical-align: top;
    margin: 0px 0px 5px;
}

.step-list p {
    margin: 0px;
}

.about-box {
    margin: 0px 0px 41px;
    overflow: hidden;
    font: 16px/25px "Trebuchet MS", Helvetica, sans-serif;
    color: rgb(243, 188, 210);
}

.about-box h2 {
    font: 40px/50px 'Roboto Condensed', Arial, Helvetica, sans-serif;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin: 0px 0px 39px;
    text-align: center;
}

.about-box .wrap {
    overflow: hidden;
    padding: 0px 30px 8px;
    position: relative;
    background: url('../img/bg-about-box.jpg') no-repeat scroll 50% 100% transparent;
}

.about-box .holder {
    width: 350px;
    float: left;
}

.about-box .photo {
    position: absolute;
    left: 323px;

}

.about-box p {
    margin: 0px 0px 25px;
}

.about-box .text-holder {
    font: italic 18px/25px Georgia, "Times New Roman", Times, serif;
    color: rgb(255, 255, 255);
}

.about-box .text-box {
    overflow: hidden;
    padding: 0px 70px 0px 0px;
}

.about-box .frame {
    width: 274px;
    padding: 0px 0px 0px 20px;
    float: right;
}

.about-box .frame h3 {
    display: block;
    font: italic bold 18px/25px Georgia, "Times New Roman", Times, serif;
    color: rgb(255, 255, 255);
    margin: 0px 0px 10px;
}

.about-box .img-holder {
    overflow: hidden;
    margin: -13px 0px 20px -12px;
}

.about-box .img-holder img {
    vertical-align: top;
}

.description {
    background: url('../img/bg-description.jpg') no-repeat scroll 0% 0% transparent;
    padding: 33px 34px;
    height: 67px;
    overflow: hidden;
    font: 16px/25px "Trebuchet MS", Helvetica, sans-serif;
    color: rgb(237, 146, 183);
}

.description .text {
    float: left;
    padding: 0px 14px 0px 0px;
}

.description strong {
    display: block;
    color: rgb(255, 255, 255);
    font: italic bold 18px/25px Georgia, "Times New Roman", Times, serif;
}

.description span {
    display: block;
}

.description img {
    float: left;
    margin: 3px 0px 0px;
}

.reviews-block {
    width: 100%;
}

.reviews-block:after {
    content: "";
    display: block;
    clear: both;
}

.reviews-block h2 {
    font: 40px/50px 'Roboto Condensed', Arial, Helvetica, sans-serif;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin: 0px 0px 35px;
    text-align: center;
}

.reviews-block .box {
    overflow: hidden;
    border: 1px solid rgb(255, 255, 255);
    padding: 24px 30px 32px;
    background: url('../img/bg-post.png') repeat-y scroll 0% 0% rgb(255, 255, 255);
    border-radius: 15px;
    margin: 0px 0px 30px;
    box-shadow: 0px 1px 4px rgba(50, 13, 28, 0.75);
    font-style: italic;
}

.reviews-block .img-holder {
    width: 130px;
    float: left;
    text-align: center;
    font: 16px/20px "Trebuchet MS", Helvetica, sans-serif;
    color: rgb(177, 130, 149);
    margin: 5px 40px 0px 0px;
}

.reviews-block .img-holder img {
    vertical-align: top;
    margin: 0px 0px 19px;
}

.reviews-block .img-holder strong {
    color: rgb(72, 39, 52);
    display: block;
}

.reviews-block .holder {
    overflow: hidden;
}

.reviews-block p {
    margin: 0px;
}

.order-block {
    overflow: hidden;
    background: none repeat scroll 0% 0% rgb(93, 27, 54);
    border-radius: 15px;
    padding: 40px 30px;
    height: 502px;
    position: relative;
}

.decoration-02 {
    background: url('../img/decoration-02.png') no-repeat scroll 0% 0% transparent;
    width: 257px;
    height: 448px;
    position: absolute;
    left: 362px;
    bottom: 56px;
}

.price-block {
    background: url('../img/bg-price-block.png') no-repeat scroll 0% 0% transparent;
    width: 365px;
    margin: 74px 0px 0px;
    padding: 34px 85px 0px 0px;
    height: 357px;
    float: left;
    text-align: center;
}

.price-block.index1 {
    padding-top: 50px;
}

.price-block h3 {
    font: 20px/30px 'Roboto Condensed', Arial, Helvetica, sans-serif;
    color: rgb(255, 138, 186);
    text-transform: uppercase;
    margin: 0px 0px 13px;
}

.price-block h3 span {
    display: block;
    margin: -5px 0px 0px;
    font-size: 30px;
    line-height: 40px;
    color: rgb(255, 255, 255);
}

.price-block .price {
    display: block;
    background: url('../img/bg-price.png') no-repeat scroll 0% 0% transparent;
    width: 254px;
    height: 50px;
    margin: 0px auto 14px;
    font: 21px/50px 'Roboto Condensed', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: rgb(122, 0, 57);
    text-align: center;
}

.old-price,
.shipment-price2 {
    display: block;
    text-align: center;
    font: 20px/30px 'Roboto Condensed', Arial, Helvetica, sans-serif;
    color: rgb(255, 138, 186);
    text-transform: uppercase;
}

.shipment-price2 {
    color: #fff;
}

.old-price {
    padding: 0px 0px 13px;
}

.old-price strike {
    display: block;
    font-size: 30px;
    line-height: 32px;
    text-decoration: none;
}

.timer-wrap {
    width: 240px;
    margin: 0px auto;
    padding: 0px 0px 0px 12px;
    overflow: hidden;
    color: rgb(255, 255, 255);
    font: 20px/30px 'Roboto Condensed', Arial, Helvetica, sans-serif;
}

.timer-wrap p {
    display: block;
    margin: -5px 0px 0px;
        font-size: 23px;
    line-height: 33px;
    color: rgb(255, 255, 255);
    font-style: initial;
}

.timer {
    overflow: hidden;
    text-align: center;
}

.timer-desc {
    width: 100%;
    overflow: hidden;
}

.timer-desc div.t {
    display: block;
    float: left;
    width: 64px;
    text-align: center;
    margin: 0px 0px 0px 21px;
    font: italic 12px/16px Georgia, "Times New Roman", Times, serif;
    color: rgb(255, 255, 255);
}

.timer-desc div.t:first-child {
    margin: 0px;
}

.order-form {
    width: 450px;
    float: right;
}

.order-form h3 {
    font: 40px/50px 'Roboto Condensed', Arial, Helvetica, sans-serif;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin: 0px 0px 24px;
    text-align: right;
    padding: 0px 37px 0px 0px;
}

.order-form .box {
    background: none repeat scroll 0% 0% rgb(246, 240, 242);
    border-radius: 5px;
    padding: 55px 31px 65px 0px;
    overflow: hidden;

}

.order-form .frame {
    width: 312px;
    float: right;
}

.order-form .row {
    overflow: hidden;
    padding: 0px 0px 14px;
}

.order-form label {
    float: left;
    font: italic 18px/25px Georgia, "Times New Roman", Times, serif;
}

.order-form select {
    width: 312px;
    font: 16px/20px "Trebuchet MS", Helvetica, sans-serif;
    color: rgb(83, 16, 43);
}

.order-form .holder {
    overflow: hidden;
    padding: 0px 0px 8px 3px;
}

.order-form .info {
    font: italic 12px/16px Georgia, "Times New Roman", Times, serif;
    color: rgb(167, 130, 145);
    float: right;
    margin: 4px 0px 0px;
}

.order-form .text {
    background: url('../img/bg-text.png') no-repeat scroll 0% 0% transparent;
    width: 312px;
    height: 32px;
    overflow: hidden;
}

.order-form .text input {
    background: none repeat scroll 0% 0% transparent;
    border: medium none;
    width: 100%;
    height: 32px;
    font: 16px/32px "Trebuchet MS", Helvetica, sans-serif;
    padding: 0 0 0 11px;
    float: left;
    color: rgb(83, 16, 43);
 
    
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
   background: url('../fonts/sel2.svg') no-repeat scroll 0% 0% transparent;
   border: medium none;
    width: 100%;
    height: 32px;
    font: 16px/32px "Trebuchet MS", Helvetica, sans-serif;
    padding: 0 0 0 11px;
    float: left;
    color: rgb(83, 16, 43);
      background-position-x: 95%;
}

.order-form .block {
    position: absolute;
    color: #fff;
    text-shadow: 0px 0px 15px rgba(255,255,255,2.7);
    font-size: 23px;
    bottom: 80px;
    right: 155px;
  
}


.timer>span{
    text-transform: uppercase;

    font-style: normal;
    display: inline-block;
    margin: 0 2px;
}
.timer>span span{
    display: inline-block;
    background: #fff;
    color: #7a0039;
    font-size: 30px;
    border-radius: 6px;
    width: 35px;
    margin: 0 1px;
    height: 35px;
    line-height: 35px;
    font-family: "Roboto Condensed", sans-serif;
}
select::-ms-expand {
    display: none;
}

.order-form dl {
    width: 290px;
    white-space: nowrap;
    margin: -2px 0px 0px;
    float: left;
    font: italic 18px/25px Georgia, "Times New Roman", Times, serif;
    color: rgb(199, 119, 152);
}

.order-form dl dt {
    width: 200px;
    float: left;
    text-align: right;
    clear: both;
    padding: 0px 3px 0px 0px;
}

.order-form dl dd {
    color: rgb(255, 255, 255);
    float: left;
    margin: 0px;
}

.btn-search {
    border: medium none;
    background: url('../img/btn-order.png');
    width: 171px;
    height: 50px;
    line-height: 50px;
    font-family: "Roboto Condensed", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    overflow: hidden;
    float: right;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    text-align: center;
    border-radius: 20px;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    position: absolute;
    top: -120%;
    right: -35px;

}
.btn-search:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
#footer {
    overflow: hidden;
    padding: 30px 0px;
    font: 12px/20px "Trebuchet MS", Helvetica, sans-serif;
    color: rgb(190, 104, 139);
    text-align: center;
}

#footer p {
    margin: 0px;
}

#footer address {
    font-style: normal;
}

.jcf-hidden {
    display: block ! important;
    position: absolute ! important;
    left: -9999px ! important;
}

.select-area {
    background: url('../img/bg-select.png') no-repeat scroll 0% 0% transparent;
    height: 32px;
    position: relative;
    overflow: hidden;
    cursor: default;
    float: left;
    font: 16px/32px "Trebuchet MS", Helvetica, sans-serif;
}

.select-area .center {
    white-space: nowrap;
    padding: 0px 11px;
}

/* ::::: http://c.rosgrudi.com/css/timer.css ::::: */

#timer {
    position: relative;
}

.cntSeparator {
    font-size: 1px;
    color: rgb(0, 0, 0);
    height: 100%;
    padding: 0px 10px 0px 4px;
    margin: 0px;
    background: url('../img/separator-01.png') no-repeat scroll 3px 10px transparent;
}

.jcf-unselectable {
    -moz-user-select: none;
}