.b-page {
	background: #fff;
	width: 100%;
	height: 100%;
	color: #000000;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	padding: 0px;
	margin: 0px;
}
.b-no-js-alert {
	background-color: #ff9;
	background-image: linear-gradient(to bottom, #ffc, #fd66);
	line-height: 25px;
	padding: 10px;
	font-size: 16px;
	text-align: center;
}

.js-on .b-no-js-alert {display: none;}



.b-section {
	min-width: 1000px;
	position: relative;
}
.b-section_clear {
	padding:0;
}
.b-section__wrapper {
	position: relative;
	min-width: 1000px;
	z-index: 1;
}

.b-top {
	background: url(../i/bitmap.webp);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	position: relative;
	text-align: center;
	padding: 80px 0 60px;
}
@media (max-width: 800px) {
	.b-top {
		background: url(../i/bitmap-800.webp) center center no-repeat;
		background-size: cover;
	}	
}
.b-top::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background-color: #0b253d;
	top: 0px;
	left: 0px;
}
.b-top__productlogo {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
@media screen and (max-width: 500px){
	.b-top__productname {
		display: block;
	}
}
.b-top__productname {
	display: inline-block;
	vertical-align: middle;
	font-size: 31px;
	font-weight: bold;
	line-height: 0.87;
	color: #ffffff;
}
@media (max-width: 490px) {
    .b-top__productname {
        display: block;
    }
}
.b-top__title {
	font-family: Roboto;
	font-size: 44px;
	font-weight: bold;
	line-height: 0.98;
	color: #ffffff;
	margin-top: 50px;
}
.b-top__description {
	font-size: 20px;
	color: #ffffff;
	margin-top: 10px;
}
.b-top__offer {
	margin-top: 40px;
}
.b-top__compatible {
	margin-top: 40px;
}

.b-offer {
	width: 400px;
	height: 250px;
	border-radius: 13px;
	background-color: rgba(35,57,77,0.8);
	border: solid 2px rgba(255, 255, 255, 0.11);
	margin: 47px auto 0;
	position: relative;
	box-sizing: border-box;
}
.b-offer__sale {
	position: absolute;
	content: " ";
	background: url(../i/discount.png);
	width: 81px;
	height: 82px;
	top: -7px;
	right: -6px;
}
.b-offer__saletext {
	width: 78px;
	height: 21px;
	transform: rotate(-315deg);
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin: 23px 10px;
}
.b-offer__title {
	font-size: 17px;
	color: #ffffff;
	margin-top: 25px;
}
.b-offer__price {
	margin-top: 10px;
}
.b-offer__btn {
	margin-top: 20px;
}
.b-offer__payments {
	margin-top: 20px;
}
.b-offer__header {
	padding-top: 27px;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0.4px;
	text-align: center;
	color: #1b222f;
	font-weight: normal;
}
.b-offer__header span {
	color: #1583e6;
}
.b-offer__line {
	width: 100%;
	height: 2px;
	background: #e4eaf1;
	position: absolute;
	top: 85px;
}
.b-offer__pref {
	display: inline-block;
	margin-top: 18px;
	padding: 0 8px 0 26px;
	position: relative;
}
.b-offer__pref:before {
	position: absolute;
	content: " ";
	background: url(../i/fill-1.png);
	width: 13px;
	height: 10px;
	top: 3px;
	left: 5px;
}

.b-price {
	display: inline-block;
	color: #ffffff;
	font-size: 17px;
}
.b-price__curency {
	vertical-align: top;
	font-size: 15px;
	line-height: 20px;
	margin-right: 4px;
}
.b-price__cost {
	font-size: 30px;
	line-height: 30px;
	vertical-align: bottom;
	margin-left: -4px;
}
.b-price__period {
	font-size: 14px;
	vertical-align: bottom;
	margin-left: -4px;
	margin-right: 4px;
}

.b-payments__item {
	display: inline-block;
	vertical-align: middle;
	margin: 3px 1px;
}

.b-btn_blue {
	position: relative;
	margin: 0 auto;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	background: #1583e6;
	height: 55px;
	padding: 0 55px;
	border-radius: 0;
	box-sizing: border-box;
	line-height: 55px;
	font-size: 15px;
	font-weight: 500;
}
.b-btn_blue-shadow {
	box-shadow: 0 4px 11px 0 rgba(43, 115, 179, 0.4);
}
.b-btn_blue:hover {
	background-color: #1e94ff;
	box-shadow: none;
}
.b-payments__item-ru {
	margin: 0 4px;
	opacity: 0.56;
}
.b-payments__item-ru-c {
	margin: 0 4px;
}
.b-btn_white {
	position: relative;
	margin: 0 auto;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	height: 55px;
	padding: 0 55px;
	border-radius: 0;
	box-sizing: border-box;
	line-height: 55px;
	font-size: 15px;
	font-weight: 500;
	color: #1583e6;
	border: solid 2px #1583e6;
	background: #fff;
}
.b-btn_white:hover {
	background-color: #1583e6;
	color: #fff;
	box-shadow: none;
}
.b-btn_large {
	width: 300px;
}
.b-btn_size_sm {
	width: 150px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.2px;
	height: 40px;
	line-height: 40px;
	padding: 0;
}
html[lang="de"] .b-btn_size_sm {
	width: 190px!important;
}
html[lang="it"] .b-btn_size_sm {
	width: 170px!important;
}
html[lang="fr"] .b-btn_size_sm {
	width: 190px!important;
}

.b-compatible {
	display: inline-block;
	position: relative;
	text-align: left;
}
.b-compatible__logo {
	float: left;
	margin-right: 15px;
	margin-left: -25px;
	margin-top: 9px;
}
.b-compatible__item {
	white-space: nowrap;
	opacity: 0.61;
	font-size: 14px;
	line-height: 1.43;
	color: #ffffff;
	margin-top: 2px;
	padding: 0px;
	font-weight: 300;
}

.b-compare {
	text-align: center;
	padding: 70px 0 0;
	margin: 0 auto;
}
.b-compare__title {
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #1b222f;
}
.b-compare__description {
	font-size: 16px;
	letter-spacing: 0.2px;
	color: #757c87;
	margin-top: 12px;
}
.b-compare__table {
	margin-top: 69px;
}
.b-compare__btn {
	margin-top: 22px;
	display: inline-block;
}

.b-compare-table {
	position: relative;
	width: 1000px;
}
.b-compare-table__row {
	width: 100%;
	display: flex;
	margin-bottom: 2px;
	background-color: #f7f9fc;
}
.b-compare-table__row_header {
	border-radius: 6px 6px 0 0;
	background-color: transparent;
	align-items: flex-end;
}
.b-compare-table__row_footer {
	background-color: transparent;
	align-items: flex-start;
}
.b-compare-table__col {
	flex-direction: column;
	position: relative;
}
.b-compare-table__col_first-header {
	width: 510px;
	text-align: left;
	padding: 28px 30px 26px;
	height: 130px;
	box-sizing: border-box;
	background-color: #f7f9fc;
	border-radius: 6px 0 0 0;
}
.b-compare-table__col_free {
	width: 240px;
	box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.1);
}
.b-compare-table__col_free:after {
	position: absolute;
	top: -2px;
	right: 0;
	background: #fff;
	width: 100%;
	content: "";
	height: 2px;
}
.b-compare-table__col_free.b-compare-table__col_header, .b-compare-table__col_pro.b-compare-table__col_header {
	background: #fff;
	height: 143px;
	border-radius: 4px 4px 0 0;
}
.b-compare-table__col_free.b-compare-table__col_footer, .b-compare-table__col_pro.b-compare-table__col_footer {
	height: 90px;
	border-radius: 0 0 6px 6px;
}
.b-compare-table__col_free.b-compare-table__col_footer:after, .b-compare-table__col_pro.b-compare-table__col_footer:after {
	height: 8px;
}
.b-compare-table__col_pro.b-compare-table__col_footer {
	border-bottom: solid 1px #1583e6;
}
.b-compare-table__col_spacer {
	width: 11px;
}
.b-compare-table__col_spacer.b-compare-table__col_header {
	height: 130px;
	background-color: #f7f9fc;
}
.b-compare-table__col_pro {
	width: 238px;
	box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.1);
	border-left: solid 1px #1583e6;
	border-right: solid 1px #1583e6;
	margin-left: -1px;
}
.b-compare-table__col_pro:after {
	position: absolute;
	top: -2px;
	right: -1px;
	background: #fff;
	width: 100%;
	content: "";
	height: 2px;
	border-left: solid 1px #1583e6;
	border-right: solid 1px #1583e6;
}
.b-compare-table__col_free.b-compare-table__col_header:after {
	content: "FREE";
	display: block;
	position: absolute;
	background: url(../i/free.png);
	width: 68px;
	height: 28px;
	top: -8px;
	left: 81px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.3px;
	text-align: center;
	color: #ffffff;
	box-sizing: border-box;
	padding: 6px 0 0 10px;
	border: 0;
}
.b-compare-table__col_pro.b-compare-table__col_header {
	border-top: solid 1px #1583e6;
}
.b-compare-table__col_pro.b-compare-table__col_header:after {
	content: "PRO";
	display: block;
	position: absolute;
	background: url(../i/pro.png);
	width: 68px;
	height: 28px;
	top: -8px;
	left: 81px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.3px;
	text-align: center;
	color: #ffffff;
	box-sizing: border-box;
	padding: 6px 0 0 10px;
	border-left: 0;
	border-right: 0;
}
.b-compare-table__col_pointer {
	width: 49px;
}
.b-compare-table__col_first {
	width: 461px;
	text-align: left;
	padding: 19px 19px 19px 0;
	height: auto;
	box-sizing: border-box;
	background-color: #f7f9fc;
	font-size: 14px;
	letter-spacing: 0.3px;
}
.b-compare-table__col_first-footer {
	width: 510px;
	background: transparent;
}
.b-compare-table__pointer {
	display: inline-block;
	vertical-align: middle;
}
.b-compare-table__col_pointer:before, .b-compare-table__col_free:before, .b-compare-table__col_pro:before {
	position: relative;
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
	content: "";
}
.b-compare-table__flag {
	display: inline-block;
	vertical-align: middle;
}
.b-compare-table__col_gray {
	color: #6b7d98;
}
.b-compare-table__col_green {
	color: #00bf6c;
}

