/*
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'PT Sans', sans-serif;
*/
.product {
    display: none;
    text-align: center;
}
.product img {
    width: 250px;
}
.wrap-cdt {
    margin:10px 0;
}
/* clearfx */
.clearfx {
    clear: both;
}
.clearfx::after {
    content: '';
    display: table;
    clear: both;
}
html{ min-height:100%; }

body { font-family: 'PT Sans', arial, sans-serif; background:#fff; color:#000; margin:0; padding:0; }

h1, h2, h3, h4, h6 { margin:1em 0 .5em 0; line-height:1.2em; font-weight:300; font-family: "Roboto", Verdana, arial, sans-serif; }
h5 { margin:-1.2em 0 .5em 9em; line-height:1.3em; font-weight:300; font-family: "Roboto", Verdana, arial, sans-serif; }


h1 { font-size:32px; line-height: 38px; padding: 0px 0px 26px 0px; text-align:center; text-transform: uppercase; font-weight: bolder; }
h2 { font-size:1.6em; }
h3 { font-size:1.4em; color:#fcf4d0;}
h4 { font-size:1.2em; }
h5 { font-size:3.5em; text-transform: uppercase; font-weight: bolder; }

i { font-style: italic; }
b { font-weight: bold; }

ul, ol { margin-left:2em; }
ul { list-style: disc; }
ol { list-style-type: decimal; }
li { margin-bottom:1em; line-height:1.2em; }

p { line-height: 1.2em; margin-bottom:1.25em; }
p, ul, ol { font-size:1em; }

table td { vertical-align:top; padding:10px; }

blockquote { font-weight:600; margin:2em 0 2em 0; padding:1em; font-size:1.2em; font-family: 'Roboto', sans-serif; }
blockquote p { margin:0; }


a:link, a:visited { color:#0055cc; }
a:hover { color:#c00000; }

.foto-frame {display:inline-block; background: #f4f4f6; padding:10px; margin:15px 15px 15px 0; -webkit-box-shadow: 0px 0px 14px rgba(50, 50, 50, 0.3); box-shadow: 0px 0px 14px rgba(50, 50, 50, 0.3);}
.foto-frame img {-webkit-box-shadow: 0px 0px 14px rgba(50, 50, 50, 0.2); box-shadow: 0px 0px 14px rgba(50, 50, 50, 0.2);}

.video-frame {border:1px solid #ddd; display:inline-block; background: #f4f4f6; padding:10px; margin:0 15px 15px 0; -webkit-box-shadow: 0px 0px 14px rgba(50, 50, 50, 0.3); box-shadow: 0px 0px 14px rgba(50, 50, 50, 0.3);}
.video-frame iframe {-webkit-box-shadow: 0px 0px 14px rgba(50, 50, 50, 0.2); box-shadow: 0px 0px 14px rgba(50, 50, 50, 0.2);}

.ico-circle {margin-left:-13px; padding:10px; height:250px; width:250px; background-color:#d4d4d4; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; box-shadow: 1px 3px 10px #666;}
.ico-circle img {-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; height:230px; width:230px;}



.wrap { margin:0 auto; width: 970px; }
.clear { clear: both; height: 0; overflow: hidden; }


/* Смысловые блоки  */
.structblock { width:100%; }
.structblock:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.structblock .col     { float:left; }
.structblock .left    { float:left; }
.structblock .center  { float:left; }
.structblock .right   { float:left; }

/* Блок с двумя колонками */
.structblock.col2 {  }
.structblock.col2 .left, .structblock.col2 .right, .structblock.col2 .col { width:50%; }

/* Блок с тремя колонками */
.structblock.col3 {  }
.structblock.col3 .left, .structblock.col3 .center, .structblock.col3 .right, .structblock.col3 .col { width:33%; }

/* Блок с 4 колонками */
.structblock.col4 {  }
.structblock.col4 .left, .structblock.col4 .center, .structblock.col4 .right, .structblock.col4 .col { width:25%; }


.structblock .col p { margin-right:15px; }



/* Шапка */
header { border-top:1px solid #45a80d; width:100%; background:url('../img/headerbg2.jpg') center top no-repeat;}
header h1, header h2 { margin:0; }
header h1 { margin-top:100px; text-align:left; color:#901e0f; text-transform: uppercase; font-size:4em; }
header h5 {  text-align:left; color:#901e0f; text-transform: uppercase; font-size:3.5em; }
header h2 { margin-left:350px; color:#08710c; text-transform: uppercase; font-weight:600; font-size:1.6em; }
header p.memo { margin:30px 0 0 350px; font-size:1.4em; font-family: "Roboto Condensed"; }


header .panel { margin:10px 0 0; padding:15px 0; background:#fefaef; }
header .panel h1 { margin-top:0; color:#111; text-align: center; font-size:1.4em; }

.action { margin:0; width:280px; padding:0 0 13px 0; text-align: center; background:none; position: relative; z-index: 1;}

.action::before,
.action::after {
    content: '';
    position: absolute;
}
.action::before {
    background: #ffc001;
    background: -moz-linear-gradient(top,  #ffc001 0%, #fde101 50%, #fec400 100%);
    background: -webkit-linear-gradient(top,  #ffc001 0%,#fde101 50%,#fec400 100%);
    background: linear-gradient(to bottom,  #ffc001 0%,#fde101 50%,#fec400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc001', endColorstr='#fec400',GradientType=0 );

    width: 335px;
    height: 53px;
    top: -11px;
    left: -27px;
    z-index: -2;

    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
}
.action::after {
    top: -6px;
    left: -22px;
    width: 324px;
    height: 40px;
    border: 1px dashed rgba(0, 0, 0, 0.5);
    z-index: -1;
}


.orderoffer { margin:0 ; padding:14px 0 0 0; width:280px; background:none; }
.orderoffer .price { margin:0 0 15px; text-align:center; font-size:2em; font-weight:bold; font-family: "Roboto Condensed";  }

/* Главная */
.sec_main { }



.img { color:#111; width:80%; height:300px; background:#fff; border:1px dashed #666; }


/* Что говорят врачи */
.sec_doctor { background:#b7d274; padding:40px 0 35px 0; }
.sec_doctor h1 { margin-top:10px; }

/* СПЕЦ ПРЕДЛОЖЕНИЕ */
.sec_spec {padding:40px 0 35px 0; }
.sec_spec h1 { margin-top:10px; }

/* Чем опасен диабет  */
.sec_danger { padding:25px 0; background:#a82f2f; color:#fff; }
.sec_danger h1, .sec_danger h3 { color:#fff000; margin-top:0; font-weight: bolder; text-transform: uppercase; }
.sec_danger h1 { margin-bottom:1em; }

/* Отзывы */
.sec_testimonials { }
.testimonial { background:#f6ebce url('../img/testimonialbg.jpg') 0 0 no-repeat; margin:0 0 2em 0; padding:30px 30px; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; }
.testimonial .author { text-align:right; margin-bottom:0; font-style:italic; }


/* Для кого предназначен чай*/
.sec_portrait { padding:25px 0; background:#fff; }



/* Остерегайтесь подделок*/
.sec_warning { margin-bottom: 0 !important; background:#fff; }



/* Успей купить со скидкой*/
.sec_orderform { padding:25px 0; background:#fff; }
.sec_orderform h1 { padding:20px; background:#fff000; color:#000;}
.sec_orderform p { margin:0; }
.sec_orderform .price { font-size:2em; font-weight:bold; font-family: "Roboto Condensed"; }






.buybtn { font-size:24px; text-align: center; cursor:pointer; max-width: 100%; border-radius:0px;
    line-height: 28px; letter-spacing: -0.3px;
	border:1px solid #df0909; padding: 15px 10px 15px 10px; text-transform: uppercase; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #f62b2b; background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
 background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
 background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
 background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
 background-image: -o-linear-gradient(top, #f62b2b, #d20202);
 background-image: linear-gradient(to bottom, #f62b2b, #d20202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202); }

 .buybtn:hover { border:1px solid #b30808;
 background-color: #e40a0a; background-image: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#9f0202));
 background-image: -webkit-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -moz-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -ms-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -o-linear-gradient(top, #e40a0a, #9f0202);
 background-image: linear-gradient(to bottom, #e40a0a, #9f0202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e40a0a, endColorstr=#9f0202);}


.buybtn a { color:#fff; }

/* Подвал */
footer { border-top:2px solid #cc1e20; margin:40px auto 0; text-align:center; font-size:.9em; padding:20px 0; }

footer p { margin:0; line-height:1.2em;}

.form{
	margin-bottom: 20px !important;
	width: 650px;
}

form dl{
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 8px;
	margin-top: 0px;
}

form dt,
form dd{
    display: table-cell;
    vertical-align: middle;
}

form dt{
	text-align: right;
	padding-right: 10px;
	color: #333;
	width: 270px
}

form input[type="text"],
form input[type="tel"],
textarea,
select{
	font: 16px/34px Arial;
	height: 34px;
	border: 1px solid #7F9DB9;
	padding: 0 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 300px;
    float: none;
}

select{
	padding-right: 0;

}

.order{
	font: 26px/30px Arial;
	background: url('../img/bg_btn.png') #9EB60A top repeat-x;
	color: #FFF;
	padding: 16px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: -1px -1px #6D8607;
	display: inline-block;
	font-weight: bold;
	margin: 10px auto 0;
	border: 0;
	cursor: pointer;
}

/* Confident window */
.confident-link{cursor:pointer;font-size:12px;line-height:12px;text-decoration:underline;margin:10px 0 0;}
.confident-link:hover{text-decoration:none;}
.hidden-conf{display:none;}
.conf-overlay{position: fixed;width:100%;height:100%;top:0;left:0;z-index:9999;background:#000;cursor:pointer;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";filter: alpha(opacity=90);-khtml-opacity: 0.9;opacity: 0.9;}
.conf-info{position: relative;cursor: default;max-width: 800px;padding: 30px 30px;color: #000;z-index: 9999;text-align: left;background: #fff;border-radius: 6px;position: fixed;top: 8%;left: 50%;margin: 0 0 0 -420px;}
.conf-info .conf-head{font:30px/30px 'arial', sans-serif;margin:0 0 16px;}
.conf-info h5{font:bold 18px/18px 'arial', sans-serif !important;margin:16px 0 6px !important; color: #000 !important;}
.conf-info p{font:13px/15px 'arial', sans-serif;margin:0 0 8px;}
.closeconf-but{position:absolute;top:20px;right:20px;height:29px;width:29px;cursor:pointer;background:url(../img/close-conf.png) no-repeat;}

.landing___price__currency{ font-size: 0.6em!important;}

header,
.sec_ {
    margin-bottom: 30px;
}
.bl5 {
    margin-bottom: 0;
}
center {
    margin-bottom: 30px;
}

.top-slug {
    background: rgba(2, 150, 72, 0.8);
    width: 100%;
    padding: 5px 0 7px;
    overflow: hidden;
    margin-bottom: 253px;
}
.top-slug h2 {
    color: #fff;
    font-size: 1.6em;
    font-weight: normal;
    text-align: center;
    letter-spacing: -1px;

    text-shadow:            0px 0px 10px rgba(255, 229, 0, 0.3);
    -moz-text-shadow:       0px 0px 10px rgba(255, 229, 0, 0.3);
    -webkit-text-shadow:    0px 0px 10px rgba(255, 229, 0, 0.3);
}

#info {
    background: rgba(255,255,255, 0.8);
    display: inline-block;
    width: 622px;
    margin-left: 4px;
    position: relative;
}
#info::before {
    background: url(../img/goods-h.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    content: '';
    position: absolute;
    top: -207px;
    right: -306px;
    width: 250px;
    height: 345px;
    z-index: 7;
}
#info .secret {
    padding: 4px 0;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding-left: 114px;
}
#info .arrow-text {
    position: absolute;
    display: inline-block;
    top: 55px;
    left: -109px;
    width: 764px;
    overflow: hidden;
}
#info .patches {
    background: #029648;
    z-index: 5;
    position: relative;
    margin-left: 87px;
    padding: 6px 0 7px 58px;
    color: #fff;
    font-size: 31px;
    letter-spacing: 1.8px;
}
#info .patches::before {
    content: "";
    background: #029648;
    width: 300px;
    height: 50px;
    position: absolute;
    left: -137px;
    top: 0;
    bottom: 0;
    z-index: -1;
    -moz-transform:     rotate(-54deg);
    -webkit-transform:  rotate(-54deg);
    transform:          rotate(-54deg);
}
#info .mask {
    padding-left: 106px;
    overflow: hidden;
    position: relative;
    z-index: 6;
}
#info .mask::before {
    content: "";
    background: #fff;
    width: 300px;
    height: 80px;
    position: absolute;
    left: -90px;
    top: 35px;
    bottom: 0px;
    z-index: -1;
    -moz-transform:     rotate(-41.7deg);
    -webkit-transform:  rotate(-41.7deg);
    transform:          rotate(-41.7deg);
}
#info h1 {
    background: #fff;
    margin-top: 0;
    z-index: 5;
    padding: 4px 0 4px 5px;
    font-size: 66px;
    line-height: 66px;
    letter-spacing: -0.1px;
    color: #075626;
    font-family: 'Roboto', sans-serif;
}
#info .medic {
    margin: 160px 0 11px 0;
    color: #010101;
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 37px;
    width: 540px;
    line-height: 24px;
    letter-spacing: 1.7px;
    font-size: 22px;
}
#info .recovery {
    background: #029648;
    width: 565px;
    position: relative;
    margin-left: 0;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: -0.3px;
    font-size: 26px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    padding: 14px 20px 14px 20px;
}
    #info .recovery::before {
        background: url(../img/arrow-1.png) 0 0 no-repeat;
        background-size: cover;
        width: 27px;
        height: 49px;
        content: '';
        position: absolute;
        top: -1px;
        right: -25px;
    }

#info ul {
    list-style: none;
    margin-top: 15px;
    margin-left: 22px;
}
#info li {
    padding-left: 23px;
    position: relative;
    font-size: 20px;
    line-height: 22px;
    color: #010101;
    letter-spacing: 0.4px;
    margin-bottom: 5px;
}
#info li::before {
    background: url(../img/separ.png) no-repeat;
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 21px;
    height: 24px;
}

header .wrap {
    position: relative;
}

header .sale {
    width: auto;
    position: absolute;
    top: 110px;
    right: 27px;
    z-index: 10;
    background: #fff;
    padding: 24px 21px 24px 19px;

    -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.4);
}
header .sale center {
    margin-bottom: 0;
}

.sec_orderform center {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
}
.sec_orderform center::before {
    background: url(../img/googs-b.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: -10px;
    left: 55px;
    width: 230px;
    height: 214px;
    content: "";
    z-index: 2;
}

.sec_orderform .full-p {
    position: absolute;
    font-size: 28px;
    top: 90px;
    right: 167px;
}
.sec_orderform .act-p {
    position: absolute;
    font-size: 36px;
    font-weight: bold;
    top: 130px;
    right: 187px;
}

.sec_orderform .sec-sale {
    position: absolute;
   top: 41px;
   left: 271px;
   color: #fff;
   font-size: 42px;
   text-transform: uppercase;
   font-weight: bold;
   letter-spacing: 1.8px;
   -webkit-text-shadow: 4px 3px 6px #000;
   text-shadow: 4px 3px 6px #000;

}
.sec_orderform .sec-sale span.discount {
    position: absolute;
    top: -26px;
    right: -342px;
    color: #E6FF00;
    font-size: 26px;
    text-transform: uppercase;
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-6deg);
}
.sec_orderform h3 {
    position: absolute;
    top: 70px;
    left: 271px;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-text-shadow: 0px 1px 6px #000;
    text-shadow: 0px 1px 6px #000;
}
.sec_orderform h2 {
    position: absolute;
    top: 80px;
    left: 273px;
    font-size: 47px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    -webkit-text-shadow: 0px 1px 6px #000;
    text-shadow: 0px 1px 6px #000;
}

.conf-head {
    color:  #010101 !important;
    text-decoration: none;
}
.conf-head:hover {
    text-decoration: underline;
}


#form-main center {
    margin-bottom: 0;
}

.laoChan {
    font-size: 18px;
    line-height: 23px;
}
.laoChan span {
    display: block;
    font-weight: bold;
}

.sec_doctor img {
    margin-bottom: 15px !important;
}
.sec_doctor i {
    display: block;
}

@media screen and (max-width: 999px){
    .wrap {
      width: 748px;
    }

    header {
        overflow: hidden;
        margin-bottom: 15px;
    }

    header .wrap.index2 {
      padding-bottom: 385px;
    }
    .top-slug h2 {
      font-size: 1.3em;
    }

    #info {
      margin: 0 auto;
      display: table;
      width: 500px;
    }
    #info .arrow-text {
      left: -95px;
      width: 670px;
    }
      #info .secret {
          padding-left: 20px;
      }
      #info .patches {
          padding-left: 27px;
          font-size: 26px;
      }
      #info h1 {
          font-size: 55px;
          line-height: 55px;
      }

      #info::before {
          top: -274px;
          right: -114px;
          width: 250px;
          height: 320px;
      }

    header .sale {
      top: auto;
      bottom: -25px;
      right: auto;
      left: 50%;
      transform:          translate(-50%, 0);
      -webkit-transform:  translate(-50%, 0);
      -moz-transform:     translate(-50%, 0);
    }

    .structblock.col2 .left, .structblock.col2 .right, .structblock.col2 .col {
        width: 100%;
    }
    .structblock .col p {
        margin-right: 0;
    }
    .structblock .col img {
        display: table;
        margin: 0 auto 10px;
    }

    .sec_orderform img {
        width: 100%;
        display: block;
    }

    h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .sec_ {
        margin-bottom: 30px;
    }

    .sec_orderform center::before {
        left: -10px;
    }

    .sec_orderform .sec-sale {
        left: 204px;
        font-size: 36px;
    }

    .sec_orderform h3 {
        top: 85px;
        left: 204px;
        font-size: 19px;
    }
    .sec_orderform h2 {
        top: 112px;
        left: 206px;
        font-size: 40px;
    }
    .sec_orderform .full-p {
        top: 80px;
        right: 75px;
    }
    .sec_orderform .act-p {
        top: 115px;
        right: 75px;
    }
    .sec_orderform center {
        margin-bottom: 70px;
    }
    .sec_warning {
        padding-top: 0;
    }
    .bl5, .bl1 {
        margin-bottom: 0;
    }
    .sec_doctor h1 {
        text-align: center !important;
        font-size: 22px;
    }
    .sec_doctor {
        padding-top: 15px;
        padding-bottom: 0;
    }
    #info .medic {
        margin-top: 129px;
    }
    .foto-frame {
        margin-right: 0;
    }
    .prod {
        margin-top: 13px;
    }
    .bl2 {
        margin-bottom: 15px;
    }
    .bl3 img {
        margin-bottom: 20px !important;
    }
} /* 999 */


@media screen and (max-width: 767px){
    .sec_doctor h1 {
        padding: 0 14px 30px;
    }
    h1 {
        font-size: 19px;
        line-height: 24px;
    }

    .wrap {
      width: 460px;
    }

    #info::before, #info .patches::before, #info .mask::before, #info .recovery::before, .аttention,.sec_orderform h3,.sec_orderform h2 {
        display: none;
    }

    #info {
        width: 100%;
        padding-bottom: 20px;
    }
    #info .arrow-text {
        top: 70px;
        left: -5px;
        width: calc(100% + 10px);
    }
    #info .patches {
        margin-left: 0;
        padding-left: 0;
        text-align: center;
    }
    #info .mask {
        padding-left: 0;
    }
    #info h1, #info .secret {
        padding-left: 0;
        text-align: center;
    }
    #info .medic {
        width: 100%;
        padding-left: 20px;
        font-size: 20px;
        margin-top: 132px;
    }
    #info .recovery {
        width: 100%;
        font-size: 20px;
    }
    #info ul {
        margin-left: 18px;
    }

    .modal-block {
        width: 460px !important;
    }
    .structblock .col img {
        max-width: 100%;
    }

    .sec_testimonials .testimonial p {
        margin-bottom: 5px;
    }
    .testimonial {
        padding: 15px;
    }
    .sec_doctor {
        padding-top: 15px;
        padding-bottom: 0;
    }
.sec_orderform center{position:relative;}
    .sec_orderform center::before {
        margin-left: 132px;
        margin-top: 249px;
    width: 200px;
    height: 200px;
    }
    .sec_orderform .sec-sale span.discount {
        top: -12px;
        right: -41px;
    }
    .sec_orderform .full-p {
        top: 50px;
        right: 45px;
    }
    .sec_orderform .act-p {
        top: 64px;
        right: 100px;
    }
    .form {
        width: 100%;
    }
    form dt, form dd {
        display: table;
        margin: 0 auto;
        width: auto;
    }
    .sec_orderform {
        padding-bottom: 140px;
    }
    li {
        margin-bottom: 10px;
    }
    form dt {
        width: 290px;
        text-align: left;
        margin-bottom: 5px;
    }
    form dt br {
        display: none;
    }
} /* 767 */

@media screen and (max-width: 479px){
    header {
        -ms-background-position-x: 39%;
        background-position-x: 39%;
    }
    header, .sec_, center {
        margin-bottom: 20px;
    }
    h1 {
        padding-bottom: 20px;
    }
    .bl2, .bl5, .sec_testimonials {
        margin-bottom: 0;
    }
    .wrap {
      width: 300px;
    }
    header .sale {
        padding-right: 10px;
        padding-left: 10px;
    }
    .action::before {
        width: 310px;
        left: -15px;
    }
    .action::after {
        left: -11px;
        width: 300px;
    }
    .top-slug {
        margin-bottom: 180px;
    }
    .top-slug h2 {
        font-size: 1em;
    }
    #info .secret {
        font-size: 15px;
        padding: 7px 0 6px;
    }
    #info .patches {
        font-size: 18px;
    }
    #info h1 {
        font-size: 36px;
        line-height: 36px;
    }
    #info .medic {
        font-size: 16px;
        margin-top: 100px;
    }
    #info li {
        font-size: 16px;
        padding-left: 27px;
    }
    #info ul {
        margin-top: 10px;
        margin-left: 10px;
    }
    .laoChan {
        font-size: 16px;
        margin-bottom: 0;
    }
    .testimonial{
        padding-bottom: 8px;
    }
    .testimonial p {
        font-size: 14px;
    }
    .result {
        font-size: 1em !important;
    }
    .sec_orderform img {
        position: absolute;
        width: auto;
        top: -42px;
        left: -355px;
    }
    .time-out {
        margin-top: 146px !important;
    }
    .sec_orderform .sec-sale span.discount {
        top: -60px;
        right: -16px;
        font-size: 40px;
    }
    .sec_orderform center::before {
        left: -90px;
        top: -130px;
    }
    .sec_orderform .act-p {
        top: 75px;
        right: 35px;
    }
    footer {
        margin-top: 30px;
        padding: 15px 0;
    }
    ul, ol {
        margin-left: 20px;
    }
    .sec_orderform {
        overflow: hidden;
    }
} /* 479 */

