.li_plus,
.li_plus li,
.page_menu ul,
.page_menu li,
.page_menu_stat ul,
.page_menu_stat li,
.data-center__char,
.data-center__char-item,
.pricing_list_item_char,
.pricing_list_item_char li {
	list-style: outside none none;
	padding: 0;
	margin: 0
}

.pricing_map,
.vds_find_solution {
	margin: 0 auto;
	box-sizing: border-box;
	border-left: solid 40px transparent;
	border-right: solid 40px transparent
}

@media (min-width: 1280px) {

	.pricing_map,
	.vds_find_solution {
		width: 1260px
	}
}

@media (max-width: 1279px) {

	.pricing_map,
	.vds_find_solution {
		max-width: 1260px;
		width: 100%;
		border-width: 42px
	}
}

@media (max-width: 1023px) {

	.pricing_map,
	.vds_find_solution {
		border-width: 34px
	}
}

@media (max-width: 767px) {

	.pricing_map,
	.vds_find_solution {
		border-width: 20px
	}
}

.pricing_map_wr {
	margin-left: -40px;
	margin-right: -40px;
	padding-left: 40px;
	padding-right: 40px
}

@media (max-width: 1279px) {
	.pricing_map_wr {
		margin-left: -42px;
		margin-right: -42px;
		padding-left: 42px;
		padding-right: 42px
	}
}

@media (max-width: 1023px) {
	.pricing_map_wr {
		margin-left: -34px;
		margin-right: -34px;
		padding-left: 34px;
		padding-right: 34px
	}
}

@media (max-width: 767px) {
	.pricing_map_wr {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px
	}
}

.vds_find_solution_btns .btn {
	display: inline-block;
	width: 209px;
	height: 50px;
	border: 2px solid #fff;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	font: italic 400 14px/46px "GothamPro", sans-serif;
	text-transform: uppercase;
	border-radius: 25px;
	text-decoration: none;
	background: transparent;
	transition: color .2s, background .2s;
	white-space: nowrap
}

.vds_find_solution_btns .btn:hover {
	background-color: #fff;
	color: #494949
}

@media (max-width: 767px) {
	.vds_find_solution_btns .btn {
		width: 200px;
		height: 40px;
		line-height: 36px;
		border-radius: 20px
	}
}

.learn_more {
	color: #3fa1fb;
	font: 500 10px/12px "GothamPro", sans-serif;
	text-transform: uppercase;
	margin-bottom: 40px
}

.learn_more a {
	text-decoration: none;
	color: #3fa1fb;
	transition: color .2s
}

.learn_more a:hover {
	color: #ff7832
}

.learn_more_bdt {
	position: relative;
	padding-top: 16px
}

.learn_more_bdt:before {
	position: absolute;
	content: '';
	right: 50%;
	top: 0;
	transform: translateX(50%);
	width: 240px;
	height: 1px;
	background-color: #e3e3e3
}

.h211,
.h211_1 {
	color: #3fa1fb;
	font: 300 18px "GothamPro", sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px
}

@media (max-width: 767px) {

	.h211,
	.h211_1 {
		margin-bottom: 12px
	}
}

.h211_1 {
	color: #ff7832
}

.h212 {
	color: #3fa1fb;
	font: 400 24px "GothamPro", sans-serif;
	text-transform: uppercase;
	margin-bottom: 40px
}

@media (max-width: 1023px) {
	.h212 {
		margin-bottom: 30px;
		font-size: 18px
	}
}

@media (max-width: 767px) {
	.h212 {
		margin-bottom: 20px
	}
}

.li_plus {
	margin-bottom: 20px
}

.li_plus li {
	transform: translateZ(0);
	position: relative;
	padding: 0 0 6px 34px;
	display: inline-block;
	width: 100%;
	font: 300 14px/20px "GothamPro", sans-serif;
	box-sizing: border-box
}

.li_plus li:before {
	position: absolute;
	content: '+';
	color: #aace6e;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	left: 0;
	top: 0
}

.mbn {
	margin-bottom: 0 !important
}

.mtn {
	margin-top: 0 !important
}

.margin {
	margin-bottom: 56px;
	margin-top: 56px
}

@media (max-width: 1279px) {
	.margin {
		margin-bottom: 48px;
		margin-top: 48px
	}
}

@media (max-width: 1023px) {
	.margin {
		margin-bottom: 40px;
		margin-top: 40px
	}
}

@media (max-width: 767px) {
	.margin {
		margin-bottom: 32px;
		margin-top: 32px
	}
}

.padding {
	padding-bottom: 56px;
	padding-top: 56px
}

@media (max-width: 1279px) {
	.padding {
		padding-bottom: 48px;
		padding-top: 48px
	}
}

@media (max-width: 1023px) {
	.padding {
		padding-bottom: 40px;
		padding-top: 40px
	}
}

@media (max-width: 767px) {
	.padding {
		padding-bottom: 32px;
		padding-top: 32px
	}
}

@media (max-width: 479px) {
	.padding {
		padding-bottom: 24px;
		padding-top: 24px
	}
}

.mobile-only {
	display: none
}

@media (min-width: 480px) and (max-width: 767px) {
	.mobile-only {
		display: inherit
	}
}

.desktop-only {
	display: none
}

@media (min-width: 1024px) {
	.desktop-only {
		display: inherit
	}
}

.md {
	display: none
}

@media (max-width: 1023px) {
	.md {
		display: inherit
	}
}

.sm {
	display: none
}

@media (max-width: 767px) {
	.sm {
		display: inherit
	}
}

.page_menu,
.page_menu_stat {
	font: 400 12px/12px "GothamPro", sans-serif;
	letter-spacing: .05em;
	text-transform: uppercase;
	box-sizing: border-box;
	height: 65px;
	overflow: hidden;
	transition: height .2s, top .2s;
	top: 0;
	visibility: hidden;
	position: fixed;
	will-change: transform
}

.page_menu ul,
.page_menu_stat ul {
	height: 80px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	transition: height .2s
}

.page_menu ul>li,
.page_menu_stat ul>li {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block;
	padding: 0 24px;
	position: relative
}

.page_menu ul a,
.page_menu_stat ul a {
	color: #252525;
	text-decoration: none;
	display: inline-block;
	position: relative;
	transition: color .2s
}

.page_menu ul a span,
.page_menu_stat ul a span {
	display: block;
	position: relative;
	transform: translate3d(0, 0, 0);
	will-change: transform
}

.page_menu ul a span:before,
.page_menu_stat ul a span:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: -7px;
	height: 1px;
	background-color: #3fa1fb;
	opacity: 0;
	transform: translateY(-7px);
	transition: opacity .2s, transform .2s;
	pointer-events: none
}

.page_menu ul a img,
.page_menu_stat ul a img {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity .2s;
	will-change: opacity
}

.page_menu ul a img:last-of-type,
.page_menu_stat ul a img:last-of-type {
	opacity: 0
}

.page_menu ul a img~span,
.page_menu_stat ul a img~span {
	margin-left: 30px
}

.page_menu ul a.active,
.page_menu ul a:hover,
.page_menu_stat ul a.active,
.page_menu_stat ul a:hover {
	color: #3fa1fb
}

.page_menu ul a.active img:first-of-type,
.page_menu ul a:hover img:first-of-type,
.page_menu_stat ul a.active img:first-of-type,
.page_menu_stat ul a:hover img:first-of-type {
	opacity: 0
}

.page_menu ul a.active img:last-of-type,
.page_menu ul a:hover img:last-of-type,
.page_menu_stat ul a.active img:last-of-type,
.page_menu_stat ul a:hover img:last-of-type {
	opacity: 1
}

.page_menu ul a.active span:before,
.page_menu ul a:hover span:before,
.page_menu_stat ul a.active span:before,
.page_menu_stat ul a:hover span:before {
	opacity: 1;
	transform: translateY(0px)
}

.page_menu_scroll,
.page_menu_stat_scroll {
	position: relative;
	height: 95px;
	width: 100%;
	text-align: center;
	overflow-x: scroll;
	overflow-y: hidden
}

.page_menu_wr,
.page_menu_stat_wr {
	position: relative;
	z-index: 60;
	margin-bottom: 35px;
	transition: height .2s
}

.page_menu_wr:before,
.page_menu_stat_wr:before {
	position: absolute;
	content: '';
	background: url(../img/divider_top.png) 50% 100% no-repeat;
	height: 49px;
	left: 0;
	right: 0;
	bottom: -11px
}

.page_menu_stat {
	position: relative;
	visibility: visible;
	height: auto
}

.page_menu_stat ul {
	height: auto;
	box-sizing: border-box;
	min-height: 80px;
	padding: 16px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center
}

.page_menu_stat ul li {
	margin: 16px 0
}

.page_menu_stat .page_menu_scroll {
	height: auto;
	overflow: visible;
	position: static
}

.page_menu_fixed .page_menu {
	visibility: visible;
	will-change: transform;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 90;
	background-color: #f7f7f7;
	box-shadow: -3px 0 6px rgba(0, 0, 0, 0.1), inset 0 3px 7px rgba(0, 0, 0, 0.05);
	top: 65px;
	height: 65px
}

.page_menu_fixed .page_menu ul {
	height: 65px
}

.page_menu_fixed.menus_fixed_up .page_menu,
.page_menu_fixed.mobile_menus_fixed_up .page_menu {
	top: 105px
}

@media (max-width: 1023px) {
	.page_menu_stat ul {
		min-height: 65px;
		padding: 14px
	}

	.page_menu_stat ul li {
		margin: 14px 0;
		padding: 0 20px
	}

	.page_menu ul li {
		margin: 14px 0;
		padding: 0 20px
	}

	.page_menu ul li a:hover {
		color: #252525
	}

	.page_menu ul li a:hover:before {
		opacity: 0
	}

	.page_menu ul li a.active {
		color: #3fa1fb
	}

	.page_menu ul li a.active:before {
		opacity: 1;
		transform: translateY(0px)
	}
}

.dedic-over-about {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	padding-bottom: 50px;
	margin-bottom: 50px
}

.dedic-over-about:after {
	position: absolute;
	content: '';
	background: url(../img/docs_shadow_b.png) 50% 0 no-repeat;
	top: 100%;
	left: -20px;
	right: -20px;
	height: 38px;
	pointer-events: none
}

.dedic-over-about__elem {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block;
	width: calc((100% - 140px) / 3.01);
	box-sizing: border-box
}

.dedic-over-about__elem:not(:nth-child(3n-2)) {
	margin-left: 70px
}

.dedic-over-about__img {
	margin-bottom: 24px
}

.dedic-over-about__img img {
	display: block
}

.dedic-over-about__show-all {
	width: 100%;
	text-align: center;
	padding-top: 16px;
	position: relative
}

.dedic-over-about__show-all:before {
	position: absolute;
	content: '';
	width: 240px;
	height: 1px;
	background-color: #e3e3e3;
	right: 50%;
	top: 0;
	transform: translateX(50%)
}

@media (max-width: 1279px) {
	.dedic-over-about {
		padding-bottom: 15px
	}

	.dedic-over-about__elem {
		width: calc((100% - 90px) / 3)
	}

	.dedic-over-about__elem:not(:nth-child(3n-2)) {
		margin-left: 45px
	}
}

@media (max-width: 767px) {
	.dedic-over-about {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding-bottom: 0
	}

	.dedic-over-about__elem {
		width: 100%;
		margin-bottom: 20px
	}

	.dedic-over-about__elem:not(:nth-child(3n-2)) {
		margin-left: 0
	}

	.dedic-over-about__elem_no-margin {
		margin-bottom: 0
	}

	.dedic-over-about__elem_no-margin .text-block>*:last-child {
		margin-bottom: 0
	}
}

.dedic-over-about_no-shadow {
	padding-bottom: 0;
	margin-bottom: 24px
}

@media (max-width: 767px) {
	.dedic-over-about_no-shadow {
		margin-bottom: 0
	}
}

.dedic-over-about_no-shadow:after {
	display: none
}

.choice-location-tab {
	position: relative;
	border-top: dashed 1px #d3d3d3;
	border-bottom: dashed 1px #d3d3d3
}

.choice-location-tab__header,
.choice-location-tab__footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	padding: 40px
}

.choice-location-tab__headline,
.choice-location-tab__tab-links {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block
}

.choice-location-tab__tab-links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch
}

.choice-location-tab__link {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block;
	margin-left: 50px
}

.choice-location-tab__link>*,
.choice-location-tab__link .input-radio label {
	vertical-align: top
}

.choice-location-tab__link_active {
	position: relative
}

.choice-location-tab__link_active:after {
	position: absolute;
	bottom: -46px;
	left: 50%;
	content: '';
	background-color: #3fa1fb;
	width: 11px;
	height: 11px;
	transform: rotate(-45deg)
}

.choice-location-tab__body {
	background-color: #3fa1fb
}

.choice-location-tab__item {
	display: none;
	padding: 40px;
	position: relative
}

.choice-location-tab__item_active {
	display: block
}

.choice-location-tab__grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	margin-bottom: 32px
}

.choice-location-tab__grid_2 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px
}

.choice-location-tab__grid_2 .choice-location-tab__grid-elem {
	width: 16.6666%;
	padding: 0px
}

.choice-location-tab__grid_2 .choice-location-tab__grid-elem:after {
	border-color: #e2e2e2;
	height: auto;
	top: 40px;
	bottom: 40px;
	display: block !important
}

.choice-location-tab__grid_2 .choice-location-tab__grid-elem:hover {
	background-color: transparent
}

.choice-location-tab__grid_2 .choice-location-tab__grid-elem:hover:after {
	display: block
}

.choice-location-tab__grid_2 .choice-location-tab__grid-elem:nth-child(6n):after {
	opacity: 0
}

@media (max-width: 1023px) {
	.choice-location-tab__grid_2 .choice-location-tab__grid-elem {
		width: 25%
	}

	.choice-location-tab__grid_2 .choice-location-tab__grid-elem:nth-child(6n):after {
		opacity: 1
	}

	.choice-location-tab__grid_2 .choice-location-tab__grid-elem:nth-child(4n):after {
		opacity: 0
	}
}

@media (max-width: 767px) {
	.choice-location-tab__grid_2 .choice-location-tab__grid-elem {
		width: 50%
	}

	.choice-location-tab__grid_2 .choice-location-tab__grid-elem:nth-child(2n):after {
		opacity: 0
	}
}

@media (max-width: 479px) {
	.choice-location-tab__grid_2 .choice-location-tab__grid-elem {
		width: 100%
	}

	.choice-location-tab__grid_2 .choice-location-tab__grid-elem:after,
	.choice-location-tab__grid_2 .choice-location-tab__grid-elem:nth-child(6n):after,
	.choice-location-tab__grid_2 .choice-location-tab__grid-elem:nth-child(4n):after,
	.choice-location-tab__grid_2 .choice-location-tab__grid-elem:nth-child(2n):after {
		opacity: 1;
		width: auto;
		height: 0;
		border-right: none;
		border-top: dashed 1px #e2e2e2;
		bottom: 0;
		left: 0;
		right: 0;
		top: auto
	}
}

.choice-location-tab__grid-elem {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block;
	padding: 25px;
	position: relative;
	width: 100%;
	max-width: 280px;
	box-sizing: border-box
}

.choice-location-tab__grid-elem:after {
	position: absolute;
	content: '';
	width: 0;
	height: 195px;
	border-right: dashed 1px #ffffff;
	right: -1px;
	top: 95px
}

.choice-location-tab__grid-elem:last-child:after {
	display: none
}

.choice-location-tab__grid-elem:hover {
	background-color: #57b3fa
}

.choice-location-tab__grid-elem:hover:after {
	display: none
}

.choice-location-tab__center {
	position: relative
}

.choice-location-tab .line {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch
}

@media (max-width: 1279px) {
	.choice-location-tab__footer {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.choice-location-tab__headline_for-payment {
		margin-bottom: 14px
	}

	.choice-location-tab__center {
		padding-bottom: 20px;
		margin-bottom: 20px
	}

	.choice-location-tab__center:after {
		position: absolute;
		content: '';
		width: 240px;
		height: 1px;
		background-color: #e3e3e3;
		right: 50%;
		bottom: 0;
		transform: translateX(50%)
	}
}

@media (max-width: 1023px) {
	.choice-location-tab__grid {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 30px;
		padding-right: 30px
	}

	.choice-location-tab__grid-elem {
		width: 50%
	}

	.choice-location-tab__grid-elem:nth-child(even):after {
		display: none
	}
}

@media (max-width: 767px) {
	.choice-location-tab__body {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px
	}

	.choice-location-tab__header {
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 24px
	}

	.choice-location-tab__item {
		padding-left: 0;
		padding-right: 0
	}

	.choice-location-tab__footer {
		padding: 24px 10px
	}

	.choice-location-tab__headline,
	.choice-location-tab__tab-links {
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.choice-location-tab__headline {
		margin-bottom: 24px
	}

	.choice-location-tab__headline_for-payment {
		margin-bottom: 14px
	}

	.choice-location-tab__link {
		margin: 0 5px 0 0;
		width: 50%
	}

	.choice-location-tab__link_active:after {
		bottom: -30px
	}

	.choice-location-tab__grid {
		padding: 0
	}

	.choice-location-tab__grid_2 {
		margin-bottom: 24px;
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px
	}

	.choice-location-tab__grid-elem {
		width: 100%
	}

	.choice-location-tab__grid-elem:after {
		display: none
	}
}

.choice-location-tab_backup {
	border-top: none;
	margin: 54px 0
}

.choice-location-tab_backup .choice-location-tab__header {
	padding: 0;
	margin: 54px 0;
	-ms-flex-align: start;
	align-items: flex-start
}

@media (max-width: 1023px) {
	.choice-location-tab_backup .choice-location-tab__header {
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 40px 0
	}
}

@media (max-width: 767px) {
	.choice-location-tab_backup .choice-location-tab__header {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center;
		margin: 32px 0 12px
	}
}

.choice-location-tab_backup .choice-location-tab__headline {
	margin-right: 20px
}

.choice-location-tab_backup .choice-location-tab__link_active:after {
	display: none
}

.choice-location-tab_backup .choice-location-tab__body {
	background: none
}

.choice-location-tab_backup .choice-location-tab__item {
	padding: 0
}

.choice-location-tab_grey {
	border: none
}

.choice-location-tab_grey .choice-location-tab__body {
	background-color: #f7f7f7;
	position: relative;
	padding: 1px 0
}

.choice-location-tab_grey .choice-location-tab__body:before {
	position: absolute;
	width: 99in;
	content: '';
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #f7f7f7;
	z-index: -1;
	transform: translateX(50%)
}

.choice-location-tab_grey .choice-location-tab__item {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 56px;
	margin-top: 56px
}

@media (max-width: 1279px) {
	.choice-location-tab_grey .choice-location-tab__item {
		margin-bottom: 48px;
		margin-top: 48px
	}
}

@media (max-width: 1023px) {
	.choice-location-tab_grey .choice-location-tab__item {
		margin-bottom: 40px;
		margin-top: 40px
	}
}

@media (max-width: 767px) {
	.choice-location-tab_grey .choice-location-tab__item {
		margin-bottom: 32px;
		margin-top: 32px
	}
}

.choice-location-tab_grey .choice-location-tab__link_active:after {
	background-color: #f7f7f7
}

.vps-main-advantages {
	position: relative
}

.vps-main-advantages__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch
}

.vps-main-advantages__list-item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block;
	box-sizing: border-box;
	width: 25%;
	padding: 0 20px;
	margin-bottom: 24px
}

@media (max-width: 1023px) {
	.vps-main-advantages__list-item {
		width: 50%
	}
}

@media (max-width: 767px) {
	.vps-main-advantages__list-item {
		width: 100%;
		padding: 0;
		margin-bottom: 15px
	}
}

.vps-main-advantages__list-item-img {
	margin-bottom: 24px;
	overflow: hidden
}

.vps-main-advantages__list-item-img img {
	display: block
}

@media (max-width: 767px) {
	.vps-main-advantages__list-item-img {
		text-align: center
	}

	.vps-main-advantages__list-item-img img {
		margin: 0 auto
	}
}

@media (max-width: 767px) {

	.vps-main-advantages__list-item-title,
	.vps-main-advantages__list-item-body {
		text-align: center
	}

	.vps-main-advantages__list-item-title .list,
	.vps-main-advantages__list-item-body .list {
		text-align: left
	}
}

@media (min-width: 1024px) {
	.vps-main-advantages_cols-3 .vps-main-advantages__list-item {
		width: 33.33%
	}
}

.rect-images {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin-bottom: 30px;
	margin-top: 24px
}

.rect-images>* {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block
}

.rect-images img {
	width: 140px;
	height: 140px;
	margin: 0 10px 20px
}

@media (max-width: 1023px) {
	.rect-images {
		margin-bottom: 20px
	}

	.rect-images img {
		width: 120px;
		height: 120px
	}
}

@media (max-width: 767px) {
	.rect-images {
		margin: 10px -10px 10px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.rect-images img {
		width: 80px;
		height: 80px
	}
}

.rect-images_multiline {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 767px) {
	.rect-images_multiline {
		margin: 10px -10px 10px
	}
}

.dedic-expand {
	position: relative
}

.dedic-expand__title {
	margin-bottom: 16px
}

.dedic-expand__title>.headline {
	margin-bottom: 0
}

.dedic-expand__text {
	margin-bottom: 44px
}

@media (max-width: 767px) {
	.dedic-expand__text_mobile-text-center {
		text-align: center
	}
}

.dedic-expand__location-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	margin-bottom: 56px
}

.dedic-expand__location-item {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block;
	width: calc(33.33% - 10px);
	box-sizing: border-box
}

@media (max-width: 1023px) {
	.dedic-expand__location-list {
		margin-bottom: 42px
	}
}

@media (max-width: 767px) {
	.dedic-expand__location-list {
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0
	}

	.dedic-expand__location-item {
		margin-bottom: 34px;
		width: 100%
	}

	.dedic-expand__location-item:nth-child(even),
	.dedic-expand__location-item:nth-child(odd) {
		padding-right: 0;
		padding-left: 0
	}
}

.dedic-expand_mt {
	padding-top: 48px
}

@media (max-width: 1023px) {
	.dedic-expand_mt {
		padding-top: 42px
	}
}

@media (max-width: 767px) {
	.dedic-expand_mt {
		padding-top: 32px
	}
}

.data-center {
	position: relative;
	max-width: 440px;
	min-height: 150px;
	box-sizing: border-box
}

.data-center__title .headline {
	margin-bottom: 10px
}

.data-center__char {
	margin-bottom: 15px
}

.data-center__char-item {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase
}

.data-center__char-item b {
	color: #252525;
	font-weight: 400
}

.data-center__links {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: stretch;
	align-content: stretch
}

.data-center__link {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block;
	position: relative;
	will-change: transform;
	margin-right: 12px
}

.data-center__link:before,
.data-center__link:after {
	position: relative;
	content: '';
	left: 0;
	top: 0;
	transition: opacity .2s
}

.data-center__link:after {
	position: absolute;
	opacity: 0
}

.data-center__link:hover:before {
	opacity: 0
}

.data-center__link:hover:after {
	opacity: 1
}

.data-center__link-add:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M10 0a10 10 0 1010 10A10 10 0 0010 0zm.012 18.27a8.315 8.315 0 118.316-8.32 8.315 8.315 0 01-8.316 8.32zm3.555-9.14h-2.691V6.39a.539.539 0 00-.507-.57H9.664a.56.56 0 00-.539.58l.002.03v2.69H6.374a.5.5 0 00-.554.51v.75a.487.487 0 00.48.495.51.51 0 00.074-.005h2.75v2.75a.5.5 0 00.436.557.464.464 0 00.064.003h.754a.491.491 0 00.491-.55v-2.76h2.742a.532.532 0 00.563-.498.519.519 0 00.001-.052v-.66a.553.553 0 00-.573-.533l-.035.003z' fill='%23494949'/%3E%3C/svg%3E");
	width: 20px;
	height: 20px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.data-center__link-add:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M10 0a10 10 0 1010 10A10 10 0 0010 0zm.012 18.27a8.315 8.315 0 118.316-8.32 8.315 8.315 0 01-8.316 8.32zm3.555-9.14h-2.691V6.39a.539.539 0 00-.507-.57H9.664a.56.56 0 00-.539.58l.002.03v2.69H6.374a.5.5 0 00-.554.51v.75a.487.487 0 00.48.495.51.51 0 00.074-.005h2.75v2.75a.5.5 0 00.436.557.464.464 0 00.064.003h.754a.491.491 0 00.491-.55v-2.76h2.742a.532.532 0 00.563-.498.519.519 0 00.001-.052v-.66a.553.553 0 00-.573-.533l-.035.003z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 20px;
	height: 20px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.data-center__link-speed:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' viewBox='0 0 20 19'%3E%3Cpath d='M16.597 17.18a.757.757 0 00.532-.22A9.835 9.835 0 0020 10a10 10 0 00-20 0 9.82 9.82 0 002.991 7.08.77.77 0 001.066-.01l1.665-1.67a6.949 6.949 0 01-1.077-1.05l-1.109 1.11-.079-.09a8.31 8.31 0 01-1.9-4.5l-.012-.12h1.577c-.022-.37-.022-1.14 0-1.5H1.545l.013-.13a8.3 8.3 0 011.854-4.43l.078-.1 1.115 1.1a6.877 6.877 0 011.07-1.06l-1.117-1.1.1-.08a8.526 8.526 0 014.467-1.84l.124-.01v1.56a7.612 7.612 0 011.51 0V1.6l.124.01a8.536 8.536 0 014.469 1.84l.1.08-1.1 1.11a7.218 7.218 0 011.066 1.06l1.107-1.11.079.1a8.348 8.348 0 011.852 4.43l.013.13H16.89c.023.36.023 1.13 0 1.5h1.578l-.013.12a8.325 8.325 0 01-1.8 4.38l-.078.1-1.12-1.1a7.08 7.08 0 01-1.057 1.07l1.675 1.65a.786.786 0 00.521.21zm-1.689-7.54l-5.282 2.52a2.72 2.72 0 00-.392.27 1.114 1.114 0 00-.39.67 1.274 1.274 0 00.3.98 1.2 1.2 0 00.88.47 1.166 1.166 0 00.676-.2 2.65 2.65 0 00.372-.3l3.884-4.4a.074.074 0 00.013-.02.07.07 0 01-.02-.02.009.009 0 01-.012.01zm-2.553 8.43H7.636a.78.78 0 110-1.56h4.72a.78.78 0 11-.004 1.56h.003z' fill='%23494949'/%3E%3C/svg%3E");
	width: 20px;
	height: 19px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.data-center__link-speed:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' viewBox='0 0 20 19'%3E%3Cpath d='M16.597 17.18a.757.757 0 00.532-.22A9.835 9.835 0 0020 10a10 10 0 00-20 0 9.82 9.82 0 002.991 7.08.77.77 0 001.066-.01l1.665-1.67a6.949 6.949 0 01-1.077-1.05l-1.109 1.11-.079-.09a8.31 8.31 0 01-1.9-4.5l-.012-.12h1.577c-.022-.37-.022-1.14 0-1.5H1.545l.013-.13a8.3 8.3 0 011.854-4.43l.078-.1 1.115 1.1a6.877 6.877 0 011.07-1.06l-1.117-1.1.1-.08a8.526 8.526 0 014.467-1.84l.124-.01v1.56a7.612 7.612 0 011.51 0V1.6l.124.01a8.536 8.536 0 014.469 1.84l.1.08-1.1 1.11a7.218 7.218 0 011.066 1.06l1.107-1.11.079.1a8.348 8.348 0 011.852 4.43l.013.13H16.89c.023.36.023 1.13 0 1.5h1.578l-.013.12a8.325 8.325 0 01-1.8 4.38l-.078.1-1.12-1.1a7.08 7.08 0 01-1.057 1.07l1.675 1.65a.786.786 0 00.521.21zm-1.689-7.54l-5.282 2.52a2.72 2.72 0 00-.392.27 1.114 1.114 0 00-.39.67 1.274 1.274 0 00.3.98 1.2 1.2 0 00.88.47 1.166 1.166 0 00.676-.2 2.65 2.65 0 00.372-.3l3.884-4.4a.074.074 0 00.013-.02.07.07 0 01-.02-.02.009.009 0 01-.012.01zm-2.553 8.43H7.636a.78.78 0 110-1.56h4.72a.78.78 0 11-.004 1.56h.003z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 20px;
	height: 19px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.data-center__point {
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #3fa1fb;
	border-radius: 50%;
	transition: opacity .2s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
	will-change: transform;
	z-index: 20
}