.b-col-header {

}
.b-col-header:before {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0px;
	content: "";
	margin-right: -1px;
}
.b-col-header__productlogo {
	float: left;
	margin-right: 25px;
}
.b-col-header__productname {
	font-size: 29px;
	font-weight: 300;
	line-height: 1.21;
	letter-spacing: 0.4px;
	color: #1b222f;
	display: inline-block;
}
.b-col-header__text {
	font-size: 15px;
	line-height: 1.33;
	color: #777e89;
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	width: 98%;
}
html[lang=pt] .b-col-header__text {
	margin-top: 20px;
}

.b-price_compare {
	font-size: 15px;
	letter-spacing: 0.3px;
	color: #1b222f;
	padding: 7px 0;
}

.b-achivs {
	margin-top: 70px;
	display: flex;
	justify-content: space-around;
	width: 1000px;
	height: 190px;
}
.b-achivs__item {
	text-align: left;
	flex-flow: column;
	margin-top: 100px;
	opacity: 0;
}
.b-achivs__item:first-child {
	align-self: flex-start;
	width: 375px;
}
.b-achivs__item:last-child {
	width: 320px;
}
.b-achivs__round {
	width: 92px;
	height: 92px;
	border-radius: 46px;
	background-color: #ffffff;
	box-shadow: 0 9px 18px 0 rgba(29, 48, 73, 0.07);
	position: relative;
	display: inline-block;
	vertical-align: top;
	float: left;
	text-align: center;
}
.b-achivs__round:after {
	position: relative;
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
	content: "";
}
.b-achivs__image {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0;
	margin-left: 5px;
}
.b-achivs__header {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 32px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #1583e6;
	margin: 17px 0 0 20px;
}
.b-achivs__header span {
	font-size: 83%;
	vertical-align: 7px;
}
html[lang="de"] .b-achivs__header {
	font-size: 23px;
}
html[lang="it"] .b-achivs__header {
	font-size: 26px;
}
html[lang="es"] .b-achivs__header {
	font-size: 24px;
}
html[lang="fr"] .b-achivs__header {
	font-size: 29px;
	min-width: 130px;
}
.b-achivs__description {
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.2px;
	color: #8c96a5;
	margin: 5px 0 0 23px;
	display: inline-block;
}
html[lang="de"] .b-achivs__description {
	font-size: 14px;
}
html[lang="it"] .b-achivs__description {
	font-size: 13px;
}
html[lang="es"] .b-achivs__description {
	font-size: 13px;
}
html[lang="fr"] .b-achivs__description {
	font-size: 12px;
}