.sale-rub-wrap {
    padding-top: 73px;
    height: 300px;
    position: absolute;
    top: 11%;
    left: 50%;
    width: 282px;
    z-index: 99;
    background-size: 85%;
}

.sale-rub-wrap-text1 {
    position: absolute;
    top: 129px;
    left: 119px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

.sale-rub-wrap-text2 {
    position: absolute;
    top: 147px;
    left: 118px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.sale-rub-wrap-text3 {
position: absolute;
    top: 168px;
    left: 114px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.sale-rub-wrap-text4 {
    position: absolute;
    top: 183px;
    left: 132px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
}

.price_main {
    color: #FFB921;
    font-weight: bold;
    font-size: 25px;
}

.price_main_value {
        color: #FFB921;
    font-weight: bold;
    font-size: 18px;
}

.price_main_currency {
        color: #FFB921;
    font-weight: bold;
    font-size: 21px!important;
        text-align: center;
}

@media screen and (max-width: 999px) {
   .sale-rub-wrap {
    padding-top: 73px;
    height: 300px;
    position: absolute;
    top: 10%;
    left: 43%;
    width: 250px;
    z-index: 99;
    background-size: 70%;
}

.sale-rub-wrap-text1 {
    position: absolute;
     top: 104px;
    left: 131px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
}

.sale-rub-wrap-text2 {
    position: absolute;
    top: 116px;
    left: 118px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.sale-rub-wrap-text3 {
position: absolute;
    top: 137px;
    left: 114px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.sale-rub-wrap-text4 {
    position: absolute;
        top: 152px;
    left: 124px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.price_main {
    color: #FFB921;
    font-weight: bold;
    font-size: 25px;
}

.price_main_value {
        color: #FFB921;
    font-weight: bold;
    font-size: 18px;
}

.price_main_currency {
        color: #FFB921;
    font-weight: bold;
    font-size: 25px;
}
}



.sale-rub-block {
    padding-top: 73px;
    height: 300px;
    position: absolute;
    top: 47%;
    left: -5%;
    width: 282px;
    z-index: 99;
    background-size: 67%;
}

.sale-rub-block-text1 {
    position: absolute;
    top: 108px;
    left: 121px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
}

.sale-rub-block-text2 {
    position: absolute;
    top: 119px;
    left: 122px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.sale-rub-block-text3 {
   position: absolute;
    top: 137px;
    left: 124px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

.sale-rub-block-text4 {
    position: absolute;
    top: 156px;
    left: 125px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
}

.price_main {
    color: #FFB921;
    font-weight: bold;
    font-size: 12px;
}


.price_main_value {
        color: #FFB921;
    font-weight: bold;
    font-size: 18px;
}

.price_main_currency {
        color: #FFB921;
    font-weight: bold;
    font-size: 25px;
}


@media screen and (max-width: 767px) {
    .sale-rub-wrap {
        display: none;
    }
    .product {
        display: block;
    }

    .sale-rub-block {
    padding-top: 73px;
    height: 300px;
    position: absolute;
    top: 47%;
    left: -28%;
    width: 282px;
    z-index: 99;
    background-size: 67%;
}
}


@media screen and (max-width: 567px) {

    
}


@media screen and (max-width: 479px) {

    .sale-rub-block {
        display: none;

}
.sec_orderform {
    padding-bottom: 0px;
}
}

.price-color-new span {
    color: red;
    font-size: 30px;
}

.price-color-new {
    color: red;
    font-size: 28px;
}

.price-color-old span {
    color:  black;
    font-size: 25px;
    text-decoration: line-through;
    margin-left: 10px;
}


.sale-rub-mob {
    display: none;
}


@media screen and (max-width: 479px) {

.sale-rub-mob {
    display: block;
    padding-top: 73px;
    height: 200px;
    margin-top: 93px;
    margin-bottom: 42px;
    position: relative;
     width: 282px;
    z-index: 99;
    background-size: 67%;
}

.sale-rub-mob-text1 {
    position: absolute;
    top: 108px;
    left: 128px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
}

.sale-rub-mob-text2 {
    position: absolute;
    top: 119px;
    left: 130px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.sale-rub-mob-text3 {
   position: absolute;
    top: 137px;
    left: 115px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.sale-rub-mob-text4 {
    position: absolute;
    top: 153px;
    left: 120px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

}