@-webkit-keyframes blink_2 {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes blink_2 {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.data-center__map {
	position: relative
}

.data-center__map:before,
.data-center__map:after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	transition: opacity .2s
}

.data-center__map:after {
	opacity: 0
}

.data-center__map_1:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='131' height='153' viewBox='0 0 131 153'%3E%3Cpath d='M17.568 21.75l-.018.27-.054.26c-.289.4-.581.8-.877 1.19l-.893 3.09-.783.44-1.105.18-.583-.03-.515-.23-.423-.36-.28-.34-.212-.34-.5-1.13-.168-.26-.216-.28-.245-.25-.2-.12-.208-.08-.147-.01-.157.01-.151.02-.134.04-.123.06-.577.34-.13.05-.154.03h-.166l-.174-.02-.3-.1-.232-.15-.191-.15-.123-.08-.085-.03-1.2-.35-.211-.03-.189.05-.351.14-1.306.34-.732.46-.754.35-.1.09-.087.09-.16.22-.068.13-.034.23v.32l.074.62-.012.32-.1.3-.38.39.039.77.232.73.328.64.887 1.15.143.25.048.31-.086.31-.395.7-.122.41-.023 1.52.066.75.111.56.789 1.99.149.44-.172.6.14 1.19-.475 1.33.382 1.09.413 1.32.715 1.43.22.65-.032.73.055.7.292 1.3.109 1.1-.015.58-.206 1.09-.1.08-.266.14-.314.06h-.3l-.226.11-.076.37.1.25.422.49.089.37-.086.26-.528.69.216.88c.093 1.24.186 2.47.276 3.71l.159.32.355.12.319.16.256.38.179.43.084.33.042.77.288.51.473.3.61.09 1.47 3 .1.11.077.13.03.21-.03.64.03.18.272.45.3.23.243.27.11.55.038.01.225.27-.1.4-.121.41v.01l.028.26.069.33.089.18.117.12.148.04.292.01.106.02.092.03.093.07.174.2.109.09.449.3.112.09.337.4 1.878 1.36.385.21.217.19.264.29.718.46v.37l.132.56-.187.37-.712.54-.756.74-.712.92-.441.12-2.3 1.63-.817.25-.363.38-.233.5-.187 1.14-.261.53-.352.43-.371.36-.892.59-.351.37-.141.6.076.31.184.3.439.51.03.24-.18.25-.41.33.044.41v.69l.08.65.278.29.079.14.024.31-.024.32-.08.15-.117.13.1.29.246.49-.151.39-.26.3-.248.39-.11.66.015.57-.022.3-.07.13-.2.16v.35l.124.59-.093.35-.073.17-.306.4-.448.44-.224.28-.212.66-.834 1.56-.4.3-.554.16-1.1.09-.216.14.1.31.23.34.18.21.134.29-.084.23-.272.29-.216.73.049.4.7.8.155.36.229 1.54-.115 1.16-.341.99-.076.93.674.93.887.35 2.045.15.784.42.629.91.09.34-.008.26-.051.26-.03.33.355 1.7-.062.58-.257.34-.835.58-.292.35-.085.46.02.49-.024.47-.22.4-.951.22-2.358-.48-.852.63-.252.99-.187.46-.263.45-.171.19-.512.45-.119.19-.355.7.191.54-.029.57-.314 1.09-.283.29.119.04c28.133 10.21 56.333 20.23 84.41 30.58l1.369.17h44.103v-.13L125.021.09S55.079.02 17.61 0q-.019 10.875-.042 21.75z' fill='%23e6e6e6'/%3E%3C/svg%3E");
	width: 131px;
	height: 153px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.data-center__map_1:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='131' height='153' viewBox='0 0 131 153'%3E%3Cpath d='M17.568 21.75l-.018.27-.054.26c-.289.4-.581.8-.877 1.19l-.893 3.09-.783.44-1.105.18-.583-.03-.515-.23-.423-.36-.28-.34-.212-.34-.5-1.13-.168-.26-.216-.28-.245-.25-.2-.12-.208-.08-.147-.01-.157.01-.151.02-.134.04-.123.06-.577.34-.13.05-.154.03h-.166l-.174-.02-.3-.1-.232-.15-.191-.15-.123-.08-.085-.03-1.2-.35-.211-.03-.189.05-.351.14-1.306.34-.732.46-.754.35-.1.09-.087.09-.16.22-.068.13-.034.23v.32l.074.62-.012.32-.1.3-.38.39.039.77.232.73.328.64.887 1.15.143.25.048.31-.086.31-.395.7-.122.41-.023 1.52.066.75.111.56.789 1.99.149.44-.172.6.14 1.19-.475 1.33.382 1.09.413 1.32.715 1.43.22.65-.032.73.055.7.292 1.3.109 1.1-.015.58-.206 1.09-.1.08-.266.14-.314.06h-.3l-.226.11-.076.37.1.25.422.49.089.37-.086.26-.528.69.216.88c.093 1.24.186 2.47.276 3.71l.159.32.355.12.319.16.256.38.179.43.084.33.042.77.288.51.473.3.61.09 1.47 3 .1.11.077.13.03.21-.03.64.03.18.272.45.3.23.243.27.11.55.038.01.225.27-.1.4-.121.41v.01l.028.26.069.33.089.18.117.12.148.04.292.01.106.02.092.03.093.07.174.2.109.09.449.3.112.09.337.4 1.878 1.36.385.21.217.19.264.29.718.46v.37l.132.56-.187.37-.712.54-.756.74-.712.92-.441.12-2.3 1.63-.817.25-.363.38-.233.5-.187 1.14-.261.53-.352.43-.371.36-.892.59-.351.37-.141.6.076.31.184.3.439.51.03.24-.18.25-.41.33.044.41v.69l.08.65.278.29.079.14.024.31-.024.32-.08.15-.117.13.1.29.246.49-.151.39-.26.3-.248.39-.11.66.015.57-.022.3-.07.13-.2.16v.35l.124.59-.093.35-.073.17-.306.4-.448.44-.224.28-.212.66-.834 1.56-.4.3-.554.16-1.1.09-.216.14.1.31.23.34.18.21.134.29-.084.23-.272.29-.216.73.049.4.7.8.155.36.229 1.54-.115 1.16-.341.99-.076.93.674.93.887.35 2.045.15.784.42.629.91.09.34-.008.26-.051.26-.03.33.355 1.7-.062.58-.257.34-.835.58-.292.35-.085.46.02.49-.024.47-.22.4-.951.22-2.358-.48-.852.63-.252.99-.187.46-.263.45-.171.19-.512.45-.119.19-.355.7.191.54-.029.57-.314 1.09-.283.29.119.04c28.133 10.21 56.333 20.23 84.41 30.58l1.369.17h44.103v-.13L125.021.09S55.079.02 17.61 0q-.019 10.875-.042 21.75z' fill='%23dbdbdb'/%3E%3C/svg%3E");
	width: 131px;
	height: 153px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.data-center__map_1 .data-center__point {
	top: 95px;
	right: 45px
}

.data-center__map_2:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='164' viewBox='0 0 140 164'%3E%3Cpath d='M139.259 18.54l.47-.52.25-.43v-.28l-.25-3.76s-1.48.76-4.83-1.47a2.676 2.676 0 01.71-2.34 4.924 4.924 0 01-3.01.2l-.1-.2-.19-.28-.29-.33h-.86l-.29-.29h-.19l-.33-.33h-.19l-.39-.43-.28-.19h-.2l-.19-.57h-.52l-.15-.57-.38-.62-.15-.29-.04-.38-.1-.42v-.38l-.14-.62-.19-.38-.15-.24v-.76a2.678 2.678 0 01.19-.38 1.254 1.254 0 00.1-.38v-.29a1.157 1.157 0 00-.14-.52 1.47 1.47 0 00-.34-.52 5.875 5.875 0 00-1-.38h-.53l-1.06-.19-.09.38h-.58l-.33-.38h-3.16l-.86.62-.58.23-.86.24-.77.19-.53.24-1.43.43-.34.09-.96.24h-.81l-.39.1-.62.04-.33.1h-.48l-.67.29h-.72l-.62.19-.63.18-.28.15-.39.19-.48.09-.43.19-.19.29-.33.29-.25.04-1.91-1.33-1.25-.14-1.1.28-.62-.23a1.64 1.64 0 00-1.1.52c-.67.57-2.4-1.1-8.1 1.09h-1.72l-.96.29-9.73 4.9-2.58 2.66a16.592 16.592 0 00-4.74 4.99l.24.48.24.42.09.67-.14 1-.43.76v.43l-.24.43-.43.47-.24.72.24.76.09.38.34.47.14.38h-.33l-.48-.38-.43-.33.38 1.24.33.66.63.57a1.896 1.896 0 01.14.48c0 .14.05.76.05.76l.09.19-.28.57.04.43a1.284 1.284 0 000 .43c.05.23.15.57.15.57s.09.23.14.38l.05.14a1.278 1.278 0 010 .52l-.05.38-.33.33-.1.34.14.28.2.48v.43l-.24.24a.257.257 0 00-.19.18.974.974 0 01-.39.34l-.33.24-.44.33-.28.71v.57l.57.43.29.48.72.42.48.34s.44.05.48.05.43-.05.43-.05l.91.09.76.14.63.34.47.38s.48.24.62.28-.19.05.15.05h1.48l.58-.09a.88.88 0 00.24-.38 1.973 1.973 0 01.09-.43l.19-.19a3.599 3.599 0 01.48-.05 2.547 2.547 0 00.43-.05l.39-.19.62-.52.1.43v.38a.377.377 0 00.33.24h1.68l.38.09-.14.29a2.362 2.362 0 01-.72.14l-.72.05-.39.14-.33.43-.14.38-.39.33-.24.48-.33 1.04-.29.29-.48.47-.43.53v.61l-.24 6 2.4 2.9-3.26.62-2.11 2.42a2.764 2.764 0 00-2.54 2.05l-11.83 8.65.34 2.57-.33.52-.72.1-.53-.19-1.15-.29a2.709 2.709 0 01-.48.05h-.52a1.278 1.278 0 01-.53-.24 3.997 3.997 0 00-.57-.47l-.2-.43v-1.05l.39-.33.67-.19v-.43l.52-.67 1.11-.8.86-1.05.14-.67-.58-.14-.81-.05-.14-.47-.05-.71.29-.19.43-.29.14-.43-.04-.38.04-.33.34-.19.14-.43s-1.86-4.61-2.25-5.47a6.402 6.402 0 010-2.76l1.29-.14.53-.05.29.1.58.19.38.24.43.14.19.24.34.14a1.436 1.436 0 00.62-.05l.43-.28.67-.2.48-.23.81-.19.24-.19.2-.29.19-.43.14-.52.38-.38.15-.52.14-.38.43-.19.63.14-.05.19.48.05v-.62c0-.14-.2-2.14-.2-2.14l-.04-.62v-.52l-.34-.34-.48-.09-.52-.19h-.77l-1.34-.05-.48.29-.05.23-.24.48-.86.05a2.755 2.755 0 01-.43-.43l-.34-.57-.05-.19-.28-.62-.1-.24-.05-.33-.05-.34V37.8l-2.87-5.51h-1.01l-.43-.05-.86.14-.19.1-.34.52-.29.43v.28l-.33.29-.96.52-.57.34-.69.48-.28.08h-.55l-.35-.28-.54-.49-.7-.35-.63-.38-.38-.42v-.52a5.767 5.767 0 01-.33-.66 4.622 4.622 0 01.23-.53l.32-.47.05-.08v-.48l-1.56-.03-1.18.08-.38.92-.1.45a4.156 4.156 0 010 .79c-.04.04-2.73 10.43-2.73 10.43s-1.11 15.36-2.74 16.98v.23l-.56.28-.41-.1-.24-.04v.64l.42.05.19.37.04.32.09.79v.41l-.04.33a73.476 73.476 0 01-16.59 25.88l-.932.18v.65l-.555.09-.65-.28v-.27l-.652-.19h-.558l-.37-.09-.836.09-.466.37v.28l-.37.46v1.94l.37.46.372.83.837.28h.557l1.023-.18-.467.55-.278.64v.47l.278.64.56.74.183.46.186.37.465.56.56.36 1.208.56.743.18.465.28.466.09.557.37.373.28a1.458 1.458 0 01.557.55l.092.28.466.64.465.37.557.28.375.09.74.46.47.28 1.2.37.38.18.46.19.47.37.65.37.93.18 1.11.46.47.18.46.19.65.28.47.09h1.21l.55-.28 1.31-.28.74-.09 1.67-.74.28.47v.46l-.55.37-.38.27-.56.37-.46.28-.47.18-.93.19-.65.18h-.55l-1.03.09h-.93l-.74-.09-.74-.37-.47-.37h-.46l-.66.28v1.48a3.785 3.785 0 01-.65.64l-.27.19-1.12.46-.74.18-.19.37-1.39.28-.747.09-1.488-.09-.744-.28-1.858-.64-.465-.28-.372.18-.371.56-.092.37v.37l.37.46.187.37-.651.18-1.115.09-.467.1-.557.09-.743.18-.557.55a.675.675 0 00-.373.47v.74l.465.09h.37l.187.55.372.37.559.28.277.37.186.37.466.55.465.18.465-.09h2.04l.465.18.092.56.28.46.279.37.65.46.465.55.186.56v1.94l-.651-.19-.743.37a2.474 2.474 0 00-.558.28l-.279.18-.651.371-.466-.18-.465-.56-.651-.27-.371-.65-.929-1.2-.281-.55-.184-.65-.372-.55-.372-.09-.742-.09-.56-.28-.557-.55-.651-.28-.651-.56a7.298 7.298 0 00-1.208-1.28 1.052 1.052 0 01-.464-.47v-.46s.65-.28 0-.37l-.651-.09-.651-.47v-.46l-.93-.46-.929-.09h-1.3a3.187 3.187 0 00-1.209.46l-.836.09-1.766-.18s-.837-.46-.837-.19v.28l-.649.28H6.045l-.651-.1-.373.1-1.765-.1a3.77 3.77 0 01-.651.65l-.28.18-.557.38-.745.46-.465.27-.558.37v1.57l.558.55.557.28.743.56.372.46.185.55.094.55.651.56 1.021.83.465.37 1.021.18 1.488.09.649.1h1.858l.465.36.186.75.373.27.929.09s0-.09.557.19l.559.27.558.55.185.56 1.486.18 1.3-.27.465-.65a.535.535 0 00.092-.37v-.27l.557-.74.372-.37.092-.37.185-.47 1.023-.55.741-.27.373.55.652.18.928.47.743.64a.859.859 0 01.372.65l-.094.27s1.023.18 1.488.28l.465.09.743.18.931.28.837-.09.651-.09a.912.912 0 01.557 0l.28.09.465.65.37.55.371.09.935.09h1.3l.65.28.46.65.65.46h1.68l.74-.09.18-1.02-.09-.46-.28-.65a4.3 4.3 0 00-.37-.92l-.19-.28-.65-.36v-.47l.28-.46v-.55l-.56-.46 1.03-.19.37-.09.74-.46.93-.65.47-.09.46-.09.65-.19h2.05l-.47.56-.28.36-.18.37-.28.56v.64l.18.47s.19.46.47.27a8.858 8.858 0 01.84-.46l1.11-.09.84.09.65.55h.65l.65-.55.37-.92.47-.37a.518.518 0 00.47-.28l.09-.28.28-.36a3.561 3.561 0 01.65-.75l.28-.18s.46-.18.74-.28l.28-.09.65-.27h.47l.74.55a.6.6 0 01.28.37l.18.37.1.46.18.83-.18.46-.38.65v1.01l.47.37.56-.09.83-.28a.492.492 0 01.56 0l.37.19.56.83.46.18.56-.46.84-1.01 1.11-.38.47-.92v-.46l.18-.46.19-.74.65-.28.84-.18.46.74.93.18a.708.708 0 01.09.46v.83a4.28 4.28 0 01-.09.92 7.857 7.857 0 00-.18.84l-.19.55-.28.74.09.36.84.56.46.65.19.46.19.37.09.55v.74l.46.64.84.19 1.02-.46h.47l.46.27a2.228 2.228 0 01.47.83v.28a9.942 9.942 0 01.09 1.02v.36l2.98.65h1.48l.28-.65.75.09.37.47.74-.1.61-.55.41-.18 2.89-.65.55.65.28.46.18.37.38.92.09.47.19.64v.37l.56.55.55.1.84.18.93.18.18.37s.47-.09.47.19v.27l.37.56 1.02.27a6.906 6.906 0 001.02-.37c.38-.18.84-.37.84-.37l.47.19.18.37.37.55.6.56v.55h.61l.37-.37.38-.09.74.64.18.65-.09.46-.47.28s.19.27-.18.37l-.37.09-.28.46.56.37.09.65-.56.09-.27.46v1.02l-.1.55-.61.18h-.41l-.28.46-.18.47.18.46v.74l-.09.46-.09.74-.28.37-.47.55-.28.55-.41.76s1.01-.19 1.2.43-1.1 1.24-1.2 2.66h-.91s.43 1.19-1.86 2.24c-2.31 1.04 1 3.37.81 3.33s1.48 1.52.57 2.9 1.58.9 1.78.38a18.862 18.862 0 011.43-1.52c.19-.1.58 1.33 1.58 1.47l.83-.27.33.14v.28l.43-.18.43-.24.58-.24s.29-.24.29-.1v.67l.24.24h.57l.63-.29.71-.14h.43l.77.43h.33l.53-.05.34-.1.33-.28v-.62a.148.148 0 000-.28c-.24-.14-.53-.34-.53-.34l-.81-.61-.19-.38-.39-.53.29-.33.43-.14.53.09h.24l.05-.33a1.325 1.325 0 00.04-.33 4.138 4.138 0 01.2-.76l.04-.38.2-.34.67-.04.71-.21h.48a1.662 1.662 0 000-.51.648.648 0 01.02-.56.714.714 0 000-.53l.06-.47a.241.241 0 010-.24 1.052 1.052 0 000-.48 1.1 1.1 0 00.31-.33.826.826 0 000-.33s.32-.29.02-.33a1.782 1.782 0 01-.5-.15l-.91-.33-.53-.33-.62-.11-.1-.33-.38-.81.1-.4.24-.4.19-.29.14-.38h-2.44l-.1-.33a1.58 1.58 0 01-.47 0 2.042 2.042 0 00-.58 0l-.1.33-.47.09-.53.15-.29-.38.29-.21a1.307 1.307 0 00.33-.46c.05-.19.15.19.05-.19s-.24-.81-.24-.81l-.29-.19h-.24l-.24-.61-.14-.43-.05-.62s-.04-.14-.09-.29a.849.849 0 010-.37l.28-.2a1.632 1.632 0 00.86 0 4.724 4.724 0 00.48-.42h.24l.58.52v.43l.05.38.19.33h.28l.43-.14.2-.38v-.38a.976.976 0 01-.05-.29.964.964 0 01.1-.47c.04 0 .04 0 .19-.24a1.03 1.03 0 01.33-.48l.14-.04.72-.43.19-.19.44-.24a.254.254 0 01.14-.19c.14-.09.33-.19.33-.19l.39-.19a.305.305 0 01.19-.19l.14-.04a1.249 1.249 0 00.29-.34.59.59 0 01.09-.19c.15-.24-.09 0 .15-.24l.24-.23a.544.544 0 00.49-.24.733.733 0 01.23-.33c.05-.15-.15.09.05-.15a2.278 2.278 0 00.16-.21.992.992 0 00.79-.03c1.01-.14 1.73-.18 1.73-.18v-.2l.24-.38v-.38a.255.255 0 01-.24-.18.794.794 0 00-.34-.34l-.14-.14-.29-.19.34-.24a.44.44 0 00.43 0l.14-.14a1.55 1.55 0 00.1-.24l.04-.14a3.991 3.991 0 01-.18-.43c-.05-.139.28-.05-.05-.139a3.024 3.024 0 01-.62 0c-.15-.14.19-.29-.15-.14s-.1-.1-.33.14a1.51 1.51 0 01-.48.33l-.34.29-.24.47a.462.462 0 01-.28.19.377.377 0 01-.24.1 5.436 5.436 0 01-.63.04l-.14-.23a1.838 1.838 0 01-.19-.48 3.15 3.15 0 00-.19-.38v-1.1a1.478 1.478 0 01.09-.38v-.29l.05-.19h.53v-.33l-.29-.24-.19-.24-.1-.38.15-.24a2.98 2.98 0 01.29-.24l.19-.13s.24-.34.33-.48 0 .1.1-.14l.09-.24.25-.24.23-.23a.392.392 0 00.15-.24 1.076 1.076 0 01.38-.43l.24-.19.1-.24a.564.564 0 00.24-.24c.05-.14 0 .1.05-.14a1.594 1.594 0 01.14-.43 2.064 2.064 0 00.15-.52c.04-.139-.2.14.04-.139l.24-.29.24-.43s-.1-.19.1-.19h.96v-.71l.28-.24h.19l.39-.47a.35.35 0 010-.33c.1-.15.04.04 0-.34a3.067 3.067 0 00.05-.66.4.4 0 01.03-.38.317.317 0 01-.27-.24c-.1-.24-.24-.24-.29-.43s-.05.19-.05-.19.19-.38.19-.76.05-.29.05-.62v-.33c0-.33-.09 0 0-.33s.5-.33.37-.57l-.13-.24a.667.667 0 00.16-.43 1.395 1.395 0 01.01-.52v-.57a4.752 4.752 0 00-.22-.95c-.09-.15-.19-.57-.28-.76a8.52 8.52 0 01-.24-.86 1.426 1.426 0 00-.39-.53.853.853 0 01-.33-.38 2.989 2.989 0 00-.24-.47c-.05-.14-.1-.33-.1-.33l-.33-.38a.52.52 0 01-.25-.29 2.012 2.012 0 00-.28-.52s-.1-.14-.19-.29a2.027 2.027 0 00-.34-.28 2.81 2.81 0 01-.28-.38.356.356 0 01-.24-.19c-.05-.14-.15-.34-.15-.34a.999.999 0 01-.24-.23c-.1-.15.15.09-.1-.15a.944.944 0 01-.23-.23l-.29-.34-.1-.43.05-.23a.767.767 0 01.19-.43 1.27 1.27 0 00.19-.24 1.12 1.12 0 00.34-.62v-.43a.416.416 0 00-.2-.33 3.719 3.719 0 00-.62-.28 3.892 3.892 0 00-.67-.29.755.755 0 00-.48 0l-.14-.28s-.24.33-.29 0a.447.447 0 00-.24-.43l-.38-.38a.587.587 0 01-.05-.24v-.9a.97.97 0 010-.38 2.6 2.6 0 01.24-.43s0-.01.05-.19.19.1.05-.19a2.283 2.283 0 00-1.01-.53l-.24-.18s-.1.28-.38 0a2.067 2.067 0 00-.72-.43h-.34a.146.146 0 01-.086.19h-.005l-.15.05-.33-.05-.05-.19v-.379a.563.563 0 01.29-.43 2.254 2.254 0 00.48-.43.277.277 0 01.19-.19c.19-.09.67-.28.67-.28v-.67l-.15-.28a2.415 2.415 0 01-.43-.48 1.274 1.274 0 00-.19-.33l-.24-.48a1.255 1.255 0 01-.38-.23 2.22 2.22 0 01-.62-.39c0-.14-.19.19 0-.14l.33-.57a1.964 1.964 0 01.67-.33.428.428 0 01.39 0 .5.5 0 00.43-.04 1.116 1.116 0 01.38 0 .389.389 0 00.43-.02c.1-.13-.19.06.1-.13a3.482 3.482 0 00.62-.33.79.79 0 00.19-.19 1.012 1.012 0 00.24-.29l.15-.24s0 .34.14 0l.14-.33.24-.19h.29a1.455 1.455 0 01.62.24l.15.09.28.24a.29.29 0 01.24.2.801.801 0 00.29.28h.29l.24.04.86.05h.58a.215.215 0 00.14-.19 3.342 3.342 0 00-.19-.62l-.39-.34-.52-.56a.976.976 0 01-.05-.29 2.49 2.49 0 00-.05-.38 1.115 1.115 0 00-.29-.19.572.572 0 00-.43 0l-.47-.33v-.38l.43-.24h1.58l.33.24.24.19.19.33.19.33.15.48.24.42.24.19h.84l.79-.04h.24l.43-.05.24-.05v-.14h.57a1.531 1.531 0 00.24.09l.15.05.28.62v.24l.19.47 1.78-.14v1l.24.19.71.19h.39l.38-.05v-.38l.19-.24v-.62l-.24-.38-.14-.19-.29-.43v-.28l.19-.1.48.1.24.05.72.33.77.28.38.1.57.14.48-.19 1.58-1.14 1.97-1.04 1.1-.189.91-.05.48-.33.72-.57h.62a2.209 2.209 0 00.29.24c.14.09.52.38.71.52s-.09.19.19.14a2.683 2.683 0 00.68-.33c.14-.05 2.01-1.76 2.01-1.76v-1.48l1.24-.23v-1.72h-.62l-3.45-2.75h-1.15l.43-1.95 1.49-.29.29-.95.33-.33-.14-1.43h4.07l.48-.66v-1.53a1.802 1.802 0 01.43-.57c.19-.09.62-.38.62-.38l.24-.28h.62a1.413 1.413 0 00.77 0 2.526 2.526 0 01.34-.29v-.29l.19-.47.28-.52.2-.27.23-.45v-.38l.48-.19h1.25l.29-.24.38-.19.48-.19.19-.33a.53.53 0 000-.47.71.71 0 01-.29-.39.734.734 0 00-.33-.33l-.24-.38a2.268 2.268 0 01-.15-.57v-.47a3.209 3.209 0 010-.62c.05-.19.1-.57.1-.57l.09-.24.29-.71a4.322 4.322 0 00.24-.57 1.933 1.933 0 01.36-.57s.01-.39 0-.53 0-.62 0-.62v-.38a.393.393 0 010-.47.7.7 0 000-.62l-.16-.86-.44-.47-.48-.29-.33-.47-.24-.43a1.044 1.044 0 01-.14-.29 3.725 3.725 0 01-.19-.71 2.308 2.308 0 01-.2-.48v-.23a3.892 3.892 0 00-.23-.57 4.037 4.037 0 01-.24-.48l-.15-.19h-.33l-.19.24-.1.28-.19.39-.1.28-.29.57-.38.33h-.43l-.82-.09-.95-.38-1.11-.24-.19-.43-.28-.23-2.64-.05-2.83-1.43.1-2.28-.91-2.05 2.01.29-.29-.72h1.63l-1.58-1.56-.05-1.86-.38-.48 1.44-1.28h.57l.58-.38h.76l.24.38 1.01-.05 2.73.15.38.52 2.02-.47 2.58.71.67-.62.19-10.22a2.986 2.986 0 00.86-2.05s4.89-7.18 4.65-10.32c0 0-.86-4.61-.57-6.08l-.48-.48-.14-.38-.24-1.05.28-.52z' fill='%23e6e6e6'/%3E%3C/svg%3E");
	width: 140px;
	height: 164px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.data-center__map_2:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='164' viewBox='0 0 140 164'%3E%3Cpath d='M139.259 18.54l.47-.52.25-.43v-.28l-.25-3.76s-1.48.76-4.83-1.47a2.676 2.676 0 01.71-2.34 4.924 4.924 0 01-3.01.2l-.1-.2-.19-.28-.29-.33h-.86l-.29-.29h-.19l-.33-.33h-.19l-.39-.43-.28-.19h-.2l-.19-.57h-.52l-.15-.57-.38-.62-.15-.29-.04-.38-.1-.42v-.38l-.14-.62-.19-.38-.15-.24v-.76a2.678 2.678 0 01.19-.38 1.254 1.254 0 00.1-.38v-.29a1.157 1.157 0 00-.14-.52 1.47 1.47 0 00-.34-.52 5.875 5.875 0 00-1-.38h-.53l-1.06-.19-.09.38h-.58l-.33-.38h-3.16l-.86.62-.58.23-.86.24-.77.19-.53.24-1.43.43-.34.09-.96.24h-.81l-.39.1-.62.04-.33.1h-.48l-.67.29h-.72l-.62.19-.63.18-.28.15-.39.19-.48.09-.43.19-.19.29-.33.29-.25.04-1.91-1.33-1.25-.14-1.1.28-.62-.23a1.64 1.64 0 00-1.1.52c-.67.57-2.4-1.1-8.1 1.09h-1.72l-.96.29-9.73 4.9-2.58 2.66a16.592 16.592 0 00-4.74 4.99l.24.48.24.42.09.67-.14 1-.43.76v.43l-.24.43-.43.47-.24.72.24.76.09.38.34.47.14.38h-.33l-.48-.38-.43-.33.38 1.24.33.66.63.57a1.896 1.896 0 01.14.48c0 .14.05.76.05.76l.09.19-.28.57.04.43a1.284 1.284 0 000 .43c.05.23.15.57.15.57s.09.23.14.38l.05.14a1.278 1.278 0 010 .52l-.05.38-.33.33-.1.34.14.28.2.48v.43l-.24.24a.257.257 0 00-.19.18.974.974 0 01-.39.34l-.33.24-.44.33-.28.71v.57l.57.43.29.48.72.42.48.34s.44.05.48.05.43-.05.43-.05l.91.09.76.14.63.34.47.38s.48.24.62.28-.19.05.15.05h1.48l.58-.09a.88.88 0 00.24-.38 1.973 1.973 0 01.09-.43l.19-.19a3.599 3.599 0 01.48-.05 2.547 2.547 0 00.43-.05l.39-.19.62-.52.1.43v.38a.377.377 0 00.33.24h1.68l.38.09-.14.29a2.362 2.362 0 01-.72.14l-.72.05-.39.14-.33.43-.14.38-.39.33-.24.48-.33 1.04-.29.29-.48.47-.43.53v.61l-.24 6 2.4 2.9-3.26.62-2.11 2.42a2.764 2.764 0 00-2.54 2.05l-11.83 8.65.34 2.57-.33.52-.72.1-.53-.19-1.15-.29a2.709 2.709 0 01-.48.05h-.52a1.278 1.278 0 01-.53-.24 3.997 3.997 0 00-.57-.47l-.2-.43v-1.05l.39-.33.67-.19v-.43l.52-.67 1.11-.8.86-1.05.14-.67-.58-.14-.81-.05-.14-.47-.05-.71.29-.19.43-.29.14-.43-.04-.38.04-.33.34-.19.14-.43s-1.86-4.61-2.25-5.47a6.402 6.402 0 010-2.76l1.29-.14.53-.05.29.1.58.19.38.24.43.14.19.24.34.14a1.436 1.436 0 00.62-.05l.43-.28.67-.2.48-.23.81-.19.24-.19.2-.29.19-.43.14-.52.38-.38.15-.52.14-.38.43-.19.63.14-.05.19.48.05v-.62c0-.14-.2-2.14-.2-2.14l-.04-.62v-.52l-.34-.34-.48-.09-.52-.19h-.77l-1.34-.05-.48.29-.05.23-.24.48-.86.05a2.755 2.755 0 01-.43-.43l-.34-.57-.05-.19-.28-.62-.1-.24-.05-.33-.05-.34V37.8l-2.87-5.51h-1.01l-.43-.05-.86.14-.19.1-.34.52-.29.43v.28l-.33.29-.96.52-.57.34-.69.48-.28.08h-.55l-.35-.28-.54-.49-.7-.35-.63-.38-.38-.42v-.52a5.767 5.767 0 01-.33-.66 4.622 4.622 0 01.23-.53l.32-.47.05-.08v-.48l-1.56-.03-1.18.08-.38.92-.1.45a4.156 4.156 0 010 .79c-.04.04-2.73 10.43-2.73 10.43s-1.11 15.36-2.74 16.98v.23l-.56.28-.41-.1-.24-.04v.64l.42.05.19.37.04.32.09.79v.41l-.04.33a73.476 73.476 0 01-16.59 25.88l-.932.18v.65l-.555.09-.65-.28v-.27l-.652-.19h-.558l-.37-.09-.836.09-.466.37v.28l-.37.46v1.94l.37.46.372.83.837.28h.557l1.023-.18-.467.55-.278.64v.47l.278.64.56.74.183.46.186.37.465.56.56.36 1.208.56.743.18.465.28.466.09.557.37.373.28a1.458 1.458 0 01.557.55l.092.28.466.64.465.37.557.28.375.09.74.46.47.28 1.2.37.38.18.46.19.47.37.65.37.93.18 1.11.46.47.18.46.19.65.28.47.09h1.21l.55-.28 1.31-.28.74-.09 1.67-.74.28.47v.46l-.55.37-.38.27-.56.37-.46.28-.47.18-.93.19-.65.18h-.55l-1.03.09h-.93l-.74-.09-.74-.37-.47-.37h-.46l-.66.28v1.48a3.785 3.785 0 01-.65.64l-.27.19-1.12.46-.74.18-.19.37-1.39.28-.747.09-1.488-.09-.744-.28-1.858-.64-.465-.28-.372.18-.371.56-.092.37v.37l.37.46.187.37-.651.18-1.115.09-.467.1-.557.09-.743.18-.557.55a.675.675 0 00-.373.47v.74l.465.09h.37l.187.55.372.37.559.28.277.37.186.37.466.55.465.18.465-.09h2.04l.465.18.092.56.28.46.279.37.65.46.465.55.186.56v1.94l-.651-.19-.743.37a2.474 2.474 0 00-.558.28l-.279.18-.651.371-.466-.18-.465-.56-.651-.27-.371-.65-.929-1.2-.281-.55-.184-.65-.372-.55-.372-.09-.742-.09-.56-.28-.557-.55-.651-.28-.651-.56a7.298 7.298 0 00-1.208-1.28 1.052 1.052 0 01-.464-.47v-.46s.65-.28 0-.37l-.651-.09-.651-.47v-.46l-.93-.46-.929-.09h-1.3a3.187 3.187 0 00-1.209.46l-.836.09-1.766-.18s-.837-.46-.837-.19v.28l-.649.28H6.045l-.651-.1-.373.1-1.765-.1a3.77 3.77 0 01-.651.65l-.28.18-.557.38-.745.46-.465.27-.558.37v1.57l.558.55.557.28.743.56.372.46.185.55.094.55.651.56 1.021.83.465.37 1.021.18 1.488.09.649.1h1.858l.465.36.186.75.373.27.929.09s0-.09.557.19l.559.27.558.55.185.56 1.486.18 1.3-.27.465-.65a.535.535 0 00.092-.37v-.27l.557-.74.372-.37.092-.37.185-.47 1.023-.55.741-.27.373.55.652.18.928.47.743.64a.859.859 0 01.372.65l-.094.27s1.023.18 1.488.28l.465.09.743.18.931.28.837-.09.651-.09a.912.912 0 01.557 0l.28.09.465.65.37.55.371.09.935.09h1.3l.65.28.46.65.65.46h1.68l.74-.09.18-1.02-.09-.46-.28-.65a4.3 4.3 0 00-.37-.92l-.19-.28-.65-.36v-.47l.28-.46v-.55l-.56-.46 1.03-.19.37-.09.74-.46.93-.65.47-.09.46-.09.65-.19h2.05l-.47.56-.28.36-.18.37-.28.56v.64l.18.47s.19.46.47.27a8.858 8.858 0 01.84-.46l1.11-.09.84.09.65.55h.65l.65-.55.37-.92.47-.37a.518.518 0 00.47-.28l.09-.28.28-.36a3.561 3.561 0 01.65-.75l.28-.18s.46-.18.74-.28l.28-.09.65-.27h.47l.74.55a.6.6 0 01.28.37l.18.37.1.46.18.83-.18.46-.38.65v1.01l.47.37.56-.09.83-.28a.492.492 0 01.56 0l.37.19.56.83.46.18.56-.46.84-1.01 1.11-.38.47-.92v-.46l.18-.46.19-.74.65-.28.84-.18.46.74.93.18a.708.708 0 01.09.46v.83a4.28 4.28 0 01-.09.92 7.857 7.857 0 00-.18.84l-.19.55-.28.74.09.36.84.56.46.65.19.46.19.37.09.55v.74l.46.64.84.19 1.02-.46h.47l.46.27a2.228 2.228 0 01.47.83v.28a9.942 9.942 0 01.09 1.02v.36l2.98.65h1.48l.28-.65.75.09.37.47.74-.1.61-.55.41-.18 2.89-.65.55.65.28.46.18.37.38.92.09.47.19.64v.37l.56.55.55.1.84.18.93.18.18.37s.47-.09.47.19v.27l.37.56 1.02.27a6.906 6.906 0 001.02-.37c.38-.18.84-.37.84-.37l.47.19.18.37.37.55.6.56v.55h.61l.37-.37.38-.09.74.64.18.65-.09.46-.47.28s.19.27-.18.37l-.37.09-.28.46.56.37.09.65-.56.09-.27.46v1.02l-.1.55-.61.18h-.41l-.28.46-.18.47.18.46v.74l-.09.46-.09.74-.28.37-.47.55-.28.55-.41.76s1.01-.19 1.2.43-1.1 1.24-1.2 2.66h-.91s.43 1.19-1.86 2.24c-2.31 1.04 1 3.37.81 3.33s1.48 1.52.57 2.9 1.58.9 1.78.38a18.862 18.862 0 011.43-1.52c.19-.1.58 1.33 1.58 1.47l.83-.27.33.14v.28l.43-.18.43-.24.58-.24s.29-.24.29-.1v.67l.24.24h.57l.63-.29.71-.14h.43l.77.43h.33l.53-.05.34-.1.33-.28v-.62a.148.148 0 000-.28c-.24-.14-.53-.34-.53-.34l-.81-.61-.19-.38-.39-.53.29-.33.43-.14.53.09h.24l.05-.33a1.325 1.325 0 00.04-.33 4.138 4.138 0 01.2-.76l.04-.38.2-.34.67-.04.71-.21h.48a1.662 1.662 0 000-.51.648.648 0 01.02-.56.714.714 0 000-.53l.06-.47a.241.241 0 010-.24 1.052 1.052 0 000-.48 1.1 1.1 0 00.31-.33.826.826 0 000-.33s.32-.29.02-.33a1.782 1.782 0 01-.5-.15l-.91-.33-.53-.33-.62-.11-.1-.33-.38-.81.1-.4.24-.4.19-.29.14-.38h-2.44l-.1-.33a1.58 1.58 0 01-.47 0 2.042 2.042 0 00-.58 0l-.1.33-.47.09-.53.15-.29-.38.29-.21a1.307 1.307 0 00.33-.46c.05-.19.15.19.05-.19s-.24-.81-.24-.81l-.29-.19h-.24l-.24-.61-.14-.43-.05-.62s-.04-.14-.09-.29a.849.849 0 010-.37l.28-.2a1.632 1.632 0 00.86 0 4.724 4.724 0 00.48-.42h.24l.58.52v.43l.05.38.19.33h.28l.43-.14.2-.38v-.38a.976.976 0 01-.05-.29.964.964 0 01.1-.47c.04 0 .04 0 .19-.24a1.03 1.03 0 01.33-.48l.14-.04.72-.43.19-.19.44-.24a.254.254 0 01.14-.19c.14-.09.33-.19.33-.19l.39-.19a.305.305 0 01.19-.19l.14-.04a1.249 1.249 0 00.29-.34.59.59 0 01.09-.19c.15-.24-.09 0 .15-.24l.24-.23a.544.544 0 00.49-.24.733.733 0 01.23-.33c.05-.15-.15.09.05-.15a2.278 2.278 0 00.16-.21.992.992 0 00.79-.03c1.01-.14 1.73-.18 1.73-.18v-.2l.24-.38v-.38a.255.255 0 01-.24-.18.794.794 0 00-.34-.34l-.14-.14-.29-.19.34-.24a.44.44 0 00.43 0l.14-.14a1.55 1.55 0 00.1-.24l.04-.14a3.991 3.991 0 01-.18-.43c-.05-.139.28-.05-.05-.139a3.024 3.024 0 01-.62 0c-.15-.14.19-.29-.15-.14s-.1-.1-.33.14a1.51 1.51 0 01-.48.33l-.34.29-.24.47a.462.462 0 01-.28.19.377.377 0 01-.24.1 5.436 5.436 0 01-.63.04l-.14-.23a1.838 1.838 0 01-.19-.48 3.15 3.15 0 00-.19-.38v-1.1a1.478 1.478 0 01.09-.38v-.29l.05-.19h.53v-.33l-.29-.24-.19-.24-.1-.38.15-.24a2.98 2.98 0 01.29-.24l.19-.13s.24-.34.33-.48 0 .1.1-.14l.09-.24.25-.24.23-.23a.392.392 0 00.15-.24 1.076 1.076 0 01.38-.43l.24-.19.1-.24a.564.564 0 00.24-.24c.05-.14 0 .1.05-.14a1.594 1.594 0 01.14-.43 2.064 2.064 0 00.15-.52c.04-.139-.2.14.04-.139l.24-.29.24-.43s-.1-.19.1-.19h.96v-.71l.28-.24h.19l.39-.47a.35.35 0 010-.33c.1-.15.04.04 0-.34a3.067 3.067 0 00.05-.66.4.4 0 01.03-.38.317.317 0 01-.27-.24c-.1-.24-.24-.24-.29-.43s-.05.19-.05-.19.19-.38.19-.76.05-.29.05-.62v-.33c0-.33-.09 0 0-.33s.5-.33.37-.57l-.13-.24a.667.667 0 00.16-.43 1.395 1.395 0 01.01-.52v-.57a4.752 4.752 0 00-.22-.95c-.09-.15-.19-.57-.28-.76a8.52 8.52 0 01-.24-.86 1.426 1.426 0 00-.39-.53.853.853 0 01-.33-.38 2.989 2.989 0 00-.24-.47c-.05-.14-.1-.33-.1-.33l-.33-.38a.52.52 0 01-.25-.29 2.012 2.012 0 00-.28-.52s-.1-.14-.19-.29a2.027 2.027 0 00-.34-.28 2.81 2.81 0 01-.28-.38.356.356 0 01-.24-.19c-.05-.14-.15-.34-.15-.34a.999.999 0 01-.24-.23c-.1-.15.15.09-.1-.15a.944.944 0 01-.23-.23l-.29-.34-.1-.43.05-.23a.767.767 0 01.19-.43 1.27 1.27 0 00.19-.24 1.12 1.12 0 00.34-.62v-.43a.416.416 0 00-.2-.33 3.719 3.719 0 00-.62-.28 3.892 3.892 0 00-.67-.29.755.755 0 00-.48 0l-.14-.28s-.24.33-.29 0a.447.447 0 00-.24-.43l-.38-.38a.587.587 0 01-.05-.24v-.9a.97.97 0 010-.38 2.6 2.6 0 01.24-.43s0-.01.05-.19.19.1.05-.19a2.283 2.283 0 00-1.01-.53l-.24-.18s-.1.28-.38 0a2.067 2.067 0 00-.72-.43h-.34a.146.146 0 01-.086.19h-.005l-.15.05-.33-.05-.05-.19v-.379a.563.563 0 01.29-.43 2.254 2.254 0 00.48-.43.277.277 0 01.19-.19c.19-.09.67-.28.67-.28v-.67l-.15-.28a2.415 2.415 0 01-.43-.48 1.274 1.274 0 00-.19-.33l-.24-.48a1.255 1.255 0 01-.38-.23 2.22 2.22 0 01-.62-.39c0-.14-.19.19 0-.14l.33-.57a1.964 1.964 0 01.67-.33.428.428 0 01.39 0 .5.5 0 00.43-.04 1.116 1.116 0 01.38 0 .389.389 0 00.43-.02c.1-.13-.19.06.1-.13a3.482 3.482 0 00.62-.33.79.79 0 00.19-.19 1.012 1.012 0 00.24-.29l.15-.24s0 .34.14 0l.14-.33.24-.19h.29a1.455 1.455 0 01.62.24l.15.09.28.24a.29.29 0 01.24.2.801.801 0 00.29.28h.29l.24.04.86.05h.58a.215.215 0 00.14-.19 3.342 3.342 0 00-.19-.62l-.39-.34-.52-.56a.976.976 0 01-.05-.29 2.49 2.49 0 00-.05-.38 1.115 1.115 0 00-.29-.19.572.572 0 00-.43 0l-.47-.33v-.38l.43-.24h1.58l.33.24.24.19.19.33.19.33.15.48.24.42.24.19h.84l.79-.04h.24l.43-.05.24-.05v-.14h.57a1.531 1.531 0 00.24.09l.15.05.28.62v.24l.19.47 1.78-.14v1l.24.19.71.19h.39l.38-.05v-.38l.19-.24v-.62l-.24-.38-.14-.19-.29-.43v-.28l.19-.1.48.1.24.05.72.33.77.28.38.1.57.14.48-.19 1.58-1.14 1.97-1.04 1.1-.189.91-.05.48-.33.72-.57h.62a2.209 2.209 0 00.29.24c.14.09.52.38.71.52s-.09.19.19.14a2.683 2.683 0 00.68-.33c.14-.05 2.01-1.76 2.01-1.76v-1.48l1.24-.23v-1.72h-.62l-3.45-2.75h-1.15l.43-1.95 1.49-.29.29-.95.33-.33-.14-1.43h4.07l.48-.66v-1.53a1.802 1.802 0 01.43-.57c.19-.09.62-.38.62-.38l.24-.28h.62a1.413 1.413 0 00.77 0 2.526 2.526 0 01.34-.29v-.29l.19-.47.28-.52.2-.27.23-.45v-.38l.48-.19h1.25l.29-.24.38-.19.48-.19.19-.33a.53.53 0 000-.47.71.71 0 01-.29-.39.734.734 0 00-.33-.33l-.24-.38a2.268 2.268 0 01-.15-.57v-.47a3.209 3.209 0 010-.62c.05-.19.1-.57.1-.57l.09-.24.29-.71a4.322 4.322 0 00.24-.57 1.933 1.933 0 01.36-.57s.01-.39 0-.53 0-.62 0-.62v-.38a.393.393 0 010-.47.7.7 0 000-.62l-.16-.86-.44-.47-.48-.29-.33-.47-.24-.43a1.044 1.044 0 01-.14-.29 3.725 3.725 0 01-.19-.71 2.308 2.308 0 01-.2-.48v-.23a3.892 3.892 0 00-.23-.57 4.037 4.037 0 01-.24-.48l-.15-.19h-.33l-.19.24-.1.28-.19.39-.1.28-.29.57-.38.33h-.43l-.82-.09-.95-.38-1.11-.24-.19-.43-.28-.23-2.64-.05-2.83-1.43.1-2.28-.91-2.05 2.01.29-.29-.72h1.63l-1.58-1.56-.05-1.86-.38-.48 1.44-1.28h.57l.58-.38h.76l.24.38 1.01-.05 2.73.15.38.52 2.02-.47 2.58.71.67-.62.19-10.22a2.986 2.986 0 00.86-2.05s4.89-7.18 4.65-10.32c0 0-.86-4.61-.57-6.08l-.48-.48-.14-.38-.24-1.05.28-.52z' fill='%23dbdbdb'/%3E%3C/svg%3E");
	width: 140px;
	height: 164px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.data-center__map_2 .data-center__point {
	top: 72px;
	right: 80px
}

.data-center__map_3:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='200' height='153' viewBox='0 0 200 153' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.64 97.36l7.83-6.753.27 1.047-1.046.979 1.486.743-.005 2.142 2.11 2.602 1.703.254 2.228 2.263h1.389l.898-.509 3.94-1.728 1.117-1.806 3.49 3.153 1.153-1.144 7.658-2.212-.584-.915.245-1.772 2.974 1.746 5.422-3.152 1.253 1.618 4.11-2.729c-.295-.211-.588-.423-.882-.635l.432-1.102 1.898-1.466-1.78-1.814L81 84.077l4.986-6.203 1.372-1.844 1.601-2.847.178-2.225 2.796-2.3-.318-1.463 1.982-1.474 1.69-6.75 2.834.826 1.373 3.051 4.816 1.284 6.951-13.272 2.681 2.759 1.817-3.915 1.029-.566v-.585l.699-.4v1.068l.813-.502 1.29-2.022 1.048.54.56-1.01.012-1.316 3.927-3.852-.788-.94 2.097-5.416L127.894 33l10.518 9.11 2.897-5.712 3.829.509.475 1.373 1.592.61.475.729-1.881 1.17v1.508l1.186.474.373 1.119 3.778.542 4.253 3.356 1.864 2.441.016 4.78-1.914.949v1.492l-2.897 1.288-1.712 3.339.864 4 2.966.085 2.914-1.763.644 1.118-.441 1.933 1.711 1.542v1.39l3.053 1.518 5.317.245.051 1.288 1.948 2 2.22 2.17 3.694 1.542.542 1.062-1.047 2.701-.359 2.987-.721.559.047 1.5-2.882-1.737.169-1.08-1.442-.534.457 1.898-.512.965-2.487-5.1-.847-.085-2.033-1.34c-.141.12-.282.238-.424.356l1.373 1.797 2.016 1.882.644 1.864 1.508 1.542c1.773.47 3.547.938 5.32 1.407l-2.406.95 3.067 1.948.356.933v2.135l-1.203 1.051-1.17-1.56-2.304-1.626v.644l.949 1.203-1.22-.39 1.152 1.187-.779.949.017.61 1.237-.271v1.085l-.848.101.102 1.509 1.966 1.458 1.084 1.254-.627.534.508 1.11.576-.661-.338 2.254-1.288-.051-1.576 1.322-.949-1.44-1.796-1.899-2.118-1.389.085-1.645-.796-1.203-3.575.593 1.508 1.746 1.762.814-.271 1.864 2.202 1.136 2.101 1.779-.44 2.255h1.22l.762-.441h1.711l.576-1.085 1.373-.813 1.813 1.356h3.846l1.004-.356.597 3.343.61 2.504-.75 1.386.242.75-.648.521.283 2.53-59.589.406-44.178-.229-31.456-1.321L0 118.599l3.68-2.127h2.227l1.384-1.013 5.468-1.317 1.384-3.174 4.455-.81.642-1.858-.237-1.215 2.97-1.688.338-2.432L32.64 97.36zM183.081 102.729l-1.53-3.467.99-2.116-.225-1.17.45-1.126.833-4.4.847-1.17-.084-1.254.626-.186 1.932-3.22.22-1.39 1.813-.966.186-.543.644-.712v-1.017l-1.372-.508.915-.678 1.271-.187.084-.338.949-1.691 4.626-.208-.509.712.509 1.288 1.897-.322.576-.847.492-.983.779-.043-.703 1.204-1.711 2.61-.67-.958-.728.017-.924 1.644-3.503 3.73-.216 3.164-.953-.66-.444 1.576.317.584.763 1.234-1.055 1.525.14-2.399-.508-.36-.433-.254-.063 1.793-1.271 1.042-.699.267-.457-.369-.445 2.34-1.525 1.652-.648 1.83-.61 2.034.089.687-.254 1.36-.408 1.249z' fill='%23e6e6e6'/%3E%3C/svg%3E");
	width: 200px;
	height: 153px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.data-center__map_3:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='200' height='153' viewBox='0 0 200 153' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.64 97.36l7.83-6.753.27 1.047-1.046.979 1.486.743-.005 2.142 2.11 2.602 1.703.254 2.228 2.263h1.389l.898-.509 3.94-1.728 1.117-1.806 3.49 3.153 1.153-1.144 7.658-2.212-.584-.915.245-1.772 2.974 1.746 5.422-3.152 1.253 1.618 4.11-2.729c-.295-.211-.588-.423-.882-.635l.432-1.102 1.898-1.466-1.78-1.814L81 84.077l4.986-6.203 1.372-1.844 1.601-2.847.178-2.225 2.796-2.3-.318-1.463 1.982-1.474 1.69-6.75 2.834.826 1.373 3.051 4.816 1.284 6.951-13.272 2.681 2.759 1.817-3.915 1.029-.566v-.585l.699-.4v1.068l.813-.502 1.29-2.022 1.048.54.56-1.01.012-1.316 3.927-3.852-.788-.94 2.097-5.416L127.894 33l10.518 9.11 2.897-5.712 3.829.509.475 1.373 1.592.61.475.729-1.881 1.17v1.508l1.186.474.373 1.119 3.778.542 4.253 3.356 1.864 2.441.016 4.78-1.914.949v1.492l-2.897 1.288-1.712 3.339.864 4 2.966.085 2.914-1.763.644 1.118-.441 1.933 1.711 1.542v1.39l3.053 1.518 5.317.245.051 1.288 1.948 2 2.22 2.17 3.694 1.542.542 1.062-1.047 2.701-.359 2.987-.721.559.047 1.5-2.882-1.737.169-1.08-1.442-.534.457 1.898-.512.965-2.487-5.1-.847-.085-2.033-1.34c-.141.12-.282.238-.424.356l1.373 1.797 2.016 1.882.644 1.864 1.508 1.542c1.773.47 3.547.938 5.32 1.407l-2.406.95 3.067 1.948.356.933v2.135l-1.203 1.051-1.17-1.56-2.304-1.626v.644l.949 1.203-1.22-.39 1.152 1.187-.779.949.017.61 1.237-.271v1.085l-.848.101.102 1.509 1.966 1.458 1.084 1.254-.627.534.508 1.11.576-.661-.338 2.254-1.288-.051-1.576 1.322-.949-1.44-1.796-1.899-2.118-1.389.085-1.645-.796-1.203-3.575.593 1.508 1.746 1.762.814-.271 1.864 2.202 1.136 2.101 1.779-.44 2.255h1.22l.762-.441h1.711l.576-1.085 1.373-.813 1.813 1.356h3.846l1.004-.356.597 3.343.61 2.504-.75 1.386.242.75-.648.521.283 2.53-59.589.406-44.178-.229-31.456-1.321L0 118.599l3.68-2.127h2.227l1.384-1.013 5.468-1.317 1.384-3.174 4.455-.81.642-1.858-.237-1.215 2.97-1.688.338-2.432L32.64 97.36zM183.081 102.729l-1.53-3.467.99-2.116-.225-1.17.45-1.126.833-4.4.847-1.17-.084-1.254.626-.186 1.932-3.22.22-1.39 1.813-.966.186-.543.644-.712v-1.017l-1.372-.508.915-.678 1.271-.187.084-.338.949-1.691 4.626-.208-.509.712.509 1.288 1.897-.322.576-.847.492-.983.779-.043-.703 1.204-1.711 2.61-.67-.958-.728.017-.924 1.644-3.503 3.73-.216 3.164-.953-.66-.444 1.576.317.584.763 1.234-1.055 1.525.14-2.399-.508-.36-.433-.254-.063 1.793-1.271 1.042-.699.267-.457-.369-.445 2.34-1.525 1.652-.648 1.83-.61 2.034.089.687-.254 1.36-.408 1.249z' fill='%23dbdbdb'/%3E%3C/svg%3E");
	width: 200px;
	height: 153px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.data-center__map_3 .data-center__point {
	top: 47px;
	right: 50px
}

.data-center:hover .data-center__point {
	-webkit-animation-name: blink_2;
	animation-name: blink_2;
	-webkit-animation-play-state: running;
	animation-play-state: running
}

.data-center:hover .data-center__map:before {
	opacity: 0
}

.data-center:hover .data-center__map:after {
	opacity: 1
}

@media (max-width: 767px) {
	.data-center {
		max-width: 100%
	}
}

.fully-customizable-servers {
	position: relative
}

.fully-customizable-servers__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	margin-bottom: -20px
}