.b-today {
	text-align: center;
	padding: 60px 0 80px;
	margin: 0 auto;
	background-image: linear-gradient(179deg, #38aada, #1b89b7);
	box-sizing: border-box;
	position: relative;
	min-height: 720px;
}
.b-today:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../i/03.png) no-repeat 50% 0%;
	background-size: 100% 100%;
}
.b-today:after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../i/illustration-pro.png) no-repeat;
	background-position: calc(50% - 235px) 253px;
	top: 0;
	left: 0;
}
.b-today__header {
	font-size: 40px;
	line-height: 40px;
	font-weight: 500;
	color: #ffffff;
}
.b-today__subheader {
	font-size: 23px;
	line-height: 23px;
	letter-spacing: 0.3px;
	color: #ffffff;
	margin-top: 14px;
	font-weight: normal;
}
.b-today__offer {
	position: absolute;
	right: 7px;
	background: #fff;
	width: 410px;
	height: 360px;
	box-shadow: 0 9px 18px 0 rgba(29, 48, 73, 0.15);
	border-radius: 6px;
	box-sizing: border-box;
	border: 0px;
	top: 160px;
}
.b-today__offer:before {
	position: absolute;
	top: 12px;
	left: -13px;
	width: 410px;
	height: 360px;
	opacity: 0.13;
	border-radius: 6px;
	background-color: #ffffff;
	content: "";
	box-sizing: border-box;
}
.b-today__offer .b-offer__sale {
	top: -5px;
	right: -4px;
}
.b-today__offer .b-offer__title {
	font-size: 16px;
	color: #1b222f;
	margin-top: 39px;
}
.b-today__offer .b-price {
	color: #1b222f;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 300;
	line-height: 20px;
	margin: 10px 0 2px;
	width: 100%;
}
.b-today__offer .b-price__curency {
	display: inline-block;
	vertical-align: top;
	font-size: 21px;
	line-height: 21px;
	margin-top: 3px;
	font-weight: normal;
}
.b-today__offer .b-price__cost {
	display: inline-block;
	vertical-align: middle;
	font-size: 38px;
	line-height: 38px;
	font-weight: normal;
}

