html, body {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: 'Graphik', sans-serif;
	font-size: 15px;
	line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
a {
	text-decoration: none;
	color: #34aaf2;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li + li {
	margin-top: 16px;
}
ul.markered-list li {
	position: relative;
	padding-left: 16px;
}
ul.markered-list li:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	top: 8px;
	left: 0;
	background-color: #333333;
	border-radius: 50%;
}
@font-face {
	font-family: 'Graphik';
	src: url('//static1.megafon.ru/.blocks/fonts/graphik/MegaFonGraphikLC-Light-Web.woff2') format('woff2'),
	url('//static1.megafon.ru/.blocks/fonts/graphik/MegaFonGraphikLC-Light-Web.woff') format('woff');
	font-style: normal;
	font-weight: 300;
}
@font-face {
	font-family: 'Graphik';
	src: url('//static1.megafon.ru/.blocks/fonts/graphik/MegaFonGraphikLC-Regular-Web.woff2') format('woff2'),
	url('//static1.megafon.ru/.blocks/fonts/graphik/MegaFonGraphikLC-Regular-Web.woff') format('woff');
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: 'Graphik';
	src: url('//static1.megafon.ru/.blocks/fonts/graphik/MegaFonGraphikLC-Medium-Web.woff2') format('woff2'),
	url('//static1.megafon.ru/.blocks/fonts/graphik/MegaFonGraphikLC-Medium-Web.woff') format('woff');
	font-style: normal;
	font-weight: 500;
}
@font-face {
	font-family: 'Graphik';
	src: url('//static1.megafon.ru/.blocks/fonts/graphik/MegaFonGraphikLC-Semibold-Web.woff2') format('woff2'),
	url('//static1.megafon.ru/.blocks/fonts/graphik/MegaFonGraphikLC-Semibold-Web.woff') format('woff');
	font-style: normal;
	font-weight: 600;
}
@font-face {
	font-family: 'Graphik';
	src: url('//static1.megafon.ru/.blocks/fonts/graphik/MegaFonGraphikLC-Bold-Web.woff2') format('woff2'),
	url('//static1.megafon.ru/.blocks/fonts/graphik/MegaFonGraphikLC-Bold-Web.woff') format('woff');
	font-style: normal;
	font-weight: 700;
}
@font-face {
	font-family: 'Graphik';
	src: url('//static1.megafon.ru/.blocks/fonts/graphik/MegaFonGraphikLC-Black-Web.woff2') format('woff2'),
	url('//static1.megafon.ru/.blocks/fonts/graphik/MegaFonGraphikLC-Black-Web.woff') format('woff');
	font-style: normal;
	font-weight: 900;
}
@font-face {
	font-weight:400;
	font-family:megaicons;
	font-style:normal;
	src:url(https://static0.megafon.ru/.blocks/fonts/mf/megaicons.eot);
	src:url(https://static0.megafon.ru/.blocks/fonts/mf/megaicons.eot#iefix) format("embedded-opentype"),
	url(https://static0.megafon.ru/.blocks/fonts/mf/megaicons.woff) format("woff"),
	url(https://static0.megafon.ru/.blocks/fonts/mf/megaicons.ttf) format("truetype"),
	url(https://static0.megafon.ru/.blocks/fonts/mf/megaicons.svg#megaicons) format("svg")
}
/* ++ h1 ++ */
.h1 {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
}
@media screen and (min-width: 768px) and (max-width:1023px) {
	.h1 {
		font-size:36px;
		line-height: 40px
	}
}
@media screen and (min-width: 1024px) {
	.h1 {
		font-size:44px;
		line-height: 48px;
		letter-spacing: .5px
	}
}

@media screen and (min-width: 1280px) {
	.h1 {
		font-size:52px;
		line-height: 56px
	}
}
/* -- h1 -- */
/* ++ h2 ++ */
.h2 {
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) and (max-width:1023px) {
	.h2 {
		font-size: 26px;
		line-height: 32px;
	}
}
@media screen and (min-width: 1024px) {
	.h2{
		font-size: 28px;
		line-height: 36px;
	}
}
@media screen and (min-width: 1280px) {
	.h2 {
		font-size: 32px;
		line-height: 40px;
	}
}
/* -- h2 -- */
/* ++ h3 ++ */
.h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
}
@media screen and (min-width: 1024px) {
	.h3 {
		letter-spacing:.5px
	}
}
@media screen and (min-width: 1280px) {
	.h3 {
		font-size:20px;
		line-height: 28px
    }
}
/* -- h3 -- */
/* ++ h5 ++ */
.h5 {
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
}
/* -- h5 -- */
.b-main-wrapper {
	display: -webkit-box;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
/* ++ b-center ++ */
.b-center {
	max-width: 815px;
	padding: 0 15px;
	margin: auto;
}
@media screen and (min-width: 730px) and (max-width: 1019px) {
	.b-center {
		padding: 0 40px;
	}
}
.b-center_width_wide {
	max-width: 1274px;
	margin: 0 auto;
	padding: 0 40px;
}
@media screen and (max-width: 729px) {
	.b-center {
		padding: 0 15px;
	}
}
.b-center_type_webview {
	padding-bottom: 120px;
}
/* -- b-center -- */
/* ++ b-topbar ++ */
.b-topbar {
	background-color: #323232;
	font-size: 13px;
}
.b-topbar__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.b-topbar__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	max-width: 1274px;
}
.b-topbar__link {
	color: #ffffff;
}
.b-topbar__link:hover {
	text-decoration: none;
}
.b-topbar__menu-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 0 15px;
	cursor: pointer;
}
.b-topbar__menu-item:hover {
	background-color: #00b956;
}
@media screen and (max-width: 729px) {
	.b-topbar__menu-item {
		display: none;
	}
}
@media screen and (min-width: 730px) and (max-width: 1019px) {
	.b-topbar__menu-item_hide_three,
	.b-topbar__menu-item_hide_four {
		display: none;
	}
}
.b-topbar__compact-menu-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}
@media screen and (min-width: 1020px) {
	.b-topbar__compact-menu-wrap {
		display: none;
	}
}
.b-topbar__compact-menu-wrap:focus {
	outline: none;
}
.b-topbar__compact-menu-wrap_state_active .b-topbar__compact-menu {
	display: block;
}
.b-topbar__compact-menu {
	position: absolute;
	top: 30px;
	left: 0;
	display: none;
	width: 230px;
	background-color: #ffffff;
	border: 1px solid #eaeced;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
	font-size: 13px;
	line-height: 20px;
}
.b-topbar__compact-link {
	color: #333333;
}
.b-topbar__compact-link:hover {
	text-decoration: none;
}
.b-topbar__compact-menu-item {
	padding: 5px 15px;
}
@media screen and (min-width: 730px) and (max-width: 1019px) {
	.b-topbar__compact-menu-item_hide_three,
	.b-topbar__compact-menu-item_hide_four {
		display: none;
	}
}
.b-topbar__compact-menu-item:hover {
	background-color: #00b956;
}
.b-topbar__compact-menu-item:hover .b-topbar__compact-link {
	color: #ffffff;
}
.b-topbar__show-more-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 0 25px 0 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
}
@media screen and (max-width: 729px) {
	.b-topbar__show-more-item {
		padding-left: 10px;
	}
}
.b-topbar__show-more-item:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 13px;
	border: 4px solid transparent;
	border-top: 4px solid #e5e5e5;
}
.b-topbar__show-more-item:hover {
	color: #323232;
	background-color: #e5e5e5;
}
.b-topbar__show-more-item:hover:after {
	border-top-color: #333333;
}
.b-topbar__show-more-item_state_active {
	color: #323232;
	background-color: #e5e5e5;
}
.b-topbar__show-more-item_state_active:after {
	position: absolute;
	top: 7px;
	border-bottom: 4px solid #333333;
}
.b-topbar__show-more-item_state_active:hover:after {
	border-top-color: #e5e5e5;
}
/* -- b-topbar -- */
/* ++ b-header ++ */
.b-header {
	margin-bottom: 80px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(217, 217, 217, 0.5);
	box-shadow: 0 2px 4px 0 rgba(217, 217, 217, 0.5);
}
.b-header_margin-bottom_small {
	margin-bottom: 27px;
}
@media screen and (max-width: 729px) {
	.b-header {
		margin-bottom: 70px;
	}
	.b-header_margin-bottom_small {
		margin-bottom: 24px;
	}
}
@media screen and (min-width: 1274px) {
	.b-header {
		margin-bottom: 100px;
	}
	.b-header_margin-bottom_small {
		margin-bottom: 34px;
	}
}
.b-header__logo {
	display: block;
	width: 140px;
	height: 70px;
}
@media screen and (min-width: 1274px) {
	.b-header__logo {
		width: 165px;
		height: 80px;
		margin-left: -10px;
	}
}
/* -- b-header -- */
/* ++ b-title ++ */
.b-title {
	margin-bottom: 80px;
}
@media screen and (max-width: 729px) {
	.b-title {
		margin-bottom: 60px;
	}
}
.b-title_product-r {
	margin-bottom: 60px;
}
.b-title_margin-bottom_small {
	margin-bottom: 32px;
}
@media screen and (max-width: 729px) {
	.b-title_margin-bottom_small {
		margin-bottom: 32px;
	}
}
.b-title__title {
	margin-bottom: 25px;
	font-size: 34px;
	line-height: 40px;
	font-weight: bold;
	color: #00b956;
}
@media screen and (max-width: 729px) {
	.b-title__title {
		margin-bottom: 20px;
		font-size: 30px;
		line-height: 40px;
	}
}
@media screen and (min-width: 1274px) {
	.b-title__title {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 15px;
	}
}
.b-title__subtitle {
	display: block;
	width: 93%;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
}
.b-title__subtitle:last-child {
	margin-bottom: 0;
}
.b-title__subtitle_strong {
	font-weight: 600;
}