.fully-customizable-servers__item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	box-sizing: border-box;
	padding: 40px 10px;
	width: calc((100% - (20px * (4 - 1))) / 4);
	text-align: center;
	margin-bottom: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	position: relative;
	z-index: 10
}

.fully-customizable-servers__item:before {
	position: absolute;
	content: '';
	z-index: -1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	transition: box-shadow .2s
}

.fully-customizable-servers__item>* {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block;
	position: relative
}

@media (min-width: 1024px) {
	.fully-customizable-servers__item:not(:nth-child(4n-3)) {
		margin-left: 20px
	}
}

.fully-customizable-servers__item:hover {
	z-index: 20
}

.fully-customizable-servers__item:hover:before {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}

.fully-customizable-servers__item-name {
	color: #494949;
	font: 700 16px "GothamPro", sans-serif;
	text-transform: uppercase;
	margin-bottom: 16px
}

.fully-customizable-servers__item-img {
	margin-top: 20px;
	margin-bottom: 24px
}

.fully-customizable-servers__item-img img {
	display: block;
	margin: 0 auto;
	max-width: 100%
}

.fully-customizable-servers__item-text .headline_h4 {
	margin-bottom: 12px
}

.fully-customizable-servers__item-price {
	margin-bottom: 16px
}

.fully-customizable-servers__item-price strong {
	color: #3fa1fb;
	font: 300 45px/1 "GothamPro", sans-serif;
	transition: color .2s
}

