/* styles */
body {
	min-width: 480px;
	background: #2f3642;
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4em;
	color: #1d1d1d;
	cursor: default;
}

.main_wrapper {
	margin: 0 auto;
	width: 480px;
	background: #ffffff;
}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
h2.title{
	font-size: 29px;
	line-height: 1.3em;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
h2.title span{
	color: #04c9cc;
}
section{
	padding: 30px 0 35px;
}

.dark_bg{
	background: #1e2837;
}
.dark_bg h2.title{
	color: #fff;
}
.dark_bg h2.title>span{
	color: #07eaed;
}
.dark_bg .prod_count{
	color: #fff;
}
.dark_bg .prod_count>b>span{
	color: #f55e15;
}

.m1-form{
	padding: 55px 30px 0;
}
.m1-form input,
.m1-form select{
	border: none;
	width: 100%;
	display: block;
	font-family: 'AvenirNextCyr', Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
	height: 70px;
	border-radius: 6px;
	background: #fff;
	color: #222;
	padding-left: 55px;
}
.m1-form input[name="name"] {
  background: #fff url(name0000.png) no-repeat 20px center;
}
.m1-form input[name="phone"] {
  background: #fff url(phone000.png) no-repeat 20px center;
}
select, input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
.m1-form select{
	background: #fff url(select_arrow.png) 20px 50% no-repeat;
	overflow: hidden;
	/* for FF */
	text-indent: 0.01px; 
	text-overflow: '';
	/* for IE */
	-ms-appearance: none;
	appearance: none!important;
	padding-left: 55px;
}
select::-ms-expand {
	display: none;
}
.m1-form .button-m{
	margin-top: 24px;
}
.m1-form ::-webkit-input-placeholder {
	color: #222;
}
.m1-form ::-moz-placeholder {
	color: #222;
}
.m1-form :-moz-placeholder {
	color: #222;
}
.m1-form :-ms-input-placeholder {
	color: #222;
}
.m1-form :focus::-webkit-input-placeholder {
	color: transparent;
}
.m1-form :focus::-moz-placeholder {
	color: transparent;
}
.m1-form :focus:-moz-placeholder {
	color: transparent;
}
.m1-form :focus:-ms-input-placeholder {
	color: transparent;
}
/* button */
.button-m{
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: block;
    width: 396px;
    height: 86px;
    line-height: 86px;
    margin: 12px auto;
    border: none;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    color: #045759;
    background: #07EAED;
    transition: all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 43px;
    -moz-border-radius: 43px;
    border-radius: 43px;
    box-shadow: 0px 0px 20px #07f1f5;
}
.button-m:active{
    box-shadow: none;
}



/*  offer_section   */
.offer_section{
	padding: 0 0 35px;
	background: #1c2636;
}
.offer_section .top_line{
	background: #161f2e;
	color: #fff;
	padding: 18px 28px;
}
.offer_section .top_line>img{
	float: left;
}
.offer_section .top_line>p{
	font-size: 17px;
	float: right;
	line-height: 16px;
}
.offer_section .top_line>p:after{
	content: '';
	width: 21px;
	height: 21px;
	background: url(top_line.png) 50% 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 8px;
}
.main_title{
	font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 35px;
	line-height: 25px;
    padding: 19px 0;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;    
    background: #004b57;
    background-image: -webkit-gradient(linear, left top, right top, from(#004b57), to(#052338));
    background-image: -webkit-linear-gradient(left, #004b57 0%, #052338 100%);
    background-image: -moz-linear-gradient(left, #004b57 0%, #052338 100%);
    background-image: -o-linear-gradient(left, #004b57 0%, #052338 100%);
	background-image: linear-gradient(to right, #004b57 0%, #052338 100%);
}
.main_title>span{
    font-size: 17px;
    color: #07eaed;
    line-height: 0.8;
    text-shadow: 0px 0px 20px #07f1f5;
}

.offer_section .box{
	position: relative;
}
.offer_section .box>img{
	display: block;
	margin: 0 auto;
}
.offer_section .box>img.garanty{
	position: absolute;
	top: 393px;
	left: 38px;
}
.offer_section .box .sale{
    background: url(sale0000.png) 0 0 no-repeat;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -1px;
    width: 194px;
    height: 194px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
}
.offer_section .box .sale>p{
    position: absolute;
    left: 5px;
    top: 47px;
    display: inline-block;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.offer_section .box .sale b {
    display: block;
    font-size: 38px;
}

.offer_section .box .sale span {
    font-size: 15px;
    letter-spacing: -0.4px;
}


.offer_action{
	background: #051322;
	padding: 24px 0;
	font-size: 0;
	color: #fff;
}
.offer_action>div{
	display: inline-block;
	vertical-align: top;
}
.offer_action .timer{
	width: 250px;
	padding: 0 30px;
	position: relative;
}
.offer_action .timer:after{
	content: '';
	width: 0;
	height: 72px;
	border-left: 1px solid #1e2d3c;
	border-right: 1px solid #101921;
	position: absolute;
	top: 50%;
	margin-top: -36px;
	right: -1px;
}
.offer_action .timer>p{
	font-size: 18px;
	line-height: 1.1em;
	margin-bottom: 12px;
}
.timer .timer_container{
	font-size: 0;
}
.timer .timer_container .timer_block{
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 32px;
	background: #fff;
	border-radius: 2px;
	color: #2f3339;
	text-align: center;
	font-weight: 700;
	font-size: 19px;
	line-height: 32px;
	position: relative;
	margin-right: 22px;
}
.timer .timer_container .timer_block:last-child{
	margin-right: 0;
}
.timer .timer_container .timer_block:not(:last-child):after{
	content: ':';
	font-size: 26px;
	line-height: 1em;
	color: #fff;
	position: absolute;
	right: -16px;
	top: 1px;
}

.offer_action .last_count{
	width: 230px;
	padding: 0 15px;
	font-size: 15px;
	line-height: 1.3em;
	text-align: center;
}
.offer_action .last_count>span{
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 8px;
}
.offer_action .last_count>span>b{
	color: #fff000;
}

.ofr_bull{
    padding: 60px 25px 10px;
    font-size: 0;
}
.ofr_bull>li{
	color: #fff;
    margin-bottom: 12px;
    padding-left: 38px;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    background: url(chek-ico.png) 50% 0 no-repeat;
    padding: 30px 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}


.offer_section .price{
    background: url(price-bg.png) 50% 0 no-repeat;
    height: 80px;
    width: 480px;
    margin-bottom: 19px;
    margin-top: -40px;
    position: absolute;
}
.offer_section .price>div{
	width: 50%;
	height: 84px;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 17px;
	line-height: 1.1em;
	padding-top: 12px;
}
.offer_section .price>div>p{
	font-size: 30px;
	line-height: 1.1em;
	margin-top: 5px;
}
.offer_section .price>div>p>small{
	font-size: 0.8em;
}
.offer_section .price .old>p>span{
	text-decoration: line-through;
}
.offer_section .price .new>p{
	color: #ffffff;
	font-weight: 700;
}


/*vider_sect*/
.vider_sect{
	padding: 0;
}
.video_block{
	position: relative;
	height: 270px;
	background: #000;
	overflow: hidden;
}
.video_block iframe,  
.video_block object,  
.video_block embed,
.video_block .youtube {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*panorama_section*/
.panorama_section{
	padding: 20px 0 0;
}


/*sect2*/
.sect2{
	padding: 30px 0 0;
}
.sect2 .title{
	padding-bottom: 25px;
	background: url(title_bg.png) 50% 100% no-repeat;
}
.sect2>p{
    padding: 0 19px 20px;
    text-align: justify;
    text-align-last: center;
    color: #165260;
}
.sect2>img{
	display: block;
	margin: 0 auto;
}
.sect2 .alert{
	background: #f55e15;
	background: -moz-linear-gradient(45deg, #f55e15 0%, #a60201 100%);
	background: -webkit-linear-gradient(45deg, #f55e15 0%,#a60201 100%);
	background: linear-gradient(45deg, #f55e15 0%,#a60201 100%);
	color: #fff;
	text-align: center;
	padding: 15px 45px;
}


/*sect3*/
.sect3 .title{
	font-size: 26px;
}

.benef1{
	padding: 0 30px;
}
.benef1>li{
	background: #fff;
	margin-bottom: 32px;
	padding: 18px 0 25px;
	box-shadow: -4px -4px 0 0 #ca0504;
}
.benef1>li:nth-child(2n){
	box-shadow: 4px -4px 0 0 #ca0504;
}
.benef1>li:last-child{
	margin-bottom: 0;
}
.benef1>li .top{
	display: table;
	width: 100%;
	padding: 0 20px 22px;
}
.benef1>li .top .img{
	display: table-cell;
	vertical-align: middle;
	width: 76px;
}
.benef1>li .top .img>img{
	display: block;
	margin: 0 auto;
}
.benef1>li .top>p{
	display: table-cell;
	vertical-align: middle;
	width: 220px;
	font-weight: 700;
	font-size: 19px;
	line-height: 1.2em;
	padding-left: 22px;
}
.benef1>li>p{
	text-align: center;
	padding: 0 20px;
	font-size: 17px;
}

.sect3 .button-m{
	margin-top: 35px;
}

.prod_count{
	text-align: center;
	margin-top: 25px;
	font-size: 15px;
}



/*img_sect*/
.img_sect{
	position: relative;
	padding: 0;
}
.img_sect>img{
	display: block;
}
.img_sect>p{
	position: absolute;
	color: #fff;
	font-size: 27px;
	line-height: 1.1em;
}
.img_sect>p>span{
	display: block;
	font-weight: 700;
	color: #fff000;
	font-size: 28px;
	line-height: 1.4em;
	text-transform: uppercase;
}
.sect4>p{
	width: 330px;
	right: 15px;
	top: 72px;
	text-align: right;
}



/*sect5*/
.sect5{
	padding-bottom: 45px;
}
.sect5 .title{
	padding-bottom: 40px;
	margin-bottom: 40px;
	background: url(title_bg.png) 50% 100% no-repeat;
}
.benef2{
	padding: 0 30px;
}
.benef2>li{
	display: table;
	width: 100%;
	margin-bottom: 32px;
	position: relative;
}
.benef2>li:not(:last-child):after{
	content: '';
	width: 180px;
	height: 3px;
	background: url(benef2_item.png) 0% 50% repeat;
	transform: rotate(30deg);
	position: absolute;
	bottom: -20px;
	left: 120px;
	z-index: 1;
}
.benef2>li:nth-child(2n):after{
	transform: rotate(-30deg);
	position: absolute;
	bottom: -20px;
	right: 120px;
}
.benef2>li:last-child{
	margin-bottom: 0;
}
.benef2>li .img{
	width: 166px;
	display: table-cell;
	vertical-align: middle;
}
.benef2>li .img>img{
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
	position: relative;
	z-index: 2;
}
.benef2>li>p{
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 26px;
}
.benef2>li>p>span{
	display: block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2em;
}
.benef2>li:nth-child(2n)>p{
	padding: 0 26px 0 0;
	text-align: right;
}



/*sect6*/
.sect6>p{
	left: 26px;
	top: 40px;
}



/*sect7*/
.sect7{

}
.expert{
	width: 420px;
	margin: 130px auto 30px;
	padding: 1px 20px 28px;
	box-shadow: 5px -5px 0 0 #ca0504;
	background: #223049;
	background: -moz-linear-gradient(45deg, #223049 0%, #233c67 100%);
	background: -webkit-linear-gradient(45deg, #223049 0%,#233c67 100%);
	background: linear-gradient(45deg, #223049 0%,#233c67 100%);
}
.expert>img{
	display: block;
	margin: -91px auto 20px;
	border-radius: 50%;
}
.expert>span{
	display: block;
	text-align: center;
	font-size: 19px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 5px;
}
.expert>small{
	display: block;
	color: #fff000;
	font-size: 17px;
	text-align: center;
	padding: 0 25px 55px;
	margin-bottom: 30px;
	background: url(rev_q.png) 50% 100% no-repeat;
}
.expert>p{
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	font-style: italic;
	font-size: 17px;
}
.expert>p:last-child{
	margin-bottom: 0;
}



/*sect8*/
.sect8 .title{
	font-size: 26px;
}
.sect8 .title span{
	display: block;
}

.catalog .item{
	position: relative;
	width: 420px;
	margin: 0 auto;
}
.catalog .item>img{
	display: block;
	margin: 0 auto;
	width: auto;
	border: 2px solid #e1e4e8;
}
.catalog .item .color{
	width: 150px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.catalog .item .color.black,
.dotsContainer .black{
	color: #fff;
	background-color: #000;
}
.catalog .item .color.gray,
.dotsContainer .gray{
	color: #fff;
	background-color: #3a3e44;
}
.catalog .item .color.blue,
.dotsContainer .blue{
	color: #fff;
	background-color: #4872c8;
}
.catalog .item .color.beige,
.dotsContainer .beige{
	background-color: #e6ddd0;
}
.catalog .item .color.red,
.dotsContainer .red{
	background-color: #fd0c18;
	color: #fff;
}
.catalog .item .color.lgt_brown,
.dotsContainer .lgt_brown{
	background-color: #ac633c;
	color: #fff;
	line-height: 20px;
	padding: 11px 0;
}
.catalog .item .color.brown,
.dotsContainer .brown{
	background-color: #4f403b;
	color: #fff;
}
.catalog .item .color.ivory,
.dotsContainer .ivory{
	background-color: #cea58b;
	color: #fff;
}
.catalog .item .color.dark_grey,
.dotsContainer .dark_grey{
	background-color: #5f5b58;
	color: #fff;
}
.catalog .item .color.white,
.dotsContainer .white{
	background-color: #fff;
	border: 2px solid #e1e4e8;
}


.dotsContainer{
	margin-top: 28px;
	font-size: 0;
	text-align: center;
}
.dotsContainer>div{
	width: 40px;
	height: 40px;
	background-color: #ccc;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
}
.dotsContainer div.active{
	background-image: url(owl-check.png);
}

.sect8 .button-m{
	margin-top: 40px;
}


/*sect9*/
.sect9>p{
	width: 100%;
	font-size: 24px;
	line-height: 1.3em;
	top: 52px;
	left: 0;
	padding-left: 25px;
	text-transform: uppercase;
}
.sect9>p>span{
	font-size: 25px;
}
.reviews{
	margin-top: 130px;
	padding: 0 30px;
}
.rev_item{
	margin: 0 auto 135px;
	padding: 1px 20px 22px;
	box-shadow: -5px -5px 0 0 #07eaed;
	background: #262c34;
	background: -moz-linear-gradient(45deg, #262c34 0%, #2f3642 100%);
	background: -webkit-linear-gradient(45deg, #262c34 0%,#2f3642 100%);
    background: linear-gradient(45deg, #262c34 0%,#2f3642 100%)
}
.rev_item:last-child{
	margin-bottom: 0;
}

.rev_item>img{
	display: block;
	margin: -94px auto 22px;
	border-radius: 6px;
}
.rev_item>span{
	display: block;
	text-align: center;
	font-size: 19px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 5px;
}
.rev_item>small{
	display: block;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 0 25px 55px;
	margin-bottom: 30px;
	background: url(rev_q.png) 50% 100% no-repeat;
}
.rev_item>small>span{
	color: #fff000;
}
.rev_item>p{
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	font-style: italic;
	font-size: 17px;
}
.rev_item>p>b{
	display: block;
	font-style: normal;
}
.rev_item>p:last-child{
	margin-bottom: 0;
}

.sect10 .button-m{
	margin-top: 40px;
}



/*sect11*/
.sect11 .title{
	margin-bottom: 0px;
}
.order_list{
	font-size: 0;
	text-align: center;
}
.order_list>li{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 0 25px;
	position: relative;
	font-size: 19px;
	line-height: 1.3em;
	margin-top: 40px;
}
.order_list>li>img{
	display: block;
	margin: 0 auto 12px;
}
.order_list>li>span{
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 52px;
	background: #f55e15;
	background: -moz-linear-gradient(45deg, #f55e15 0%, #a60201 100%);
	background: -webkit-linear-gradient(45deg, #f55e15 0%,#a60201 100%);
	background: linear-gradient(45deg, #f55e15 0%,#a60201 100%);
}



/*sect12*/
.sect12 .title{
	font-size: 23px;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.sect12>p{
	color: #fff;
	text-align: center;
	margin-bottom: 35px;
}
.sect12>p:last-child{
	margin-bottom: 0;
}
.comparison{
	font-size: 0;
	text-align: center;
	margin-bottom: 18px;
}
.comparison>li{
	display: inline-block;
	vertical-align: top;
	margin: 0 16px;
}
.comparison>li>img{
	display: block;
	margin: 0 auto;
	border-radius: 50%;
}
.comparison>li:after{
	content: '';
	width: 50px;
	height: 50px;
	display: block;
	margin: -28px auto 0;
	position: relative;
}
.comparison>li:nth-child(1) img{
	box-shadow: 0 0 0 7px #ff0000;
}
.comparison>li:nth-child(1):after{
	background: url(fake_icon.png) 50% 50% no-repeat;
}
.comparison>li:nth-child(2) img{
	box-shadow: 0 0 0 7px #37b704;
}
.comparison>li:nth-child(2):after{
	background: url(original_icon.png) 50% 50% no-repeat;
}



/*bottom*/
.offer_section.bottom .offer_action{
	border-bottom: 8px solid #282f39;
}
.m1-form>span{
	display: block;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.3em;
}
.m1-form>span+p{
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}
.m1-form>span+p>span{
	font-weight: 700;
	color: #ea4641;
}
.offer_section .garant{
	width: 320px;
	margin: 25px auto 0;
	color: #fff;
	padding: 0 0 0 50px;
	font-size: 15px;
	line-height: 1.4em;
	background: url(garant_icon.png) 8px 50% no-repeat;
}



/* footer */
.footer_section {
	padding: 25px 0;
	background: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}

.footer_section a {
	color: #222;
	display: block;
}


.benefit_list {
 padding-bottom: 5px;
}

.image {
 display: block;
 margin: 0 auto;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}

/*   benefit list  */

.benefit_list li {
 position: relative;
 height: 200px;
}

.benefit_list img {
 display: block;
}

.benefit_list li:nth-child(even) img {
 float: right;
}

.benefit_list li:nth-child(even) .txt {
 left: 0;
 border-right: 3px solid #07eaed;
}

.benefit_list li:nth-child(odd) .txt {
    right: 0;
    border-left: 3px solid #07eaed;
}

.benefit_list .txt {
position: absolute;
    bottom: 10px;
    top: 10px;
    background: #343b46;
    color: #fff;
    width: 247px;
    padding: 20px 18px 0px 18px;
}

.benefit_list .txt h2 {
    text-align: center;
    color: #bffeff;
}

.benefit_list .num {
 display: block;
 width: 58px;
 height: 58px;
 line-height: 52px;
 margin: 0 auto 15px;
 background: #363643;
 border: 3px solid #464653;
 font-size: 32px;
 font-weight: 700;
 text-align: center;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
}

.benefit_list .txt p {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.char {
margin: -20px 15px -25px;
}
.char li {
    border-bottom: 1px solid #d9dce0;
    padding: 10px 0;
}
.char li:last-child {
    border:none;
}
.char p {
    text-align: left;
    text-align-last: left;
    padding: 0 5px 0px 20px;
}
.char span {
    font-weight: 600;
    color: #252b40;
}
.char li:before {
    content: '';
    display: block;
background: #04c9cc;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    float: left;
    margin: 8px 5px 0 0;
}

.order_info {
 padding-bottom: 0;
}

.order_info h2.title span {
 display: block;
}

.order_info ul {
 font-size: 0;
}

.order_info li {
 position: relative;
 display: inline-block;
 vertical-align: top;
 width: 240px;
 height: 240px;
}

.order_info li:nth-child(1) {
 background: url("order-im.jpg") 0 0 no-repeat;
}

.order_info li:nth-child(2) {
 background: url("order-in.jpg") 0 0 no-repeat;
}

.order_info li:nth-child(3) {
 background: url("order-io.jpg") 0 0 no-repeat;
}

.order_info li:nth-child(4) {
 background: url("order-ip.jpg") 0 0 no-repeat;
}

.order_info .num {
 position: absolute;
 left: 12px;
 top: 12px;
 font-size: 26px;
 font-weight: 700;
 color: #ea4641;
}

.order_info li p {
 position: absolute;
 left: 0;
 top: 140px;
 height: 69px;
 padding: 3px 0 0 15px;
 border-left: 5px solid #07eaed;
 font-size: 16px;
 line-height: 22px;
color: #fff; 
}

.order_info li p span {
 display: block;
}


		
.offer_text {
font-size: 13px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    letter-spacing: 0px;
    margin-left: 10px;
    height: 25px;
    top: 35px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    background: #156470;
}
.offer_text>span {
    padding-left: 12px;
    padding-right: 12px;
}