html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	
	
}


body {
	font-family: 'Roboto Condensed', 'Roboto', sans-serif;
}
.clearfix::after { 
content: ""; 
display: table; 
clear: both; 
} 
* {box-sizing: border-box;}
.wrapper {
	max-width: 1000px;
	margin: 0 auto;
}
header {
background-color: #be203c;
padding: 15px 0;
}

.header--logo {
	display: inline-block;
	vertical-align: middle;
	margin-right: 24px;
}
.header--description {
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	vertical-align: middle;
	color: white;
}

.header--description--yellow {
	color: #ffe762;
}


/******  CAUSES *******/

.causes {
	background: #f8e6af url('../img/causes.jpg');
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

.causes--block1--subtitle {
	font-size: 49px;
	font-weight: 700;
	line-height: 57px;
	padding-left: 135px;
	padding-top: 40px;
	text-transform: uppercase;
}
.causes--block1--subtitle2 {
	font-size: 82px;
	font-weight: 700;
	color: #ff0000;
	text-transform: uppercase;
	    line-height: 65px;
}

.causes--block1--subtitle3 {
	font-size: 178px;
	font-weight: 700;
	padding-left: 240px;
	color: #ff0000;
	text-transform: uppercase;
	line-height: 156px;
	position: relative;
}

.causes--block1--subtitle3::after{
    content: '';
    position: absolute;
    background-image: url(../img/causes-close.png);
    height: 138px;
    width: 130px;
    top: 10px;
    left: 85px;
}

.causes--block1--list1{
	margin-top: 12px;
	display: inline-block;
	width: 26%;
	font-size: 18px;
	    vertical-align: top;
	    margin-right: 41px;	
}
.causes--block1--list1--item{
	padding-top: 20px;
	position: relative;
	    padding-left: 43px;

}
.causes--block1--list1--item::after{
    content: '';
    position: absolute;
    background-image: url(../img/causes--ok.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    top: 21px;
    left: 0px;
}
.block1--list1--item--red {
	color: #be203c;
	font-weight: 700;
	font-size: 18px;
}

.causes--block1--list2{
	margin-top: 12px;
	display: inline-block;
	width: 26%;
	font-size: 19px;
	    vertical-align: top;
}

.causes--block1--list2--item{
	padding-top: 20px;
	position: relative;
	    padding-left: 43px;
	
}
.causes--block1--list2--item::after{
    content: '';
    position: absolute;
    background-image: url(../img/causes--ok.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    top: 21px;
    left: 0px;
}
.causes--block2{
	    margin-top: 113px;
}
.block1--list2--item--red{
	color: #be203c;
	font-weight: 700;
}
.causes--item_text{
	border-bottom: 2px solid #dfce9a;
	padding-bottom: 20px;		
}

.causes--item_none{
	border:none;
}


.causes--block2--left {
	width: 69%;
	    display: inline-block;
    vertical-align: top;
}
.causes--block2--left--sentence {
	position: relative;
}
.causes--block2--left--sentence__item {
    font-size: 28px;
    color: white;
    background-color: red;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
  
    padding: 5px;
    width: 30%;
        
}
.causes--block2--left--date {
	font-size: 48px;
	font-weight: 400;
	color: white;
	line-height: 46px;
	padding-top: 10px;
	padding-bottom: 12px;
	  width: 30%;
	  	text-transform: uppercase;
	   
	
}



.causes--left--date--yellow{
	font-size: 50px;
	color: #ffc000;
	font-weight: 700;
	  width: 30%;

}
.causes--block2--price {
	padding: 5px;
	border: solid 2px #ffc000;
	text-align: center;
	  width: 36%;
	
}

.causes--block2--price--item{
	font-size: 27px;
	font-weight: 700;
	color: white;
	line-height: 23px;
	text-transform: uppercase;

}
.causes--price--item_color {
	font-size: 40px;
	color: #ffc000;
	line-height: 43px;
}
.causes--block2--left--product{
	    position: absolute;
    right: 26px;
    top: 54px;
}
.causes--block2--left--product img{
	width: 90%;
}

.causes--block2--left--timer {
	    width: 43%;
    text-align: center;
    margin-top: 39px;
    display: inline-block;
        vertical-align: middle;
}
.landing__countdown span {
	    font-size: 45px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    
    padding: 10px 19px;
    background-color: white;
    border: solid 2px black;
    border-radius: 8px;
    margin-right: 7px;
	}
span.minutes{
	position:relative;
	 padding: 5 10px; 
	 } 
span.minutes:after, span.minutes:before{
    position:absolute;
    content:':';
    top:0;
}
span.minutes:before{
    left:-13px;
    top: 6px;
}
span.minutes:after{
    right:-13px;
     top: 6px;
}
.timer--text {
	display: inline-block;
	font-size: 17px;
	font-weight: 400;
	margin-right: 49px;
}
.timer--text:last-child {
	margin-right: 0;
}
.block2--left--timer--subtitle {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 8px;
}

.causes--block2--left--packs{
	display: inline-block;
	    vertical-align: middle;
	    font-size: 18px;
	    padding-top: 18px;
	    color: white;
    width: 35%;
}
.block2--packs--item{
	font-weight: 700;
}
.block2--left--packs--yellow
 {
 	font-weight: 700;
 	color: #ffc000;

 }

.causes--block2--right {
	width: 30%;
	display: inline-block;
    vertical-align: top;
        
    margin-top: 8px;
}


.causes--block2--order--caption{
	background-color: #f5f5f5;
}
.order--caption--item{
	font-size: 30px;
	color: #ff6700;
	font-weight: 300;
	text-align: center;
	padding: 5px 0;
	text-transform: uppercase;
}

.causes--block2--order {
	background-color: #eeeeee;
	padding: 5px;
}
.causes--block2--order--item {
	font-size: 20px;
	font-weight: 700;
	color: black;
	display: block;
	padding: 5px 0;
	text-transform: uppercase;

}
.causes--order--input {
height: 60px;
    display: block;
    width: 100%;
    border: solid 1px #d1d1d1;
    font-size: 22px;
    padding-left: 10px;

}
.causes--order--button {
	    font-size: 22px;
    font-weight: 400;
    color: white;
    background-color: #ff6c00;
    text-transform: uppercase;
    border-style: solid;
    border-width: 0px;
    padding: 13px;
  width: 100%;
  margin-top: 5px;
}
.order--button--stock{
        padding: 3px;
    text-align: center;
}




/*/******Description*****/
.description {
	background-color: #c11b1b;
	background-image: url('../img/description--bg.png');
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.description--block{
	width: 50%;
	float: right;
	text-align: left;
	padding-bottom: 80px;
}

.description--block--caption{
	font-size: 37px;
	font-weight: 700;
	text-transform: uppercase;
	color: white;
	padding-top: 50px;
}

.description--block--color{
	color: #ffec16;
}
.description--block--text {
	padding-top: 24px;
	font-size: 19px;
	font-weight: 400;
	color: white;
	line-height: 27px;
}
.description--yellow{
	color: #ffec16;
	text-transform: uppercase;
}


/*********Forever*/

.forever {
	background-color: #f3f3f3;
	background-image: url('../img/forever--bg.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.forever--left--caption--product {

	padding-bottom: 21px;
}
.forever--left--caption {
	font-size: 47px;
	line-height: 48px;
	text-transform: uppercase;
	padding-bottom: 22px;
	font-weight: 700;
}
.left--caption--green {
	color: #0e9f0b;
}
.forever--left--text{
	font-size: 19px;
	font-weight: 400;
	line-height: 27px;
}

.forever--text--green {
	color: #0e9f0b;
    font-weight: 700;   
}

.forever--block--left {
	float: left;
	width: 47%;
	margin-top: 44px;
}

.forever--block--right{
	float: right;
	width: 51%;
	margin-top: 44px;
}

.block--right--main{
	padding: 15px;
	border: solid 5px white;
	font-size: 19px;
	font-weight: 400;
	line-height: 27px;
}
.forever--right--text--subtitle {
	font-weight: 700;
}
.forever--right--text {
	padding-top: 24px;
	padding-left: 37px;
	position: relative;
}

.forever--right--text::after{
    content: '';
    position: absolute;
    background-image: url(../img/for--ok.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
       top: 33px;
    left: 3px;
}


.for--product {
	padding-top: 10px;
	padding-bottom: 15px;
}




/****medicine******/

.medicine {
    background: 
        url('../img/brain--bg.png') 5% 59% no-repeat,
        url('../img/medicine--bg.jpg') 50% 0 no-repeat;
   
       
}
/*
.medicine::after{
    content: '';
    position: absolute;
    background: url('../img/brain--bg.png') 10% 0 no-repeat;
    background-size: 100%;
    width: 600px;
    height: 600px;
}

*/
.medicine--main--block {
    width: 50%;
    text-align: left;
    float: right;
    padding-top: 45px;
    margin-bottom: 38px;
}
.medicine--caption {
    font-size: 25px;
    line-height: 27px;
    background-color: white;
    padding: 2px;
        display: inline;
    font-weight: 700;
    margin-top: 45px;
    text-transform: uppercase;
}


.medicine--subtitle {
    padding-top: 15px;
    font-size: 33px;
    line-height: 35px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}

.medicine--subtitle--yellow{
    color: #fff000;
    
}

.medicine--block2 {
    margin-top: 27px;
    background-color: white;
    padding-left: 90px;
    padding-top: 20px;
   position: relative;
}
.medicine--block2::after{
    content: '';
    position: absolute;
    background: url('../img/wiki.png') 10% 0 no-repeat;
    background-size: 100%;
    width: 117px;
    height: 353px;
        top: 24px;
    left: -38px;
}
.medicine--block2--caption {
    font-size: 22px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 700;
}
.medicine--block2--text {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 20px;
}
.medicine--block2--text--green{
    font-weight: 700;
    color: #176d15;
}

.medicine--block2--text:last-child {
	padding-bottom: 45px;
}


/*Step*****/
.steps {
    text-align: center;
}
.steps--logo {
    padding-top: 46px;
    padding-bottom: 25px;
}
.steps--caption {
    font-size: 33px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 700;
    
}
.steps--caption--green {
    color: #0e9f0b;
}

.steps--top {
    margin-top: 70px;
}
.steps--top--item {
    display: inline-block;
    width: 30%;
    vertical-align: top;
   
     margin-right: 30px;
        padding-top: 36px;
    background-image: url('../img/check.png');
    background-repeat: no-repeat;
    background-position: 30% 0;
    
}
.right {
    margin-right: 0px;
}

.steps--bottom {
    margin-top: 50px;
}
.steps--bottom--item {
    display: inline-block;
    width: 30%;
    vertical-align: top;
   
    margin-right: 30px;
        padding-top: 36px;
     background-image: url('../img/check.png');
    background-repeat: no-repeat;
    background-position: 30% 0;
}


.steps--item--caption {
    font-size: 30px;
    background-color: #176d15; 
    display: inline;
       padding: 7px 15px;
    color: white;
}
.steps--item--text {
    padding-top: 25px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
}
.steps--top_next{
    position: relative;
}
.steps--top_next::after{
        content: '';
    position: absolute;
    background: url('../img/step--next.png') 10% 0 no-repeat;
  
    width: 41px;
    height: 27px;
    top: 40px;
    right: -29px;
}

/*******STRAGE*******/
.stage {
    background: #d8ecf3 url('../img/stage--bg.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
    text-align: center;
}

.stage--logo{
   

    padding-top: 40px;
    padding-bottom: 20px;
}
.stage--caption {
    font-size: 39px;
    line-height: 41px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 42px;
   
}
.stage--caption--green {
    color: #176d15;
}

.stage--block{
    display: inline-block;
    vertical-align: top;
        width: 29%;
    text-align: left;
    margin-right: 60px;
    margin-bottom: 50px;
    
}
.stage_next{
    position: relative;
}
.stage_next::after{
    content: '';
    position: absolute;
    background: url(../img/stage--next.png) 10% 0 no-repeat;
    width: 41px;
    height: 32px;
    top: 7px;
    right: -4px;
}

.stage--block:last-child {
	margin-right: 0;
}

.stage--block--caption {
    font-size: 38px;
    font-weight: 400;
    color: #176d15;
    text-transform: uppercase;
    display: inline;
    border: solid 3px white;
    padding: 5px 16px;
    
}
.stage--block--description {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
     color: #176d15;
    padding-top: 25px;
}
.stage--block--totals {
    font-size: 21px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
   padding-top: 30px;
}

/******Composition*/
.composition {
   background-color: #f5f5f5;
    background-image: url('../img/composition--bg.jpg');
   background-repeat: no-repeat;
    padding-top: 30px;
        padding-bottom: 46px;
    font-family: 'Roboto'

}
.composition--left {
    display: inline-block;
    vertical-align: top;
    width: 47%;
}
.composition--right {
    display: inline-block;
    vertical-align: top;
    width: 47%;
}
.composition--item{
    margin-bottom: 10px;
}
.composition--img{
    display: inline-block;
    vertical-align: top;
}
.composition--text{
     display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 68%;
}
.composition--text--name{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.composition--text--item {
      font-size: 17px;
    font-weight: 400;
    line-height: 24px;
}


/*********research*********/
.research {
    background-color: white;
    background-image: url('../img/research--bg.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-top: 40px;
}
.research--block{
    width: 50%;
    float: right;
    text-align: left;
}
.research--caption {
    font-size: 48px;
    line-height: 51px;
    text-transform: uppercase;
    color: #0e9f0b;
    font-weight: 700;
    padding-bottom: 25px;
}
.research--subtitle {
    font-size: 19px;
    line-height: 26px;
    font-family: 'Roboto';
    font-weight: 400;
    padding-bottom: 40px;
    
}
.research--color {
    color: #0e9f0b;
    font-weight: 700;
}

.research--list{
    padding-left: 46px;
      font-size: 18px;
    line-height: 24px;
    padding-bottom: 35px;
    position: relative;
    font-family: 'Roboto';
}
.research--list::after{
    content: '';
    position: absolute;
    background-image: url('../img/research--ok.png');
    top: 1px;
    left: 1px;
    height: 33px;
    width: 33px;
}


/****SPEC********/

.specialist {
     background-color: #e9deb9;
    background-image: url('../img/spec--bg.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
}
.specialist--caption{
    position: relative;
     font-size: 52px;
   text-align: right;
    padding-right: 15px;
    text-transform: uppercase;
   
    font-weight: 700;
    padding-bottom: 15px;
}
.specialist--caption::after{
  content: '';
    position: absolute;
    background-image: url(../img/doc.png);
    width: 417px;
    height: 759px;
    top: 1px;
    left: 30px;
    background-size: 96%;
    background-repeat: no-repeat;
}
.specialist--content {
    background-image: url('../img/box.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 15px;
    padding-left: 440px;
    padding-right: 57px;
        padding-bottom: 23px;
    text-align: left;
    font-family: 'Roboto';
    font-size: 18px;

}
.specialist--content--subtitle {
    font-weight: 700;
    color: #0e9f0b;
    padding-bottom: 20px;
    font-size: 18px;
}
.specialist--content--text{
    padding-bottom: 11px;
    font-weight: 400;
}
.specialist--content--bold{
    font-weight: 700;
}


/*-----REC************/
.recommendation{
    padding-top: 40px;
        padding-bottom: 14px;
    background-color: white;
    background-image: url(../img/rec--bg.png);
    background-position: 90% 0;
    background-repeat: no-repeat;
     font-family: 'Roboto';
        
}
.recommendation--main{
    float: left;
    text-align: left;
    width: 42%;
}
.recommendation--caption {
    font-size: 52px;
    line-height: 54px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 30px;
    font-family: 'Roboto Condensed'
}
.recommendation--color {
    color: #0e9f0b;
}
.recommendation--text{
   
    font-size: 18px;
    line-height: 24px;
}
.recommendation--text_bold{
    font-weight: 700;
}
.recommendation--text2{
   
    padding-left: 75px;
    padding-top: 35px;
    line-height: 24px;
}
.recommendation--icon, .recommendation--icon_2 {
    position: relative;
}
.recommendation--icon::after{
    position: absolute;
    background-image: url(../img/rec-icon1.png);
    background-repeat: no-repeat;
        
    content: '';
       width: 55px;
    height: 50px;
    top: 40px;
    left: 1px;
}
.recommendation--icon_2::after{
     position: absolute;
      background-image: url(../img/rec-icon2.png);
    background-repeat: no-repeat;
    content: '';
      width: 60px;
    height: 60px;
    top: 41px;
    left: 1px;
}


/**********Reviews***************/
.reviews {
    background-color: #e5f1f6;
text-align: center;
    padding-bottom: 120px;
}
.reviews--caption {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 50px;
    padding-bottom: 20px;
}
.reviews--caption--color {
    color: #0e9f0b;
}
.reviews--slider {
    font-family: 'Roboto';
    width: 100%;
}
.reviews--slider--photo{
    padding-bottom: 5px;
}
.reviews--slider--name--line{
    position: relative;
    display: block;
}

.reviews--slider--main:after{
        position:absolute;
        content: '';
        width:100%;
        height:3px;
        background-color: #dcdcdc;
        left:0;
        top:20px;
        z-index:1;
    }
.reviews--slider--line:after{
            position: absolute;
    content: '';
    width: 91%;
    height: 3px;
    background-color: #dcdcdc;
  
    left: 4%;
    top: 20px;
    /
    z-index: 1;
   
    
    }






.reviews--slider--name {
    font-size: 24px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
}
.reviews--slider--name--line{
    position: relative;
}

.reviews--slider--name_color {
    color: #bababa;
}
.reviews--slider--subtitle {
    font-size: 20px;
    line-height: 50px;
    font-weight: 700 italic;
}
.reviews--slider--item {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    padding: 10px;
    background-color: white;
    
}
.line{
    position: relative;
}
.line::after{
      content: '';
    position: absolute;
    border-bottom: solid #dcdcdc 3px;
    width: 82%;
    top: 10px;
    left: 75px;
    
}


/*****information****/
.information {
    padding-top: 50px;
    background-color: #ffffff;
    padding-bottom: 50px;
}
.information--purchase {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin-right: 25px;
}

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

.purchase--caption{
    font-size: 36px;
    line-height: 55px;
    text-transform: uppercase;
    padding-left: 44px;
    color: #1a9f20;
    padding-bottom: 20px;
    font-weight: 700;
    position: relative;
}
.purchase--caption::after{
      content: '';
    position: absolute;
    background-image: url('../img/telega.png');
    background-repeat: no-repeat;
    width: 37px;
    height: 37px;
    top: 10px;
   left: 0;
    
}

.purchase--text {
    font-size: 18px; 
    line-height: 26px;
    font-family: 'Roboto';
    padding-bottom: 50px;
    
}

.purchase--warning{
    padding-right: 44px;
}
.delivery--caption{
     font-size: 36px;
    line-height: 55px;
    text-transform: uppercase;
   
    color: #1a9f20;
    padding-bottom: 20px;
    font-weight: 700;
    position: relative;
}
.delivery--caption::after{
      content: '';
    position: absolute;
    background-image: url('../img/car.png');
    background-repeat: no-repeat;
        width: 54px;
    height: 37px;
    top: 13px;
    left: 69px;

    
}
.delivery--text{
    font-size: 18px; 
    line-height: 26px;
    font-family: 'Roboto';
    padding-bottom: 50px;
}
.delivery--subtitle--bottom{
    font-size: 21px;
    line-height: 26px;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: 700;
    position: relative;
    text-align: left;
    padding-left: 60px;
}
.delivery--subtitle--bottom::after{
      content: '';
    position: absolute;
    background-image: url('../img/delivery--check.png');
    background-repeat: no-repeat;
    width: 40px;
    height: 41px;
    top: 4px;
    left: 0;
    
}
.delivery--subtitle--color{
      color: #1a9f20; 
}

/*****Order*****/


.order{
    background-color: #f6f6f6;
    padding-top: 40px; 
    text-align: center;
    
}
.order--caption{
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 20px;
}
.order--caption--color {
    color: #008101;
}
.order--item{
    display: inline-block;
    vertical-align: top;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    width: 29%;
    margin-right: 40px;
    margin-bottom: 60px;
}
.order--item:last-child {
	margin-right: 0;
}
.order--item--img {
    display: block;
    margin: 0 auto;
}
.order--item_next{
    position: relative;
    
}
.order--item_next::after{
      content: '';
    position: absolute;
    background-image: url('../img/order--next.png');
    background-repeat: no-repeat;
    width: 40px;
    height: 41px;
    top: 66px;
    
    right: -39px;
}



/*  ********OFFERS******/

.offers {
    background-color: green;
    background-image: url('../img/offers--bg.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding-top: 35px;
}

.offers--block--left {
	width: 69%;
	    display: inline-block;
    vertical-align: top;
}
.offers--block--left--sentence {
	position: relative;
}
.offers--block--left--sentence__item {
    font-size: 28px;
   
    background-color: #fff000;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    padding: 5px;
    width: 30%;
        
}
.offers--block--left--date {
	font-size: 48px;
	font-weight: 400;
	color: white;
	line-height: 46px;
	padding-top: 10px;
	padding-bottom: 12px;
	  width: 30%;
	  	text-transform: uppercase;
	   
	
}



.offers--left--date--yellow{
	font-size: 50px;
	color: #fff000;
	font-weight: 700;
	  width: 30%;

}
.offers--block--price {
	padding: 5px;
	border: solid 2px #ffc000;
	text-align: center;
	  width: 36%;
	
}

.offers--block--price--item{
	font-size: 27px;
	font-weight: 700;
	color: white;
	line-height: 23px;
	text-transform: uppercase;

}
.offers--price--item_color {
	font-size: 40px;
	color: #fff000;
	line-height: 43px;
}
.offers--block--left--product{
	    position: absolute;
    right: 26px;
    top: 54px;
}
.offers--block--left--product img{
	width: 90%;
}

.offers--block--left--timer {
	    width: 43%;
    text-align: center;
    margin-top: 39px;
    display: inline-block;
        vertical-align: middle;
}
.offers--block--timer--subtitle{
    font-size: 18px;
     font-family: 'Roboto';
    font-weight: 700;
    padding-bottom: 10px;
    color: white;
}
.landing__countdown span {
	    font-size: 45px;
     font-family: 'Roboto';
    font-weight: 900;
    display: inline-block;
    vertical-align: top;
    
    padding: 7px 15px;
    background-color: white;
  
    border-radius: 8px;
    margin-right: 7px;
   
	}
    .bord {border: solid 2px #ff5400;}

span.minutes{
	position:relative;
	 padding: 5 10px; 
	 } 
span.minutes:after, span.minutes:before{
    position:absolute;
    content:':';
    top:0;
}
span.minutes:before{
    left:-13px;
    top: 6px;
}
span.minutes:after{
    right:-13px;
     top: 6px;
}
.offers--timer--text {
	display: inline-block;
	font-size: 17px;
	font-weight: 400;
	margin-right: 49px;
    color: white;
}
.offers--timer--text:last-child {
	margin-right: 0;
}

.offers--block--left--packs{
	display: inline-block;
	    vertical-align: middle;
	    font-size: 18px;
	    padding-top: 18px;
	    color: white;
}
.block--packs--item{
	font-weight: 700;
}
.block--left--packs--yellow
 {
 	font-weight: 700;
 	color: #fff000;

 }

.offers--block--right {
	width: 30%;
	display: inline-block;
    vertical-align: top;
        margin-bottom: 15px;
    margin-top: 8px;
}


.offers--block--order--caption{
	background-color: #f5f5f5;
}
.order--caption--item{
	font-size: 30px;
	color: #ff6700;
	font-weight: 300;
	text-align: center;
	padding: 5px 0;
	text-transform: uppercase;
}

.offers--block--order {
	background-color: #eeeeee;
	padding: 5px;
}
.offers--block--order--item {
	font-size: 20px;
	font-weight: 700;
	color: black;
	display: block;
	padding: 5px 0;
	text-transform: uppercase;

}
.offers--order--input {
height: 60px;
    display: block;
    width: 100%;
    border: solid 1px #d1d1d1;
    font-size: 22px;
    padding-left: 10px;
}
.offers--order--button {
	    font-size: 22px;
    font-weight: 400;
    color: white;
    background-color: #ff6c00;
    text-transform: uppercase;
    border-style: solid;
    border-width: 0px;
    padding: 13px;
  width: 100%;
  margin-top: 5px;
}