.fully-customizable-servers__item-price strong sup {
	font-size: 20px;
	line-height: 20px;
	position: relative;
	top: -1px
}

.fully-customizable-servers__item-price span {
	color: #cccccc;
	font-family: "GothamPro", sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin-left: 10px
}

.fully-customizable-servers__item-char-list {
	color: #cccccc;
	font: 300 14px/18px "GothamPro", sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px
}

.fully-customizable-servers__item-char-list-item {
	padding: 4px 0;
	position: relative
}

.fully-customizable-servers__item-char-list-item b {
	color: #636363;
	font-weight: 700
}

.fully-customizable-servers__item-link {
	margin-top: auto
}

.fully-customizable-servers__item-link .bttn:before {
	transition: border .2s
}

.fully-customizable-servers__item-popular {
	color: #fc611f;
	text-transform: uppercase;
	font: 300 12px/12px "GothamPro", sans-serif;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 8px
}

.fully-customizable-servers__item-label {
	position: absolute;
	right: 0;
	top: 0;
	width: 0px;
	height: 0px;
	z-index: 10;
	margin-left: auto
}

.fully-customizable-servers__item-label:before,
.fully-customizable-servers__item-label:after {
	display: block;
	position: absolute;
	right: 0;
	color: #fff;
	font: 600 12px/22px "GothamPro", sans-serif;
	text-transform: uppercase;
	text-align: center;
	z-index: 20;
	transform-origin: 100% 100%;
	transform: rotate(45deg);
	will-change: transform;
	transition: color .2s;
	top: 70px;
	width: 116px;
	height: 22px;
	box-sizing: border-box
}

.fully-customizable-servers__item-label:after {
	content: attr(data-sale-text)
}

.fully-customizable-servers__item-label:before {
	border-bottom: solid 22px #fc611f;
	border-right: solid 22px transparent;
	border-left: solid 22px transparent;
	content: '';
	z-index: -1;
	will-change: transform;
	transition: border .2s
}

.fully-customizable-servers__item .add-info {
	position: static
}

.fully-customizable-servers__item .add-info-body {
	left: auto;
	right: 50%;
	transform: translateX(50%)
}

.fully-customizable-servers__item:hover .fully-customizable-servers__item-price strong {
	color: #fc611f;

}

.fully-customizable-servers__item:hover .fully-customizable-servers__item-link .bttn_hover_07:not(:hover) {
	color: #fc611f
}

.fully-customizable-servers__item:hover .fully-customizable-servers__item-link .bttn_hover_07:before {
	border: 2px solid #fc611f;
	box-shadow: -0.6px 0.8px 0 rgba(255, 255, 255, 0.95)
}

.fully-customizable-servers__item_has-action:before {
	top: -10px;
	bottom: -10px;
	top: 0px;
	bottom: 0px
}

.fully-customizable-servers__item_has-action .fully-customizable-servers__item-price strong {
	color: #fc611f;
	font-weight: 700;
}

.fully-customizable-servers__item_has-action .fully-customizable-servers__item-link .bttn_hover_07:not(:hover) {
	color: #fc611f
}

.fully-customizable-servers__item_has-action .fully-customizable-servers__item-link .bttn_hover_07:before {
	border: 2px solid #fc611f;
	box-shadow: -0.6px 0.8px 0 rgba(255, 255, 255, 0.95)
}

.fully-customizable-servers__item_has-action .fully-customizable-servers__item-label {
	top: -10px
}

@media (max-width: 1023px) {
	.fully-customizable-servers__item {
		width: calc((100% - (20px * (2 - 1))) / 2)
	}

	.fully-customizable-servers__item:not(:nth-child(2n-1)) {
		margin-left: 20px
	}
}

@media (max-width: 767px) {
	.fully-customizable-servers__item {
		width: 100%
	}

	.fully-customizable-servers__item:nth-child(1n) {
		margin-left: 0
	}
}

.fully-customizable-servers__list_show-4-first .fully-customizable-servers__item:nth-child(4)~.fully-customizable-servers__item {
	display: none
}

.fully-customizable-servers__list_show-all .fully-customizable-servers__item:nth-child(4)~.fully-customizable-servers__item {
	display: inherit
}

.add-info {
	position: relative;
	display: inline-block;
	bottom: -1px;
	z-index: 1
}

.add-info-ico {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cpath d='M6.556 9.31a1.644 1.644 0 01-.488.159.766.766 0 01-.11.01v-.01c0-.002.018-.007-.017-.015l-.008-.013a.5.5 0 01-.351-.613l.007-.025.408-1.6.184-.723c.167-.67-.526.143-.668-.166a2.067 2.067 0 011.006-.956 1.325 1.325 0 01.45-.158.38.38 0 01.073-.01v.01a.363.363 0 00.055.015l.027.013a.524.524 0 01.377.638l-.001.006-.403 1.6-.182.722c-.167.67.515-.146.658.164.094.204-.554.63-1.017.953z' fill='%23686868'/%3E%3Ccircle cx='6.839' cy='3.724' r='.744' transform='rotate(-76.064 6.839 3.724)' fill='%23686868'/%3E%3Cpath d='M6.5 13A6.5 6.5 0 1113 6.5 6.507 6.507 0 016.5 13zM6.5.52a5.98 5.98 0 105.98 5.98A5.987 5.987 0 006.5.52z' fill='%23e6e6e6'/%3E%3C/svg%3E");
	width: 13px;
	height: 13px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer
}

.add-info-ico_grey-bg {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cpath d='M6.5 13A6.5 6.5 0 1113 6.5 6.5 6.5 0 016.5 13z' fill='%23e6e6e6'/%3E%3Cpath d='M6.556 9.31a1.644 1.644 0 01-.488.159.765.765 0 01-.11.01v-.01c0-.002.018-.007-.017-.015l-.008-.013a.5.5 0 01-.351-.613l.007-.025.408-1.6.184-.723c.167-.67-.526.143-.668-.166a2.067 2.067 0 011.006-.956 1.325 1.325 0 01.45-.158.38.38 0 01.073-.01v.01a.363.363 0 00.055.015l.027.013a.524.524 0 01.378.638l-.002.006-.403 1.6-.182.722c-.166.67.515-.146.658.164.094.204-.554.63-1.017.953z' fill='%23686868'/%3E%3Ccircle cx='6.839' cy='3.724' r='.744' transform='rotate(-76.064 6.839 3.724)' fill='%23686868'/%3E%3C/svg%3E");
	width: 13px;
	height: 13px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.add-info-ico_white-bg {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cpath d='M6.5 13A6.5 6.5 0 1113 6.5 6.5 6.5 0 016.5 13z' fill='%23fff'/%3E%3Cpath d='M6.556 9.31a1.644 1.644 0 01-.488.159.765.765 0 01-.11.01v-.01c0-.002.018-.007-.017-.015l-.008-.013a.5.5 0 01-.351-.613l.007-.025.408-1.6.184-.723c.167-.67-.526.143-.668-.166a2.067 2.067 0 011.006-.956 1.325 1.325 0 01.45-.158.38.38 0 01.073-.01v.01a.363.363 0 00.055.015l.027.013a.524.524 0 01.378.638l-.002.006-.403 1.6-.182.722c-.166.67.515-.146.658.164.094.204-.554.63-1.017.953z' fill='%23686868'/%3E%3Ccircle cx='6.839' cy='3.724' r='.744' transform='rotate(-76.064 6.839 3.724)' fill='%23686868'/%3E%3C/svg%3E");
	width: 13px;
	height: 13px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.add-info-body {
	display: none;
	position: absolute;
	left: 100%;
	top: 100%;
	background-color: #fff;
	width: 200px;
	box-sizing: border-box;
	padding: 16px 20px;
	z-index: 100;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.1);
	color: #707070;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	text-transform: none
}

.add-info_active {
	z-index: 100
}

.add-info_active .add-info-body {
	display: block
}

.add-info__parent {
	z-index: 100;
	position: relative
}

@media (max-width: 767px) {
	.add-info {
		position: static
	}

	.add-info-body {
		left: auto;
		right: 50%;
		transform: translateX(50%)
	}
}

.cdn-advantages {
	position: relative
}

.cdn-advantages__link-more {
	text-align: center;
	margin: 28px 0 0
}

.cdn-advantages__link-more a.js-advantages-more {
	display: none
}

@media (max-width: 767px) {
	.cdn-advantages__link-more a.js-advantages-more {
		display: inline
	}

	.cdn-advantages__link-more a.js-advantages-more+a {
		display: none
	}

	.js-cdn-advantages-all .cdn-advantages__link-more a.js-advantages-more {
		display: none
	}

	.js-cdn-advantages-all .cdn-advantages__link-more a.js-advantages-more+a {
		display: inline
	}
}

@media (max-width: 1279px) {
	.cdn-advantages__link-more {
		margin-top: 20px
	}
}

@media (max-width: 1023px) {
	.cdn-advantages__link-more {
		margin-top: 12px
	}
}

@media (max-width: 767px) {
	.cdn-advantages__link-more {
		margin-top: 0
	}
}

.cdn-advantages__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	width: calc(100% + 20px);
	margin-left: -20px
}

.cdn-advantages__list-item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block;
	width: calc(25% - 20px);
	margin: 0 0 20px 20px;
	box-sizing: border-box;
	padding: 40px;
	background-color: #fff;
	text-align: center;
	transition: box-shadow .2s
}

a.cdn-advantages__list-item {
	text-decoration: none
}

.cdn-advantages_gr .cdn-advantages__list-item {
	background-color: #f7f7f7
}

@media (max-width: 1023px) {
	.cdn-advantages__list-item {
		width: calc(33.3333% - 20px);
		padding: 30px
	}
}

@media (max-width: 767px) {
	.cdn-advantages__list-item {
		width: calc(100% - 20px);
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-line-pack: center;
		align-content: center
	}

	.cdn-advantages__list-item>* {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		min-width: 0;
		display: block
	}

	.js-cdn-advantages-more .cdn-advantages__list-item:nth-child(3)~.cdn-advantages__list-item {
		display: none
	}

	.js-cdn-advantages-more.js-cdn-advantages-all .cdn-advantages__list-item:nth-child(3)~.cdn-advantages__list-item {
		display: -ms-flexbox;
		display: flex
	}
}

.cdn-advantages__list-item-img {
	height: 64px;
	position: relative
}

.cdn-advantages__list-item-img img {
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	transition: opacity .2s;
	will-change: opacity;
	display: block
}

.cdn-advantages__list-item-img img:first-child {
	position: relative;
	opacity: 1
}

.cdn-advantages__list-item-img img:last-child:not(:first-child) {
	position: absolute;
	opacity: 0
}

@media (max-width: 767px) {
	.cdn-advantages__list-item-img {
		width: 60px;
		height: auto
	}

	.cdn-advantages__list-item-img img {
		left: 0;
		transform: translateX(0)
	}
}

.cdn-advantages__list-item-title .headline {
	margin-bottom: 16px
}

@media (max-width: 767px) {
	.cdn-advantages__list-item-title {
		width: calc(100% - 60px);
		text-align: left;
		position: relative;
		box-sizing: border-box;
		padding-right: 24px
	}

	.cdn-advantages__list-item-title:before,
	.cdn-advantages__list-item-title:after {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		content: '';
		transition: opacity .2s, transition .2s
	}

	.cdn-advantages__list-item-title:before {
		background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath fill='%23bbb5b2' d='M11.273 0L12 .776l-6 5.73-6-5.73L.724 0 6 4.95 11.273 0z'/%3E%3C/svg%3E");
		width: 12px;
		height: 7px;
		display: inline-block;
		content: "";
		background-repeat: no-repeat;
		background-position: 50% 50%;
		opacity: 1
	}

	.cdn-advantages__list-item-title:after {
		background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath fill='%23fc611f' d='M11.273 0L12 .776l-6 5.73-6-5.73L.724 0 6 4.95 11.273 0z'/%3E%3C/svg%3E");
		width: 12px;
		height: 7px;
		display: inline-block;
		content: "";
		background-repeat: no-repeat;
		background-position: 50% 50%;
		opacity: 0
	}

	.cdn-advantages__list-item-title .headline {
		margin-bottom: 0
	}
}

.cdn-advantages__list-item-descr .text-block>*:last-child {
	margin-bottom: 0
}

@media (max-width: 767px) {
	.cdn-advantages__list-item-descr {
		display: none;
		padding-top: 24px;
		width: 100%
	}
}

.cdn-advantages__list-item-cat {
	margin-top: 16px;
	font: italic 300 12px "GothamPro", sans-serif;
	text-transform: uppercase;
	color: #bbb5b2
}

@media (max-width: 767px) {
	.cdn-advantages__list-item_active .cdn-advantages__list-item-img img:first-child {
		opacity: 0
	}

	.cdn-advantages__list-item_active .cdn-advantages__list-item-img img:last-child {
		opacity: 1
	}

	.cdn-advantages__list-item_active .cdn-advantages__list-item-descr {
		display: block
	}

	.cdn-advantages__list-item_active .cdn-advantages__list-item-title:before,
	.cdn-advantages__list-item_active .cdn-advantages__list-item-title:after {
		transform: scaleY(-1) translateY(50%)
	}

	.cdn-advantages__list-item_active .cdn-advantages__list-item-title:before {
		opacity: 0
	}

	.cdn-advantages__list-item_active .cdn-advantages__list-item-title:after {
		opacity: 1
	}
}

.cdn-advantages__list_4 .cdn-advantages__list-item:nth-child(4)~.cdn-advantages__list-item {
	display: none
}

@media (max-width: 1023px) {
	.cdn-advantages__list_4 .cdn-advantages__list-item:nth-child(3)~.cdn-advantages__list-item {
		display: none
	}
}

.cdn-advantages__list_8 .cdn-advantages__list-item:nth-child(8)~.cdn-advantages__list-item {
	display: none
}

@media (max-width: 1023px) {
	.cdn-advantages__list_8 .cdn-advantages__list-item:nth-child(6)~.cdn-advantages__list-item {
		display: none
	}
}

.cdn-advantages__list_show-all .cdn-advantages__list-item:nth-child(1)~.cdn-advantages__list-item {
	display: block
}

@media (max-width: 767px) {
	.cdn-advantages__list_show-all .cdn-advantages__list-item:nth-child(1)~.cdn-advantages__list-item {
		display: -ms-flexbox;
		display: flex
	}
}

@media (min-width: 1024px) {
	.cdn-advantages_col-3 .cdn-advantages__list {
		max-width: 900px;
		padding-right: 20px;
		margin-left: auto;
		margin-right: auto
	}

	.cdn-advantages_col-3 .cdn-advantages__list-item {
		width: calc(33.3333% - 20px)
	}
}

.cdn-advantages_hover .cdn-advantages__list-item {
	padding: 32px
}

.cdn-advantages_hover .cdn-advantages__list-item:hover {
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25)
}

.cdn-advantages_hover .cdn-advantages__list-item:hover .cdn-advantages__list-item-img img:first-child {
	opacity: 0
}

.cdn-advantages_hover .cdn-advantages__list-item:hover .cdn-advantages__list-item-img img:last-child {
	opacity: 1
}

.cdn-advantages_solutions .cdn-advantages__list-item-img img {
	max-height: 40px
}

.cdn-advantages_solutions .cdn-advantages__list-item-img img:first-child {
	opacity: 1 !important
}

.cdn-advantages_solutions .cdn-advantages__list-item-img img:last-child:not(:first-child) {
	opacity: 0 !important
}

@media (max-width: 767px) {
	.cdn-advantages_solutions .cdn-advantages__list-item-descr {
		display: block;
		text-align: left
	}
}

@media (max-width: 767px) {

	.cdn-advantages_solutions .cdn-advantages__list-item-title:before,
	.cdn-advantages_solutions .cdn-advantages__list-item-title:after {
		display: none
	}
}

.payment-list {
	max-width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.payment-list>* {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block
}

.payment-list__item {
	width: 69px;
	height: 44px;
	margin: 10px;
	text-align: center;
	position: relative
}

.payment-list__item:before,
.payment-list__item:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: opacity .2s;
	will-change: transform;
	background-position: 50% 50% !important;
	width: 100% !important;
	height: 100% !important
}

.payment-list__item:after {
	opacity: 0
}

.payment-list__item:hover:before {
	opacity: 0
}

.payment-list__item:hover:after {
	opacity: 1
}