.b-help {
	background-color: #f4f6fa;
	box-sizing: border-box;
	position: relative;
	padding: 125px 0 121px;
	min-height: 290px;
}
.b-help__quest {
	position: absolute;
	top: -125px;
	right: 0;
	background: url(../i/help.png);
	width: 594px;
	height: 290px;
}
.b-help__title {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.4px;
	color: #383f4a;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 25px 0 110px;
}
.b-help__btn {
	display: inline-block;
	text-align: center;
}
.b-comments {
	background: #0e69ba url(/includes/software/boost-speed/i/chat-icon.png) no-repeat 50% 55px;
	padding: 10px 0 64px;
	text-align: center;
}
.b-comments__header {
	padding-top: 72px;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #fff;
}
.b-comments__text {
	padding-top: 10px;
	opacity: 0.7;
	font-size: 17px;
	line-height: 1.29;
	letter-spacing: 0.2px;
	color: #ffffff;
	font-weight: 300;
	width: 644px;
	margin: 0 auto;
}
.b-comments__item {
	display: inline-block;
	vertical-align: top;
	margin: 65px 7px 0;
	width: 317px;
	height: 255px;
	border: solid 2px #2074bf;
	border-radius: 14px;
	background: #0e69ba;
	cursor: pointer;
	padding: 25px 30px;
	text-align: left;
	text-decoration: none;
	color: #fff;
	box-sizing: border-box;
}
.b-comments__item:hover, .b-comments__item_fill {
	background: #1d71bc;
}
.b-comments__image {
	margin-right: 10px;
	float: left;
}
.b-comments__itemname {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.2px;
	margin: 6px 0 5px 0;
	padding: 0;
	color: #fff;
}
.b-comments__stars {
	display: inline-block;
	width: 80px;
	height: 14px;
	background: url(/includes/software/boost-speed/i/comment__stars.png) top left repeat;
	left: 91px;
	top: 55px;
	margin-bottom: 25px;
}
.b-comments__itemtext {
	font-size: 14px;
	font-style: italic;
	line-height: 1.57;
	letter-spacing: 0.2px;
	color: #ffffff;
	font-weight: 100;
}
.b-comments__footer {
	color: #fff;
	margin-top: 68px;
	font-size: 16px;
	vertical-align: middle;
	font-weight: 300;
	letter-spacing: 0.2px;
}