@media screen and (max-width: 729px) {
	.b-title__subtitle {
		width: 100%;
	}
}
@media screen and (min-width: 1274px) {
	.b-title__subtitle {
		font-size: 19px;
		line-height: 25px;
	}
}
/* -- b-title -- */
/* ++ b-section ++ */
.b-section {
	margin-bottom: 80px;
}
@media screen and (max-width: 729px) {
	.b-section {
		margin-bottom: 60px;
	}
}
@media screen and (min-width: 1274px) {
	.b-section {
		margin-bottom: 100px;
	}
}
.b-section_margin-bottom_small {
	margin-bottom: 43px;
}
@media screen and (max-width: 729px) {
	.b-section_margin-bottom_small {
		margin-bottom: 32px;
	}
}
@media screen and (min-width: 1274px) {
	.b-section_margin-bottom_small {
		margin-bottom: 53px;
	}
}
.b-section__title {
	color: #333333;
	margin-bottom: 20px;
	font-size: 19px;
	line-height: 25px;
	font-weight: bold;
}
@media screen and (min-width: 1274px) {
	.b-section__title {
		margin-bottom: 28px;
		font-size: 24px;
		line-height: 30px;
	}
}
.b-section__title_margin-bottom_small {
	margin-bottom: 12px;
}
@media screen and (min-width: 1274px) {
	.b-section__title_margin-bottom_small {
		margin-bottom: 17px;
	}
}
/* -- b-section -- */
/* ++ b-tariff-table ++ */
.b-tariff-table {
	color: #333333;
	margin-bottom: 25px;
	border-top: 1px solid #e5e5e5;
}
.b-tariff-table_rx ul li,
.b-tariff-table_rx ul.markered-list li {
	margin-bottom: 10px;
	padding-left: 12px;
	position: relative;
}
.b-tariff-table_rx ul:last-child li:last-child,
.b-tariff-table_rx ul.markered-list:last-child li:last-child {
	margin-bottom: 0;
}
.b-tariff-table_rx ul li:before,
.b-tariff-table_rx ul.markered-list li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #333;
}
.b-tariff-table_rx .c-number-call b,
.b-tariff-table_rx .c-number-call span,
.b-tariff-table_rx .b-number-call b,
.b-tariff-table_rx .b-number-call span {
	min-width: 0;
	height: auto;
	margin: 0;
	padding: 0 .5px;
	color: #333;
	text-decoration: none;
	background: none;
}
.b-tariff-table_rx .b-number-call .pipe:before,
.b-tariff-table_rx .c-number-call .pipe:before {
	font-weight: 400!important;
	font-family: megaicons,Arial,sans-serif!important;
	font-style: normal!important;
	font-variant: normal!important;
	line-height: 1;
	text-transform: none!important;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e095";
	position: relative;
	margin-left: 2px;
	color: #00b956;
	font-size: 12px;
}
.b-tariff-table_without-title {
	border-top: 0;
}
.b-tariff-table__container {
	padding: 25px 0;
	border-bottom: 1px solid #e5e5e5;
}
.b-tariff-table__container_padding_small {
	padding: 16px 0;
}
.b-tariff-table__row {
	display: table;
	width: 100%;
}
.b-tariff-table__cell_width_full {
	display: table-cell;
	width: 100%;
}
.b-tariff-table__cell_width_big {
	display: table-cell;
	width: 74%;
	padding-right: 54px;
}
@media screen and (max-width: 729px) {
	.b-tariff-table__cell_width_big {
		width: 65.5%;
		padding-right: 20px;
	}
}
.b-tariff-table__cell_width_small {
	display: table-cell;
}
.b-tariff-table__item {
	font-size: 16px;
	line-height: 25px;
}
@media screen and (max-width: 729px) {
	.b-tariff-table__item {
		line-height: 20px;
	}
}
@media screen and (min-width: 1274px) {
	.b-tariff-table__item {
		font-size: 19px;
		line-height: 25px;
	}
}
.b-tariff-table__item p:first-child {
	margin-top: 0;
}
.b-tariff-table__item p:last-child {
	margin-bottom: 0;
}
.b-tariff-table__note {
	margin-top: 8px;
	font-size: 14px;
	line-height: 20px;
}
@media screen and (min-width: 1274px) {
	.b-tariff-table__note {
		margin-top: 12px;
	}
}
.b-tariff-table__value {
	font-size: 19px;
	line-height: 25px;
	font-weight: 300;
}
@media screen and (min-width: 1274px) {
	.b-tariff-table__value {
		font-size: 24px;
		line-height: 35px;
	}
}
.b-tariff-table__info {
	margin-top: 8px;
	font-size: 12px;
	line-height: 15px;
	color: #999999;
}
@media screen and (min-width: 1274px) {
	.b-tariff-table__info {
		margin-top: 12px;
	}
}