.payment-list__item_master:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='22' viewBox='0 0 35 22'%3E%3Cpath d='M34.118 16.171a.325.325 0 00-.166-.046.367.367 0 00-.17.046.3.3 0 00-.123.125.347.347 0 00-.046.171.362.362 0 00.043.172.368.368 0 00.127.128.35.35 0 00.335 0 .34.34 0 00.127-.128.366.366 0 00.046-.172.39.39 0 00-.046-.17.33.33 0 00-.127-.126zm-.081.489l-.032-.06a.271.271 0 00-.064-.086.078.078 0 00-.046-.015h-.031v.157h-.06v-.367h.123a.275.275 0 01.092.01.078.078 0 01.046.036.081.081 0 01.017.054.106.106 0 01-.028.071.103.103 0 01-.074.032l.032.022a.513.513 0 01.053.071l.046.071h-.074v.004zM34 16.435a.116.116 0 01-.07.014h-.07v-.11h.066a.228.228 0 01.06.007.063.063 0 01.025.018.084.084 0 01.007.032.045.045 0 01-.018.04zm-.331-3.72a.256.256 0 00-.106.107.298.298 0 00-.039.143.341.341 0 00.035.143.328.328 0 00.106.103.29.29 0 00.141.04.297.297 0 00.244-.143.264.264 0 00.039-.143.298.298 0 00-.04-.143.256.256 0 00-.105-.107.283.283 0 00-.275 0zm.254.114a.098.098 0 01-.01.125.104.104 0 01-.079.032.122.122 0 01.032.022.364.364 0 01.053.071l.046.071h-.07l-.036-.057a.293.293 0 00-.06-.085.078.078 0 00-.046-.015h-.035v.157h-.06v-.367h.127a.278.278 0 01.092.01.146.146 0 01.046.036zm-.138.004a.18.18 0 01.057.007.045.045 0 01.024.018.05.05 0 01.01.032.058.058 0 01-.017.04.116.116 0 01-.07.013h-.071v-.11h.067zm-7.74-1.512a.665.665 0 01.243.025.997.997 0 01-.79 1.077.405.405 0 01-.435-.425c0-.306.166-.677.981-.677zm-18.077 0a.637.637 0 01.24.025.998.998 0 01-.786 1.077.408.408 0 01-.438-.425c0-.306.166-.677.984-.677zM24.524 0A10.367 10.367 0 0017.5 2.74 10.368 10.368 0 0010.479.003h-.068a10.588 10.588 0 00.068 21.175 10.366 10.366 0 007.02-2.736 10.91 10.91 0 01-1.072-1.155h2.163a10.7 10.7 0 01-1.063 1.134h-.003c-.006.007-.017.014-.024.021a10.373 10.373 0 007.028 2.74A10.534 10.534 0 0035 10.588v-.003A10.531 10.531 0 0024.524 0zm-7.978 3.83h1.99a11.355 11.355 0 01.816 1.134h-3.554c.23-.377.481-.766.748-1.133zm-1.364 2.248h4.773a11.26 11.26 0 01.452 1.133h-5.794c.06-.11.261-.548.569-1.133zM4.279 13.289l.636-4.048-1.433 4.048h-.77l-.098-4.048-.68 4.048H.855l.894-5.37h1.625l.06 3.295 1.099-3.296h1.764l-.88 5.371h-1.14zm3.803-.007l.039-.431a1.456 1.456 0 01-1.146.517 1.065 1.065 0 01-1.077-1.216 1.71 1.71 0 011.98-1.67c.152 0 .476.03.476.03a.719.719 0 00.039-.286c0-.343-.303-.39-.72-.39a3.465 3.465 0 00-1.214.2l.163-.973a3.833 3.833 0 011.347-.246 1.325 1.325 0 011.536 1.358l-.442 3.104h-.98v.003zm4.15-1.37a1.439 1.439 0 01-1.687 1.434 3.494 3.494 0 01-1.249-.139l.148-.984a3.694 3.694 0 00.992.171c.3 0 .688-.028.688-.392 0-.546-1.393-.414-1.393-1.705a1.435 1.435 0 011.66-1.473 5.079 5.079 0 011.028.09l-.138.994s-.607-.05-.762-.05c-.398 0-.614.085-.614.368 0 .563 1.327.285 1.327 1.687zm1.725.393c.1 0 .212-.036.29-.036l-.142.96a2.84 2.84 0 01-.835.15.835.835 0 01-.89-.956c0-.45.635-4.134.66-4.156h1.115l-.113.656h.553l-.14 1.063h-.59l-.314 1.955c-.024.154.018.364.406.364zm2.452-3.506a1.506 1.506 0 011.592 1.648 8.113 8.113 0 01-.148 1.03h-2.266s-.208.903.989.903a3.443 3.443 0 001.184-.278l-.197 1.088a2.8 2.8 0 01-1.178.185 1.76 1.76 0 01-1.927-1.972c0-1.381.83-2.604 1.951-2.604zm2.953 7.397h-3.715a10.568 10.568 0 01-.617-1.134h4.943a10.269 10.269 0 01-.61 1.134zm-.247-2.9H17.97l.698-4.369h1.038l-.1.632a1.288 1.288 0 01.869-.688 1.29 1.29 0 01.215.013 4.431 4.431 0 00-.416 1.31c-.773-.279-.833 1.237-1.157 3.103zm4.361-.067a5.144 5.144 0 01-.977.153c-1.33 0-2.004-.927-2.004-2.332 0-2.123 1.253-3.253 2.537-3.253a3.926 3.926 0 011.256.278l-.18 1.195a1.976 1.976 0 00-1.023-.324c-.759 0-1.44.734-1.44 2.064a1.113 1.113 0 001.108 1.267 2.625 2.625 0 00.921-.279zm2.685.053l.036-.431a1.448 1.448 0 01-1.143.517 1.063 1.063 0 01-1.077-1.216 1.709 1.709 0 011.976-1.67c.152 0 .48.03.48.03a.719.719 0 00.039-.286c0-.343-.303-.39-.72-.39a3.432 3.432 0 00-1.214.2l.16-.973a3.863 3.863 0 011.35-.246 1.32 1.32 0 011.532 1.358l-.438 3.104-.98.003zm2.315.015h-1.143l.695-4.37h1.04l-.102.632a.958.958 0 011.087-.675 4.429 4.429 0 00-.416 1.31c-.773-.279-.833 1.237-1.161 3.103zm5.624-.503a.328.328 0 01.046.17.346.346 0 01-.046.172.335.335 0 01-.462.125.32.32 0 01-.124-.125.346.346 0 01-.045-.171.328.328 0 01.045-.171.339.339 0 01.127-.129.343.343 0 01.332 0 .278.278 0 01.127.129zm-1.626-3.36l.24-1.51 1.118-.002-.854 5.36h-1.083l.05-.4a1.392 1.392 0 01-1.042.472 1.592 1.592 0 01-1.387-1.773q.003-.029.008-.057c0-1.43.85-2.68 1.873-2.68a1.484 1.484 0 011.077.59zm-15.546 1.149H15.69a.812.812 0 01.723-.775c.631 0 .515.717.515.775zm14.66-.65c.402 0 .607.278.607.935a1.25 1.25 0 01-.893 1.39c-.402 0-.593-.342-.593-.877 0-.873.389-1.447.879-1.447z' fill='%23bbb5b2'/%3E%3C/svg%3E");
	width: 35px;
	height: 22px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.payment-list__item_master:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='22' viewBox='0 0 35 22'%3E%3Cpath d='M34.118 16.171a.325.325 0 00-.166-.046.367.367 0 00-.17.046.3.3 0 00-.123.125.347.347 0 00-.046.171.362.362 0 00.043.172.368.368 0 00.127.128.35.35 0 00.335 0 .34.34 0 00.127-.128.366.366 0 00.046-.172.39.39 0 00-.046-.17.33.33 0 00-.127-.126zm-.081.489l-.032-.06a.271.271 0 00-.064-.086.078.078 0 00-.046-.015h-.031v.157h-.06v-.367h.123a.275.275 0 01.092.01.078.078 0 01.046.036.081.081 0 01.017.054.106.106 0 01-.028.071.103.103 0 01-.074.032l.032.022a.513.513 0 01.053.071l.046.071h-.074v.004zM34 16.435a.116.116 0 01-.07.014h-.07v-.11h.066a.228.228 0 01.06.007.063.063 0 01.025.018.084.084 0 01.007.032.045.045 0 01-.018.04zm-.331-3.72a.256.256 0 00-.106.107.298.298 0 00-.039.143.341.341 0 00.035.143.328.328 0 00.106.103.29.29 0 00.141.04.297.297 0 00.244-.143.264.264 0 00.039-.143.298.298 0 00-.04-.143.256.256 0 00-.105-.107.283.283 0 00-.275 0zm.254.114a.098.098 0 01-.01.125.104.104 0 01-.079.032.122.122 0 01.032.022.364.364 0 01.053.071l.046.071h-.07l-.036-.057a.293.293 0 00-.06-.085.078.078 0 00-.046-.015h-.035v.157h-.06v-.367h.127a.278.278 0 01.092.01.146.146 0 01.046.036zm-.138.004a.18.18 0 01.057.007.045.045 0 01.024.018.05.05 0 01.01.032.058.058 0 01-.017.04.116.116 0 01-.07.013h-.071v-.11h.067zm-7.74-1.512a.665.665 0 01.243.025.997.997 0 01-.79 1.077.405.405 0 01-.435-.425c0-.306.166-.677.981-.677zm-18.077 0a.637.637 0 01.24.025.998.998 0 01-.786 1.077.408.408 0 01-.438-.425c0-.306.166-.677.984-.677zM24.524 0A10.367 10.367 0 0017.5 2.74 10.368 10.368 0 0010.479.003h-.068a10.588 10.588 0 00.068 21.175 10.366 10.366 0 007.02-2.736 10.91 10.91 0 01-1.072-1.155h2.163a10.7 10.7 0 01-1.063 1.134h-.003c-.006.007-.017.014-.024.021a10.373 10.373 0 007.028 2.74A10.534 10.534 0 0035 10.588v-.003A10.531 10.531 0 0024.524 0zm-7.978 3.83h1.99a11.355 11.355 0 01.816 1.134h-3.554c.23-.377.481-.766.748-1.133zm-1.364 2.248h4.773a11.26 11.26 0 01.452 1.133h-5.794c.06-.11.261-.548.569-1.133zM4.279 13.289l.636-4.048-1.433 4.048h-.77l-.098-4.048-.68 4.048H.855l.894-5.37h1.625l.06 3.295 1.099-3.296h1.764l-.88 5.371h-1.14zm3.803-.007l.039-.431a1.456 1.456 0 01-1.146.517 1.065 1.065 0 01-1.077-1.216 1.71 1.71 0 011.98-1.67c.152 0 .476.03.476.03a.719.719 0 00.039-.286c0-.343-.303-.39-.72-.39a3.465 3.465 0 00-1.214.2l.163-.973a3.833 3.833 0 011.347-.246 1.325 1.325 0 011.536 1.358l-.442 3.104h-.98v.003zm4.15-1.37a1.439 1.439 0 01-1.687 1.434 3.494 3.494 0 01-1.249-.139l.148-.984a3.694 3.694 0 00.992.171c.3 0 .688-.028.688-.392 0-.546-1.393-.414-1.393-1.705a1.435 1.435 0 011.66-1.473 5.079 5.079 0 011.028.09l-.138.994s-.607-.05-.762-.05c-.398 0-.614.085-.614.368 0 .563 1.327.285 1.327 1.687zm1.725.393c.1 0 .212-.036.29-.036l-.142.96a2.84 2.84 0 01-.835.15.835.835 0 01-.89-.956c0-.45.635-4.134.66-4.156h1.115l-.113.656h.553l-.14 1.063h-.59l-.314 1.955c-.024.154.018.364.406.364zm2.452-3.506a1.506 1.506 0 011.592 1.648 8.113 8.113 0 01-.148 1.03h-2.266s-.208.903.989.903a3.443 3.443 0 001.184-.278l-.197 1.088a2.8 2.8 0 01-1.178.185 1.76 1.76 0 01-1.927-1.972c0-1.381.83-2.604 1.951-2.604zm2.953 7.397h-3.715a10.568 10.568 0 01-.617-1.134h4.943a10.269 10.269 0 01-.61 1.134zm-.247-2.9H17.97l.698-4.369h1.038l-.1.632a1.288 1.288 0 01.869-.688 1.29 1.29 0 01.215.013 4.431 4.431 0 00-.416 1.31c-.773-.279-.833 1.237-1.157 3.103zm4.361-.067a5.144 5.144 0 01-.977.153c-1.33 0-2.004-.927-2.004-2.332 0-2.123 1.253-3.253 2.537-3.253a3.926 3.926 0 011.256.278l-.18 1.195a1.976 1.976 0 00-1.023-.324c-.759 0-1.44.734-1.44 2.064a1.113 1.113 0 001.108 1.267 2.625 2.625 0 00.921-.279zm2.685.053l.036-.431a1.448 1.448 0 01-1.143.517 1.063 1.063 0 01-1.077-1.216 1.709 1.709 0 011.976-1.67c.152 0 .48.03.48.03a.719.719 0 00.039-.286c0-.343-.303-.39-.72-.39a3.432 3.432 0 00-1.214.2l.16-.973a3.863 3.863 0 011.35-.246 1.32 1.32 0 011.532 1.358l-.438 3.104-.98.003zm2.315.015h-1.143l.695-4.37h1.04l-.102.632a.958.958 0 011.087-.675 4.429 4.429 0 00-.416 1.31c-.773-.279-.833 1.237-1.161 3.103zm5.624-.503a.328.328 0 01.046.17.346.346 0 01-.046.172.335.335 0 01-.462.125.32.32 0 01-.124-.125.346.346 0 01-.045-.171.328.328 0 01.045-.171.339.339 0 01.127-.129.343.343 0 01.332 0 .278.278 0 01.127.129zm-1.626-3.36l.24-1.51 1.118-.002-.854 5.36h-1.083l.05-.4a1.392 1.392 0 01-1.042.472 1.592 1.592 0 01-1.387-1.773q.003-.029.008-.057c0-1.43.85-2.68 1.873-2.68a1.484 1.484 0 011.077.59zm-15.546 1.149H15.69a.812.812 0 01.723-.775c.631 0 .515.717.515.775zm14.66-.65c.402 0 .607.278.607.935a1.25 1.25 0 01-.893 1.39c-.402 0-.593-.342-.593-.877 0-.873.389-1.447.879-1.447z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 35px;
	height: 22px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.payment-list__item_visa:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='11' viewBox='0 0 39 11'%3E%3Cpath d='M36.436.194h-2.448a1.597 1.597 0 00-1.66.885l-4.71 9.765h3.328s.545-1.314.669-1.602l4.06.008c.092.372.383 1.594.383 1.594H39zm-3.91 6.87c.263-.612 1.263-2.979 1.263-2.979-.016.029.258-.616.422-1.018l.215.92.732 3.077h-2.631zm-4.685.293C27.817 9.57 25.655 11 22.323 11a10.886 10.886 0 01-3.535-.569l.445-2.385.41.172a7.187 7.187 0 002.986.557c.912 0 1.887-.328 1.895-1.043.004-.466-.41-.798-1.644-1.32-1.202-.51-2.795-1.364-2.774-2.896C20.12 1.445 22.33 0 25.464 0a8.773 8.773 0 012.838.448l-.43 2.31-.286-.125a6.309 6.309 0 00-2.373-.408c-1.238 0-1.815.474-1.815.919-.004.496.672.828 1.78 1.32 1.83.76 2.679 1.682 2.663 2.893zM0 .307L.04.091h4.916A1.276 1.276 0 016.34.955l1.067 4.71C6.354 3.202 3.826 1.151 0 .305zM14.336.193L9.344 10.829l-3.356.004-2.839-8.885a11.77 11.77 0 014.39 4.417l.332 1.098 3.106-7.27h3.359zm1.282-.012h3.17L16.804 10.84h-3.168z' fill='%23bbb5b2'/%3E%3C/svg%3E");
	width: 39px;
	height: 11px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.payment-list__item_visa:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='11' viewBox='0 0 39 11'%3E%3Cpath d='M36.436.194h-2.448a1.597 1.597 0 00-1.66.885l-4.71 9.765h3.328s.545-1.314.669-1.602l4.06.008c.092.372.383 1.594.383 1.594H39zm-3.91 6.87c.263-.612 1.263-2.979 1.263-2.979-.016.029.258-.616.422-1.018l.215.92.732 3.077h-2.631zm-4.685.293C27.817 9.57 25.655 11 22.323 11a10.886 10.886 0 01-3.535-.569l.445-2.385.41.171a7.187 7.187 0 002.986.558c.912 0 1.887-.328 1.895-1.043.004-.467-.41-.798-1.644-1.32-1.202-.51-2.795-1.364-2.774-2.896C20.12 1.445 22.33 0 25.464 0a8.773 8.773 0 012.838.448l-.43 2.31-.286-.125a6.309 6.309 0 00-2.373-.408c-1.238 0-1.815.474-1.815.919-.004.496.672.828 1.78 1.32 1.83.76 2.679 1.682 2.663 2.893zM0 .307L.04.091h4.916A1.276 1.276 0 016.34.955l1.067 4.71C6.354 3.202 3.826 1.151 0 .305zM14.336.193L9.344 10.829l-3.356.004-2.839-8.885a11.77 11.77 0 014.39 4.417l.332 1.098 3.106-7.27h3.359zm1.282-.012h3.17L16.804 10.84h-3.168z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 39px;
	height: 11px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.payment-list__item_maestro,
.payment-list__item_visa_el {
	display: none
}