.b-btn_comments {
	height: 40px;
	line-height: 40px;
	text-transform: none;
	padding: 0 24px;
	margin: 0 10px;
	border: 0;
	box-sizing: border-box;
	color: #1375ce;
	font-weight: normal;
}
.b-btn_comments:hover {
	color: #fff;
	background-color: #1375ce;;
}
html[lang="de"] .b-comments__item {
	height: 265px;
	padding: 25px 23px;
}
html[lang="de"] .b-today:after {
	background: url(../i/illustration-pro_de.png) no-repeat;
	background-position: calc(50% - 235px) 253px;
}
html[lang="ru"] .b-achivs__item:first-child {
	align-self: flex-start;
	width: 320px;
}
html[lang="ru"] .b-achivs__item:last-child {
	width: 392px;
}
html[lang="ru"] .b-achivs__header {
	font-size: 24px;
}
html[lang="ru"] .b-today:after {
	background: url(../i/illustration-pro_ru.png) no-repeat;
	background-position: calc(50% - 235px) 253px;
}
html[lang="pt"] .b-achivs__header {
	font-size: 26px;
}
html[lang="pt"] .b-achivs__item:last-child {
	width: 482px;
}
html[lang="pt"] .b-achivs__item:first-child {
	align-self: flex-start;
	width: 320px;
}
html[lang="pt"] .b-btn_size_sm {
	width: 170px;
}
html[lang="ja"] .b-achivs__item:last-child {
	width: 340px;
}
html[lang="ja"] .b-offer__pref {
	padding: 0 7px 0 26px;
	font-size: 12px;
}
html[lang="ja"] .b-today:after {
	background: url(../i/illustration-pro_ja.png) no-repeat;
	background-position: calc(50% - 235px) 253px;
}
html[lang="es"] .b-today:after {
	background: url(../i/illustration-pro_es.png) no-repeat;
	background-position: calc(50% - 235px) 253px;
}
html[lang="fr"] .b-today:after {
	background: url(../i/illustration-pro_fr.png) no-repeat;
	background-position: calc(50% - 235px) 253px;
}
html[lang="it"] .b-today:after {
	background: url(../i/illustration-pro_it.png) no-repeat;
	background-position: calc(50% - 235px) 253px;
}

.mobile .b-top__title {
	font-weight: bold;
	font-size: 36px;
	line-height: 47px;
}
.mobile .b-top__description {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
.mobile .b-top .b-section__wrapper {
	box-sizing: border-box;
	padding: 0 15px;
}
.mobile .b-offer {
	width: 100%;
}
.mobile .b-section_achivs {
	padding: 0 0 60px 0;
}
.mobile .b-achivs {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 12px;
}
.mobile .b-achivs__item {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	/*margin-top: 38px;*/
	clear: both;
	padding: 38px 15px 0;
	box-sizing: border-box;
}
.mobile .b-achivs__round {
	width: 72px;
	height: 72px;
}
.mobile .b-achivs__header {
	width: 100%;
	display: block;
	padding: 0 0 0 90px;
	margin: 5px 0 0 0;
	box-sizing: border-box;
}
.mobile .b-today {
	min-height: 620px;
}
.mobile .b-today__header {
	font-weight: normal;
	font-size: 28px;
	line-height: 33px;
}
.mobile .b-today__subheader {
	font-weight: 100;
	font-size: 16px;
	line-height: 19px;
}
.mobile .b-today:after {
	display: none;
}
.mobile .b-today__offer {
	right: 0;
	display: block;
	width: 100%;
	position: relative;
	top: 0;
}
.mobile .b-today__offer-wrapper {
	display: block;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	position: absolute;
	top: 160px;
}
.mobile .b-user-reviews {
	margin: 0 0 3px 0;
}
.mobile .b-today__offer:before {
	display: none;
}
html[lang="ru"] .mobile .b-achivs__item:last-child {
	width: 100%;
}
html[lang="de"] .mobile .b-top__title {
	font-size: 32px;
}
html[lang="de"] .mobile .b-compare-btns .b-btn_size_sm {
	position: absolute;
	width: 140px!important;
	bottom: 20px;
	left: 50%;
	margin-left: -70px;
	margin: 0 0 0 -70px;
	font-size: 11px;
}
html[lang="de"] .mobile .b-compare-btns .b-btn_size_sm {
	padding-top: 4px;
	line-height: 14px;
}
html[lang="de"] .mobile .b-compare-btns .b-btn_blue-shadow {
	padding-top: 14px;
}
html[lang="de"] .mobile .b-today__header {
	font-weight: normal;
	font-size: 29px;
	line-height: 35px;
}
html[lang="es"] .mobile .b-compare-btns .b-btn_size_sm {
	padding-top: 4px;
	line-height: 14px;
}
html[lang="fr"] .mobile .b-compare-btns .b-btn_size_sm {
	padding-top: 4px;
	line-height: 14px;
}
html[lang="it"] .mobile .b-compare-btns .b-btn_size_sm {
	padding-top: 4px;
	line-height: 14px;
}
html[lang="ja"] .mobile .b-offer__pref {
	margin-top: 1px;
}
html[lang="ja"] .b-help__btn .b-btn_blue-shadow {
	font-size: 12px;
}