/* -- b-tariff-table -- */
/* ++ b-infoblock ++ */
.b-infoblock {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
.b-infoblock span {
	font-weight: bold;
	color: #000000;
}
@media screen and (max-width: 729px) {
	.b-infoblock {
		width: 87%;
	}
}
/* -- b-infoblock -- */
/* ++ b-accordion ++ */
.b-accordion__wrap {
	margin-bottom: 2px;
}
.b-accordion__title {
	position: relative;
	display: block;
	padding: 20px 50px 20px 20px;
	color: #333333;
	cursor: pointer;
	background-color: #f5f6fb;
}
.b-accordion__title:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -10px;
	cursor: pointer;
	display: block;
	width: 20px;
	height: 20px;
	background: url("../i/arrow-icon.svg") no-repeat 50% 50%;
}
.b-accordion__content {
	height: 0;
	overflow: hidden;
	padding: 0 20px 0 20px;
}
.b-accordion__container {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 20px 0;
}

/* -- b-accordion -- */
/* ++ b-section_error-404 ++ */

.b-section_error-404 {
	flex: 1 0 auto;
	-webkit-box-flex: 1;
	-ms-flex: 0 0 auto;
	text-align: center;
}
.error-404 {
	color: #333;
	font-size: 15px;
	margin-top: 96px;
}
.error-404__picture {
	margin-bottom: 15px;
}
.error-404__picture img {
	max-width: 100%;
}
.error-404__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.5px;
	margin-bottom: 5px;
}
.error-404__text {
	line-height: 1.6;
	margin: 0 auto 24px;
	max-width: 370px;
}
.error-404__text_link {
	text-decoration: underline;
}
.error-404__text_link:hover {
	text-decoration: none;
}
.error-404__link {
	margin-bottom: 5px;
}