.payment-list__item_ecoin:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='16' viewBox='0 0 41 16'%3E%3Cpath d='M21.178 11.317c-.044.037-.086.075-.134.109a3.3 3.3 0 01-1.975.615 2.757 2.757 0 01-2.382-1.111 4.826 4.826 0 01-.815-2.884v-.344a4.815 4.815 0 01.815-2.871 2.722 2.722 0 012.358-1.116 3.057 3.057 0 012.02.693c.026.022.05.046.074.068a3.36 3.36 0 01.304-.33c-.024-.022-.044-.045-.069-.066a3.463 3.463 0 00-2.321-.808 3.84 3.84 0 00-2.97 1.222 5.238 5.238 0 00-1.29 3.208v.344a5.236 5.236 0 001.294 3.216 3.51 3.51 0 002.815 1.222 3.802 3.802 0 002.357-.775c.039-.031.114-.064.15-.097a2.992 2.992 0 01-.23-.295z' fill='%23bbb5b2'/%3E%3Cpath d='M19.02 12.67a3.752 3.752 0 01-2.986-1.293 5.448 5.448 0 01-1.24-3.33v-.345a5.45 5.45 0 011.235-3.323 3.69 3.69 0 012.952-1.294 3.752 3.752 0 012.476.852c.019.016.053.033.069.05.007.007.022.014.03.02l.15.135-.14.139a3.268 3.268 0 00-.29.312l-.122.155-.147-.133c-.014-.013-.03-.027-.047-.04l-.028-.023a2.906 2.906 0 00-1.915-.65 2.648 2.648 0 00-2.272 1.038 4.66 4.66 0 00-.873 2.762v.344a4.666 4.666 0 00.873 2.774 2.709 2.709 0 002.306 1.034 3.159 3.159 0 001.876-.58c.036-.026.072-.053.105-.08l.168-.142.137.167a2.853 2.853 0 00.23.259l.148.141-.154.135a1.832 1.832 0 01-.09.072l-.04.03a3.8 3.8 0 01-2.412.815zm.032-9.211a2.775 2.775 0 00-2.377 1.15 4.766 4.766 0 00-.803 3.093v.344a4.766 4.766 0 00.807 3.1 2.904 2.904 0 002.446 1.151 3.45 3.45 0 002.149-.705.026.026 0 01-.01-.014 5.076 5.076 0 01-2.138.65 2.805 2.805 0 01-2.468-1.19 4.94 4.94 0 01-.786-2.992v-.344a4.916 4.916 0 01.757-2.98 2.832 2.832 0 012.463-1.194 3.174 3.174 0 012.055.688c.02-.022.02-.042.04-.063a3.367 3.367 0 00-2.135-.694zM22.166 7.702a4.698 4.698 0 011.073-3.191 3.764 3.764 0 015.316-.266 3.753 3.753 0 01.266.266 4.698 4.698 0 011.073 3.19v.345a4.71 4.71 0 01-1.073 3.2 3.76 3.76 0 01-5.578 0 4.7 4.7 0 01-1.077-3.2v-.344zm.44.344a4.388 4.388 0 00.931 2.834 3.254 3.254 0 004.986-.004 4.393 4.393 0 00.93-2.83v-.344a4.369 4.369 0 00-.938-2.81 3.22 3.22 0 00-4.978 0 4.393 4.393 0 00-.93 2.81v.344z' fill='%23bbb5b2'/%3E%3Cpath d='M26.042 12.67a3.728 3.728 0 01-2.939-1.302 4.901 4.901 0 01-1.123-3.322v-.344a4.9 4.9 0 011.12-3.314 3.949 3.949 0 015.861 0 4.9 4.9 0 011.12 3.314v.344a4.913 4.913 0 01-1.12 3.322 3.698 3.698 0 01-2.919 1.303zm-.016-9.211a3.309 3.309 0 00-2.647 1.174 4.538 4.538 0 00-1.027 3.069v.344a4.539 4.539 0 001.031 3.076 3.574 3.574 0 005.049.25q.13-.118.25-.25a4.55 4.55 0 001.027-3.076v-.344a4.539 4.539 0 00-1.028-3.069 3.318 3.318 0 00-2.655-1.174zm.016 8.769a3.234 3.234 0 01-2.65-1.23 4.591 4.591 0 01-.971-2.952v-.344a4.596 4.596 0 01.97-2.926 3.406 3.406 0 015.27 0 4.572 4.572 0 01.979 2.926v.344a4.595 4.595 0 01-.972 2.947 3.204 3.204 0 01-2.626 1.235zm-.016-8.326a2.81 2.81 0 00-2.343 1.106 4.23 4.23 0 00-.89 2.694v.344a4.226 4.226 0 00.889 2.717 2.843 2.843 0 002.36 1.091 2.814 2.814 0 002.336-1.095 4.23 4.23 0 00.89-2.713v-.344a4.206 4.206 0 00-.898-2.693 2.825 2.825 0 00-2.344-1.107zM31.961 1.724h-.44V.187h.44v1.537zm0 10.588h-.44V3.436h.44v8.876z' fill='%23bbb5b2'/%3E%3Cpath d='M32.147 12.499h-.812v-9.25h.812v9.25zm-.44-.374h.069V3.623h-.07v8.502zm.44-10.214h-.812V0h.812v1.911zm-.44-.373h.069V.374h-.07v1.164zM34.793 3.436l.057 1.788a3.263 3.263 0 011.176-1.44 3.317 3.317 0 011.885-.512 2.592 2.592 0 012.166.915 4.681 4.681 0 01.723 2.9v5.225h-.441V7.07a3.986 3.986 0 00-.657-2.6 2.243 2.243 0 00-1.783-.755 2.714 2.714 0 00-2.122.812 3.968 3.968 0 00-.938 2.092v5.693h-.441V7.767h-.025q0-.156.004-.316t.02-.324v-3.69h.376z' fill='%23bbb5b2'/%3E%3Cpath d='M40.985 12.499h-.812V7.07a3.841 3.841 0 00-.61-2.477 2.049 2.049 0 00-1.644-.691 2.55 2.55 0 00-1.984.75 3.796 3.796 0 00-.89 1.982v5.865h-.813V7.954h-.024v-.187q0-.158.004-.32c.002-.108.01-.218.02-.329V3.25h.741l.041 1.29a3.308 3.308 0 01.909-.91 3.512 3.512 0 011.988-.544 2.779 2.779 0 012.312.986 4.873 4.873 0 01.762 3.016v5.412zm-.44-.374h.069V7.086a4.533 4.533 0 00-.682-2.783 2.398 2.398 0 00-2.021-.844 3.152 3.152 0 00-1.783.481A3.093 3.093 0 0035.02 5.3l-.33.748-.077-2.425h-.01v3.523a4.19 4.19 0 00-.022.434h.023v4.545h.069l.002-5.536a4.17 4.17 0 01.984-2.188 2.903 2.903 0 012.26-.873 2.43 2.43 0 011.923.819 4.114 4.114 0 01.703 2.723v5.055zM8.766 4.652A2.809 2.809 0 006.144 6.59h5.25a2.79 2.79 0 00-2.628-1.938z' fill='%23bbb5b2'/%3E%3Cpath d='M15.076 11.262a5.072 5.072 0 01-.99-3.216v-.344a5.073 5.073 0 01.985-3.208l.026-.031A7.172 7.172 0 001.88 5.82H0v1.646h1.594a7.335 7.335 0 000 .824H0v1.646h1.879a7.172 7.172 0 0013.22 1.354zm-1.599-2.693l-.017.036H6.145a2.648 2.648 0 002.621 1.981 2.703 2.703 0 002.286-1.19l1.705 1.132A4.79 4.79 0 013.994 8.23h-1.18V6.986h1.231a4.928 4.928 0 014.721-3.982 4.782 4.782 0 014.794 4.77v.02a4.751 4.751 0 01-.083.775z' fill='%23bbb5b2'/%3E%3C/svg%3E");
	width: 41px;
	height: 16px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.payment-list__item_ecoin:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='16' viewBox='0 0 41 16'%3E%3Cpath d='M21.178 11.317c-.044.037-.086.075-.134.109a3.3 3.3 0 01-1.975.615 2.757 2.757 0 01-2.382-1.111 4.826 4.826 0 01-.815-2.884v-.344a4.815 4.815 0 01.815-2.871 2.722 2.722 0 012.358-1.116 3.057 3.057 0 012.02.693c.026.022.05.046.074.068a3.36 3.36 0 01.304-.33c-.024-.022-.044-.045-.069-.066a3.463 3.463 0 00-2.321-.808 3.84 3.84 0 00-2.97 1.222 5.238 5.238 0 00-1.29 3.208v.344a5.236 5.236 0 001.294 3.216 3.51 3.51 0 002.815 1.222 3.802 3.802 0 002.357-.775c.039-.031.114-.064.15-.097a2.992 2.992 0 01-.231-.295z' fill='%233fa1fb'/%3E%3Cpath d='M19.02 12.67a3.752 3.752 0 01-2.986-1.293 5.448 5.448 0 01-1.24-3.33v-.345a5.45 5.45 0 011.235-3.323 3.69 3.69 0 012.952-1.294 3.752 3.752 0 012.476.852c.019.016.053.033.069.05.007.007.022.014.03.02l.15.135-.14.139a3.267 3.267 0 00-.29.312l-.122.155-.147-.133c-.014-.013-.03-.027-.047-.04l-.028-.023a2.906 2.906 0 00-1.915-.65 2.648 2.648 0 00-2.272 1.038 4.66 4.66 0 00-.873 2.762v.344a4.666 4.666 0 00.873 2.774 2.709 2.709 0 002.306 1.034 3.159 3.159 0 001.876-.58c.036-.026.072-.053.105-.08l.168-.142.137.167a2.853 2.853 0 00.23.259l.148.141-.154.135a1.832 1.832 0 01-.09.072l-.04.03a3.8 3.8 0 01-2.412.815zm.032-9.211a2.775 2.775 0 00-2.377 1.15 4.766 4.766 0 00-.803 3.093v.344a4.766 4.766 0 00.807 3.1 2.904 2.904 0 002.446 1.151 3.45 3.45 0 002.149-.705.026.026 0 01-.01-.014 5.076 5.076 0 01-2.138.65 2.805 2.805 0 01-2.468-1.19 4.94 4.94 0 01-.786-2.992v-.344a4.916 4.916 0 01.757-2.98 2.832 2.832 0 012.463-1.194 3.174 3.174 0 012.055.688c.02-.022.02-.042.04-.063a3.367 3.367 0 00-2.135-.694zM22.166 7.702a4.698 4.698 0 011.073-3.191 3.764 3.764 0 015.316-.266 3.753 3.753 0 01.266.266 4.698 4.698 0 011.073 3.19v.345a4.71 4.71 0 01-1.073 3.2 3.76 3.76 0 01-5.578 0 4.7 4.7 0 01-1.077-3.2v-.344zm.44.344a4.388 4.388 0 00.931 2.834 3.254 3.254 0 004.986-.004 4.393 4.393 0 00.93-2.83v-.344a4.369 4.369 0 00-.938-2.81 3.22 3.22 0 00-4.978 0 4.393 4.393 0 00-.93 2.81v.344z' fill='%233fa1fb'/%3E%3Cpath d='M26.042 12.67a3.728 3.728 0 01-2.939-1.302 4.901 4.901 0 01-1.123-3.322v-.344a4.9 4.9 0 011.12-3.314 3.949 3.949 0 015.861 0 4.9 4.9 0 011.12 3.314v.344a4.913 4.913 0 01-1.12 3.322 3.698 3.698 0 01-2.919 1.303zm-.016-9.211a3.309 3.309 0 00-2.647 1.174 4.538 4.538 0 00-1.027 3.069v.344a4.539 4.539 0 001.031 3.076 3.574 3.574 0 005.049.25q.13-.118.25-.25a4.55 4.55 0 001.027-3.076v-.344a4.539 4.539 0 00-1.028-3.069 3.318 3.318 0 00-2.655-1.174zm.016 8.769a3.234 3.234 0 01-2.65-1.23 4.591 4.591 0 01-.971-2.952v-.344a4.596 4.596 0 01.97-2.926 3.406 3.406 0 015.27 0 4.572 4.572 0 01.978 2.926v.344a4.595 4.595 0 01-.97 2.947 3.204 3.204 0 01-2.627 1.235zm-.016-8.326a2.81 2.81 0 00-2.344 1.106 4.23 4.23 0 00-.89 2.694v.344a4.226 4.226 0 00.89 2.717 2.843 2.843 0 002.36 1.091 2.814 2.814 0 002.336-1.095 4.23 4.23 0 00.89-2.713v-.344a4.206 4.206 0 00-.898-2.693 2.825 2.825 0 00-2.344-1.107zM31.961 1.724h-.44V.187h.44v1.537zm0 10.588h-.44V3.436h.44v8.876z' fill='%233fa1fb'/%3E%3Cpath d='M32.147 12.499h-.812v-9.25h.812v9.25zm-.44-.374h.069V3.623h-.07v8.502zm.44-10.214h-.812V0h.812v1.911zm-.44-.373h.069V.374h-.07v1.164zM34.793 3.436l.057 1.788a3.263 3.263 0 011.176-1.44 3.317 3.317 0 011.885-.512 2.592 2.592 0 012.166.915 4.681 4.681 0 01.723 2.9v5.225h-.441V7.07a3.986 3.986 0 00-.657-2.6 2.243 2.243 0 00-1.783-.755 2.714 2.714 0 00-2.122.812 3.968 3.968 0 00-.938 2.092v5.693h-.441V7.767h-.025q0-.156.004-.316t.02-.324v-3.69h.376z' fill='%233fa1fb'/%3E%3Cpath d='M40.985 12.499h-.812V7.07a3.841 3.841 0 00-.61-2.477 2.049 2.049 0 00-1.644-.691 2.55 2.55 0 00-1.984.75 3.796 3.796 0 00-.89 1.982v5.865h-.813V7.954h-.024v-.187q0-.158.004-.32c.002-.108.01-.218.02-.329V3.25h.741l.041 1.29a3.308 3.308 0 01.909-.91 3.512 3.512 0 011.988-.544 2.779 2.779 0 012.312.986 4.873 4.873 0 01.762 3.016v5.412zm-.44-.374h.069V7.086a4.533 4.533 0 00-.682-2.783 2.398 2.398 0 00-2.021-.844 3.152 3.152 0 00-1.783.481A3.093 3.093 0 0035.02 5.3l-.33.748-.077-2.425h-.01v3.523a4.19 4.19 0 00-.022.434h.023v4.545h.069l.002-5.536a4.17 4.17 0 01.984-2.188 2.903 2.903 0 012.26-.873 2.43 2.43 0 011.923.819 4.114 4.114 0 01.703 2.723v5.055zM8.766 4.652A2.809 2.809 0 006.144 6.59h5.25a2.79 2.79 0 00-2.628-1.938z' fill='%233fa1fb'/%3E%3Cpath d='M15.076 11.262a5.072 5.072 0 01-.99-3.216v-.344a5.073 5.073 0 01.985-3.208l.026-.031A7.172 7.172 0 001.88 5.82H0v1.646h1.594a7.335 7.335 0 000 .824H0v1.646h1.879a7.172 7.172 0 0013.22 1.354zm-1.599-2.693l-.017.036H6.145a2.648 2.648 0 002.621 1.981 2.703 2.703 0 002.286-1.19l1.705 1.132A4.79 4.79 0 013.994 8.23h-1.18V6.986h1.231a4.928 4.928 0 014.721-3.982 4.782 4.782 0 014.794 4.77v.02a4.751 4.751 0 01-.083.775z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 41px;
	height: 16px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.payment-list__item_epay:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='19' viewBox='0 0 60 19'%3E%3Cpath d='M8.951 10.09a3.856 3.856 0 01-4.986-.972l9.073-5.04-.247-.422A6.88 6.88 0 003.6.746 6.435 6.435 0 00.66 9.358q.103.21.22.412a6.753 6.753 0 009.25 2.379l.082-.05a6.948 6.948 0 002.807-3.04l-2.156-1.233a4.135 4.135 0 01-1.912 2.264M4.478 2.97a3.85 3.85 0 014.691.723l-6.318 3.51a3.455 3.455 0 011.627-4.232zm24.618 3.762a3.973 3.973 0 11-4-4.021 4.023 4.023 0 014 4.02zM21.254.534h-2.7v16.672h2.7v-5.788h.053a4.707 4.707 0 003.998 1.844 6.68 6.68 0 006.646-6.53 6.434 6.434 0 00-6.337-6.53h-.178a5.176 5.176 0 00-4.13 1.844h-.052zm14.717 6.198a3.972 3.972 0 113.998 4.02 4.022 4.022 0 01-3.998-4.02zm7.84 6.197h2.7V.534h-2.7v1.512h-.052a4.707 4.707 0 00-4-1.844 6.68 6.68 0 00-6.645 6.53 6.435 6.435 0 006.338 6.53h.178a5.19 5.19 0 004.129-1.844h.052v1.51zM48.525.534h2.7v7.273a2.691 2.691 0 002.96 2.946A2.87 2.87 0 0057.3 7.552V.534H60v12.011A5.585 5.585 0 0154.288 18h-.025a6.217 6.217 0 01-5.322-2.432l2.285-1.385a3.977 3.977 0 002.881 1.307 3.11 3.11 0 003.35-3.252v-.666h-.053a4.501 4.501 0 01-3.79 1.69 5.098 5.098 0 01-5.11-5.086q0-.236.02-.47V.533zM12.567 6.392l4.134-2.287-.028 4.742z' fill='%23bbb5b2'/%3E%3C/svg%3E");
	width: 60px;
	height: 19px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.payment-list__item_epay:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='19' viewBox='0 0 60 19'%3E%3Cpath d='M8.951 10.09a3.856 3.856 0 01-4.986-.972l9.073-5.04-.247-.422A6.88 6.88 0 003.6.746 6.435 6.435 0 00.66 9.358q.103.21.22.412a6.753 6.753 0 009.25 2.379l.082-.05a6.948 6.948 0 002.807-3.04l-2.156-1.233a4.135 4.135 0 01-1.912 2.264M4.478 2.97a3.85 3.85 0 014.691.723l-6.318 3.51a3.455 3.455 0 011.627-4.232zm24.618 3.762a3.973 3.973 0 11-4-4.021 4.023 4.023 0 014 4.02zM21.254.534h-2.7v16.672h2.7v-5.788h.053a4.707 4.707 0 003.998 1.844 6.68 6.68 0 006.646-6.53 6.434 6.434 0 00-6.337-6.53h-.178a5.176 5.176 0 00-4.13 1.844h-.052zm14.717 6.198a3.972 3.972 0 113.998 4.02 4.022 4.022 0 01-3.998-4.02zm7.84 6.197h2.7V.534h-2.7v1.512h-.052a4.707 4.707 0 00-4-1.844 6.68 6.68 0 00-6.645 6.53 6.435 6.435 0 006.338 6.53h.178a5.19 5.19 0 004.129-1.844h.052v1.51zM48.525.534h2.7v7.273a2.691 2.691 0 002.96 2.946A2.87 2.87 0 0057.3 7.552V.534H60v12.011A5.585 5.585 0 0154.288 18h-.025a6.217 6.217 0 01-5.322-2.432l2.285-1.385a3.977 3.977 0 002.881 1.307 3.11 3.11 0 003.35-3.252v-.666h-.053a4.501 4.501 0 01-3.79 1.69 5.098 5.098 0 01-5.11-5.086q0-.236.02-.47V.533zM12.567 6.392l4.134-2.287-.028 4.742z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 60px;
	height: 19px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.payment-list__item_epayment:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='35' viewBox='0 0 33 35'%3E%3Cpath d='M19.235 32.716c3.628.27 7.12-.438 9.338-1.896a5.275 5.275 0 00.526-.437c.136-.144.272-.289.399-.44a6.874 6.874 0 001.217-2.05q.074-.21.128-.427.035-.14.06-.284l.014-.088a3.628 3.628 0 00.04-.394c.002-.086.005-.172 0-.256a2.56 2.56 0 00-.07-.494 16.2 16.2 0 01-1.553 1.384 17.966 17.966 0 01-12.587 3.8 16.384 16.384 0 01-2.788-.435 16.71 16.71 0 01-5.583-2.726 15.366 15.366 0 003.134 2.44 17.8 17.8 0 007.725 2.303M4.457 7.496A12.986 12.986 0 00.12 15.097c-.027.2-.052.4-.067.603l-.001.008-.001.008v.01c-.022.288-.037.586-.044.891a17.202 17.202 0 0016.09 17.646l.122.006.12.005.09.01c.058.006.114.013.175.017a18.213 18.213 0 008.994-1.447 19.292 19.292 0 01-6.417.56 18.502 18.502 0 01-8.038-2.4 15.609 15.609 0 01-6.64-7.703l-.068-.158a14.821 14.821 0 01-1.281-7.56l.027-.349h.024a14.422 14.422 0 017.945-11.33 18.507 18.507 0 00-6.693 3.584m15.572 5.567c-.076.99-.678 3.256-4.617 2.962q-.204-.015-.406-.039c.387.941 1.502 2.596 4.594 2.827 3.779.282 6.528-2.255 6.724-4.8a3.804 3.804 0 00-.067-1.058c-.024-.06-.05-.113-.076-.17-.033-.072-.064-.147-.1-.215-.03-.058-.062-.11-.094-.166-.035-.063-.07-.128-.108-.187-.034-.054-.072-.102-.108-.153-.04-.055-.076-.112-.116-.163-.04-.05-.08-.094-.12-.14-.042-.048-.081-.098-.123-.142-.043-.045-.088-.085-.132-.127-.042-.04-.084-.084-.128-.123-.045-.04-.092-.075-.14-.112-.043-.036-.087-.073-.132-.107-.047-.035-.097-.066-.145-.098-.045-.03-.09-.064-.136-.092-.05-.03-.101-.058-.152-.087-.046-.026-.09-.053-.136-.077-.05-.026-.101-.048-.152-.073-.046-.022-.093-.046-.14-.066-.05-.022-.1-.04-.15-.06-.046-.019-.094-.04-.141-.057-.053-.019-.105-.035-.157-.052l-.132-.044-.147-.04c-.045-.012-.091-.026-.136-.036l-.124-.028c-.05-.01-.1-.023-.15-.032-.042-.009-.083-.015-.125-.022-.045-.008-.092-.017-.136-.023q-.107-.015-.215-.028l-.03-.004a5.94 5.94 0 00-.885-.036 7.901 7.901 0 00-.814.055l-.063.01q-.307.042-.61.105c-.05.01-.102.02-.153.032-.216.05-.431.105-.643.17-.032.01-.063.022-.095.033-.19.06-.375.13-.558.202-.044.018-.09.035-.133.054-.03.013-.058.028-.087.041a2.196 2.196 0 011.694 2.166m-1.018 9.49c-.223-.023-.44-.05-.655-.079v.007c-6.008-.797-8.537-3.495-9.6-5.618a7.804 7.804 0 01-.66-1.905l-.03-.145c-.008-.04-.013-.079-.02-.118a7.494 7.494 0 01-.112-1.045 9.678 9.678 0 008.485 12.945l.069.001c.034 0 .067 0 .1.003h.016l.043.006c.044.007.089.013.135.017.256.02.513.024.77.02a12.642 12.642 0 008.33-4.293 14.6 14.6 0 001.374-1.914c.248-.419.467-.837.662-1.25a10.129 10.129 0 01-8.907 3.37m-4.868-7.019a6.068 6.068 0 011.827-3.977l-.001.001s.138-.122.174-.15a8.752 8.752 0 015.653-1.918 7.826 7.826 0 01.82.062c.045.006.089.015.134.022.09.013.18.026.267.042.053.01.104.023.156.034.077.017.154.033.23.052.054.013.107.03.16.045l.21.06c.055.018.107.038.16.057.066.023.132.046.196.07.052.021.103.045.155.067.062.026.124.053.184.081.05.024.1.05.148.075.06.03.118.06.175.093.048.027.095.056.142.084.038.023.078.045.115.07A9.071 9.071 0 0018.39 7.36a10.083 10.083 0 00-9.344 4.151 3.521 3.521 0 00-.375 1.36l-.005.044c-.004.04-.005.08-.008.12a6.51 6.51 0 00.066 1.417 7.111 7.111 0 00.692 2.134c.832 1.63 2.613 3.593 6.392 4.656-1.032-.972-1.898-2.685-1.665-5.704M18.2 2.408c-.386-.029-.77-.044-1.153-.052h-.104q-.393-.007-.785 0c-.09.002-.176.006-.264.01-.2.006-.4.014-.6.026-.148.01-.293.022-.44.034-.136.012-.273.023-.41.037q-.303.033-.604.074l-.234.031c-.254.037-.504.08-.752.125-.027.006-.055.01-.083.015A17.57 17.57 0 001.743 9.48 17.209 17.209 0 0118.67.07l.058.008c.032.004.063.01.096.012l.36.024a15.635 15.635 0 018.08 3.264l.08.063a12.837 12.837 0 014.933 10.991 13.206 13.206 0 01-9.713 11.56 13.42 13.42 0 003.557-2.84 14.064 14.064 0 001.73-2.332 14.508 14.508 0 002.133-5.84c.098-.57.13-.943.137-1.022.41-5.332-3.865-10.198-9.958-11.32q-.584-.086-1.17-.16l.003-.02-.355-.028q-.118-.008-.236-.01-.103-.003-.205-.01' fill='%23bbb5b2'/%3E%3C/svg%3E");
	width: 33px;
	height: 35px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.payment-list__item_epayment:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='35' viewBox='0 0 33 35'%3E%3Cpath d='M19.235 32.716c3.628.27 7.12-.438 9.338-1.896a5.275 5.275 0 00.526-.437c.136-.144.272-.289.399-.44a6.874 6.874 0 001.217-2.05q.074-.21.128-.427.035-.14.06-.284l.014-.088a3.628 3.628 0 00.04-.394c.002-.086.005-.172 0-.256a2.56 2.56 0 00-.07-.494 16.2 16.2 0 01-1.553 1.384 17.966 17.966 0 01-12.587 3.8 16.384 16.384 0 01-2.788-.435 16.71 16.71 0 01-5.583-2.726 15.366 15.366 0 003.134 2.44 17.8 17.8 0 007.725 2.303M4.457 7.496A12.986 12.986 0 00.12 15.097c-.027.2-.052.4-.067.603l-.001.008-.001.008v.01c-.022.288-.037.586-.044.891a17.202 17.202 0 0016.09 17.646l.122.006.12.005.09.01c.058.006.114.013.175.017a18.213 18.213 0 008.994-1.447 19.292 19.292 0 01-6.417.56 18.502 18.502 0 01-8.038-2.4 15.609 15.609 0 01-6.64-7.703l-.068-.158a14.821 14.821 0 01-1.281-7.56l.027-.349h.024a14.422 14.422 0 017.945-11.33 18.507 18.507 0 00-6.693 3.584m15.572 5.567c-.076.99-.678 3.256-4.617 2.962q-.204-.015-.406-.039c.387.941 1.502 2.596 4.594 2.827 3.779.282 6.528-2.255 6.724-4.8a3.804 3.804 0 00-.067-1.058c-.024-.06-.05-.113-.076-.17-.033-.072-.064-.147-.1-.215-.03-.058-.062-.11-.094-.166-.035-.063-.07-.128-.108-.187-.034-.054-.072-.102-.108-.153-.04-.055-.076-.112-.116-.163-.04-.05-.08-.094-.12-.14-.042-.048-.081-.098-.123-.142-.043-.045-.088-.085-.132-.127-.042-.04-.084-.084-.128-.123-.045-.04-.092-.075-.14-.112-.043-.036-.087-.073-.132-.107-.047-.035-.097-.066-.145-.098-.045-.03-.09-.064-.136-.092-.05-.03-.101-.058-.152-.087-.046-.026-.09-.053-.136-.077-.05-.026-.101-.048-.152-.073-.046-.022-.093-.046-.14-.066-.05-.022-.1-.04-.15-.06-.046-.019-.094-.04-.141-.057-.053-.019-.105-.035-.157-.052l-.132-.044-.147-.04c-.045-.012-.091-.026-.136-.036l-.124-.028c-.05-.01-.1-.023-.15-.032-.042-.009-.083-.015-.125-.022-.045-.008-.092-.017-.136-.023q-.107-.015-.215-.028l-.03-.004a5.94 5.94 0 00-.885-.036 7.901 7.901 0 00-.814.055l-.063.01q-.307.042-.61.105c-.05.01-.102.02-.153.032-.216.05-.431.105-.643.17-.032.01-.063.022-.095.033-.19.06-.375.13-.558.202-.044.018-.09.035-.133.054-.03.013-.058.028-.087.041a2.196 2.196 0 011.694 2.166m-1.018 9.49c-.223-.023-.44-.05-.655-.079v.007c-6.008-.797-8.537-3.495-9.6-5.618a7.804 7.804 0 01-.66-1.905l-.03-.145c-.008-.04-.013-.079-.02-.118a7.494 7.494 0 01-.112-1.045 9.678 9.678 0 008.485 12.945l.069.001c.034 0 .067 0 .1.003h.016l.043.006c.044.007.089.013.135.017.256.02.513.024.77.02a12.642 12.642 0 008.33-4.293 14.6 14.6 0 001.374-1.914c.248-.419.467-.837.662-1.25a10.129 10.129 0 01-8.907 3.37m-4.868-7.019a6.068 6.068 0 011.827-3.977l-.001.001s.138-.122.174-.15a8.752 8.752 0 015.653-1.918 7.826 7.826 0 01.82.062c.045.006.089.015.134.022.09.013.18.026.267.042.053.01.104.023.156.034.077.017.154.033.23.052.054.013.107.03.16.045l.21.06c.055.018.107.038.16.057.066.023.132.046.196.07.052.021.103.045.155.067.062.026.124.053.184.081.05.024.1.05.148.075.06.03.118.06.175.093.048.027.095.056.142.084.038.023.078.045.115.07A9.071 9.071 0 0018.39 7.36a10.083 10.083 0 00-9.344 4.151 3.521 3.521 0 00-.375 1.36l-.005.044c-.004.04-.005.08-.008.12a6.51 6.51 0 00.066 1.417 7.111 7.111 0 00.692 2.134c.832 1.63 2.613 3.593 6.392 4.656-1.032-.972-1.898-2.685-1.665-5.704M18.2 2.408c-.386-.029-.77-.044-1.153-.052h-.104q-.393-.007-.785 0c-.09.002-.176.006-.264.01-.2.006-.4.014-.6.026-.148.01-.293.022-.44.034-.136.012-.273.023-.41.037q-.303.033-.604.074l-.234.031c-.254.037-.504.08-.752.125-.027.006-.055.01-.083.015A17.57 17.57 0 001.743 9.48 17.209 17.209 0 0118.67.07l.058.008c.032.004.063.01.096.012l.36.024a15.635 15.635 0 018.08 3.264l.08.063a12.837 12.837 0 014.933 10.991 13.206 13.206 0 01-9.713 11.56 13.42 13.42 0 003.557-2.84 14.064 14.064 0 001.73-2.332 14.508 14.508 0 002.133-5.84c.098-.57.13-.943.137-1.022.41-5.332-3.865-10.198-9.958-11.32q-.584-.086-1.17-.16l.003-.02-.355-.028q-.118-.008-.236-.01-.103-.003-.205-.01' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 33px;
	height: 35px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.payment-list__item_paxum:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='34' viewBox='0 0 30 34'%3E%3Cpath d='M19.344 8.749a10.932 10.932 0 00-10.771 11.08v14.127h5.992V19.828a4.863 4.863 0 014.778-4.946h.01a4.77 4.77 0 014.676 4.86l-.003.086a4.805 4.805 0 01-4.658 4.948q-.154.004-.309-.001v6.132a11.047 11.047 0 0010.938-11.079A10.834 10.834 0 0019.412 8.75z' fill='%23bbb5b2'/%3E%3Cpath d='M19.06 6.132V0A19.039 19.039 0 000 18.975h5.975a12.564 12.564 0 0112.27-12.85q.408-.01.815.007z' fill='%23bbb5b2'/%3E%3C/svg%3E");
	width: 30px;
	height: 34px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.payment-list__item_paxum:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='34' viewBox='0 0 30 34'%3E%3Cpath d='M19.344 8.749a10.932 10.932 0 00-10.771 11.08v14.127h5.992V19.828a4.863 4.863 0 014.778-4.946h.01a4.77 4.77 0 014.676 4.86l-.003.086a4.805 4.805 0 01-4.658 4.948q-.154.004-.309-.001v6.132a11.047 11.047 0 0010.938-11.079A10.834 10.834 0 0019.412 8.75z' fill='%233fa1fb'/%3E%3Cpath d='M19.06 6.132V0A19.039 19.039 0 000 18.975h5.975a12.564 12.564 0 0112.27-12.85q.408-.01.815.007z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 30px;
	height: 34px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.payment-list__item_paypal:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='59' height='17' viewBox='0 0 59 17'%3E%3Cpath d='M48.244 2.49a16.76 16.76 0 00-3.701.586l-.288 2.306a10.236 10.236 0 013.163-.659c1.222-.037 1.94.22 1.69 1.245-3.631 0-6.076.732-6.579 3.038-.719 3.954 3.703 3.844 5.464 2.124l-.216.952h3.235l1.402-6.297c.574-2.673-1.906-3.331-4.17-3.295zm.215 6.443a1.615 1.615 0 01-1.688 1.245.866.866 0 01-.899-1.318 2.362 2.362 0 011.977-.769h.79c-.071.293-.108.55-.18.842zM55.182 0l-2.678 12.081h3.287L58.5 0h-3.318zM40.084.037H34.07l-2.666 12.045h3.494l.9-3.99h2.486a4.914 4.914 0 005.008-3.955 3.175 3.175 0 00-3.207-4.1zm-.107 4.1a2.237 2.237 0 01-2.054 1.648h-1.621l.72-3.295h1.73a1.244 1.244 0 011.225 1.647zM16.74 2.49a15.672 15.672 0 00-3.622.586l-.284 2.306a9.508 9.508 0 013.089-.659c1.207-.037 1.918.22 1.704 1.245-3.586 0-6 .732-6.497 3.038-.71 3.954 3.657 3.844 5.36 2.124l-.212.951h3.231l1.385-6.296c.568-2.673-1.918-3.331-4.154-3.295zm.248 6.443a1.638 1.638 0 01-1.704 1.245.849.849 0 01-.852-1.318 2.288 2.288 0 011.917-.769h.817a7.171 7.171 0 00-.178.842zM22.302 2.662h3.231l.52 5.61 3.162-5.61h3.333l-7.677 13.426H21.26l2.36-3.948-1.318-9.478zM8.704.037H2.672L0 12.082h3.54l.866-3.99h2.528a4.912 4.912 0 004.984-3.955 3.164 3.164 0 00-3.214-4.1zm-.108 4.1a2.198 2.198 0 01-2.023 1.648H4.912L5.67 2.49h1.734a1.225 1.225 0 011.192 1.647z' fill='%23bbb5b2'/%3E%3C/svg%3E");
	width: 59px;
	height: 17px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.payment-list__item_paypal:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='59' height='17' viewBox='0 0 59 17'%3E%3Cpath d='M48.244 2.49a16.76 16.76 0 00-3.701.586l-.288 2.306a10.236 10.236 0 013.163-.659c1.222-.037 1.94.22 1.69 1.245-3.631 0-6.076.732-6.579 3.038-.719 3.954 3.703 3.844 5.464 2.124l-.216.952h3.235l1.402-6.297c.574-2.673-1.906-3.331-4.17-3.295zm.215 6.443a1.615 1.615 0 01-1.688 1.245.866.866 0 01-.899-1.318 2.362 2.362 0 011.977-.769h.79c-.071.293-.108.55-.18.842zM55.182 0l-2.678 12.081h3.287L58.5 0h-3.318zM40.084.037H34.07l-2.666 12.045h3.494l.9-3.99h2.486a4.914 4.914 0 005.008-3.955 3.175 3.175 0 00-3.207-4.1zm-.107 4.1a2.237 2.237 0 01-2.054 1.648h-1.621l.72-3.295h1.73a1.244 1.244 0 011.225 1.647zM16.74 2.49a15.672 15.672 0 00-3.622.586l-.284 2.306a9.508 9.508 0 013.089-.659c1.207-.037 1.918.22 1.704 1.245-3.586 0-6 .732-6.497 3.038-.71 3.954 3.657 3.844 5.36 2.124l-.212.951h3.231l1.385-6.296c.568-2.673-1.918-3.331-4.154-3.295zm.248 6.443a1.638 1.638 0 01-1.704 1.245.849.849 0 01-.852-1.318 2.288 2.288 0 011.917-.769h.817a7.171 7.171 0 00-.178.842zM22.302 2.662h3.231l.52 5.61 3.162-5.61h3.333l-7.677 13.426H21.26l2.36-3.948-1.318-9.478zM8.704.037H2.672L0 12.082h3.54l.866-3.99h2.528a4.912 4.912 0 004.984-3.955 3.164 3.164 0 00-3.214-4.1zm-.108 4.1a2.198 2.198 0 01-2.023 1.648H4.912L5.67 2.49h1.734a1.225 1.225 0 011.192 1.647z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 59px;
	height: 17px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.payment-list__item_wm:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='59' height='14' viewBox='0 0 59 14'%3E%3Cpath d='M5.1 3.523h-.087L3.367 10.26H2.02L0 .688h1.397L2.793 7.83h.088L4.5.688h1.11L7.346 7.83h.087L8.704.688h1.46L8.142 10.26H6.796zM15.69 8.775v1.026a4.14 4.14 0 01-2.208.622c-2.095 0-2.955-1.405-2.955-3.538 0-2.052.96-3.537 2.83-3.537 1.56 0 2.52 1.094 2.52 3.294v.5H11.81c0 1.62.611 2.335 1.896 2.335a3.613 3.613 0 001.982-.702zm-3.854-2.538h2.856c-.062-1.418-.698-1.984-1.372-1.984-.76 0-1.347.634-1.484 1.984zM18.308 3.848a3.541 3.541 0 011.683-.5c1.547 0 2.382 1.161 2.382 3.322 0 2.524-1.122 3.753-2.93 3.753a5.424 5.424 0 01-2.432-.663V.338L18.308 0zm-.012 5.413a2.693 2.693 0 001.147.216c.923 0 1.621-.621 1.621-2.807 0-1.715-.574-2.269-1.41-2.269a2.465 2.465 0 00-1.358.446V9.26zM28.047 8.235h.063L30.778.688h1.547v9.572h-1.347V3.321h-.113l-2.543 6.94h-.798l-2.545-6.778h-.112v6.777h-1.122V.688h1.509zM33.696 6.885c0-2.363 1.198-3.537 2.844-3.537s2.843 1.174 2.843 3.537c0 2.309-1.135 3.538-2.843 3.538s-2.844-1.23-2.844-3.538zm4.377 0c0-1.822-.686-2.592-1.534-2.592-.823 0-1.533.77-1.533 2.592 0 1.85.648 2.592 1.533 2.592s1.534-.742 1.534-2.592zM40.568 4.347a6.037 6.037 0 013.179-1 1.743 1.743 0 012.058 2.026v4.887h-1.297V5.684a1.008 1.008 0 00-1.122-1.256 3.254 3.254 0 00-1.521.486v5.346h-1.297zM52.127 8.775v1.026a4.137 4.137 0 01-2.207.621c-2.095 0-2.955-1.404-2.955-3.537 0-2.052.96-3.537 2.83-3.537 1.56 0 2.52 1.094 2.52 3.294v.5H48.25c0 1.62.61 2.335 1.895 2.335a3.61 3.61 0 001.982-.702zm-3.853-2.538h2.856c-.062-1.418-.699-1.984-1.372-1.984-.761 0-1.346.634-1.484 1.984zM57.166 3.577H58.5l-2.257 6.75c-.624 1.864-1.385 2.835-2.818 2.835v-1.106a1.959 1.959 0 001.67-1.728l-2.394-6.75h1.372l1.596 4.967h.074z' fill='%23bbb5b2'/%3E%3C/svg%3E");
	width: 59px;
	height: 14px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.payment-list__item_wm:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='59' height='14' viewBox='0 0 59 14'%3E%3Cpath d='M5.1 3.523h-.087L3.367 10.26H2.02L0 .688h1.397L2.793 7.83h.088L4.5.688h1.11L7.346 7.83h.087L8.704.688h1.46L8.142 10.26H6.796zM15.69 8.775v1.026a4.14 4.14 0 01-2.208.622c-2.095 0-2.955-1.405-2.955-3.538 0-2.052.96-3.537 2.83-3.537 1.56 0 2.52 1.094 2.52 3.294v.5H11.81c0 1.62.611 2.335 1.896 2.335a3.613 3.613 0 001.982-.702zm-3.854-2.538h2.856c-.062-1.418-.698-1.984-1.372-1.984-.76 0-1.347.634-1.484 1.984zM18.308 3.848a3.541 3.541 0 011.683-.5c1.547 0 2.382 1.161 2.382 3.322 0 2.524-1.122 3.753-2.93 3.753a5.424 5.424 0 01-2.432-.663V.338L18.308 0zm-.012 5.413a2.693 2.693 0 001.147.216c.923 0 1.621-.621 1.621-2.807 0-1.715-.574-2.269-1.41-2.269a2.465 2.465 0 00-1.358.446V9.26zM28.047 8.235h.063L30.778.688h1.547v9.572h-1.347V3.321h-.113l-2.543 6.94h-.798l-2.545-6.778h-.112v6.777h-1.122V.688h1.509zM33.696 6.885c0-2.363 1.198-3.537 2.844-3.537s2.843 1.174 2.843 3.537c0 2.309-1.135 3.538-2.843 3.538s-2.844-1.23-2.844-3.538zm4.377 0c0-1.822-.686-2.592-1.534-2.592-.823 0-1.533.77-1.533 2.592 0 1.85.648 2.592 1.533 2.592s1.534-.742 1.534-2.592zM40.568 4.347a6.037 6.037 0 013.179-1 1.743 1.743 0 012.058 2.026v4.887h-1.297V5.684a1.008 1.008 0 00-1.122-1.256 3.254 3.254 0 00-1.521.486v5.346h-1.297zM52.127 8.775v1.026a4.137 4.137 0 01-2.207.621c-2.095 0-2.955-1.404-2.955-3.537 0-2.052.96-3.537 2.83-3.537 1.56 0 2.52 1.094 2.52 3.294v.5H48.25c0 1.62.61 2.335 1.895 2.335a3.61 3.61 0 001.982-.702zm-3.853-2.538h2.856c-.062-1.418-.699-1.984-1.372-1.984-.761 0-1.346.634-1.484 1.984zM57.166 3.577H58.5l-2.257 6.75c-.624 1.864-1.385 2.835-2.818 2.835v-1.106a1.959 1.959 0 001.67-1.728l-2.394-6.75h1.372l1.596 4.967h.074z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 59px;
	height: 14px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.payment-list__item_wire:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='69' height='44' viewBox='0 0 69 44'%3E%3Cpath fill='none' d='M0 0h69v44H0z'/%3E%3Cpath d='M12.753 22.07h-3.19l-.613-7.985-3.828 7.985H1.98L.41 9.525h3.012l.874 8.41 3.91-8.41h3.082l.426 8.41 3.886-8.41h3.402zM21.08 9.525h3.39L21.85 22.07h-3.39zm.993-4.772h3.39l-.638 3.071h-3.39zM27.613 9.525h3.166l-.508 2.434Q32.042 9.23 34.11 9.23a3.942 3.942 0 011.57.366l-1.299 2.776a2.88 2.88 0 00-.98-.165 3.014 3.014 0 00-1.778.661 4.435 4.435 0 00-1.411 1.766 17.572 17.572 0 00-1.004 3.502l-.827 3.934h-3.39zM46.808 16.849h-8.505q-.012.2-.012.307a2.846 2.846 0 00.715 2.02 2.29 2.29 0 001.742.768 2.902 2.902 0 002.634-1.749l3.036.508a6.386 6.386 0 01-2.368 2.747 6.2 6.2 0 01-3.326.915 5.528 5.528 0 01-4.11-1.6 5.76 5.76 0 01-1.583-4.235 7.707 7.707 0 011.43-4.583 6.436 6.436 0 015.563-2.717 4.823 4.823 0 013.662 1.423 5.542 5.542 0 011.358 3.987 9.453 9.453 0 01-.236 2.209zm-2.859-2.067q.012-.225.012-.343a3.043 3.043 0 00-.626-2.09 2.143 2.143 0 00-1.677-.698 2.664 2.664 0 00-1.884.792 4.221 4.221 0 00-1.128 2.339zM0 29.138l.393-1.904h1.252l.313-1.52 2.941-1.77-.688 3.29h1.564l-.393 1.904H3.81l-.832 3.978a12.413 12.413 0 00-.223 1.234.581.581 0 00.187.46 1.047 1.047 0 00.68.166q.17 0 .85-.063l-.403 1.905a6.824 6.824 0 01-1.36.134 3.032 3.032 0 01-1.975-.523 1.802 1.802 0 01-.617-1.453 13.592 13.592 0 01.331-2.02l.796-3.818zM7.295 27.234h2.396l-.384 1.841q1.34-2.065 2.905-2.065a2.984 2.984 0 011.19.277l-.984 2.101a2.18 2.18 0 00-.742-.125 2.281 2.281 0 00-1.345.5A3.356 3.356 0 009.262 31.1a13.3 13.3 0 00-.76 2.651l-.626 2.977H5.311zM16.2 29.925l-2.503-.215a3.767 3.767 0 011.497-1.985 5.008 5.008 0 012.83-.715 4.148 4.148 0 012.709.738 2.271 2.271 0 01.876 1.801 5.877 5.877 0 01-.076.912Q21.457 30.944 21 33a13.035 13.035 0 00-.376 2.378 4.901 4.901 0 00.215 1.35h-2.494a4.931 4.931 0 01-.188-1.073 3.933 3.933 0 01-1.297.961 3.518 3.518 0 01-1.475.336 2.633 2.633 0 01-1.949-.774 2.701 2.701 0 01-.769-1.989 2.876 2.876 0 01.845-2.172 4.918 4.918 0 013.018-.984 11.983 11.983 0 002.45-.366 3.168 3.168 0 00.16-.859.863.863 0 00-.33-.688 1.5 1.5 0 00-.984-.277 1.85 1.85 0 00-1.086.281 1.399 1.399 0 00-.541.8zm2.44 2.378a5.266 5.266 0 01-.616.116 5.862 5.862 0 00-2.521.68 1.036 1.036 0 00-.42.867 1.006 1.006 0 00.321.755 1.176 1.176 0 00.85.309 2.245 2.245 0 001.095-.282 1.926 1.926 0 00.769-.724 4.947 4.947 0 00.451-1.382zM24.783 27.234h2.431l-.25 1.233a6.686 6.686 0 011.703-1.122 4.23 4.23 0 011.667-.335 2.504 2.504 0 011.847.67 2.396 2.396 0 01.675 1.78 11.267 11.267 0 01-.295 1.895l-1.118 5.373h-2.566l1.127-5.39a11.832 11.832 0 00.25-1.44 1.027 1.027 0 00-.29-.774 1.114 1.114 0 00-.81-.281 2.271 2.271 0 00-1.251.474 3.295 3.295 0 00-1.082 1.251 10.59 10.59 0 00-.644 2.262l-.813 3.898h-2.566zM33.616 34.073l2.485-.393a2.027 2.027 0 002.164 1.439 2.293 2.293 0 001.403-.393.79.79 0 00.367-.653.671.671 0 00-.188-.465 3.249 3.249 0 00-1.064-.483 11.523 11.523 0 01-2.879-1.216 2.229 2.229 0 01-.867-1.823 2.607 2.607 0 01.84-1.94 4.81 4.81 0 013.478-1.136 4.754 4.754 0 012.772.67 2.922 2.922 0 011.189 1.816l-2.37.41a1.463 1.463 0 00-.607-.777 2.596 2.596 0 00-1.377-.349 1.943 1.943 0 00-1.158.269.769.769 0 00-.353.616.687.687 0 00.358.59 8.404 8.404 0 001.439.501 7.625 7.625 0 012.512 1.073 2.25 2.25 0 01.894 1.788 3.021 3.021 0 01-1.135 2.342 4.71 4.71 0 01-3.2.993 5.662 5.662 0 01-3.18-.756 3.744 3.744 0 01-1.523-2.123zM50.745 27.234l-.393 1.877h-1.815l-1.591 7.617H44.38l1.591-7.617h-1.43l.393-1.877h1.43l.206-.975a7.03 7.03 0 01.474-1.618 2.218 2.218 0 01.907-.908 3.237 3.237 0 011.578-.335 7.959 7.959 0 012.486.43l-.5 1.832a4.9 4.9 0 00-1.494-.313.774.774 0 00-.653.277 2.712 2.712 0 00-.295.939l-.143.67zM59.471 32.777h-6.437q-.009.152-.009.232a2.154 2.154 0 00.54 1.529 1.734 1.734 0 001.32.58 2.196 2.196 0 001.993-1.322l2.298.384a4.833 4.833 0 01-1.793 2.079 4.693 4.693 0 01-2.516.693 4.184 4.184 0 01-3.111-1.212 4.36 4.36 0 01-1.198-3.205 5.833 5.833 0 011.081-3.469 4.871 4.871 0 014.211-2.056 3.65 3.65 0 012.772 1.077 4.195 4.195 0 011.028 3.018 7.155 7.155 0 01-.179 1.672zm-2.164-1.565q.01-.17.01-.26a2.304 2.304 0 00-.474-1.582 1.622 1.622 0 00-1.27-.527 2.017 2.017 0 00-1.426.599 3.195 3.195 0 00-.854 1.77zM62.251 27.234h2.396l-.384 1.841q1.341-2.065 2.906-2.065a2.984 2.984 0 011.189.277l-.984 2.101a2.18 2.18 0 00-.742-.125 2.281 2.281 0 00-1.345.5 3.356 3.356 0 00-1.069 1.337 13.3 13.3 0 00-.76 2.651l-.625 2.977h-2.566zM69 15.798l-7.994-4.616v9.231L69 15.798zM59.281 15.798l-7.995-4.616v9.231l7.995-4.615z' fill='%23bbb5b2'/%3E%3C/svg%3E");
	width: 69px;
	height: 44px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.payment-list__item_wire:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='69' height='44' viewBox='0 0 69 44'%3E%3Cpath fill='none' d='M0 0h69v44H0z'/%3E%3Cpath d='M12.753 22.07h-3.19l-.613-7.985-3.828 7.985H1.98L.41 9.525h3.012l.874 8.41 3.91-8.41h3.082l.426 8.41 3.886-8.41h3.402zM21.08 9.525h3.39L21.85 22.07h-3.39zm.993-4.772h3.39l-.638 3.071h-3.39zM27.613 9.525h3.166l-.508 2.434Q32.042 9.23 34.11 9.23a3.942 3.942 0 011.57.366l-1.299 2.776a2.88 2.88 0 00-.98-.165 3.014 3.014 0 00-1.778.661 4.435 4.435 0 00-1.411 1.766 17.572 17.572 0 00-1.004 3.502l-.827 3.934h-3.39zM46.808 16.849h-8.505q-.012.2-.012.307a2.846 2.846 0 00.715 2.02 2.29 2.29 0 001.742.768 2.902 2.902 0 002.634-1.749l3.036.508a6.386 6.386 0 01-2.368 2.747 6.2 6.2 0 01-3.326.915 5.528 5.528 0 01-4.11-1.6 5.76 5.76 0 01-1.583-4.235 7.707 7.707 0 011.43-4.583 6.436 6.436 0 015.563-2.717 4.823 4.823 0 013.662 1.423 5.542 5.542 0 011.358 3.987 9.453 9.453 0 01-.236 2.209zm-2.859-2.067q.012-.225.012-.343a3.043 3.043 0 00-.626-2.09 2.143 2.143 0 00-1.677-.698 2.664 2.664 0 00-1.884.792 4.221 4.221 0 00-1.128 2.339zM0 29.138l.393-1.904h1.252l.313-1.52 2.941-1.77-.688 3.29h1.564l-.393 1.904H3.81l-.832 3.978a12.413 12.413 0 00-.223 1.234.581.581 0 00.187.46 1.047 1.047 0 00.68.166q.17 0 .85-.063l-.403 1.905a6.824 6.824 0 01-1.36.134 3.032 3.032 0 01-1.975-.523 1.802 1.802 0 01-.617-1.453 13.592 13.592 0 01.331-2.02l.796-3.818zM7.295 27.234h2.396l-.384 1.841q1.34-2.065 2.905-2.065a2.984 2.984 0 011.19.277l-.984 2.101a2.18 2.18 0 00-.742-.125 2.281 2.281 0 00-1.345.5A3.356 3.356 0 009.262 31.1a13.3 13.3 0 00-.76 2.651l-.626 2.977H5.311zM16.2 29.925l-2.503-.215a3.767 3.767 0 011.497-1.985 5.008 5.008 0 012.83-.715 4.148 4.148 0 012.709.738 2.271 2.271 0 01.876 1.801 5.877 5.877 0 01-.076.912Q21.457 30.944 21 33a13.035 13.035 0 00-.376 2.378 4.901 4.901 0 00.215 1.35h-2.494a4.931 4.931 0 01-.188-1.073 3.933 3.933 0 01-1.297.961 3.518 3.518 0 01-1.475.336 2.633 2.633 0 01-1.949-.774 2.701 2.701 0 01-.769-1.989 2.876 2.876 0 01.845-2.172 4.918 4.918 0 013.018-.984 11.983 11.983 0 002.45-.366 3.168 3.168 0 00.16-.859.863.863 0 00-.33-.688 1.5 1.5 0 00-.984-.277 1.85 1.85 0 00-1.086.281 1.399 1.399 0 00-.541.8zm2.44 2.378a5.266 5.266 0 01-.616.116 5.862 5.862 0 00-2.521.68 1.036 1.036 0 00-.42.867 1.006 1.006 0 00.321.755 1.176 1.176 0 00.85.309 2.245 2.245 0 001.095-.282 1.926 1.926 0 00.769-.724 4.947 4.947 0 00.451-1.382zM24.783 27.234h2.431l-.25 1.233a6.686 6.686 0 011.703-1.122 4.23 4.23 0 011.667-.335 2.504 2.504 0 011.847.67 2.396 2.396 0 01.675 1.78 11.267 11.267 0 01-.295 1.895l-1.118 5.373h-2.566l1.127-5.39a11.832 11.832 0 00.25-1.44 1.027 1.027 0 00-.29-.774 1.114 1.114 0 00-.81-.281 2.271 2.271 0 00-1.251.474 3.295 3.295 0 00-1.082 1.251 10.59 10.59 0 00-.644 2.262l-.813 3.898h-2.566zM33.616 34.073l2.485-.393a2.027 2.027 0 002.164 1.439 2.293 2.293 0 001.403-.393.79.79 0 00.367-.653.671.671 0 00-.188-.465 3.249 3.249 0 00-1.064-.483 11.523 11.523 0 01-2.879-1.216 2.229 2.229 0 01-.867-1.823 2.607 2.607 0 01.84-1.94 4.81 4.81 0 013.478-1.136 4.754 4.754 0 012.772.67 2.922 2.922 0 011.189 1.816l-2.37.41a1.463 1.463 0 00-.607-.777 2.596 2.596 0 00-1.377-.349 1.943 1.943 0 00-1.158.269.769.769 0 00-.353.616.687.687 0 00.358.59 8.404 8.404 0 001.439.501 7.625 7.625 0 012.512 1.073 2.25 2.25 0 01.894 1.788 3.021 3.021 0 01-1.135 2.342 4.71 4.71 0 01-3.2.993 5.662 5.662 0 01-3.18-.756 3.744 3.744 0 01-1.523-2.123zM50.745 27.234l-.393 1.877h-1.815l-1.591 7.617H44.38l1.591-7.617h-1.43l.393-1.877h1.43l.206-.975a7.03 7.03 0 01.474-1.618 2.218 2.218 0 01.907-.908 3.237 3.237 0 011.578-.335 7.959 7.959 0 012.486.43l-.5 1.832a4.9 4.9 0 00-1.494-.313.774.774 0 00-.653.277 2.712 2.712 0 00-.295.939l-.143.67zM59.471 32.777h-6.437q-.009.152-.009.232a2.154 2.154 0 00.54 1.529 1.734 1.734 0 001.32.58 2.196 2.196 0 001.993-1.322l2.298.384a4.833 4.833 0 01-1.793 2.079 4.693 4.693 0 01-2.516.693 4.184 4.184 0 01-3.111-1.212 4.36 4.36 0 01-1.198-3.205 5.833 5.833 0 011.081-3.469 4.871 4.871 0 014.211-2.056 3.65 3.65 0 012.772 1.077 4.195 4.195 0 011.028 3.018 7.155 7.155 0 01-.179 1.672zm-2.164-1.565q.01-.17.01-.26a2.304 2.304 0 00-.474-1.582 1.622 1.622 0 00-1.27-.527 2.017 2.017 0 00-1.426.599 3.195 3.195 0 00-.854 1.77zM62.251 27.234h2.396l-.384 1.841q1.341-2.065 2.906-2.065a2.984 2.984 0 011.189.277l-.984 2.101a2.18 2.18 0 00-.742-.125 2.281 2.281 0 00-1.345.5 3.356 3.356 0 00-1.069 1.337 13.3 13.3 0 00-.76 2.651l-.625 2.977h-2.566zM69 15.798l-7.994-4.616v9.231L69 15.798zM59.281 15.798l-7.995-4.616v9.231l7.995-4.615z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 69px;
	height: 44px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.payment-list__item_bt:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='40' viewBox='0 0 29 40'%3E%3Cpath d='M23.892 18.448a6.503 6.503 0 002.979-5.297c0-3.815-3.722-6.907-8.313-6.907h-.774V0H14.04v5.96h-2.857V0H7.439v5.96H0V10h2.697a2.13 2.13 0 012.13 2.13V27.9A1.508 1.508 0 013.32 29.41H.838L0 33.695h7.439V40h3.744v-6.305h2.857V40h3.744v-6.128l1.85-.086c5.1 0 9.233-3.59 9.233-8.564a6.884 6.884 0 00-4.975-6.774zM11.176 10.27l4.89.32a3.373 3.373 0 11.117 6.719v.005l-5.007.32zm5.9 18.793l-5.9.382v-8.147l5.9.24c2.472 0 4.476 1.685 4.476 3.763s-2.004 3.762-4.477 3.762z' fill='%23bbb5b2'/%3E%3C/svg%3E");
	width: 29px;
	height: 40px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.payment-list__item_bt:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='40' viewBox='0 0 29 40'%3E%3Cpath d='M23.892 18.448a6.503 6.503 0 002.979-5.297c0-3.815-3.722-6.907-8.313-6.907h-.774V0H14.04v5.96h-2.857V0H7.439v5.96H0V10h2.697a2.13 2.13 0 012.13 2.13V27.9A1.508 1.508 0 013.32 29.41H.838L0 33.695h7.439V40h3.744v-6.305h2.857V40h3.744v-6.128l1.85-.086c5.1 0 9.233-3.59 9.233-8.564a6.884 6.884 0 00-4.975-6.774zM11.176 10.27l4.89.32a3.373 3.373 0 11.117 6.719v.005l-5.007.32zm5.9 18.793l-5.9.382v-8.147l5.9.24c2.472 0 4.476 1.685 4.476 3.763s-2.004 3.762-4.477 3.762z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 29px;
	height: 40px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.payment-list__item_tether:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath d='M 15 0 C 6.7152083 0 0 6.7143083 0 15 C 0 23.285692 6.7164083 30 15 30 C 23.283592 30 30 23.283892 30 15 C 30 6.7161083 23.283892 0 15 0 z M 8.0585938 7.3710938 L 21.953125 7.3710938 L 21.953125 10.769531 L 16.851562 10.769531 L 16.851562 13.001953 C 20.991558 13.193053 24.105469 14.012995 24.105469 14.996094 C 24.105469 15.979193 20.991558 16.801088 16.851562 16.992188 L 16.851562 24.140625 L 13.162109 24.140625 L 13.162109 16.992188 C 9.0161635 16.800488 5.8964844 15.980093 5.8964844 14.996094 C 5.8964844 14.012095 9.0146635 13.1905 13.162109 13 L 13.162109 10.769531 L 8.0585938 10.769531 L 8.0585938 7.3710938 z M 13.164062 13.259766 C 9.5002162 13.422365 6.765625 14.06072 6.765625 14.824219 C 6.765625 15.587718 9.4999162 16.224419 13.164062 16.386719 L 13.164062 16.384766 C 13.400162 16.397066 14.071238 16.423828 15.023438 16.423828 C 16.214436 16.423828 16.747463 16.391366 16.851562 16.384766 C 20.507359 16.221866 23.238281 15.583065 23.238281 14.822266 C 23.238281 14.061466 20.510512 13.422665 16.853516 13.259766 L 16.853516 15.751953 C 16.748516 15.761553 16.176961 15.808594 15.039062 15.808594 C 14.091663 15.808594 13.404062 15.768453 13.164062 15.751953 L 13.164062 13.259766 z' fill='%23BAB5B2'/%3E%3C/svg%3E");
	width: 30px;
	height: 30px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.payment-list__item_tether:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' %3E%3Cpath d='M 15 0 C 6.7152083 0 0 6.7143083 0 15 C 0 23.285692 6.7164083 30 15 30 C 23.283592 30 30 23.283892 30 15 C 30 6.7161083 23.283892 0 15 0 z M 8.0585938 7.3710938 L 21.953125 7.3710938 L 21.953125 10.769531 L 16.851562 10.769531 L 16.851562 13.001953 C 20.991558 13.193053 24.105469 14.012995 24.105469 14.996094 C 24.105469 15.979193 20.991558 16.801088 16.851562 16.992188 L 16.851562 24.140625 L 13.162109 24.140625 L 13.162109 16.992188 C 9.0161635 16.800488 5.8964844 15.980093 5.8964844 14.996094 C 5.8964844 14.012095 9.0146635 13.1905 13.162109 13 L 13.162109 10.769531 L 8.0585938 10.769531 L 8.0585938 7.3710938 z M 13.164062 13.259766 C 9.5002162 13.422365 6.765625 14.06072 6.765625 14.824219 C 6.765625 15.587718 9.4999162 16.224419 13.164062 16.386719 L 13.164062 16.384766 C 13.400162 16.397066 14.071238 16.423828 15.023438 16.423828 C 16.214436 16.423828 16.747463 16.391366 16.851562 16.384766 C 20.507359 16.221866 23.238281 15.583065 23.238281 14.822266 C 23.238281 14.061466 20.510512 13.422665 16.853516 13.259766 L 16.853516 15.751953 C 16.748516 15.761553 16.176961 15.808594 15.039062 15.808594 C 14.091663 15.808594 13.404062 15.768453 13.164062 15.751953 L 13.164062 13.259766 z' fill='%233FA1FB'/%3E%3C/svg%3E");
	width: 30px;
	height: 30px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.payment-list__notate {
	position: absolute;
	top: 100%;
	right: 50%;
	transform: translateX(50%);
	color: #3bc5ff;
	font: 300 10px/12px "GothamPro", sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
	border-top: solid 1px #3bc5ff;
	padding-top: 5px
}

.default_header_vds {
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-ms-flex-align: center;
	align-items: center
}

.default_header_vds_txt .headline_h1 {
	margin-bottom: 16px
}

.default_header_vds_img {
	max-width: 100%
}

.default_header_vds_img img {
	max-width: 100%
}

@media (max-width: 767px) {
	.default_header_vds_img_no-mobile {
		display: none
	}
}

.default_header_vds_img_mobile {
	display: none
}

@media (max-width: 767px) {
	.default_header_vds_img_mobile {
		display: block
	}
}

.pricing {
	position: relative
}

.pricing_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	padding: 0 15px;
	text-align: center;
	box-sizing: border-box;
	width: 100%
}

@media (max-width: 1023px) {
	.pricing_list {
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media (max-width: 767px) {
	.pricing_list {
		padding: 0
	}
}

.pricing_list_item {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block;
	width: 25%;
	margin-bottom: 18px;
	box-sizing: border-box;
	padding: 20px 0;
	position: relative
}

.pricing_list_item:before,
.pricing_list_item:after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	width: 45px;
	opacity: 0;
	transition: opacity .2s;
	pointer-events: none
}

.pricing_list_item:before {
	right: 100%;
	background: url(../img/pricing_list_item_shadow_l.png) 100% 0 no-repeat
}

.pricing_list_item:after {
	left: 100%;
	background: url(../img/pricing_list_item_shadow_r.png) no-repeat
}

.pricing_list_item_title {
	color: #494949;
	font: 700 16px/20px "GothamPro", sans-serif;
	text-transform: uppercase;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	height: 58px;
	padding: 0 15px
}

.pricing_list_item_title>* {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block
}

.pricing_list_item_cost {
	margin-bottom: 15px
}

.pricing_list_item_cost_value {
	color: #3fa1fb;
	font: 300 45px/45px "GothamPro", sans-serif;
	transition: color .2s
}

.pricing_list_item_cost_value sup {
	font-size: 20px;
	line-height: 20px
}

.pricing_list_item_cost_per {
	color: #ccc;
	font-size: 20px;
	font-weight: 500
}

.pricing_list_item_cost_choice_1 {
	display: block
}

.pricing_list_item_cost_choice_2 {
	display: none
}

.pricing_list_item_cost_choice_2 .pricing_list_item_cost_value {
	color: #fc611f
}

.pricing_list_item_char {
	font: 300 14px/14px "GothamPro", sans-serif;
	color: #ccc;
	text-transform: uppercase;
	margin-bottom: 15px
}

.pricing_list_item_char strong {
	color: #636363;
	font-weight: 700
}

.pricing_list_item_char li {
	margin-bottom: 10px
}

.pricing_list_item_link a {
	width: 120px;
	height: 40px;
	display: inline-block;
	color: #707070;
	font: 500 12px/40px "GothamPro", sans-serif;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	border-radius: 20px;
	transition: color .2s;
	z-index: 1
}

.pricing_list_item_link a:before,
.pricing_list_item_link a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	content: '';
	border-radius: 20px;
	transition: opacity .2s;
	z-index: -1
}

.pricing_list_item_link a:before {
	border: 2px solid #e6e6e6
}

.pricing_list_item_link a:after {
	opacity: 0;
	background-color: #675f57;
	background-image: linear-gradient(171deg, #fc611f 0%, #f79621 100%)
}

.pricing_list_item_link a:hover {
	color: #fff
}

.pricing_list_item_link a:hover:before {
	opacity: 0
}

.pricing_list_item_link a:hover:after {
	opacity: 1
}

.pricing_list_item_link:before {
	position: absolute;
	content: '';
	right: -1px;
	top: 86px;
	height: 195px;
	width: 0;
	border-left: dashed 1px #e2e2e2
}

.pricing_list_item_note {
	color: #fc611f;
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
	text-transform: uppercase;
	padding: 20px 0 10px
}

.pricing_list_item_blank_icon {
	position: relative;
	height: 45px;
	margin-bottom: 15px
}

.pricing_list_item_blank_icon:before,
.pricing_list_item_blank_icon:after {
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	transition: opacity .2s;
	will-change: transform
}

.pricing_list_item_blank_icon:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='40' viewBox='0 0 30 40'%3E%3Cpath d='M.22 36.033L0 36.12l.246-.018a.146.146 0 00-.026-.07zM11.745 33.95v-.001l.017.07a.148.148 0 00-.017-.07z' fill='%23ccc'/%3E%3Cpath d='M29.232 35.744c0-5.72-4.047-10.163-7.834-12.413a.764.764 0 00-.846-.007c-.886.522-3.885 1.933-5.813 1.933-2.103 0-5.42-1.724-5.791-1.92a1.057 1.057 0 00-.885.002C4.293 25.581.246 30.023.246 35.744v.275l.03.059a.827.827 0 00.424.436 34.1 34.1 0 0027.847.002.733.733 0 00.685-.772zm-14.438-6.632l1.235 3.993-1.235 1.016-1.233-1.017zm12.389 6.252a32.783 32.783 0 01-12.357 2.476A33.523 33.523 0 012.24 35.309l-.17-.069.014-.182c.428-5.557 5.006-8.96 6.4-9.871l.123-.08.13.069a19.445 19.445 0 004.608 1.7l.267.057-1.908 6.245a.765.765 0 01-.038.142l-.014.433.022.026.048.102h.152v.146l.15.15 2.168 1.786a.307.307 0 01.127.099.309.309 0 01.147.087l.023.011.473.002.029-.01v-.101h.192l2.396-1.997a.298.298 0 01.091-.113.317.317 0 01.057-.115.299.299 0 01.045-.097v-.266a.666.666 0 00-.006-.134l-.044-.044.005-.027-1.918-6.277.276-.05a17.455 17.455 0 004.602-1.7l.13-.069.124.08c2.867 1.876 6.054 5.454 6.398 9.87l.015.183z' fill='%23ccc'/%3E%3Cpath d='M14.794 23.756c2.502 0 5.084-1.806 6.737-4.714l.052-.092.103-.027c3.456-.893 4.93-3.117 4.93-7.435C26.616 4.188 22.287 0 14.74 0 10.41 0 3.373 2.49 2.915 9.169l-.008.12-.1.069a3.19 3.19 0 00-1.393 2.576v3.115a3.11 3.11 0 003.144 3.143h3.31v.302c1.67 3.247 4.319 5.262 6.926 5.262zm5.626-6.438l-.055.126-.135.022a35.96 35.96 0 01-5.491.28.863.863 0 000 1.726c1.424 0 2.77 0 3.983-.11l.622-.057-.411.47a5.748 5.748 0 01-4.139 2.255c-3.459 0-6.536-5.055-6.536-9.04 0-3.362 1.134-7.37 6.536-7.37 5.404 0 6.537 4.008 6.537 7.37a11.096 11.096 0 01-.91 4.328zm-15.862-.74a1.466 1.466 0 01-1.418-1.474V11.99a1.42 1.42 0 011.418-1.418h2.13l-.047.29a12.932 12.932 0 00-.164 2.13 10.966 10.966 0 00.49 3.262l.102.326zm2.681-7.894l-.06.161H4.703l.054-.295c.599-3.287 3.977-6.825 9.982-6.825 6.642 0 10.153 3.376 10.153 9.763 0 2.525-.547 4-1.827 4.931l-.568.413.178-.678a12.37 12.37 0 00.437-3.22c0-5.78-3.012-9.096-8.262-9.096-3.777 0-6.408 1.676-7.61 4.846z' fill='%23ccc'/%3E%3C/svg%3E");
	width: 30px;
	height: 40px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.pricing_list_item_blank_icon:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='40' viewBox='0 0 30 40'%3E%3Cpath d='M.22 36.033L0 36.12l.246-.018a.146.146 0 00-.026-.07zM11.745 33.95v-.001l.017.07a.148.148 0 00-.017-.07z' fill='%233fa1fb'/%3E%3Cpath d='M29.232 35.744c0-5.72-4.047-10.163-7.834-12.413a.764.764 0 00-.846-.007c-.886.522-3.885 1.933-5.813 1.933-2.103 0-5.42-1.724-5.791-1.92a1.057 1.057 0 00-.885.002C4.293 25.581.246 30.023.246 35.744v.275l.03.059a.827.827 0 00.424.436 34.1 34.1 0 0027.847.002.733.733 0 00.685-.772zm-14.438-6.632l1.235 3.993-1.235 1.016-1.233-1.017zm12.389 6.252a32.783 32.783 0 01-12.357 2.476A33.523 33.523 0 012.24 35.309l-.17-.069.014-.182c.428-5.557 5.006-8.96 6.4-9.871l.123-.08.13.069a19.445 19.445 0 004.608 1.7l.267.057-1.908 6.245a.765.765 0 01-.038.142l-.014.433.022.026.048.102h.152v.146l.15.15 2.168 1.786a.307.307 0 01.127.099.309.309 0 01.147.087l.023.011.473.002.029-.01v-.101h.192l2.396-1.997a.298.298 0 01.091-.113.317.317 0 01.057-.115.299.299 0 01.045-.097v-.266a.666.666 0 00-.006-.134l-.044-.044.005-.027-1.918-6.277.276-.05a17.455 17.455 0 004.602-1.7l.13-.069.124.08c2.867 1.876 6.054 5.454 6.398 9.87l.015.183z' fill='%233fa1fb'/%3E%3Cpath d='M14.794 23.756c2.502 0 5.084-1.806 6.737-4.714l.052-.092.103-.027c3.456-.893 4.93-3.117 4.93-7.435C26.616 4.188 22.287 0 14.74 0 10.41 0 3.373 2.49 2.915 9.169l-.008.12-.1.069a3.19 3.19 0 00-1.393 2.576v3.115a3.11 3.11 0 003.144 3.143h3.31v.302c1.67 3.247 4.319 5.262 6.926 5.262zm5.626-6.438l-.055.126-.135.022a35.96 35.96 0 01-5.491.28.863.863 0 000 1.726c1.424 0 2.77 0 3.983-.11l.622-.057-.411.47a5.748 5.748 0 01-4.139 2.255c-3.459 0-6.536-5.055-6.536-9.04 0-3.362 1.134-7.37 6.536-7.37 5.404 0 6.537 4.008 6.537 7.37a11.096 11.096 0 01-.91 4.328zm-15.862-.74a1.466 1.466 0 01-1.418-1.474V11.99a1.42 1.42 0 011.418-1.418h2.13l-.047.29a12.932 12.932 0 00-.164 2.13 10.966 10.966 0 00.49 3.262l.102.326zm2.681-7.894l-.06.161H4.703l.054-.295c.599-3.287 3.977-6.825 9.982-6.825 6.642 0 10.153 3.376 10.153 9.763 0 2.525-.547 4-1.827 4.931l-.568.413.178-.678a12.37 12.37 0 00.437-3.22c0-5.78-3.012-9.096-8.262-9.096-3.777 0-6.408 1.676-7.61 4.846z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 30px;
	height: 40px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0
}