/* -- b-section_error-404 -- */
/* ++ b-footer ++ */
.b-footer {
	flex: 0 0 auto;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	padding: 50px 20px;
	background-color: #e5e5e5;
}
@media screen and (max-width: 729px) {
	.b-footer {
		padding: 30px 15px;
	}
}
@media screen and (min-width: 730px) and (max-width: 1019px) {
	.b-footer {
		padding: 45px 20px;
	}
}
@media screen and (min-width: 1274px) {
	.b-footer {
		padding: 60px 40px;
	}
}
.b-footer__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

}
@media screen and (max-width: 1019px) {
	.b-footer__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.b-footer .b-center {
	padding: 0;
}
.b-footer .b-center_width_wide {
	padding: 0;
}
.b-footer__title {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
@media screen and (min-width: 1274px) {
	.b-footer__title {
		font-size: 16px;
		margin-bottom: 22px;
	}
}
.b-footer__list {
	margin-bottom: 13px;
}
@media screen and (min-width: 1020px) {
	.b-footer__list {
		height: auto !important;
	}
}
.b-footer__list a {
	color: #999999;
	font-size: 12px;
}
@media screen and (min-width: 1274px) {
	.b-footer__list a {
		font-size: 14px;
	}
}
.b-footer__list a:hover {
	text-decoration: underline;
}
.b-footer__item {
	padding-bottom: 5px;
	margin-top: 0;
}
@media screen and (min-width: 1274px) {
	.b-footer__item {
		margin-bottom: 10px;
	}
}
.b-footer__company-wrap {
	width: 160px;
	margin-right: 10px;
}
@media screen and (min-width: 1274px) {
	.b-footer__company-wrap {
		width: 205px;
	}
}
.b-footer__organization-wrap {
	width: 220px;
	margin-right: 10px;
}
@media screen and (min-width: 1274px) {
	.b-footer__organization-wrap {
		width: 300px;
	}
}
.b-footer__organization-wrap .b-footer__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.b-footer__organization-wrap .b-footer__item {
	min-width: 110px;
}
@media screen and (min-width: 1274px) {
	.b-footer__organization-wrap .b-footer__item {
		min-width: 145px;
	}
}
.b-footer__links-wrap {
	width: 235px;
	margin-right: 10px;
}
.b-footer__links-wrap .b-footer__link {
	position: relative;
	display: inline-block;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 14px;
	padding-right: 30px;
}
@media screen and (min-width: 1274px) {
	.b-footer__links-wrap .b-footer__link {
		font-size: 16px;
		margin-bottom: 22px;
	}
}
.b-footer__links-wrap .b-footer__link:after {
	content: '';
	position: absolute;
	top: 0;
	right: 10px;
	display: block;
	width: 20px;
	height: 20px;
	background: url("../i/arrow-icon.svg") no-repeat 50% 50%;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.b-footer__social-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	margin-top: -10px;
}
@media screen and (max-width: 729px) {
	.b-footer__social-icons {
		margin-top: 10px;
	}
}
@media screen and (min-width: 730px) and (max-width: 1019px) {
	.b-footer__social-icons {
		margin-top: 0;
	}
}
@media screen and (min-width: 1274px) {
	.b-footer__social-icons {
		margin-bottom: 40px;
	}
}
.b-footer__social-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: #d5d7d8;
	margin-right: 11px;
	margin-top: 0;
}
@media screen and (max-width: 1019px) {
	.b-footer__social-icon {
		margin-right: 15px;
	}
}
@media screen and (min-width: 1274px) {
	.b-footer__social-icon {
		width: 37px;
		height: 37px;
		margin-right: 15px;
	}
}
.b-footer__social-icon:last-child {
	margin-right: 0;
}
.b-footer__social-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	fill: #666666;
	border-radius: 100%;
}
.b-footer__social-link:hover {
	fill: #ffffff;
}
.b-footer__social-link svg {
	width: 16px;
}
@media screen and (min-width: 1274px) {
	.b-footer__social-link svg {
		width: 21px;
	}
}
.b-footer__social-vk:hover {
	background-color: #5081a7;
}
.b-footer__social-fb:hover {
	background-color: #26609e;
}
.b-footer__social-instagram:hover {
	background-color: #b900b4;
}
.b-footer__social-telegram:hover {
	background-color: #4dacdb;
}
.b-footer__social-twitter:hover {
	background-color: #36c6f4;
}
.b-footer__social-ok:hover {
	background-color: #f7901e;
}
.b-footer__social-youtube:hover {
	background-color: #ce332e;
}
.b-footer__social-habr:hover {
	background-color: #7ca3b3;
}
.b-footer__reward {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: right;
	margin-bottom: 15px;
}
.b-footer__reward:hover .b-footer__reward-text {
	color: #333333;
}
.b-footer__reward:hover .b-footer__reward-icon {
	background-position: 50% 100%;
}
.b-footer__reward-text {
	display: block;
	font-size: 10px;
	line-height: 15px;
	color: #999999;
	margin-left: auto;
	margin-right: 10px;
}
@media screen and (min-width: 1274px) {
	.b-footer__reward-text {
		font-size: 12px;
	}
}
.b-footer__reward-icon {
	width: 30px;
	height: 30px;
	background: url("../i/ppko.png") no-repeat 50% -3%;
	background-size: cover;
}
@media screen and (max-width: 1019px) {
	.b-footer__reward-icon {
		width: 40px;
		height: 40px;
	}
}
.b-footer__footer-bottom {
	overflow: hidden;
}
.b-footer__copy-wrap {
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-top: 10px;
}
.b-footer__copy-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 38px;
	height: 38px;
	font-size: 14px;
	background-color: #d9d9d9;
	color: #999999;
	border-radius: 100%;
	margin-right: 10px;
}
.b-footer__copy-text {
	font-size: 10px;
	line-height: 15px;
	color: #999999;
}
.b-footer__privacy {
	float: right;
	width: 290px;
	font-size: 10px;
	line-height: 15px;
	color: #999999;
}
.b-footer__privacy a {
	color: inherit;
	text-decoration: underline;
}
.b-info {
	width: 100%;
	text-align: left;
	font-size: 19px;
	line-height: 25px;
}
.b-info__title {
	margin-bottom: 15px;
}
.b-info__list {
	padding-left: 15px;
}
@media screen and (min-width: 1274px) {
	.b-footer__copy-text {
		font-size: 12px;
	}
	.b-footer__privacy {
		width: 400px;
		font-size: 12px;
		line-height: 14px;
	}
}
@media screen and (max-width: 1019px) {
	.b-footer_mobile-view_one-col .b-center_width_wide {
		padding: 0 20px;
	}
	.b-footer_mobile-view_one-col .b-footer__list {
		margin-bottom: 0;
		-webkit-box-shadow: inset 1px 5px 6px rgba(204, 204, 204, 0.8);
		box-shadow: inset 1px 5px 6px rgba(204, 204, 204, 0.8);
	}
	.b-footer_mobile-view_one-col .b-footer__title {
		position: relative;
		padding: 10px 20px 10px 19px;
		margin-bottom: 0;
	}
	.b-footer_mobile-view_one-col .b-footer__title:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -10px;
		cursor: pointer;
		display: block;
		width: 20px;
		height: 20px;
		background: url("../i/arrow-icon.svg") no-repeat 50% 50%;
	}
	.b-footer_mobile-view_one-col .b-footer__title_expanded_yes:after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.b-footer_mobile-view_one-col .b-footer__item {
		padding: 10px 10px 10px 19px;
		border-bottom: 1px solid #CCCCCC;
	}
	.b-footer_mobile-view_one-col .b-footer__item:last-child {
		border: none;
	}
	.b-footer_mobile-view_one-col .b-footer__company-wrap {
		width: 100%;
		border: 1px solid #CCCCCC;
		border-bottom: none;
		margin-right: 0;
	}
	.b-footer_mobile-view_one-col .b-footer__organization-wrap {
		width: 100%;
		border: 1px solid #CCCCCC;
		border-bottom: none;
		margin-right: 0;
	}
	.b-footer_mobile-view_one-col .b-footer__organization-wrap .b-footer__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 100%;
		display: block;
	}
	.b-footer_mobile-view_one-col .b-footer__links-wrap {
		width: 100%;
		border: 1px solid #CCCCCC;
	}
	.b-footer_mobile-view_one-col .b-footer__links-wrap .b-footer__link {
		display: block;
		border-bottom: 1px solid #CCCCCC;
		margin-bottom: 0;
		padding: 10px 20px 10px 19px;
	}
	.b-footer_mobile-view_one-col .b-footer__links-wrap .b-footer__link:last-child {
		border: none;
	}
	.b-footer_mobile-view_one-col .b-footer__links-wrap .b-footer__link:after {
		top: 11px;
		right: 19px;
	}
	.b-footer_mobile-view_one-col .b-footer__links-wrap .b-footer__link:hover {
		text-decoration: none;
	}
	.b-footer_mobile-view_one-col .b-footer__wrap {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-top: 20px;
	}
	.b-footer_mobile-view_one-col .b-footer__social-icons {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-left: auto;
	}
	.b-footer_mobile-view_one-col .b-footer__reward {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.b-footer_mobile-view_one-col .b-footer__reward {
		text-align: left;
	}
	.b-footer_mobile-view_one-col .b-footer__reward .b-footer__reward-text {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.b-footer_mobile-view_one-col .b-footer__reward .b-footer__reward-icon {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		margin-right: 10px;
	}
}
@media screen and (max-width: 729px) {
	.b-footer_mobile-view_one-col .b-center_width_wide {
		padding: 0 15px;
	}
	.b-footer_mobile-view_one-col .b-footer__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.b-footer_mobile-view_one-col .b-footer__social-icons {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 185px;
		margin-right: auto;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.b-footer_mobile-view_one-col .b-footer__social-icon {
		margin-bottom: 15px;
	}
	.b-footer_mobile-view_one-col .b-footer__social-icon:nth-child(4n) {
		margin-right: 0;
	}
	.b-footer_mobile-view_one-col .b-footer__reward {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 20px;
	}
	.b-footer_mobile-view_one-col .b-footer__reward-text {
		margin-left: 0;
	}
	.b-footer__copy-wrap {
		float: none;
		margin-top: 0;
	}
	.b-footer__privacy {
		float: none;
		margin-top: 15px;
		width: auto;
		max-width: 335px;
	}
}
/* -- b-footer -- */
/* ++ js-accordion ++ */
.js-accordion__content {
	height: 0;
	overflow: hidden;
	-webkit-transition: height .4s ease;
	-o-transition: height .4s ease;
	transition: height .4s ease;
}
.js-accordion__title_expand:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.js-accordion_state_active .js-accordion__content {
	height: auto;
}
/* -- js-accordion -- */
/* ++ b-section-block ++ */
.b-content-block {
	margin-top: 20px;
}
.b-content-block__title {
	font-weight: bold;
	margin-bottom: 20px;
}
/* -- b-section-block -- */
/* ++ b-adition ++ */
.b-adition {
	margin-bottom: 60px;
}
.b-adition__title {
	font-size: 24px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}
.b-adition__text {
	margin-bottom: 20px;
}
.b-adition__text:last-child {
	margin-bottom: 0;
}
/* -- b-adition -- */
/* ++ b-product ++ */
.b-separate-title {
	font-size: 24px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}
/* -- b-product -- */
/* ++ b-layout ++ */
.b-layout {
	padding: 40px 0;
}
.b-layout_padding_small {
	padding: 20px 0;
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
	.b-layout {
		padding: 48px 0;
	}
	.b-layout_padding_small {
		padding: 24px 0;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.b-layout {
		padding: 56px 0;
	}
	.b-layout_padding_small {
		padding: 28px 0;
	}
}
@media screen and (min-width: 1280px) {
	.b-layout {
		padding: 72px 0;
	}
	.b-layout_padding_small {
		padding: 36px 0;
	}
}
/* -- b-layout -- */
/* ++ b-content-area ++ */
.b-content-area__inner {
	padding: 0 16px;
	max-width: 1440px;
	margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.b-content-area__inner {
		padding: 0 48px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.b-content-area__inner {
		padding: 0 64px;
	}
}
@media screen and (min-width: 1280px) {
	.b-content-area__inner {
		padding: 0 80px;
	}
}
/* -- b-content-area -- */
/* ++ b-main-title ++ */
.b-main-title {
	color: #00b956;
	margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
	.b-main-title  {
		margin-bottom: 40px;
	}
}
/* -- b-main-title -- */
/* ++ b-params-section ++ */
.b-params-section + .b-params-section {
	margin-top: 48px;
}
@media screen and (min-width: 1280px) {
	.b-params-section + .b-params-section  {
		margin-top: 56px;
	}
}
.b-params-section__title {
	margin-bottom: 16px;
}
@media screen and (min-width: 1280px) {
	.b-params-section__title  {
		margin-bottom: 24px;
	}
}
/* -- b-params-section -- */
/* ++ b-params-item ++ */
.b-params-item {
	padding: 16px;
	background-color: #F6F6F6;
	border-radius: 16px;
}
@media screen and (min-width: 480px) {
	.b-params-item  {
		display: flex;
		justify-content: space-between;
		gap: 16px;
	}
}
@media screen and (min-width: 768px) {
	.b-params-item  {
		padding: 24px;
	}
}
.b-params-item + .b-params-item {
	margin-top: 24px;
}
.b-params-item__title + .b-params-item__note {
	margin-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.b-params-item__note {
		max-width: 283px;
	}
	.b-params-item__note_width_full {
		max-width: none;
	}
}
.b-params-item__note > *:first-child {
	margin-top: 0;
}
.b-params-item__note > *:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 479px) {
	.b-params-item__value-wrapper {
		margin-top: 32px;
	}
}
@media screen and (min-width: 480px) {
	.b-params-item__value-wrapper {
		text-align: right;
		min-width: 200px;
		flex-shrink: 0;
	}
}
.b-params-item__info {
	margin-top: 4px;
}
/* -- b-params-item -- */