@media (max-width: 1279px) {
	.pricing_list_item_blank_icon {
		height: 38px
	}
}

.pricing_list_item_blank_text {
	margin-bottom: 15px
}

.pricing_list_item_blank_text h5 {
	color: #707070;
	font: italic 700 12px/18px "GothamPro", sans-serif;
	text-transform: uppercase;
	margin-bottom: 14px
}

.pricing_list_item_blank_text p {
	text-transform: uppercase;
	color: #707070;
	font: italic 300 12px/18px "GothamPro", sans-serif;
	margin: 0
}

@media (max-width: 1279px) {
	.pricing_list_item_blank_text p {
		font-size: 11px
	}
}

.pricing_list_item:hover {
	z-index: 20
}

.pricing_list_item:hover:before,
.pricing_list_item:hover:after {
	opacity: 1
}

.pricing_list_item:hover .pricing_list_item_cost_choice_1 .pricing_list_item_cost_value {
	color: #fc611f
}

.pricing_list_item:hover .pricing_list_item_cost_choice_2 .pricing_list_item_cost_value {
	color: #3fa1fb
}

.pricing_list_item:hover .pricing_list_item_blank_icon:before {
	opacity: 0
}

.pricing_list_item:hover .pricing_list_item_blank_icon:after {
	opacity: 1
}

.pricing_list_item.most_popular {
	background-color: #f7f7f7
}

.pricing_list_item.most_popular:before {
	left: 0;
	bottom: 0;
	top: auto;
	right: auto;
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23fc611f' d='M10.909 0H24v24H0V10.909h10.909V0z'/%3E%3C/svg%3E");
	width: 24px;
	height: 24px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 1;
	transform: rotate(90deg)
}

.pricing_list_item.most_popular:after {
	opacity: 1;
	bottom: auto;
	left: auto;
	top: 0;
	right: 0;
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath fill='%23fc611f' d='M21.818 40H0V0h40v21.818H21.818V40z'/%3E%3C/svg%3E");
	width: 40px;
	height: 40px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transform: rotate(90deg)
}

.pricing_list_item.most_popular .pricing_list_item_cost_value {
	color: #fc611f
}

.pricing_list_item.most_popular .pricing_list_item_link:before {
	display: none
}

.pricing_list_item.most_popular .pricing_list_item_link a {
	color: #fc611f
}

.pricing_list_item.most_popular .pricing_list_item_link a:before {
	border: 2px solid #fc611f
}

.pricing_list_item.most_popular .pricing_list_item_link a:hover {
	color: #fff
}

.pricing_list_item.high_volume_price .pricing_list_item_note {
	color: #3fa1fb
}

.pricing_list_item.high_volume_price .pricing_list_item_link a {
	color: #3fa1fb
}

.pricing_list_item.high_volume_price .pricing_list_item_link a:before {
	border: 2px solid #3fa1fb
}

.pricing_list_item.high_volume_price .pricing_list_item_link a:after {
	background-color: #675f57;
	background-image: linear-gradient(171deg, #3fa1fb 0%, #acebf7 100%)
}

.pricing_list_item.high_volume_price .pricing_list_item_link a:hover {
	color: #fff
}

.pricing_list_item:last-child .pricing_list_item_link a {
	width: 150px
}

.pricing_list_item:last-child .pricing_list_item_link a:after {
	background-color: #675f57;
	background-image: linear-gradient(171deg, #3fa1fb 0%, #acebf7 100%)
}

.pricing_list_item:last-child .pricing_list_item_link:before,
.pricing_list_item:nth-child(4n) .pricing_list_item_link:before {
	display: none
}

.pricing_list_item:nth-last-child(1),
.pricing_list_item:nth-last-child(2),
.pricing_list_item:nth-last-child(3),
.pricing_list_item:nth-last-child(4) {
	display: none
}

@media (max-width: 1023px) {
	.pricing_list_item:nth-last-child(1) {
		display: block
	}
}

.show_all .pricing_list_item:nth-last-child(1),
.show_all .pricing_list_item:nth-last-child(2),
.show_all .pricing_list_item:nth-last-child(3),
.show_all .pricing_list_item:nth-last-child(4),
.show_all .pricing_list_item:nth-last-child(5) {
	display: block !important
}

@media (max-width: 1279px) {
	.pricing_list_item_cost_value {
		font-size: 36px;
		line-height: 36px
	}

	.pricing_list_item_cost_value sup {
		font-size: 15px;
		line-height: 15px
	}
}

@media (max-width: 1023px) {
	.pricing_list_item {
		width: 33.33%
	}

	.pricing_list_item_cost_value {
		font-size: 45px;
		line-height: 45px
	}

	.pricing_list_item_cost_value sup {
		font-size: 20px;
		line-height: 20px
	}

	.pricing_list_item:nth-child(4n) .pricing_list_item_link:before {
		display: block
	}

	.pricing_list_item:nth-child(3n) .pricing_list_item_link:before,
	.pricing_list_item:last-child .pricing_list_item_link:before {
		display: none
	}
}

@media (max-width: 767px) {
	.pricing_list_item {
		width: 100%;
		margin-bottom: 10px;
		padding-bottom: 30px
	}

	.pricing_list_item:before,
	.pricing_list_item:after {
		display: none
	}

	.pricing_list_item_title {
		height: auto
	}

	.pricing_list_item_cost_value {
		font-size: 36px;
		line-height: 36px
	}

	.pricing_list_item_cost_value sup {
		font-size: 15px;
		line-height: 15px
	}

	.pricing_list_item_char {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		max-width: 320px;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: auto;
		margin-right: auto
	}

	.pricing_list_item_char li {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		min-width: 0;
		display: block;
		width: 48%;
		text-align: left;
		box-sizing: border-box
	}

	.pricing_list_item_char li:nth-child(even) {
		text-align: right
	}

	.pricing_list_item .pricing_list_item_link:before,
	.pricing_list_item:nth-child(3n) .pricing_list_item_link:before {
		display: block;
		left: 0;
		right: 0;
		bottom: 0;
		top: auto;
		width: 100%;
		height: 0;
		border-left: none;
		border-bottom: dashed 1px #e2e2e2
	}

	.pricing_list_item_note {
		padding-bottom: 0
	}

	.pricing_list_item:nth-child(4) {
		margin-bottom: 0
	}

	.pricing_list_item:nth-child(4) .pricing_list_item_link:before {
		display: none
	}

	.pricing_list_item:nth-child(4)~.pricing_list_item {
		display: none
	}

	.show_all .pricing_list_item:nth-child(4)~.pricing_list_item:not(:last-child) {
		display: block
	}

	.show_all .pricing_list_item:nth-child(4) {
		padding-bottom: 30px
	}

	.show_all .pricing_list_item:nth-child(4) .pricing_list_item_link:before {
		display: block
	}

	.show_all .pricing_list_item:nth-last-child(1) {
		margin-bottom: 0
	}

	.show_all .pricing_list_item:nth-last-child(1) .pricing_list_item_link:before {
		display: none
	}

	.pricing_list_item:nth-last-child(6) .pricing_list_item_link:before {
		display: none
	}

	.show_all .pricing_list_item:nth-last-child(6) .pricing_list_item_link:before {
		display: block
	}

	.show_all .pricing_list_item:nth-last-child(2) {
		margin-bottom: 0
	}

	.show_all .pricing_list_item:nth-last-child(1) {
		padding-top: 0
	}

	.show_all .pricing_list_item:nth-last-child(1) .pricing_list_item_link:before {
		display: none
	}

	.pricing_list_item.most_popular {
		margin-top: -11px
	}

	.pricing_list_item.most_popular .pricing_list_item_link:before {
		display: none
	}
}

.pricing_show_more {
	width: 240px;
	margin: 0 auto 20px;
	padding-top: 18px;
	border-top: solid 1px #e3e3e3;
	text-align: center
}

.pricing_show_more button {
	background: none;
	border: none;
	display: inline;
	color: #3fa1fb;
	font: 400 14px "GothamPro", sans-serif;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	transition: color .2s
}

.pricing_show_more button:hover {
	color: #fc611f
}

.pricing__show-more {
	position: relative
}

.pricing_map {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch
}

.pricing_map>* {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block;
	width: 50%;
	box-sizing: border-box
}

@media (max-width: 1023px) {
	.pricing_map {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.pricing_map>* {
		width: 100%
	}
}

.pricing_map_text {
	font-size: 12px;
	line-height: 16px;
	padding-right: 30px
}

@media (max-width: 1279px) {
	.pricing_map_text {
		padding-right: 60px
	}
}

@media (max-width: 1023px) {
	.pricing_map_text {
		text-align: center;
		padding-right: 0;
		margin-bottom: 25px
	}
}

.pricing_map_points {
	position: relative;
	min-height: 110px
}

@media (max-width: 1023px) {
	.pricing_map_points {
		min-height: 75px
	}
}

@media (max-width: 767px) {
	.pricing_map_points {
		min-height: 160px
	}
}

.pricing_map_point {
	position: absolute;
	padding-left: 35px
}

.pricing_map_point:before {
	position: absolute;
	content: '';
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	background-color: #3fa1fb;
	border-radius: 50%;
	transition: opacity .2s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
	will-change: transform
}

@keyframes blink_2 {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.pricing_map_point:hover:before {
	-webkit-animation-name: blink_2;
	animation-name: blink_2;
	-webkit-animation-play-state: running;
	animation-play-state: running
}

.pricing_map_point_name {
	color: #3fa1fb;
	font: 400 14px "GothamPro", sans-serif;
	margin-bottom: 5px
}

.pricing_map_point_name a {
	color: #3fa1fb;
	text-decoration: none
}

.pricing_map_point_links {
	color: #494949;
	font: 300 12px/1 "GothamPro", sans-serif
}

.pricing_map_point_links a {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	position: relative;
	display: inline-block;
	will-change: transform
}

.pricing_map_point_links a:before,
.pricing_map_point_links a:after {
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity .2s;
	will-change: transform
}

.pricing_map_point_links a:before {
	opacity: 1
}

.pricing_map_point_links a:after {
	opacity: 0
}

.pricing_map_point_links a:hover:before {
	opacity: 0
}

.pricing_map_point_links a:hover:after {
	opacity: 1
}

.pricing_map_point_add:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M10 0a10 10 0 1010 10A10 10 0 0010 0zm.012 18.27a8.315 8.315 0 118.316-8.32 8.315 8.315 0 01-8.316 8.32zm3.555-9.14h-2.691V6.39a.539.539 0 00-.507-.57H9.664a.56.56 0 00-.539.58l.002.03v2.69H6.374a.5.5 0 00-.554.51v.75a.487.487 0 00.48.495.51.51 0 00.074-.005h2.75v2.75a.5.5 0 00.436.557.464.464 0 00.064.003h.754a.491.491 0 00.491-.55v-2.76h2.742a.532.532 0 00.563-.498.519.519 0 00.001-.052v-.66a.553.553 0 00-.573-.533l-.035.003z' fill='%23494949'/%3E%3C/svg%3E");
	width: 20px;
	height: 20px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.pricing_map_point_add:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M10 0a10 10 0 1010 10A10 10 0 0010 0zm.012 18.27a8.315 8.315 0 118.316-8.32 8.315 8.315 0 01-8.316 8.32zm3.555-9.14h-2.691V6.39a.539.539 0 00-.507-.57H9.664a.56.56 0 00-.539.58l.002.03v2.69H6.374a.5.5 0 00-.554.51v.75a.487.487 0 00.48.495.51.51 0 00.074-.005h2.75v2.75a.5.5 0 00.436.557.464.464 0 00.064.003h.754a.491.491 0 00.491-.55v-2.76h2.742a.532.532 0 00.563-.498.519.519 0 00.001-.052v-.66a.553.553 0 00-.573-.533l-.035.003z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 20px;
	height: 20px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.pricing_map_point_speedtest:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' viewBox='0 0 20 19'%3E%3Cpath d='M16.597 17.18a.757.757 0 00.532-.22A9.835 9.835 0 0020 10a10 10 0 00-20 0 9.82 9.82 0 002.991 7.08.77.77 0 001.066-.01l1.665-1.67a6.949 6.949 0 01-1.077-1.05l-1.109 1.11-.079-.09a8.31 8.31 0 01-1.9-4.5l-.012-.12h1.577c-.022-.37-.022-1.14 0-1.5H1.545l.013-.13a8.3 8.3 0 011.854-4.43l.078-.1 1.115 1.1a6.877 6.877 0 011.07-1.06l-1.117-1.1.1-.08a8.526 8.526 0 014.467-1.84l.124-.01v1.56a7.612 7.612 0 011.51 0V1.6l.124.01a8.536 8.536 0 014.469 1.84l.1.08-1.1 1.11a7.218 7.218 0 011.066 1.06l1.107-1.11.079.1a8.348 8.348 0 011.852 4.43l.013.13H16.89c.023.36.023 1.13 0 1.5h1.578l-.013.12a8.325 8.325 0 01-1.8 4.38l-.078.1-1.12-1.1a7.08 7.08 0 01-1.057 1.07l1.675 1.65a.786.786 0 00.521.21zm-1.689-7.54l-5.282 2.52a2.72 2.72 0 00-.392.27 1.114 1.114 0 00-.39.67 1.274 1.274 0 00.3.98 1.2 1.2 0 00.88.47 1.166 1.166 0 00.676-.2 2.65 2.65 0 00.372-.3l3.884-4.4a.074.074 0 00.013-.02.07.07 0 01-.02-.02.009.009 0 01-.012.01zm-2.553 8.43H7.636a.78.78 0 110-1.56h4.72a.78.78 0 11-.004 1.56h.003z' fill='%23494949'/%3E%3C/svg%3E");
	width: 20px;
	height: 19px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.pricing_map_point_speedtest:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' viewBox='0 0 20 19'%3E%3Cpath d='M16.597 17.18a.757.757 0 00.532-.22A9.835 9.835 0 0020 10a10 10 0 00-20 0 9.82 9.82 0 002.991 7.08.77.77 0 001.066-.01l1.665-1.67a6.949 6.949 0 01-1.077-1.05l-1.109 1.11-.079-.09a8.31 8.31 0 01-1.9-4.5l-.012-.12h1.577c-.022-.37-.022-1.14 0-1.5H1.545l.013-.13a8.3 8.3 0 011.854-4.43l.078-.1 1.115 1.1a6.877 6.877 0 011.07-1.06l-1.117-1.1.1-.08a8.526 8.526 0 014.467-1.84l.124-.01v1.56a7.612 7.612 0 011.51 0V1.6l.124.01a8.536 8.536 0 014.469 1.84l.1.08-1.1 1.11a7.218 7.218 0 011.066 1.06l1.107-1.11.079.1a8.348 8.348 0 011.852 4.43l.013.13H16.89c.023.36.023 1.13 0 1.5h1.578l-.013.12a8.325 8.325 0 01-1.8 4.38l-.078.1-1.12-1.1a7.08 7.08 0 01-1.057 1.07l1.675 1.65a.786.786 0 00.521.21zm-1.689-7.54l-5.282 2.52a2.72 2.72 0 00-.392.27 1.114 1.114 0 00-.39.67 1.274 1.274 0 00.3.98 1.2 1.2 0 00.88.47 1.166 1.166 0 00.676-.2 2.65 2.65 0 00.372-.3l3.884-4.4a.074.074 0 00.013-.02.07.07 0 01-.02-.02.009.009 0 01-.012.01zm-2.553 8.43H7.636a.78.78 0 110-1.56h4.72a.78.78 0 11-.004 1.56h.003z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 20px;
	height: 19px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.pricing_map_point.point_1 {
	left: 12px;
	top: 62px
}

.pricing_map_point.point_2 {
	left: 410px;
	top: 31px
}

.pricing_map_point.point_3 {
	left: 212px;
	top: 0px
}

.pricing_map_point.point_3:before {
	-webkit-animation-play-state: paused !important;
	animation-play-state: paused !important
}

.pricing_map_point.point_3:before {
	background-color: #cecece
}

@media (max-width: 1279px) {
	.pricing_map_point.point_1 {
		left: 12px;
		top: 62px
	}

	.pricing_map_point.point_2 {
		left: 353px;
		top: 31px
	}

	.pricing_map_point.point_3 {
		left: 154px;
		top: 0px
	}
}

@media (max-width: 1023px) {
	.pricing_map_point.point_1 {
		left: 14.28%;
		top: 20px
	}

	.pricing_map_point.point_2 {
		left: 71.42%;
		top: 20px
	}

	.pricing_map_point.point_3 {
		left: 43.57%;
		top: 0px
	}
}

@media (max-width: 767px) {
	.pricing_map_point.point_1 {
		left: 25%;
		top: 0px;
		transform: translateX(-50%)
	}

	.pricing_map_point.point_2 {
		left: 50%;
		top: 102px;
		transform: translateX(-50%)
	}

	.pricing_map_point.point_3 {
		left: auto;
		right: 25%;
		top: 30px;
		transform: translateX(50%)
	}
}

.pricing_map_wr {
	background: #fbfbfb url(../img/circles_map.svg) no-repeat 50% 50%/1200px auto;
	padding: 55px 0;
	margin-top: -50px
}

.pricing_map_wr+.default_content_wr {
	background-color: transparent
}

@media (max-width: 1023px) {
	.pricing_map_wr {
		padding: 45px 0
	}
}

@media (max-width: 767px) {
	.pricing_map_wr {
		margin-top: -25px;
		padding: 25px 0
	}
}

.vds_find_solution {
	padding: 45px 100px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: stretch;
	align-content: stretch
}

.vds_find_solution>* {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block
}

.vds_find_solution_text {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-right: 50px
}

.vds_find_solution_text .p01 {
	color: #494949;
	font: 300 24px/26px "GothamPro", sans-serif;
	text-transform: uppercase;
	margin-bottom: 30px
}

.vds_find_solution_text .p01 strong {
	font-weight: 700;
	line-height: 30px;
	font-style: italic
}

.vds_find_solution_text .p02 {
	color: #707070;
	font: 300 12px/17px "GothamPro", sans-serif;
	text-transform: uppercase;
	margin-bottom: 0
}

.vds_find_solution_btns {
	width: 180px
}

.vds_find_solution_btns .btn {
	width: 176px;
	border: 2px solid #fc611f;
	color: #fc611f
}

.vds_find_solution_btns .btn:hover {
	border-color: #ffffff
}

.vds_find_solution_wr {
	background-color: #f3f3f3;
	position: relative;
	overflow: hidden
}

.vds_find_solution_wr:before,
.vds_find_solution_wr:after {
	position: absolute;
	content: '';
	background: url(../img/support_string_bg_l.svg) no-repeat;
	width: 440px;
	height: 100%;
	top: 0
}

@media (max-width: 1279px) {

	.vds_find_solution_wr:before,
	.vds_find_solution_wr:after {
		display: none
	}
}

.vds_find_solution_wr:before {
	right: 50%;
	margin-right: 600px;
	background-position: 0 -123px
}

.vds_find_solution_wr:after {
	left: 50%;
	margin-left: 630px;
	background-position: 0 -215px
}

@media (max-width: 1279px) {
	.vds_find_solution {
		padding-left: 0;
		padding-right: 0
	}
}

@media (max-width: 767px) {
	.vds_find_solution {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.vds_find_solution_text {
		margin-bottom: 26px;
		text-align: center;
		margin-right: 0
	}

	.vds_find_solution_text .p01 {
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 15px
	}

	.vds_find_solution_text .p01 strong {
		line-height: 30px
	}
}

.vds_about {
	border: none;
	width: auto !important
}

.vds_about .they_talk_block {
	padding-top: 0
}

.vds_about .they_talk_block:before,
.vds_about .they_talk_block:after {
	display: none
}

.support_block {
	font-size: 15px;
	font-weight: 300;
	line-height: 21px
}

.support_block p {
	margin-bottom: 25px
}

.support_block .li_plus {
	text-transform: uppercase;
	-moz-column-count: 3;
	column-count: 3;
	-moz-column-gap: 20px;
	column-gap: 20px
}

@media (max-width: 1023px) {
	.support_block .li_plus {
		-moz-column-count: 2;
		column-count: 2
	}
}

@media (max-width: 767px) {
	.support_block .li_plus {
		-moz-column-count: 1;
		column-count: 1;
		-moz-column-gap: 0;
		column-gap: 0
	}
}

.cdn-we-top__logos {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.cdn-we-top__logos-elem {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block;
	margin: 0 30px
}

.cdn-we-top__logos-elem img {
	max-width: 100%;
	display: block
}

@media (max-width: 767px) {
	.cdn-we-top__logos {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.cdn-we-top__logos-elem:not(:last-child) {
		margin-bottom: 32px
	}
}

.cdn__hosting-plans {
	width: 66%;
	margin-left: auto;
	margin-right: auto
}

.cdn__hosting-plans-elem {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.cdn__hosting-plans-elem:not(:last-child) {
	margin-bottom: 90px
}

.cdn__hosting-plans-elem>* {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block
}

.cdn__hosting-plans-elem-img {
	width: 400px
}

.cdn__hosting-plans-elem-img img {
	max-width: 90%
}

.cdn__hosting-plans-elem-img:last-child {
	text-align: right
}

@media (max-width: 1279px) {
	.cdn__hosting-plans-elem-img {
		width: 320px
	}
}

@media (max-width: 1023px) {
	.cdn__hosting-plans-elem-img {
		width: 300px
	}
}

@media (max-width: 767px) {

	.cdn__hosting-plans-elem-img,
	.cdn__hosting-plans-elem-img:last-child {
		text-align: center;
		width: 100%;
		margin-bottom: 16px
	}

	.cdn__hosting-plans-elem-img img,
	.cdn__hosting-plans-elem-img:last-child img {
		max-width: 65%
	}
}

.cdn__hosting-plans-elem-text {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	padding-top: 10px
}

.cdn__hosting-plans-elem-text .text-block>* {
	margin-bottom: 0
}

.cdn__hosting-plans-elem-text .list__item {
	color: #252525
}

@media (max-width: 767px) {
	.cdn__hosting-plans-elem-text {
		padding-top: 0
	}

	.cdn__hosting-plans-elem-text>.headline {
		text-align: center
	}
}

@media (max-width: 1279px) {
	.cdn__hosting-plans-elem:not(:last-child) {
		margin-bottom: 60px
	}
}

@media (max-width: 767px) {
	.cdn__hosting-plans-elem {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center
	}

	.cdn__hosting-plans-elem:not(:last-child) {
		margin-bottom: 32px
	}
}

.cdn__hosting-plans-elem:nth-child(even) .cdn__hosting-plans-elem-img {
	text-align: right
}

@media (max-width: 767px) {
	.cdn__hosting-plans-elem:nth-child(even) .cdn__hosting-plans-elem-img {
		text-align: center
	}
}

.cdn__hosting-plans-elem:nth-child(even) .cdn__hosting-plans-elem-text {
	-ms-flex-order: -10;
	order: -10
}

@media (max-width: 767px) {
	.cdn__hosting-plans-elem:nth-child(even) .cdn__hosting-plans-elem-text {
		-ms-flex-order: inherit;
		order: inherit
	}
}

@media (max-width: 1023px) {
	.cdn__hosting-plans {
		width: 100%
	}
}

.vds2-the-best {
	background: url(../img/circles_map.svg) no-repeat 50% 0/500px auto
}

.default_content_wr_cdn-orange-line,
.default_content_wr_cdn-blue-line {
	background: #fc611f
}

.default_content_wr_cdn-orange-line .default_content,
.default_content_wr_cdn-blue-line .default_content {
	background: url(../img/map_500-304_white.svg) no-repeat 100% 50%
}

.default_content_wr_cdn-blue-line {
	background-color: #3fa1fb
}

.cdn-orange-line,
.cdn-blue-line {
	margin: 40px 100px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.cdn-orange-line>*,
.cdn-blue-line>* {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block
}

.cdn-orange-line__text .headline:not(:last-child),
.cdn-blue-line__text .headline:not(:last-child) {
	margin-bottom: 4px
}

.cdn-orange-line__btn,
.cdn-blue-line__btn {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media (max-width: 1023px) {

	.cdn-orange-line,
	.cdn-blue-line {
		margin: 32px 0
	}
}

@media (max-width: 767px) {

	.cdn-orange-line,
	.cdn-blue-line {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.cdn-orange-line__text,
	.cdn-blue-line__text {
		margin-bottom: 24px;
		text-align: center
	}
}