.li_plus,
.li_plus li,
.list,
.list .list__item,
.list_no-style,
.list_no-style>li,
.page_menu ul,
.page_menu li,
.page_menu_stat ul,
.page_menu_stat li,
.select_2 .jq-selectbox__dropdown ul,
.select_2 .jq-selectbox__dropdown li,
.select.jq-selectbox .jq-selectbox__dropdown ul,
.select.jq-selectbox .jq-selectbox__dropdown li {
	list-style: outside none none;
	padding: 0;
	margin: 0
}

.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
}

.order-backup-form__cloud-btn:before,
.order-backup-form__cloud-btn:after {
	transition: opacity .2s;
	will-change: transform
}

.order-backup-form__cloud-btn:before {
	opacity: 1
}

.order-backup-form__cloud-btn:after {
	opacity: 0
}

.order-backup-form__cloud-btn:hover:before {
	opacity: 0
}

.order-backup-form__cloud-btn:hover:after {
	opacity: 1
}

.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
	}
}

.cost {
	display: inline-block;
	font-size: 20px;
	font-weight: 500
}

.cost__value {
	font: 300 45px "GothamPro", sans-serif;
	margin-right: 10px
}

.cost__value sup {
	font-size: 20px;
	position: relative;
	line-height: 20px;
	top: -2px
}

.cost__per {
	color: #dbdbdb
}

.cost_orange {
	color: #fc611f
}

.cost_blue {
	color: #3fa1fb
}

.cost_small .cost__value {
	font-size: 20px
}

.cost_small .cost__value sup {
	font-size: 10px;
	line-height: 10px;
	top: 0
}

.cost_small .cost__per {
	font-size: 20px
}

.cost_medium .cost__value {
	font-size: 30px
}

.cost_medium .cost__value sup {
	font-size: 15px;
	line-height: 15px;
	top: 0
}

.cost_medium .cost__per {
	font-size: 20px
}

.cost_from {
	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
}

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

.cost_from .cost__from {
	margin-right: 14px;
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
	text-transform: uppercase
}

.list {
	margin-bottom: 24px;
	text-transform: uppercase
}

.list .list__item {
	position: relative;
	font: 300 14px/20px "GothamPro", sans-serif;
	margin-bottom: 2px;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	transform: translateZ(0)
}

.list_plus .list__item,
.list_minus .list__item {
	padding: 0 0 6px 28px
}

.list_plus .list__item:before,
.list_minus .list__item:before {
	position: absolute;
	content: '+';
	color: #aace6e;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	left: 0;
	top: -1px
}

.list_plus_bl .list__item:before,
.list_minus_bl .list__item:before {
	color: #3fa1fb
}

.list_plus_or .list__item:before,
.list_minus_or .list__item:before {
	color: #fc611f
}

.list_minus .list__item:before {
	content: '-'
}

.list_rect .list__item {
	padding: 0 0 6px 28px
}

.list_rect .list__item:before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	background-color: #3fa1fb;
	left: 4px;
	top: 8px
}

.list_rect_or .list__item:before {
	background-color: #fc611f
}

.list_check .list__item {
	padding: 0 0 6px 21px
}

.list_check .list__item:before {
	position: absolute;
	content: '';
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cpath d='M4.15 10a.69.69 0 01-.5-.23C3.08 9.2 2.51 8.61 1.941 8.04 1.373 7.45.788 6.86.22 6.27a.723.723 0 01-.162-.8.766.766 0 01.682-.5.64.64 0 01.488.23c.991.98 2 2.02 2.893 2.96 2.13-2.53 4.4-5.22 6.664-7.92a.63.63 0 01.5-.24.732.732 0 01.65.46.793.793 0 01-.13.82 4930.86 4930.86 0 00-5.169 6.13L4.978 9.37c-.049.07-.114.14-.163.21s-.114.12-.163.19a.688.688 0 01-.503.23z' fill='%23323232'/%3E%3C/svg%3E");
	width: 12px;
	height: 10px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	left: 0;
	top: 5px
}

.list_check_or .list__item:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cpath d='M4.15 10a.69.69 0 01-.5-.23C3.08 9.2 2.51 8.61 1.941 8.04 1.373 7.45.788 6.86.22 6.27a.723.723 0 01-.162-.8.766.766 0 01.682-.5.64.64 0 01.488.23c.991.98 2 2.02 2.893 2.96 2.13-2.53 4.4-5.22 6.664-7.92a.63.63 0 01.5-.24.726.726 0 01.65.47.779.779 0 01-.13.81 4938.13 4938.13 0 00-5.169 6.13L4.978 9.37c-.049.07-.114.14-.163.21s-.114.12-.163.19a.688.688 0 01-.503.23z' fill='%23fc611f'/%3E%3C/svg%3E");
	width: 12px;
	height: 10px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.list_check_bl .list__item:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cpath d='M4.15 10a.69.69 0 01-.5-.23C3.08 9.2 2.51 8.61 1.941 8.04 1.373 7.45.788 6.86.22 6.27a.723.723 0 01-.162-.8.766.766 0 01.682-.5.64.64 0 01.488.23c.991.98 2 2.02 2.893 2.96 2.13-2.53 4.4-5.22 6.664-7.92a.63.63 0 01.5-.24.726.726 0 01.65.47.779.779 0 01-.13.81 4938.13 4938.13 0 00-5.169 6.13L4.978 9.37c-.049.07-.114.14-.163.21s-.114.12-.163.19a.688.688 0 01-.503.23z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 12px;
	height: 10px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.list_tt_n {
	text-transform: none
}

.list_col_2 {
	-moz-column-count: 2;
	column-count: 2;
	-moz-column-gap: 20px;
	column-gap: 20px
}

@media (max-width: 767px) {
	.list_col_2 {
		-moz-column-count: 1;
		column-count: 1
	}
}

.list_no-style>li {
	margin-bottom: 10px
}

.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)
	}
}

.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
}

.server-config {
	text-align: center
}

.server-config__name {
	margin-bottom: 5px
}

.server-config__name .headline {
	margin-bottom: 0
}

.server-config__notate {
	color: #323232;
	font: italic 500 12px/12px "GothamPro", sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase
}

.server-config__price {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 20px
}

.server-config__price strong {
	font: 300 45px "GothamPro", sans-serif
}

.server-config__price sup {
	font-size: 20px;
	line-height: 20px;
	position: relative;
	top: -2px
}

.server-config__char-list {
	text-transform: uppercase;
	color: #fff;
	font: 300 14px/14px "GothamPro", sans-serif;
	margin-bottom: 26px
}

.server-config__list-item {
	margin-bottom: 10px
}

.server-config__list-item b {
	color: #242424;
	font-weight: 700
}

.server-config__link {
	margin-bottom: 16px
}

.server-config__view-all .headline {
	margin-bottom: 0
}

.backup-config {
	text-align: center;
	position: relative;
	height: 100%;
	box-sizing: border-box;
	padding: 32px 0px;
	z-index: 10;
	will-change: transform
}

.backup-config:before,
.backup-config:after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	width: 45px;
	opacity: 0;
	transition: opacity .2s;
	pointer-events: none;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.backup-config:before {
	background-image: url(../img/backup-config-shadow_l.png);
	right: 100%
}

.backup-config:after {
	left: 100%;
	background-image: url(../img/backup-config-shadow_r.png)
}

.backup-config__size {
	margin-bottom: 16px
}

.backup-config__size-value {
	font: 300 40px "GothamPro", sans-serif;
	color: #3fa1fb;
	transition: color .2s
}

.backup-config__size-unit {
	color: #ccc;
	font: 500 20px "GothamPro", sans-serif
}

.backup-config__price {
	margin-bottom: 16px
}

.backup-config__price .cost__value {
	color: #494949;
	margin-right: 2px;
	transition: color .2s
}

.backup-config__link .bttn:before {
	transition: border .2s, opacity .2s
}

.backup-config__sale {
	display: block;
	position: absolute;
	right: 0;
	top: 40.2253px;
	width: 88px;
	height: 22px;
	color: #fff;
	font: 500 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
}

.backup-config__sale b {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	position: absolute
}

.backup-config__sale:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	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
}

.backup-config:hover {
	z-index: 20
}

.backup-config:hover:before,
.backup-config:hover:after {
	opacity: 1
}

.backup-config_old-price .backup-config__size-value,
.backup-config_popular .backup-config__size-value,
.backup-config:hover .backup-config__size-value {
	color: #fc611f
}

.backup-config_old-price .backup-config__price .cost__value,
.backup-config_popular .backup-config__price .cost__value,
.backup-config:hover .backup-config__price .cost__value {
	color: #fc611f
}

.backup-config_old-price .backup-config__link .bttn,
.backup-config_popular .backup-config__link .bttn,
.backup-config:hover .backup-config__link .bttn {
	color: #fc611f
}

.backup-config_old-price .backup-config__link .bttn:before,
.backup-config_popular .backup-config__link .bttn:before,
.backup-config:hover .backup-config__link .bttn:before {
	border-color: #fc611f
}

.backup-config_old-price:hover .backup-config__link .bttn:hover,
.backup-config_popular:hover .backup-config__link .bttn:hover,
.backup-config:hover:hover .backup-config__link .bttn:hover {
	color: #fff
}

.backup-config_popular {
	background-color: #f7f7f7;
	margin-right: -1px
}

.backup-config_popular: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 fill='%23fc611f' d='M20 9.091V20H0V0h10.909v9.091H20z'/%3E%3C/svg%3E");
	width: 20px;
	height: 20px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	left: 0;
	top: 0;
	right: auto;
	bottom: auto;
	opacity: 1;
	transform: rotate(90deg)
}

.backup-config_popular: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 fill='%23fc611f' d='M0 16.364V0h30v30H13.636V16.364H0z'/%3E%3C/svg%3E");
	width: 30px;
	height: 30px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
	opacity: 1;
	width: 30px;
	height: 30px;
	background-size: contain;
	transform: rotate(90deg)
}

.backup-config_popular .backup-config__notate .headline {
	color: #fc611f
}

@media (max-width: 479px) {
	.backup-config {
		padding: 24px 0;
		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
	}

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

	.backup-config__size {
		width: 50%;
		box-sizing: border-box;
		padding-left: 22px;
		text-align: left
	}

	.backup-config__size-value {
		font-size: 36px
	}

	.backup-config__notate-and-price {
		width: 50%;
		box-sizing: border-box;
		padding-left: 10px;
		text-align: left
	}

	.backup-config__link {
		text-align: center;
		width: 100%
	}
}

.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
}

.link-for-help {
	margin: 40px 0;
	text-align: center;
	color: #707070;
	text-transform: uppercase;
	font: italic 400 12px/16px "GothamPro", sans-serif
}

.link-for-help a {
	position: relative;
	min-height: 25px;
	color: #707070;
	text-decoration: none;
	transition: color .2s;
	display: -ms-inline-flexbox;
	display: inline-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: stretch;
	align-content: stretch;
	padding: 0
}

.link-for-help a>span {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block;
	text-align: left
}

.link-for-help a:before,
.link-for-help a:after {
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity .2s
}

.link-for-help a:before {
	position: relative;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-right: 16px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='31' viewBox='0 0 35 31'%3E%3Cpath d='M25.974 12.486a1.969 1.969 0 11-1.99-1.946h.021a1.966 1.966 0 011.969 1.946zM17.476 10.54a1.946 1.946 0 101.968 1.946 1.966 1.966 0 00-1.968-1.946zM10.947 10.54a1.946 1.946 0 101.968 1.946 1.998 1.998 0 00-1.968-1.946z' fill='%23e6e6e6'/%3E%3Cpath d='M29.959.001H4.993A4.962 4.962 0 000 4.931v15.008a4.961 4.961 0 004.986 4.937H22.133l5.617 5.555a1.906 1.906 0 001.345.57 2.31 2.31 0 001.344-.475 2.102 2.102 0 00.576-1.377v-4.415A4.998 4.998 0 0035 19.892V4.938A4.943 4.943 0 0030.053 0l-.094.001zm1.584 19.89a1.538 1.538 0 01-1.536 1.52H27.51v3.893l-3.937-3.893H4.993a1.538 1.538 0 01-1.536-1.52V4.939A1.538 1.538 0 014.993 3.42H29.96a1.538 1.538 0 011.536 1.52h.048v14.953z' fill='%23e6e6e6'/%3E%3C/svg%3E");
	width: 35px;
	height: 31px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.link-for-help a:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='31' viewBox='0 0 35 31'%3E%3Cpath d='M25.974 12.486a1.969 1.969 0 11-1.99-1.946h.021a1.966 1.966 0 011.969 1.946zM17.476 10.54a1.946 1.946 0 101.968 1.946 1.966 1.966 0 00-1.968-1.946zM10.947 10.54a1.946 1.946 0 101.968 1.946 1.998 1.998 0 00-1.968-1.946z' fill='%23fc611f'/%3E%3Cpath d='M29.959.001H4.993A4.962 4.962 0 000 4.931v15.008a4.961 4.961 0 004.986 4.937H22.133l5.617 5.555a1.906 1.906 0 001.345.57 2.31 2.31 0 001.344-.475 2.102 2.102 0 00.576-1.377v-4.415A4.998 4.998 0 0035 19.892V4.938A4.943 4.943 0 0030.053 0l-.094.001zm1.584 19.89a1.538 1.538 0 01-1.536 1.52H27.51v3.893l-3.937-3.893H4.993a1.538 1.538 0 01-1.536-1.52V4.939A1.538 1.538 0 014.993 3.42H29.96a1.538 1.538 0 011.536 1.52h.048v14.953z' fill='%23fc611f'/%3E%3C/svg%3E");
	width: 35px;
	height: 31px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0
}

.link-for-help a:hover {
	color: #fc611f
}

.link-for-help a:hover:before {
	opacity: 0
}

.link-for-help a:hover:after {
	opacity: 1
}

@media (max-width: 767px) {
	.link-for-help {
		margin: 24px 0
	}

	.link-for-help a:before,
	.link-for-help a:after {
		top: 3px
	}
}

.link-for-help_back-to-server a:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='32' viewBox='0 0 35 32'%3E%3Cpath d='M28.455 13.023a2.739 2.739 0 00-2.739 2.739 2.739 2.739 0 002.739 2.739 2.74 2.74 0 002.739-2.74 2.74 2.74 0 00-2.739-2.738zm0 3.652a.914.914 0 01-.912-.913.914.914 0 01.912-.913.914.914 0 01.913.913.914.914 0 01-.913.913zM7.457 13.936a.911.911 0 00-.646.268l-1.825 1.825a.908.908 0 00-.268.646.913.913 0 00.914.913.914.914 0 00.646-.267l1.825-1.826a.914.914 0 00.267-.646.913.913 0 00-.913-.913zM11.11 13.936a.909.909 0 00-.647.268l-1.825 1.825a.908.908 0 00-.268.646.912.912 0 00.912.913.909.909 0 00.646-.267l1.826-1.826a.908.908 0 00.267-.646.912.912 0 00-.912-.913zM14.76 13.936a.905.905 0 00-.644.268l-1.827 1.825a.914.914 0 00-.268.646.913.913 0 00.914.913.911.911 0 00.646-.267l1.825-1.826a.909.909 0 00.268-.646.913.913 0 00-.914-.913zM28.455 27.631a2.74 2.74 0 002.739-2.739 2.74 2.74 0 00-2.739-2.739 2.739 2.739 0 00-2.739 2.74 2.739 2.739 0 002.739 2.738zm0-3.652a.914.914 0 01.913.913.914.914 0 01-.913.912.913.913 0 01-.912-.912.914.914 0 01.912-.913zM5.632 26.718a.916.916 0 00.646-.268l1.825-1.825a.913.913 0 00.268-.646.913.913 0 00-.914-.913.914.914 0 00-.646.267L4.986 25.16a.911.911 0 00-.268.644.913.913 0 00.914.914zM9.283 26.718a.912.912 0 00.646-.268l1.825-1.825a.907.907 0 00.267-.646.912.912 0 00-.912-.913.909.909 0 00-.646.267L8.638 25.16a.905.905 0 00-.267.644.912.912 0 00.912.914zM12.935 26.718a.914.914 0 00.646-.268l1.825-1.825a.907.907 0 00.268-.646.913.913 0 00-.914-.913.913.913 0 00-.646.267L12.29 25.16a.906.906 0 00-.269.644.913.913 0 00.914.914zM28.455 9.37a2.74 2.74 0 002.739-2.738 2.74 2.74 0 00-2.739-2.74 2.739 2.739 0 00-2.739 2.74 2.739 2.739 0 002.739 2.739zm0-3.651a.914.914 0 01.913.913.914.914 0 01-.913.913.914.914 0 01-.912-.913.914.914 0 01.912-.913zM5.632 8.458a.914.914 0 00.646-.268l1.825-1.825a.914.914 0 00.268-.646.913.913 0 00-.914-.913.911.911 0 00-.646.268L4.986 6.899a.908.908 0 00-.268.646.913.913 0 00.914.913zM9.283 8.458a.909.909 0 00.646-.268l1.825-1.825a.908.908 0 00.267-.646.912.912 0 00-.912-.913.909.909 0 00-.646.268L8.638 6.899a.908.908 0 00-.267.646.912.912 0 00.912.913zM12.935 8.458a.911.911 0 00.646-.268l1.825-1.825a.909.909 0 00.268-.646.913.913 0 00-.914-.913.905.905 0 00-.644.268l-1.827 1.825a.914.914 0 00-.268.646.913.913 0 00.914.913z' fill='%23e6e6e6'/%3E%3Cpath d='M31.408 0H3.592A3.592 3.592 0 000 3.592v24.339a3.592 3.592 0 003.592 3.592h27.816A3.592 3.592 0 0035 27.931V3.592A3.592 3.592 0 0031.408 0zm.7 21.779v6.225a.539.539 0 01-.54.54H3.432a.539.539 0 01-.54-.54V21.78a.539.539 0 01.54-.54h28.136a.539.539 0 01.54.54zM2.892 18.875V12.65a.539.539 0 01.539-.539h28.136a.539.539 0 01.54.54v6.225a.539.539 0 01-.54.54H3.432a.539.539 0 01-.54-.54zm28.675-8.59H3.432a.539.539 0 01-.54-.54V3.52a.539.539 0 01.54-.539h28.136a.539.539 0 01.54.539v6.226a.539.539 0 01-.54.54z' fill='%23e6e6e6'/%3E%3C/svg%3E");
	width: 35px;
	height: 32px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.link-for-help_back-to-server a:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='32' viewBox='0 0 35 32'%3E%3Cpath d='M28.455 13.023a2.739 2.739 0 00-2.739 2.739 2.739 2.739 0 002.739 2.739 2.74 2.74 0 002.739-2.74 2.74 2.74 0 00-2.739-2.738zm0 3.652a.914.914 0 01-.912-.913.914.914 0 01.912-.913.914.914 0 01.913.913.914.914 0 01-.913.913zM7.457 13.936a.911.911 0 00-.646.268l-1.825 1.825a.908.908 0 00-.268.646.913.913 0 00.914.913.914.914 0 00.646-.267l1.825-1.826a.914.914 0 00.267-.646.913.913 0 00-.913-.913zM11.11 13.936a.909.909 0 00-.647.268l-1.825 1.825a.908.908 0 00-.268.646.912.912 0 00.912.913.909.909 0 00.646-.267l1.826-1.826a.908.908 0 00.267-.646.912.912 0 00-.912-.913zM14.76 13.936a.905.905 0 00-.644.268l-1.827 1.825a.914.914 0 00-.268.646.913.913 0 00.914.913.911.911 0 00.646-.267l1.825-1.826a.909.909 0 00.268-.646.913.913 0 00-.914-.913zM28.455 27.631a2.74 2.74 0 002.739-2.739 2.74 2.74 0 00-2.739-2.739 2.739 2.739 0 00-2.739 2.74 2.739 2.739 0 002.739 2.738zm0-3.652a.914.914 0 01.913.913.914.914 0 01-.913.912.913.913 0 01-.912-.912.914.914 0 01.912-.913zM5.632 26.718a.916.916 0 00.646-.268l1.825-1.825a.913.913 0 00.268-.646.913.913 0 00-.914-.913.914.914 0 00-.646.267L4.986 25.16a.911.911 0 00-.268.644.913.913 0 00.914.914zM9.283 26.718a.912.912 0 00.646-.268l1.825-1.825a.907.907 0 00.267-.646.912.912 0 00-.912-.913.909.909 0 00-.646.267L8.638 25.16a.905.905 0 00-.267.644.912.912 0 00.912.914zM12.935 26.718a.914.914 0 00.646-.268l1.825-1.825a.907.907 0 00.268-.646.913.913 0 00-.914-.913.913.913 0 00-.646.267L12.29 25.16a.906.906 0 00-.269.644.913.913 0 00.914.914zM28.455 9.37a2.74 2.74 0 002.739-2.738 2.74 2.74 0 00-2.739-2.74 2.739 2.739 0 00-2.739 2.74 2.739 2.739 0 002.739 2.739zm0-3.651a.914.914 0 01.913.913.914.914 0 01-.913.913.914.914 0 01-.912-.913.914.914 0 01.912-.913zM5.632 8.458a.914.914 0 00.646-.268l1.825-1.825a.914.914 0 00.268-.646.913.913 0 00-.914-.913.911.911 0 00-.646.268L4.986 6.899a.908.908 0 00-.268.646.913.913 0 00.914.913zM9.283 8.458a.909.909 0 00.646-.268l1.825-1.825a.908.908 0 00.267-.646.912.912 0 00-.912-.913.909.909 0 00-.646.268L8.638 6.899a.908.908 0 00-.267.646.912.912 0 00.912.913zM12.935 8.458a.911.911 0 00.646-.268l1.825-1.825a.909.909 0 00.268-.646.913.913 0 00-.914-.913.905.905 0 00-.644.268l-1.827 1.825a.914.914 0 00-.268.646.913.913 0 00.914.913z' fill='%23fc611f'/%3E%3Cpath d='M31.408 0H3.592A3.592 3.592 0 000 3.592v24.339a3.592 3.592 0 003.592 3.592h27.816A3.592 3.592 0 0035 27.931V3.592A3.592 3.592 0 0031.408 0zm.7 21.779v6.225a.539.539 0 01-.54.54H3.432a.539.539 0 01-.54-.54V21.78a.539.539 0 01.54-.54h28.136a.539.539 0 01.54.54zM2.892 18.875V12.65a.539.539 0 01.539-.539h28.136a.539.539 0 01.54.54v6.225a.539.539 0 01-.54.54H3.432a.539.539 0 01-.54-.54zm28.675-8.59H3.432a.539.539 0 01-.54-.54V3.52a.539.539 0 01.54-.539h28.136a.539.539 0 01.54.539v6.226a.539.539 0 01-.54.54z' fill='%23fc611f'/%3E%3C/svg%3E");
	width: 35px;
	height: 32px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.link-for-help_request-backup a:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='23' viewBox='0 0 28 23'%3E%3Cpath d='M11.822 0a7.243 7.243 0 00-7.175 7.253A5.67 5.67 0 000 12.756a5.76 5.76 0 005.6 5.91h-.547A.933.933 0 005.08 16.8h-.027.547a3.892 3.892 0 010-7.778.933.933 0 00.924-1.07 5.408 5.408 0 015.298-6.085 5.26 5.26 0 014.764 2.907.933.933 0 001.254.408 3.142 3.142 0 012.995.126A3.354 3.354 0 0122.4 8.4a.933.933 0 00.778.914 3.83 3.83 0 012.955 3.753c0 2.08-1.6 3.733-4.355 3.733h.169a.933.933 0 00-.027 1.867h.027-.17c3.573 0 6.223-2.499 6.223-5.6a5.677 5.677 0 00-3.82-5.406 5.232 5.232 0 00-2.393-3.957 4.955 4.955 0 00-3.995-.457A7.084 7.084 0 0011.822 0zm2.49 12.444a5.17 5.17 0 00-3.005.778.933.933 0 101.03 1.546 3.286 3.286 0 011.974-.457 2.908 2.908 0 012.051 1.04c.061.07.112.141.166.214a.934.934 0 00-.622 1.653l1.555 1.245a.933.933 0 001.312-.146l1.245-1.556a.937.937 0 00-1.38-1.264 5.224 5.224 0 00-.876-1.38 4.66 4.66 0 00-3.45-1.673zm-4.473 3.734a.933.933 0 00-.613.35l-1.244 1.555a.934.934 0 001.38 1.245 5.153 5.153 0 00.876 1.39 4.67 4.67 0 003.45 1.682 5.19 5.19 0 003.005-.787.933.933 0 10-1.03-1.546 3.3 3.3 0 01-1.974.466 2.921 2.921 0 01-2.051-1.05c-.055-.062-.097-.13-.146-.194a.934.934 0 00.602-1.663l-1.555-1.244a.933.933 0 00-.7-.204z' fill='%23e6e6e6'/%3E%3C/svg%3E");
	width: 28px;
	height: 23px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.link-for-help_request-backup a:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='23' viewBox='0 0 28 23'%3E%3Cpath d='M11.822 0a7.243 7.243 0 00-7.175 7.253A5.67 5.67 0 000 12.756a5.76 5.76 0 005.6 5.91h-.547A.933.933 0 005.08 16.8h-.027.547a3.892 3.892 0 010-7.778.933.933 0 00.924-1.07 5.408 5.408 0 015.298-6.085 5.26 5.26 0 014.764 2.907.933.933 0 001.254.408 3.142 3.142 0 012.995.126A3.354 3.354 0 0122.4 8.4a.933.933 0 00.778.914 3.83 3.83 0 012.955 3.753c0 2.08-1.6 3.733-4.355 3.733h.169a.933.933 0 00-.027 1.867h.027-.17c3.573 0 6.223-2.499 6.223-5.6a5.677 5.677 0 00-3.82-5.406 5.232 5.232 0 00-2.393-3.957 4.955 4.955 0 00-3.995-.457A7.084 7.084 0 0011.822 0zm2.49 12.444a5.17 5.17 0 00-3.005.778.933.933 0 101.03 1.546 3.286 3.286 0 011.974-.457 2.908 2.908 0 012.051 1.04c.061.07.112.141.166.214a.934.934 0 00-.622 1.653l1.555 1.245a.933.933 0 001.312-.146l1.245-1.556a.937.937 0 00-1.38-1.264 5.224 5.224 0 00-.876-1.38 4.66 4.66 0 00-3.45-1.673zm-4.473 3.734a.933.933 0 00-.613.35l-1.244 1.555a.934.934 0 001.38 1.245 5.153 5.153 0 00.876 1.39 4.67 4.67 0 003.45 1.682 5.19 5.19 0 003.005-.787.933.933 0 10-1.03-1.546 3.3 3.3 0 01-1.974.466 2.921 2.921 0 01-2.051-1.05c-.055-.062-.097-.13-.146-.194a.934.934 0 00.602-1.663l-1.555-1.244a.933.933 0 00-.7-.204z' fill='%23fc611f'/%3E%3C/svg%3E");
	width: 28px;
	height: 23px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.link-for-help_storage-list a:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cpath d='M1.24 0h4.52A1.24 1.24 0 017 1.24v4.52A1.24 1.24 0 015.76 7H1.24A1.24 1.24 0 010 5.76V1.24A1.24 1.24 0 011.24 0zm0 10.5h4.52A1.24 1.24 0 017 11.74v4.52a1.24 1.24 0 01-1.24 1.24H1.24A1.24 1.24 0 010 16.26v-4.52a1.24 1.24 0 011.24-1.24zm0 10.5h4.52A1.24 1.24 0 017 22.24v4.52A1.24 1.24 0 015.76 28H1.24A1.24 1.24 0 010 26.76v-4.52A1.24 1.24 0 011.24 21zm10.5-21h4.52a1.24 1.24 0 011.24 1.24v4.52A1.24 1.24 0 0116.26 7h-4.52a1.24 1.24 0 01-1.24-1.24V1.24A1.24 1.24 0 0111.74 0zm0 10.5h4.52a1.24 1.24 0 011.24 1.24v4.52a1.24 1.24 0 01-1.24 1.24h-4.52a1.24 1.24 0 01-1.24-1.24v-4.52a1.24 1.24 0 011.24-1.24zm0 10.5h4.52a1.24 1.24 0 011.24 1.24v4.52A1.24 1.24 0 0116.26 28h-4.52a1.24 1.24 0 01-1.24-1.24v-4.52A1.24 1.24 0 0111.74 21zm10.5-21h4.52A1.24 1.24 0 0128 1.24v4.52A1.24 1.24 0 0126.76 7h-4.52A1.24 1.24 0 0121 5.76V1.24A1.24 1.24 0 0122.24 0zm0 10.5h4.52A1.24 1.24 0 0128 11.74v4.52a1.24 1.24 0 01-1.24 1.24h-4.52A1.24 1.24 0 0121 16.26v-4.52a1.24 1.24 0 011.24-1.24zm0 10.5h4.52A1.24 1.24 0 0128 22.24v4.52A1.24 1.24 0 0126.76 28h-4.52A1.24 1.24 0 0121 26.76v-4.52A1.24 1.24 0 0122.24 21z' fill='%23e6e6e6'/%3E%3C/svg%3E");
	width: 28px;
	height: 28px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.link-for-help_storage-list a:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cpath d='M1.24 0h4.52A1.24 1.24 0 017 1.24v4.52A1.24 1.24 0 015.76 7H1.24A1.24 1.24 0 010 5.76V1.24A1.24 1.24 0 011.24 0zm0 10.5h4.52A1.24 1.24 0 017 11.74v4.52a1.24 1.24 0 01-1.24 1.24H1.24A1.24 1.24 0 010 16.26v-4.52a1.24 1.24 0 011.24-1.24zm0 10.5h4.52A1.24 1.24 0 017 22.24v4.52A1.24 1.24 0 015.76 28H1.24A1.24 1.24 0 010 26.76v-4.52A1.24 1.24 0 011.24 21zm10.5-21h4.52a1.24 1.24 0 011.24 1.24v4.52A1.24 1.24 0 0116.26 7h-4.52a1.24 1.24 0 01-1.24-1.24V1.24A1.24 1.24 0 0111.74 0zm0 10.5h4.52a1.24 1.24 0 011.24 1.24v4.52a1.24 1.24 0 01-1.24 1.24h-4.52a1.24 1.24 0 01-1.24-1.24v-4.52a1.24 1.24 0 011.24-1.24zm0 10.5h4.52a1.24 1.24 0 011.24 1.24v4.52A1.24 1.24 0 0116.26 28h-4.52a1.24 1.24 0 01-1.24-1.24v-4.52A1.24 1.24 0 0111.74 21zm10.5-21h4.52A1.24 1.24 0 0128 1.24v4.52A1.24 1.24 0 0126.76 7h-4.52A1.24 1.24 0 0121 5.76V1.24A1.24 1.24 0 0122.24 0zm0 10.5h4.52A1.24 1.24 0 0128 11.74v4.52a1.24 1.24 0 01-1.24 1.24h-4.52A1.24 1.24 0 0121 16.26v-4.52a1.24 1.24 0 011.24-1.24zm0 10.5h4.52A1.24 1.24 0 0128 22.24v4.52A1.24 1.24 0 0126.76 28h-4.52A1.24 1.24 0 0121 26.76v-4.52A1.24 1.24 0 0122.24 21z' fill='%23fc611f'/%3E%3C/svg%3E");
	width: 28px;
	height: 28px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.link-for-help_pricing a:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='31' viewBox='0 0 35 31'%3E%3Cpath d='M12.031 8.275a4.126 4.126 0 004.102-4.137V4.1a4.127 4.127 0 00-8.107-1.068H0v2.209h8.024a4.127 4.127 0 004.007 3.033zm0-6.619a2.473 2.473 0 012.461 2.482v.02a2.481 2.481 0 11-2.46-2.502zM15.312 30.333zM28.2 14.07h7v3h-7zM19.687 3.033h16v3h-16zM22.896 25.099h13v3h-13zM15.248 22.066a4.121 4.121 0 00-3.934 3.033H0v2.2h11.312a4.124 4.124 0 008.102-1.096v-.036a4.134 4.134 0 00-4.166-4.101zm2.525 4.165a2.489 2.489 0 11-2.46-2.517 2.48 2.48 0 012.46 2.49zM24.645 15.166v-.028a4.123 4.123 0 00-8.1-1.068H0v2.2h16.543a4.123 4.123 0 004.001 3.034 4.122 4.122 0 004.101-4.138zm-4.141 2.481a2.481 2.481 0 01.04-4.962 2.479 2.479 0 012.461 2.481v.02a2.481 2.481 0 01-2.501 2.461z' fill='%23ccc'/%3E%3C/svg%3E");
	width: 35px;
	height: 31px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.link-for-help_pricing a:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='31' viewBox='0 0 35 31'%3E%3Cpath d='M15.248 22.066a4.121 4.121 0 00-3.934 3.033H0v2.2h11.312a4.124 4.124 0 008.102-1.096v-.036a4.134 4.134 0 00-4.166-4.101zm2.525 4.165a2.489 2.489 0 11-2.46-2.517 2.48 2.48 0 012.46 2.49zM12.031 8.275a4.126 4.126 0 004.102-4.137V4.1a4.127 4.127 0 00-8.107-1.068H0v2.209h8.024a4.127 4.127 0 004.007 3.033zm0-6.619a2.473 2.473 0 012.461 2.482v.02a2.481 2.481 0 11-2.46-2.502zM15.312 30.333zM19.687 3.033h16v3h-16zM28.2 14.07h7v3h-7zM24.645 15.166v-.028a4.123 4.123 0 00-8.1-1.068H0v2.2h16.543a4.123 4.123 0 004.001 3.034 4.122 4.122 0 004.101-4.138zm-4.141 2.481a2.481 2.481 0 01.04-4.962 2.479 2.479 0 012.461 2.481v.02a2.481 2.481 0 01-2.501 2.461zM22.896 25.099h13v3h-13z' fill='%23fc611f'/%3E%3C/svg%3E");
	width: 35px;
	height: 31px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0
}

.link-for-help_windows a:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='27' viewBox='0 0 26 27'%3E%3Cpath fill='%23e6e6e6' d='M0 13.617v8.919l10.51 1.55V13.617H0zM0 3.793v8.805h10.51V2.26L0 3.793zM11.528 13.617v10.62L26 26.372V13.617H11.528zM25.999 0L11.527 2.111v10.487h14.472V0z'/%3E%3C/svg%3E");
	width: 26px;
	height: 27px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.link-for-help_windows a:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='27' viewBox='0 0 26 27'%3E%3Cpath fill='%23fc611f' d='M0 13.617v8.919l10.51 1.55V13.617H0zM0 3.793v8.805h10.51V2.26L0 3.793zM11.528 13.617v10.62L26 26.372V13.617H11.528zM25.999 0L11.527 2.111v10.487h14.472V0z'/%3E%3C/svg%3E");
	width: 26px;
	height: 27px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0
}

.link-for-help_more-discount a:before {
	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 d='M5.696 35.716L32.341 9.063l5.958 5.96a1.015 1.015 0 001.082.215A1.003 1.003 0 0040 14.32V.994A.995.995 0 0039.006 0H25.678a.996.996 0 00-.703 1.7l5.959 5.96L4.289 34.311a.996.996 0 000 1.405 1.013 1.013 0 001.407 0zM28.077 1.987h9.931v9.932zM32 40a8 8 0 10-8.003-8A8.01 8.01 0 0032 40zm0-13.917A5.918 5.918 0 1126.08 32 5.923 5.923 0 0132 26.083zM16 8a8 8 0 10-8 8 8.01 8.01 0 008-8zM2.083 8A5.918 5.918 0 118 13.92 5.925 5.925 0 012.083 8z' fill='%23ccc'/%3E%3C/svg%3E");
	width: 40px;
	height: 40px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 30px;
	height: 30px;
	background-size: contain
}

.link-for-help_more-discount a:after {
	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 d='M5.696 35.716L32.341 9.063l5.958 5.96a1.015 1.015 0 001.082.215A1.003 1.003 0 0040 14.32V.994A.995.995 0 0039.006 0H25.678a.996.996 0 00-.703 1.7l5.959 5.96L4.289 34.311a.996.996 0 000 1.405 1.013 1.013 0 001.407 0zM28.077 1.987h9.931v9.932zM32 40a8 8 0 10-8.003-8A8.01 8.01 0 0032 40zm0-13.917A5.918 5.918 0 1126.08 32 5.923 5.923 0 0132 26.083zM16 8a8 8 0 10-8 8 8.01 8.01 0 008-8zM2.083 8A5.918 5.918 0 118 13.92 5.925 5.925 0 012.083 8z' fill='%23fc611f'/%3E%3C/svg%3E");
	width: 40px;
	height: 40px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0;
	width: 30px;
	height: 30px;
	background-size: contain
}

.link-for-help_puzzle a: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='M28.334 28.33h-6.756a4.12 4.12 0 10-8.097-1.08 4.147 4.147 0 00.142 1.08H6.868v-8.064a.836.836 0 00-1.323-.679 2.454 2.454 0 11-1.925-4.4 2.476 2.476 0 011.93.413.836.836 0 001.323-.678V6.867h8.065a.836.836 0 00.679-1.323 2.451 2.451 0 011.99-3.88A2.195 2.195 0 0120.01 3.62a2.666 2.666 0 01-.412 1.93.836.836 0 00.678 1.323h8.061zm.832-23.127h-7.588a4.386 4.386 0 00.065-1.903A3.882 3.882 0 0017.604 0a4.13 4.13 0 00-3.98 5.203H6.036a.833.833 0 00-.834.833v7.588a4.202 4.202 0 00-1.902-.064 4.12 4.12 0 101.9 8.013v7.589a.832.832 0 00.834.832h8.894a.836.836 0 00.678-1.322 2.426 2.426 0 01-.46-1.424 2.453 2.453 0 114.907 0 2.412 2.412 0 01-.46 1.424.836.836 0 00.68 1.322h8.893a.832.832 0 00.833-.832V6.036a.834.834 0 00-.834-.833z' fill='%23e6e6e6'/%3E%3C/svg%3E");
	width: 30px;
	height: 30px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.link-for-help_puzzle a: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='M28.334 28.33h-6.756a4.12 4.12 0 10-8.097-1.08 4.147 4.147 0 00.142 1.08H6.868v-8.064a.836.836 0 00-1.323-.679 2.454 2.454 0 11-1.925-4.4 2.476 2.476 0 011.93.413.836.836 0 001.323-.678V6.867h8.065a.836.836 0 00.679-1.323 2.451 2.451 0 011.99-3.88A2.195 2.195 0 0120.01 3.62a2.666 2.666 0 01-.412 1.93.836.836 0 00.678 1.323h8.061zm.832-23.127h-7.588a4.386 4.386 0 00.065-1.903A3.882 3.882 0 0017.604 0a4.13 4.13 0 00-3.98 5.203H6.036a.833.833 0 00-.834.833v7.588a4.202 4.202 0 00-1.902-.064 4.12 4.12 0 101.9 8.013v7.589a.832.832 0 00.834.832h8.894a.836.836 0 00.678-1.322 2.426 2.426 0 01-.46-1.424 2.453 2.453 0 114.907 0 2.412 2.412 0 01-.46 1.424.836.836 0 00.68 1.322h8.893a.832.832 0 00.833-.832V6.036a.834.834 0 00-.834-.833z' fill='%23fc611f'/%3E%3C/svg%3E");
	width: 30px;
	height: 30px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0
}

.link-for-help_request-manager a:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='32' viewBox='0 0 23 32'%3E%3Cpath d='M.173 28.351l-.173.07.194-.015a.115.115 0 00-.02-.055zM9.241 26.712l.014.055a.117.117 0 00-.014-.055z' fill='%23e6e6e6'/%3E%3Cpath d='M23 28.124c0-4.501-3.184-7.997-6.164-9.767a.6.6 0 00-.665-.005 11.943 11.943 0 01-4.574 1.52 12.952 12.952 0 01-4.557-1.51.832.832 0 00-.696.002c-2.967 1.763-6.15 5.259-6.15 9.76v.216l.023.047a.65.65 0 00.334.343 26.83 26.83 0 0021.91.002.577.577 0 00.539-.608zm-11.36-5.218l.972 3.141-.972.8-.97-.8zm9.748 4.92a25.794 25.794 0 01-9.722 1.947 26.376 26.376 0 01-9.905-1.992l-.133-.053.011-.144c.337-4.372 3.939-7.05 5.035-7.766l.097-.064.103.055a15.3 15.3 0 003.625 1.338l.21.044-1.5 4.914a.602.602 0 01-.03.112l-.012.34.018.02.037.081h.12v.115l.118.118 1.705 1.406a.241.241 0 01.1.077.243.243 0 01.116.069l.018.008.373.002.022-.008v-.08h.151l1.886-1.57a.235.235 0 01.071-.09.25.25 0 01.045-.09.235.235 0 01.035-.076v-.21a.524.524 0 00-.004-.105l-.035-.035.004-.02-1.51-4.94.218-.04a13.734 13.734 0 003.62-1.337l.104-.054.097.063c2.256 1.476 4.764 4.291 5.034 7.766l.012.144z' fill='%23e6e6e6'/%3E%3Cpath d='M11.64 18.692c1.969 0 4-1.422 5.3-3.71l.042-.072.08-.02c2.72-.704 3.88-2.453 3.88-5.85 0-5.745-3.406-9.04-9.345-9.04C8.19 0 2.654 1.959 2.294 7.214l-.006.095-.079.054A2.51 2.51 0 001.113 9.39v2.45a2.447 2.447 0 002.473 2.474H6.19v.237c1.314 2.555 3.399 4.14 5.45 4.14zm4.427-5.066l-.043.1-.107.016a28.294 28.294 0 01-4.32.221.679.679 0 000 1.358c1.12 0 2.18 0 3.134-.087l.49-.044-.324.37a4.522 4.522 0 01-3.257 1.774c-2.721 0-5.142-3.978-5.142-7.113 0-2.646.892-5.8 5.142-5.8 4.252 0 5.144 3.154 5.144 5.8a8.73 8.73 0 01-.717 3.405zm-12.48-.582a1.154 1.154 0 01-1.116-1.16v-2.45a1.117 1.117 0 011.115-1.117h1.677l-.038.23a10.175 10.175 0 00-.129 1.674 8.628 8.628 0 00.385 2.567l.08.256zm2.11-6.211l-.048.127H3.7l.042-.232c.471-2.587 3.129-5.37 7.854-5.37 5.226 0 7.988 2.656 7.988 7.681 0 1.987-.43 3.147-1.437 3.88l-.447.324.14-.533a9.733 9.733 0 00.344-2.533c0-4.548-2.37-7.157-6.5-7.157-2.972 0-5.043 1.319-5.989 3.813z' fill='%23e6e6e6'/%3E%3C/svg%3E");
	width: 23px;
	height: 32px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.link-for-help_request-manager a:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='32' viewBox='0 0 23 32'%3E%3Cpath d='M.173 28.351l-.173.07.194-.015a.115.115 0 00-.02-.055zM9.241 26.712l.014.055a.117.117 0 00-.014-.055z' fill='%23fc611f'/%3E%3Cpath d='M23 28.124c0-4.501-3.184-7.997-6.164-9.767a.6.6 0 00-.665-.005 11.943 11.943 0 01-4.574 1.52 12.952 12.952 0 01-4.557-1.51.832.832 0 00-.696.002c-2.967 1.763-6.15 5.259-6.15 9.76v.216l.023.047a.65.65 0 00.334.343 26.83 26.83 0 0021.91.002.577.577 0 00.539-.608zm-11.36-5.218l.972 3.141-.972.8-.97-.8zm9.748 4.92a25.794 25.794 0 01-9.722 1.947 26.376 26.376 0 01-9.905-1.992l-.133-.053.011-.144c.337-4.372 3.939-7.05 5.035-7.766l.097-.064.103.055a15.3 15.3 0 003.625 1.338l.21.044-1.5 4.914a.602.602 0 01-.03.112l-.012.34.018.02.037.081h.12v.115l.118.118 1.705 1.406a.241.241 0 01.1.077.243.243 0 01.116.069l.018.008.373.002.022-.008v-.08h.151l1.886-1.57a.235.235 0 01.071-.09.25.25 0 01.045-.09.235.235 0 01.035-.076v-.21a.524.524 0 00-.004-.105l-.035-.035.004-.02-1.51-4.94.218-.04a13.734 13.734 0 003.62-1.337l.104-.054.097.063c2.256 1.476 4.764 4.291 5.034 7.766l.012.144z' fill='%23fc611f'/%3E%3Cpath d='M11.64 18.692c1.969 0 4-1.422 5.3-3.71l.042-.072.08-.02c2.72-.704 3.88-2.453 3.88-5.85 0-5.745-3.406-9.04-9.345-9.04C8.19 0 2.654 1.959 2.294 7.214l-.006.095-.079.054A2.51 2.51 0 001.113 9.39v2.45a2.447 2.447 0 002.473 2.474H6.19v.237c1.314 2.555 3.399 4.14 5.45 4.14zm4.427-5.066l-.043.1-.107.016a28.294 28.294 0 01-4.32.221.679.679 0 000 1.358c1.12 0 2.18 0 3.134-.087l.49-.044-.324.37a4.522 4.522 0 01-3.257 1.774c-2.721 0-5.142-3.978-5.142-7.113 0-2.646.892-5.8 5.142-5.8 4.252 0 5.144 3.154 5.144 5.8a8.73 8.73 0 01-.717 3.405zm-12.48-.582a1.154 1.154 0 01-1.116-1.16v-2.45a1.117 1.117 0 011.115-1.117h1.677l-.038.23a10.175 10.175 0 00-.129 1.674 8.628 8.628 0 00.385 2.567l.08.256zm2.11-6.211l-.048.127H3.7l.042-.232c.471-2.587 3.129-5.37 7.854-5.37 5.226 0 7.988 2.656 7.988 7.681 0 1.987-.43 3.147-1.437 3.88l-.447.324.14-.533a9.733 9.733 0 00.344-2.533c0-4.548-2.37-7.157-6.5-7.157-2.972 0-5.043 1.319-5.989 3.813z' fill='%23fc611f'/%3E%3C/svg%3E");
	width: 23px;
	height: 32px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

@media (max-width: 767px) {

	.link-for-help_request-manager a:before,
	.link-for-help_request-manager a:after {
		top: 0
	}
}

.link-for-help_request-manager_orange a:before,
.link-for-help_request-manager_orange a:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='32' viewBox='0 0 23 32'%3E%3Cpath d='M.173 28.351l-.173.07.194-.015a.115.115 0 00-.02-.055zM9.241 26.712l.014.055a.117.117 0 00-.014-.055z' fill='%23fc611f'/%3E%3Cpath d='M23 28.124c0-4.501-3.184-7.997-6.164-9.767a.6.6 0 00-.665-.005 11.943 11.943 0 01-4.574 1.52 12.952 12.952 0 01-4.557-1.51.832.832 0 00-.696.002c-2.967 1.763-6.15 5.259-6.15 9.76v.216l.023.047a.65.65 0 00.334.343 26.83 26.83 0 0021.91.002.577.577 0 00.539-.608zm-11.36-5.218l.972 3.141-.972.8-.97-.8zm9.748 4.92a25.794 25.794 0 01-9.722 1.947 26.376 26.376 0 01-9.905-1.992l-.133-.053.011-.144c.337-4.372 3.939-7.05 5.035-7.766l.097-.064.103.055a15.3 15.3 0 003.625 1.338l.21.044-1.5 4.914a.602.602 0 01-.03.112l-.012.34.018.02.037.081h.12v.115l.118.118 1.705 1.406a.241.241 0 01.1.077.243.243 0 01.116.069l.018.008.373.002.022-.008v-.08h.151l1.886-1.57a.235.235 0 01.071-.09.25.25 0 01.045-.09.235.235 0 01.035-.076v-.21a.524.524 0 00-.004-.105l-.035-.035.004-.02-1.51-4.94.218-.04a13.734 13.734 0 003.62-1.337l.104-.054.097.063c2.256 1.476 4.764 4.291 5.034 7.766l.012.144z' fill='%23fc611f'/%3E%3Cpath d='M11.64 18.692c1.969 0 4-1.422 5.3-3.71l.042-.072.08-.02c2.72-.704 3.88-2.453 3.88-5.85 0-5.745-3.406-9.04-9.345-9.04C8.19 0 2.654 1.959 2.294 7.214l-.006.095-.079.054A2.51 2.51 0 001.113 9.39v2.45a2.447 2.447 0 002.473 2.474H6.19v.237c1.314 2.555 3.399 4.14 5.45 4.14zm4.427-5.066l-.043.1-.107.016a28.294 28.294 0 01-4.32.221.679.679 0 000 1.358c1.12 0 2.18 0 3.134-.087l.49-.044-.324.37a4.522 4.522 0 01-3.257 1.774c-2.721 0-5.142-3.978-5.142-7.113 0-2.646.892-5.8 5.142-5.8 4.252 0 5.144 3.154 5.144 5.8a8.73 8.73 0 01-.717 3.405zm-12.48-.582a1.154 1.154 0 01-1.116-1.16v-2.45a1.117 1.117 0 011.115-1.117h1.677l-.038.23a10.175 10.175 0 00-.129 1.674 8.628 8.628 0 00.385 2.567l.08.256zm2.11-6.211l-.048.127H3.7l.042-.232c.471-2.587 3.129-5.37 7.854-5.37 5.226 0 7.988 2.656 7.988 7.681 0 1.987-.43 3.147-1.437 3.88l-.447.324.14-.533a9.733 9.733 0 00.344-2.533c0-4.548-2.37-7.157-6.5-7.157-2.972 0-5.043 1.319-5.989 3.813z' fill='%23fc611f'/%3E%3C/svg%3E");
	width: 23px;
	height: 32px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.link-for-help_request-manager_orange a:before {
	opacity: 1 !important
}

.link-for-help_request-manager_orange a:after {
	display: none
}

@media (max-width: 767px) {

	.link-for-help_request-manager_orange a:before,
	.link-for-help_request-manager_orange a:after {
		top: 0
	}
}

.link-for-help_hosti a:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='23' viewBox='0 0 30 23'%3E%3Cpath d='M29.842 8.325c-1.191-5.998-8.802-9.55-17-7.935C4.647 2.006-1.033 8.178.159 14.175s8.802 9.55 17 7.935c8.196-1.616 13.876-7.787 12.684-13.785zM15.278 21.203c-.972.11-1.027-.164-.294-.42.019-.018.019-.018.037-.018.44-.146.844-.31 1.174-.438h.018c.202-.092.385-.165.513-.22a9.79 9.79 0 005.099-4.42 1.548 1.548 0 00.11-.311 2.354 2.354 0 00-1.137-2.722 1.925 1.925 0 00-.33-.183c-.055-.036-.129-.055-.183-.091-.33-.165-.606-.292-.826-.402a3.124 3.124 0 01-.349-.183.816.816 0 01-.201-.146.861.861 0 01-.165-.219.72.72 0 01.202-.84 1.343 1.343 0 011.247-.019 2.925 2.925 0 01.403.146 1.524 1.524 0 001.192.019h.018c.019-.019.037-.019.056-.037.018-.018.036-.018.055-.037l.018-.018.018-.018.019-.018a.654.654 0 00.183-.256.975.975 0 00-.348-1.188c-.019-.018-.055-.036-.074-.054s-.018-.019-.037-.019a1.374 1.374 0 00-.33-.146c-.018-.018-.018-.018-.036-.018a4.72 4.72 0 00-1.596-.274 4.842 4.842 0 00-1.283.164 3.342 3.342 0 00-1.064.494 2.58 2.58 0 00-.715.822 2.397 2.397 0 00-.276 1.169 1.963 1.963 0 00.166.84 2.582 2.582 0 00.422.64 2.471 2.471 0 00.586.475c.22.127.459.237.679.347.275.128.495.237.678.31 1.064.53.789 1.937-1.173 3.289a14.917 14.917 0 01-3.943 1.936c-1.687.53-6.419 2.338-10.16-2.284a7.385 7.385 0 01-1.375-3.47C1.799 9.346 4.806 5.51 9.39 3.738l-2.42 12.075v.092c0 .438.513.785 1.155.785a1.304 1.304 0 001.045-.438.018.018 0 00.018-.019c0-.018.019-.018.019-.036a.992.992 0 00.091-.238l.605-3.142a3.589 3.589 0 01.239-.749 3.173 3.173 0 01.403-.639 1.62 1.62 0 01.55-.439 1.583 1.583 0 01.716-.164.885.885 0 01.788.31 1.255 1.255 0 01.239.823 1.98 1.98 0 01-.055.475l-.66 3.343v.073c0 .438.55.785 1.192.785.605 0 1.118-.31 1.174-.712l.77-3.928c.018-.128.036-.274.055-.402a2.806 2.806 0 00.018-.402 2.544 2.544 0 00-.587-1.79 1.862 1.862 0 00-1.027-.585h-.018a5.428 5.428 0 00-3.008.055l1.21-5.864c.422-.073.863-.146 1.303-.2 6.62-.768 12.452 2.703 13.057 7.782.587 5.06-4.273 9.81-10.985 10.613z' fill='%23bbb5b2'/%3E%3C/svg%3E");
	width: 30px;
	height: 23px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.link-for-help_hosti a:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='23' viewBox='0 0 30 23'%3E%3Cpath d='M29.842 8.325c-1.191-5.998-8.802-9.55-17-7.935C4.647 2.006-1.033 8.178.159 14.175s8.802 9.55 17 7.935c8.196-1.616 13.876-7.787 12.684-13.785zM15.278 21.203c-.972.11-1.027-.164-.294-.42.019-.018.019-.018.037-.018.44-.146.844-.31 1.174-.438h.018c.202-.092.385-.165.513-.22a9.79 9.79 0 005.099-4.42 1.548 1.548 0 00.11-.311 2.354 2.354 0 00-1.137-2.722 1.925 1.925 0 00-.33-.183c-.055-.036-.129-.055-.183-.091-.33-.165-.606-.292-.826-.402a3.124 3.124 0 01-.349-.183.816.816 0 01-.201-.146.861.861 0 01-.165-.219.72.72 0 01.202-.84 1.343 1.343 0 011.247-.019 2.925 2.925 0 01.403.146 1.524 1.524 0 001.192.019h.018c.019-.019.037-.019.056-.037.018-.018.036-.018.055-.037l.018-.018.018-.018.019-.018a.654.654 0 00.183-.256.975.975 0 00-.348-1.188c-.019-.018-.055-.036-.074-.054s-.018-.019-.037-.019a1.374 1.374 0 00-.33-.146c-.018-.018-.018-.018-.036-.018a4.72 4.72 0 00-1.596-.274 4.842 4.842 0 00-1.283.164 3.342 3.342 0 00-1.064.494 2.58 2.58 0 00-.715.822 2.397 2.397 0 00-.276 1.169 1.963 1.963 0 00.166.84 2.582 2.582 0 00.422.64 2.471 2.471 0 00.586.475c.22.127.459.237.679.347.275.128.495.237.678.31 1.064.53.789 1.937-1.173 3.289a14.917 14.917 0 01-3.943 1.936c-1.687.53-6.419 2.338-10.16-2.284a7.385 7.385 0 01-1.375-3.47C1.799 9.346 4.806 5.51 9.39 3.738l-2.42 12.075v.092c0 .438.513.785 1.155.785a1.304 1.304 0 001.045-.438.018.018 0 00.018-.019c0-.018.019-.018.019-.036a.992.992 0 00.091-.238l.605-3.142a3.589 3.589 0 01.239-.749 3.173 3.173 0 01.403-.639 1.62 1.62 0 01.55-.439 1.583 1.583 0 01.716-.164.885.885 0 01.788.31 1.255 1.255 0 01.239.823 1.98 1.98 0 01-.055.475l-.66 3.343v.073c0 .438.55.785 1.192.785.605 0 1.118-.31 1.174-.712l.77-3.928c.018-.128.036-.274.055-.402a2.806 2.806 0 00.018-.402 2.544 2.544 0 00-.587-1.79 1.862 1.862 0 00-1.027-.585h-.018a5.428 5.428 0 00-3.008.055l1.21-5.864c.422-.073.863-.146 1.303-.2 6.62-.768 12.452 2.703 13.057 7.782.587 5.06-4.273 9.81-10.985 10.613z' fill='%23fc611f'/%3E%3C/svg%3E");
	width: 30px;
	height: 23px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.input-radio {
	display: inline-block
}

.input-radio input[type="checkbox"],
.input-radio input[type="radio"] {
	display: none
}

.input-radio input[type="checkbox"]+label,
.input-radio input[type="radio"]+label {
	color: #252525;
	font: 300 14px/18px "GothamPro", sans-serif;
	text-transform: uppercase;
	padding-left: 28px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	transition: color .2s
}

.input-radio input[type="checkbox"]+label:before,
.input-radio input[type="checkbox"]+label:after,
.input-radio input[type="radio"]+label:before,
.input-radio input[type="radio"]+label:after {
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity .2s
}

.input-radio input[type="checkbox"]+label:before,
.input-radio input[type="radio"]+label:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M9 2a7 7 0 11-7 7 7 7 0 017-7m0-2a9 9 0 109 9 9 9 0 00-9-9z' fill='%23e6e6e6'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 1
}

.input-radio input[type="checkbox"]+label:after,
.input-radio input[type="radio"]+label:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M9 18A9 9 0 019 0a9 9 0 010 18zM9 1.8A7.2 7.2 0 1016.2 9 7.2 7.2 0 009 1.8z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0
}

.input-radio input[type="checkbox"]+label:hover,
.input-radio input[type="radio"]+label:hover {
	color: #3fa1fb
}

.input-radio input[type="checkbox"]+label:hover:before,
.input-radio input[type="radio"]+label:hover:before {
	opacity: 0
}

.input-radio input[type="checkbox"]+label:hover:after,
.input-radio input[type="radio"]+label:hover:after {
	opacity: 1
}

.input-radio input[type="checkbox"]:checked+label,
.input-radio input[type="radio"]:checked+label {
	color: #3fa1fb
}

.input-radio input[type="checkbox"]:checked+label:before,
.input-radio input[type="radio"]:checked+label:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M9 2a7 7 0 11-7 7 7 7 0 017-7m0-2a9 9 0 109 9 9 9 0 00-9-9z' fill='%233fa1fb'/%3E%3Ccircle cx='9' cy='9' r='5' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.input-radio input[type="checkbox"]:checked+label:after,
.input-radio input[type="radio"]:checked+label:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18'%3E%3Cpath d='M9 18A9 9 0 019 0h.001A9 9 0 019 18zM9 1.8a7.201 7.201 0 11-.001 0z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 19px;
	height: 18px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.input-radio_white input[type="checkbox"]+label:after,
.input-radio_white input[type="radio"]+label:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M9 18A9 9 0 019 0a9 9 0 010 18zM9 1.8z' fill='%23fff'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.input-radio_white input[type="checkbox"]+label:hover,
.input-radio_white input[type="radio"]+label:hover {
	color: #fff
}

.input-radio_white input[type="checkbox"]:checked+label,
.input-radio_white input[type="radio"]:checked+label {
	color: #fff
}

.input-radio_white input[type="checkbox"]:checked+label:before,
.input-radio_white input[type="radio"]:checked+label:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M9 2a7 7 0 11-7 7 7 7 0 017-7m0-2a9 9 0 109 9 9 9 0 00-9-9z' fill='%23fff'/%3E%3Ccircle cx='9' cy='9' r='5' fill='%23fff'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.input-radio_white input[type="checkbox"]:checked+label:after,
.input-radio_white input[type="radio"]:checked+label:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M9 18A9 9 0 019 0a9 9 0 010 18z' fill='%23fff'/%3E%3Ccircle cx='9' cy='9' r='5' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

input[type="text"],
input[type="tel"],
input[type="password"],
select.select,
textarea {
	height: 40px;
	width: 100%;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	margin: 0;
	padding: 0 10px;
	font: 300 14px/38px "GothamPro", sans-serif;
	color: #707070;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
select.select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1;
	color: #707070
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
select.select::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #707070
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
select.select:-moz-placeholder,
textarea:-moz-placeholder {
	opacity: 1;
	color: #707070
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
select.select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
	color: #707070
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
select.select:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #3fa1fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}

input[type="text"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
select.select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent
}

input[type="text"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
select.select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent
}

input[type="text"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
select.select:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent
}

input[type="text"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
select.select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent
}

input[type="text"].error,
input[type="tel"].error,
input[type="password"].error,
select.select.error,
textarea.error {
	border: 1px solid #fc611f;
	color: #fc611f
}

input[type="text"][disabled],
input[type="tel"][disabled],
input[type="password"][disabled],
select.select[disabled],
textarea[disabled] {
	border: 1px solid rgba(0, 0, 0, 0.06)
}

textarea {
	height: 110px;
	padding: 10px;
	line-height: normal
}

.checkbox {
	display: inline-block
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
	opacity: 0;
	position: absolute;
	left: -99in
}

.checkbox input[type="checkbox"]+label,
.checkbox input[type="radio"]+label {
	display: inline-block;
	position: relative;
	font: 300 14px "GothamPro", sans-serif;
	text-transform: uppercase;
	padding-left: 32px;
	color: #252525;
	transition: color .2s;
	cursor: pointer
}

.checkbox input[type="checkbox"]+label:before,
.checkbox input[type="checkbox"]+label:after,
.checkbox input[type="radio"]+label:before,
.checkbox input[type="radio"]+label:after {
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity .2s
}

.checkbox input[type="checkbox"]+label:before,
.checkbox input[type="radio"]+label:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M16 2v14H2V2h14m0-2H2a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V2a2 2 0 00-2-2z' fill='%23e6e6e6'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 1
}

.checkbox input[type="checkbox"]+label:after,
.checkbox input[type="radio"]+label:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M16 2v14H2V2h14m0-2H2a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V2a2 2 0 00-2-2z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0
}

.checkbox input[type="checkbox"]+label:hover,
.checkbox input[type="radio"]+label:hover {
	color: #3fa1fb
}

.checkbox input[type="checkbox"]+label:hover:before,
.checkbox input[type="radio"]+label:hover:before {
	opacity: 0
}

.checkbox input[type="checkbox"]+label:hover:after,
.checkbox input[type="radio"]+label:hover:after {
	opacity: 1
}

.checkbox input[type="checkbox"]:checked+label,
.checkbox input[type="radio"]:checked+label {
	color: #3fa1fb
}

.checkbox input[type="checkbox"]:checked+label:before,
.checkbox input[type="radio"]:checked+label:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M16 2v14H2V2h14m0-2H2a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V2a2 2 0 00-2-2z' fill='%233fa1fb'/%3E%3Cpath d='M8.15 14a.69.69 0 01-.5-.23c-.57-.57-1.139-1.16-1.708-1.73-.569-.59-1.154-1.18-1.723-1.77a.723.723 0 01-.162-.8.765.765 0 01.682-.5.64.64 0 01.488.23c.991.98 2 2.02 2.893 2.96 2.13-2.53 4.4-5.22 6.664-7.92a.63.63 0 01.5-.24.726.726 0 01.65.47.779.779 0 01-.13.81c-1.739 2.06-3.478 4.12-5.169 6.13l-1.657 1.96c-.049.07-.114.14-.163.21s-.114.12-.163.19a.692.692 0 01-.503.23z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.checkbox input[type="checkbox"]:checked+label:after,
.checkbox input[type="radio"]:checked+label:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Crect width='18' height='18' rx='2' ry='2' fill='%233fa1fb'/%3E%3Cpath d='M8.15 14a.69.69 0 01-.5-.23c-.57-.57-1.139-1.16-1.708-1.73-.569-.59-1.154-1.18-1.723-1.77a.723.723 0 01-.162-.8.765.765 0 01.682-.5.64.64 0 01.488.23c.991.98 2 2.02 2.893 2.96 2.13-2.53 4.4-5.22 6.664-7.92a.63.63 0 01.5-.24.726.726 0 01.65.47.779.779 0 01-.13.81c-1.739 2.06-3.478 4.12-5.169 6.13l-1.657 1.96c-.049.07-.114.14-.163.21s-.114.12-.163.19a.692.692 0 01-.503.23z' fill='%23fff'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.checkbox input[type="checkbox"]:disabled+label,
.checkbox input[type="radio"]:disabled+label {
	color: #bbb5b2;
	cursor: default
}

.checkbox input[type="checkbox"]:disabled+label:before,
.checkbox input[type="radio"]:disabled+label:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M16 2v14H2V2h14m0-2H2a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V2a2 2 0 00-2-2z' fill='%23e6e6e6'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 1 !important
}

.checkbox input[type="checkbox"]:disabled+label:after,
.checkbox input[type="radio"]:disabled+label:after {
	display: none
}

.checkbox_tt-n input[type="checkbox"]+label,
.checkbox_tt-n input[type="radio"]+label {
	text-transform: none
}

.checkbox_error input[type="checkbox"]+label,
.checkbox_error input[type="radio"]+label {
	color: #fc611f
}

.checkbox_error input[type="checkbox"]+label:before,
.checkbox_error input[type="radio"]+label:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M16 2v14H2V2h14m0-2H2a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V2a2 2 0 00-2-2z' fill='%23fc611f'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.checkbox_error input[type="checkbox"]+label:after,
.checkbox_error input[type="radio"]+label:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M16 2v14H2V2h14m0-2H2a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V2a2 2 0 00-2-2z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.checkbox_disabled {
	pointer-events: none
}

select.select_2 {
	font: 400 14px/30px "GothamPro", sans-serif;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #3fa1fb;
	cursor: pointer;
	transition: color .2s
}

.select_2 {
	display: inline-block;
	position: relative;
	font: 300 14px/14px "GothamPro", sans-serif
}

.select_2 .jq-selectbox__select {
	position: relative;
	padding-right: 18px
}

.select_2 .jq-selectbox__trigger {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' viewBox='0 0 8 4'%3E%3Cpath fill='%233fa1fb' d='M7.257 0L4 2.748.74 0 0 .625 4 4 8 .625 7.257 0z'/%3E%3C/svg%3E");
	width: 8px;
	height: 4px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transition: transform .2s
}

.select_2 .jq-selectbox__select-text {
	color: #3fa1fb;
	text-transform: uppercase;
	cursor: pointer;
	width: auto !important
}

.select_2 .jq-selectbox__dropdown {
	min-width: 130px;
	max-width: 180px;
	background-color: #fff;
	left: 0;
	top: 100%;
	position: absolute;
	margin-top: 12px;
	margin-left: -10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.1)
}

.select_2 .jq-selectbox__dropdown ul {
	max-height: 200px
}

.select_2 .jq-selectbox__dropdown li {
	cursor: pointer;
	text-transform: none;
	line-height: 32px;
	padding: 0 10px;
	transition: color .2s, background .2s
}

.select_2 .jq-selectbox__dropdown li:hover,
.select_2 .jq-selectbox__dropdown li.selected {
	background-color: #3fa1fb;
	color: #fff
}

.select_2.opened .jq-selectbox__trigger {
	transform: translateY(-50%) scaleY(-1)
}

.select.jq-selectbox {
	display: inline-block;
	position: relative;
	height: 40px;
	width: 100%;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font: 300 14px/38px "GothamPro", sans-serif;
	color: #707070
}

.select.jq-selectbox .jq-selectbox__select {
	position: relative;
	padding: 0 38px 0 10px;
	cursor: pointer
}

.select.jq-selectbox .jq-selectbox__trigger {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' viewBox='0 0 8 4'%3E%3Cpath fill='%23494949' d='M7.257 0L4 2.748.74 0 0 .625 4 4 8 .625 7.257 0z'/%3E%3C/svg%3E");
	width: 8px;
	height: 4px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transition: transform .2s
}

.select.jq-selectbox .jq-selectbox__select-text {
	color: #707070;
	width: auto !important
}

.select.jq-selectbox .jq-selectbox__select-text.placeholder {
	color: #bbb5b2
}

.select.jq-selectbox .jq-selectbox__dropdown {
	width: 100%;
	background-color: #fff;
	left: 0;
	top: 100%;
	margin-top: 1px;
	position: absolute;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.1)
}

.select.jq-selectbox .jq-selectbox__dropdown ul {
	max-height: 200px
}

.select.jq-selectbox .jq-selectbox__dropdown li {
	cursor: pointer;
	text-transform: none;
	line-height: 32px;
	padding: 0 10px;
	transition: color .2s, background .2s
}

.select.jq-selectbox .jq-selectbox__dropdown li:hover,
.select.jq-selectbox .jq-selectbox__dropdown li.selected {
	background-color: #3fa1fb;
	color: #fff
}

.select.jq-selectbox.opened .jq-selectbox__trigger {
	transform: translateY(-50%) scaleY(-1)
}

.select.jq-selectbox.focused {
	border: 1px solid #3fa1fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}

.select.jq-selectbox.focused .jq-selectbox__trigger {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' viewBox='0 0 8 4'%3E%3Cpath fill='%233fa1fb' d='M7.257 0L4 2.748.74 0 0 .625 4 4 8 .625 7.257 0z'/%3E%3C/svg%3E");
	width: 8px;
	height: 4px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.form-block {
	position: relative;
	margin-bottom: 40px
}

.form-block__descr {
	margin-bottom: 32px
}

.form-block__descr .headline {
	margin-bottom: 32px
}

.form-block__body {
	position: relative
}

.form-block__body-tpl {
	display: none
}

.form-block__body-tpl_active {
	display: block
}

.form-block__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-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-left: -40px
}

.form-block__item {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block;
	width: 50%;
	box-sizing: border-box;
	padding-left: 40px;
	margin-bottom: 16px
}

.form-block__item_full_size {
	width: 100%
}

.form-block__item_left-center {
	text-align: left;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

.form-block__item_right-center {
	text-align: right;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

.form-block__item_center {
	text-align: center
}

.form-block__label {
	color: #252525;
	font: 300 14px "GothamPro", sans-serif;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 10px
}

.form-block__label_disabled {
	color: #bbb5b2
}

@media (max-width: 1023px) {
	.form-block {
		margin-bottom: 30px
	}

	.form-block__descr .headline {
		text-align: center;
		margin-bottom: 20px
	}
}

@media (max-width: 767px) {
	.form-block {
		margin-bottom: 16px
	}

	.form-block__list {
		margin-left: 0
	}

	.form-block__item {
		width: 100%;
		padding-left: 0
	}

	.form-block__item_left-center,
	.form-block__item_right-center {
		text-align: center;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center
	}
}

.feedback-block {
	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: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	overflow: hidden;
	margin-bottom: 16px
}

.feedback-block__form,
.feedback-block__contacts {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block
}

.feedback-block__form {
	width: 640px
}

.feedback-block__contacts {
	width: 480px;
	margin-left: auto
}

@media (max-width: 1023px) {
	.feedback-block {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 42px
	}

	.feedback-block__form {
		width: auto;
		border-bottom: dashed 1px #d3d3d3;
		margin-bottom: 42px
	}

	.feedback-block__form .form-block {
		margin-bottom: 16px
	}

	.feedback-block__contacts {
		margin-left: 0;
		width: 90%
	}
}

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

	.feedback-block__contacts {
		width: 100%
	}
}

.contact-type {
	position: relative;
	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;
	text-align: center
}

.contact-type>.headline {
	width: 100%;
	margin-bottom: 32px
}

.contact-type__item {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block;
	width: 180px;
	margin-right: 20px;
	margin-left: 40px;
	padding-top: 164px;
	position: relative
}

.contact-type__item:before,
.contact-type__item:after {
	position: absolute;
	top: 0;
	right: 50%;
	transform: translateX(50%);
	transition: opacity .2s
}

.contact-type__item:before {
	opacity: 1
}

.contact-type__item:after {
	opacity: 0
}

.contact-type__item:hover:before {
	opacity: 0
}

.contact-type__item:hover:after {
	opacity: 1
}

.contact-type__item_chat:before,
.contact-type__item_chat:after {
	top: 43px
}

.contact-type__item_chat:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='74' viewBox='0 0 80 74'%3E%3Cpath d='M76.846 0h-74a2.846 2.846 0 000 5.692H74v45.539H37a2.27 2.27 0 00-.33.066 2.67 2.67 0 00-.554.112 2.604 2.604 0 00-.534.25 2.299 2.299 0 00-.289.142L17.077 65.46V54.078a2.845 2.845 0 00-2.843-2.846H5.692v-37a2.846 2.846 0 10-5.692 0v39.846a2.846 2.846 0 002.846 2.846h8.539v14.23a2.845 2.845 0 004.552 2.277l22.01-16.507h38.9a2.845 2.845 0 002.845-2.843V2.846A2.845 2.845 0 0076.85 0h-.003z' fill='%23e6e6e6'/%3E%3C/svg%3E");
	width: 80px;
	height: 74px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.contact-type__item_chat:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='74' viewBox='0 0 80 74'%3E%3Cpath d='M76.846 0h-74a2.846 2.846 0 000 5.692H74v45.539H37a2.27 2.27 0 00-.33.066 2.67 2.67 0 00-.554.112 2.604 2.604 0 00-.534.25 2.299 2.299 0 00-.289.142L17.077 65.46V54.078a2.845 2.845 0 00-2.843-2.846H5.692v-37a2.846 2.846 0 10-5.692 0v39.846a2.846 2.846 0 002.846 2.846h8.539v14.23a2.845 2.845 0 004.552 2.277l22.01-16.507h38.9a2.845 2.845 0 002.845-2.843V2.846A2.845 2.845 0 0076.85 0h-.003z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 80px;
	height: 74px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.contact-type__item_chat .headline {
	margin-bottom: 10px
}

.contact-type__item_phone:before,
.contact-type__item_phone:after {
	top: 36px
}

.contact-type__item_phone:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='77' viewBox='0 0 80 77'%3E%3Cpath d='M36.102 45.11a2.896 2.896 0 01-2.02-.807L22.173 32.82a2.684 2.684 0 010-3.893l6.949-6.702a5.24 5.24 0 000-7.59L21.186 6.98a5.858 5.858 0 00-7.875 0 3.016 3.016 0 01-.415.33 18.067 18.067 0 00-6.99 17.068 2.777 2.777 0 01-2.521 3.038 2.83 2.83 0 01-3.151-2.43A23.527 23.527 0 019.447 2.92a11.857 11.857 0 0115.771.167l7.942 7.653a10.616 10.616 0 010 15.377l-4.928 4.757 9.888 9.535a2.684 2.684 0 010 3.894 2.91 2.91 0 01-2.018.806zM22.207 58.506a2.9 2.9 0 01-2.02-.807 81.932 81.932 0 01-15.61-19.624 2.706 2.706 0 011.223-3.71 2.907 2.907 0 013.848 1.178l.005.01a76.535 76.535 0 0014.572 18.252 2.684 2.684 0 010 3.894 2.91 2.91 0 01-2.018.807z' fill='%23e6e6e6'/%3E%3Cpath d='M57.135 77c-11.243 0-23.696-6.523-37.076-19.425a2.684 2.684 0 010-3.893 2.93 2.93 0 014.038 0C37.057 66.18 49.162 72.3 59.173 71.402a18.912 18.912 0 0013.142-6.798 2.626 2.626 0 01.346-.398 5.234 5.234 0 000-7.588l-7.942-7.658a5.64 5.64 0 00-3.937-1.57 5.621 5.621 0 00-3.932 1.57l-6.954 6.7a2.93 2.93 0 01-4.037.002v-.001L33.953 44.179a2.684 2.684 0 010-3.894 2.93 2.93 0 014.038 0l9.885 9.535 4.93-4.753a11.408 11.408 0 017.975-3.184 11.423 11.423 0 017.975 3.18l7.939 7.661a10.593 10.593 0 01.17 15.209 24.846 24.846 0 01-17.155 8.949c-.847.08-1.712.118-2.576.118z' fill='%23e6e6e6'/%3E%3C/svg%3E");
	width: 80px;
	height: 77px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.contact-type__item_phone:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='77' viewBox='0 0 80 77'%3E%3Cpath d='M36.102 45.11a2.896 2.896 0 01-2.02-.807L22.173 32.82a2.684 2.684 0 010-3.893l6.949-6.702a5.24 5.24 0 000-7.59L21.186 6.98a5.858 5.858 0 00-7.875 0 3.016 3.016 0 01-.415.33 18.067 18.067 0 00-6.99 17.068 2.777 2.777 0 01-2.521 3.038 2.83 2.83 0 01-3.151-2.43A23.527 23.527 0 019.447 2.92a11.857 11.857 0 0115.771.167l7.942 7.653a10.616 10.616 0 010 15.377l-4.928 4.757 9.888 9.535a2.684 2.684 0 010 3.894 2.91 2.91 0 01-2.018.806zM22.207 58.506a2.9 2.9 0 01-2.02-.807 81.932 81.932 0 01-15.61-19.624 2.706 2.706 0 011.223-3.71 2.907 2.907 0 013.848 1.178l.005.01a76.535 76.535 0 0014.572 18.252 2.684 2.684 0 010 3.894 2.91 2.91 0 01-2.018.807z' fill='%233fa1fb'/%3E%3Cpath d='M57.135 77c-11.243 0-23.696-6.523-37.076-19.425a2.684 2.684 0 010-3.893 2.93 2.93 0 014.038 0C37.057 66.18 49.162 72.3 59.173 71.402a18.912 18.912 0 0013.142-6.798 2.626 2.626 0 01.346-.398 5.234 5.234 0 000-7.588l-7.942-7.658a5.64 5.64 0 00-3.937-1.57 5.621 5.621 0 00-3.932 1.57l-6.954 6.7a2.93 2.93 0 01-4.037.002v-.001L33.953 44.179a2.684 2.684 0 010-3.894 2.93 2.93 0 014.038 0l9.885 9.535 4.93-4.753a11.408 11.408 0 017.975-3.184 11.423 11.423 0 017.975 3.18l7.939 7.661a10.593 10.593 0 01.17 15.209 24.846 24.846 0 01-17.155 8.949c-.847.08-1.712.118-2.576.118z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 80px;
	height: 77px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.contact-type__item_phone .headline {
	margin-bottom: 15px
}

@media (max-width: 1279px) {
	.contact-type {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center
	}

	.contact-type__item {
		padding-top: 80px
	}

	.contact-type__item_chat:before,
	.contact-type__item_chat:after {
		top: 12px
	}

	.contact-type__item_chat:before {
		background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='50' viewBox='0 0 53 50'%3E%3Cpath d='M51.107 0H1.893a1.893 1.893 0 100 3.786h47.321V34.07H24.607a1.51 1.51 0 00-.22.045 1.776 1.776 0 00-.368.074 1.732 1.732 0 00-.355.166 1.529 1.529 0 00-.192.094l-12.115 9.086v-7.572a1.892 1.892 0 00-1.89-1.893H3.785V9.464a1.893 1.893 0 00-3.786 0v26.5a1.893 1.893 0 001.893 1.893H7.57v9.464a1.892 1.892 0 003.028 1.514l14.638-10.978h25.87A1.892 1.892 0 0053 35.967V1.892A1.892 1.892 0 0051.11 0h-.003z' fill='%23e6e6e6'/%3E%3C/svg%3E");
		width: 53px;
		height: 50px;
		display: inline-block;
		content: "";
		background-repeat: no-repeat;
		background-position: 50% 50%
	}

	.contact-type__item_chat:after {
		background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='50' viewBox='0 0 53 50'%3E%3Cpath d='M51.107 0H1.893a1.893 1.893 0 100 3.786h47.321V34.07H24.607a1.51 1.51 0 00-.22.045 1.776 1.776 0 00-.368.074 1.732 1.732 0 00-.355.166 1.529 1.529 0 00-.192.094l-12.115 9.086v-7.572a1.892 1.892 0 00-1.89-1.893H3.785V9.464a1.893 1.893 0 00-3.786 0v26.5a1.893 1.893 0 001.893 1.893H7.57v9.464a1.892 1.892 0 003.028 1.514l14.638-10.978h25.87A1.892 1.892 0 0053 35.967V1.892A1.892 1.892 0 0051.11 0h-.003z' fill='%233fa1fb'/%3E%3C/svg%3E");
		width: 53px;
		height: 50px;
		display: inline-block;
		content: "";
		background-repeat: no-repeat;
		background-position: 50% 50%
	}

	.contact-type__item_chat .headline {
		margin-bottom: 10px
	}

	.contact-type__item_phone:before,
	.contact-type__item_phone:after {
		top: 7px
	}

	.contact-type__item_phone:before {
		background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='40' viewBox='0 0 41 40'%3E%3Cpath d='M18.502 23.119a1.484 1.484 0 01-1.035-.414l-6.103-5.884a1.375 1.375 0 010-1.996l3.561-3.434a2.685 2.685 0 000-3.89l-4.067-3.924a3.002 3.002 0 00-4.036 0 1.546 1.546 0 01-.213.17 9.26 9.26 0 00-3.582 8.747 1.423 1.423 0 01-1.292 1.557A1.45 1.45 0 01.12 12.805 12.058 12.058 0 014.84 1.497a6.077 6.077 0 018.083.085l4.07 3.922a5.44 5.44 0 010 7.881l-2.525 2.438 5.068 4.887a1.376 1.376 0 010 1.995 1.491 1.491 0 01-1.035.414zM11.38 29.984a1.486 1.486 0 01-1.034-.413 41.99 41.99 0 01-8-10.058 1.387 1.387 0 01.627-1.901 1.49 1.49 0 011.971.604l.003.005a39.224 39.224 0 007.468 9.354 1.376 1.376 0 010 1.996 1.491 1.491 0 01-1.034.413z' fill='%23e6e6e6'/%3E%3Cpath d='M29.282 39.462c-5.762 0-12.145-3.343-19.002-9.955a1.376 1.376 0 010-1.995 1.502 1.502 0 012.07 0c6.642 6.405 12.846 9.542 17.976 9.081a9.693 9.693 0 006.735-3.483 1.346 1.346 0 01.178-.204 2.682 2.682 0 000-3.89l-4.07-3.924a2.89 2.89 0 00-2.018-.805 2.88 2.88 0 00-2.015.805l-3.564 3.434a1.501 1.501 0 01-2.07 0l-6.1-5.884a1.376 1.376 0 010-1.996 1.502 1.502 0 012.069 0l5.066 4.887 2.527-2.436a5.846 5.846 0 014.087-1.632 5.854 5.854 0 014.087 1.63l4.069 3.926a5.429 5.429 0 01.087 7.795 12.734 12.734 0 01-8.792 4.586c-.434.041-.878.06-1.32.06z' fill='%23e6e6e6'/%3E%3C/svg%3E");
		width: 41px;
		height: 40px;
		display: inline-block;
		content: "";
		background-repeat: no-repeat;
		background-position: 50% 50%
	}

	.contact-type__item_phone:after {
		background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='40' viewBox='0 0 41 40'%3E%3Cpath d='M18.502 23.119a1.484 1.484 0 01-1.035-.414l-6.103-5.884a1.375 1.375 0 010-1.996l3.561-3.434a2.685 2.685 0 000-3.89l-4.067-3.924a3.002 3.002 0 00-4.036 0 1.546 1.546 0 01-.213.17 9.26 9.26 0 00-3.582 8.747 1.423 1.423 0 01-1.292 1.557A1.45 1.45 0 01.12 12.805 12.058 12.058 0 014.84 1.497a6.077 6.077 0 018.083.085l4.07 3.922a5.44 5.44 0 010 7.881l-2.525 2.438 5.068 4.887a1.376 1.376 0 010 1.995 1.491 1.491 0 01-1.035.414zM11.38 29.984a1.486 1.486 0 01-1.034-.413 41.99 41.99 0 01-8-10.058 1.387 1.387 0 01.627-1.901 1.49 1.49 0 011.971.604l.003.005a39.224 39.224 0 007.468 9.354 1.376 1.376 0 010 1.996 1.491 1.491 0 01-1.034.413z' fill='%233fa1fb'/%3E%3Cpath d='M29.282 39.462c-5.762 0-12.145-3.343-19.002-9.955a1.376 1.376 0 010-1.995 1.502 1.502 0 012.07 0c6.642 6.405 12.846 9.542 17.976 9.081a9.693 9.693 0 006.735-3.483 1.346 1.346 0 01.178-.204 2.682 2.682 0 000-3.89l-4.07-3.924a2.89 2.89 0 00-2.018-.805 2.88 2.88 0 00-2.015.805l-3.564 3.434a1.501 1.501 0 01-2.07 0l-6.1-5.884a1.376 1.376 0 010-1.996 1.502 1.502 0 012.069 0l5.066 4.887 2.527-2.436a5.846 5.846 0 014.087-1.632 5.854 5.854 0 014.087 1.63l4.069 3.926a5.429 5.429 0 01.087 7.795 12.734 12.734 0 01-8.792 4.586c-.434.041-.878.06-1.32.06z' fill='%233fa1fb'/%3E%3C/svg%3E");
		width: 41px;
		height: 40px;
		display: inline-block;
		content: "";
		background-repeat: no-repeat;
		background-position: 50% 50%
	}

	.contact-type__item_phone .headline {
		margin-bottom: 15px
	}
}

@media (max-width: 1023px) {
	.contact-type {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.contact-type__item {
		margin-left: 20px;
		margin-right: 20px
	}
}

.info-block {
	position: relative;
	padding-left: 40px;
	color: #707070;
	font: 300 12px/1.5 "GothamPro", sans-serif;
	padding-top: 5px;
	margin: 24px 0 42px
}

.info-block:before {
	position: absolute;
	left: 0;
	top: 0;
	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 d='M12.103 17.189a3.034 3.034 0 01-.901.292A1.41 1.41 0 0111 17.5v-.02c0-.002.032-.011-.032-.027l-.015-.024a.922.922 0 01-.634-1.178l.752-2.953.34-1.334c.308-1.238-.97.263-1.233-.307-.173-.377 1-1.168 1.856-1.765a2.447 2.447 0 01.833-.292.7.7 0 01.133-.019v.02a.665.665 0 00.102.027l.05.024a.967.967 0 01.694 1.189l-.743 2.953-.337 1.334c-.307 1.238.951-.27 1.214.302.174.376-1.022 1.162-1.877 1.759z' fill='%23686868'/%3E%3Ccircle cx='3556.126' cy='-701.125' r='1.374' transform='rotate(-76.064 2236.954 1918.002)' fill='%23686868'/%3E%3Cpath d='M12 24A12.014 12.014 0 010 12 12.014 12.014 0 0112 0a12.014 12.014 0 0112 12 12.014 12.014 0 01-12 12zM12 .96A11.053 11.053 0 00.96 12 11.053 11.053 0 0012 23.04 11.053 11.053 0 0023.04 12 11.053 11.053 0 0012 .96z' fill='%23e6e6e6'/%3E%3C/svg%3E");
	width: 24px;
	height: 24px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.info-block_attention:before {
	content: '!';
	background: none;
	width: 24px;
	height: 24px;
	border: 1px solid #e6e6e6;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
	text-transform: uppercase;
	font: 400 18px/23px "GothamPro", sans-serif
}

.info-block_orange {
	color: #fc611f
}

.info-block_orange:before {
	color: #fc611f;
	border: 1px solid #fc611f
}

.info-block_fz-14 {
	font-size: 14px
}

.info-block_fz-14:before {
	top: 3px
}

.info-block_fz-16 {
	font-size: 16px
}

.info-block_fz-16:before {
	top: 5px
}

@media (max-width: 767px) {
	.info-block {
		margin: 16px 0 24px
	}
}

.change-view {
	position: relative
}

.change-view__elem {
	display: none;
	padding-bottom: 1px
}

.change-view__elem_active {
	display: block
}

.input-radio {
	display: inline-block
}

.input-radio input[type="checkbox"],
.input-radio input[type="radio"] {
	display: none
}

.input-radio input[type="checkbox"]+label,
.input-radio input[type="radio"]+label {
	color: #252525;
	font: 300 14px/18px "GothamPro", sans-serif;
	text-transform: uppercase;
	padding-left: 28px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	transition: color .2s
}

.input-radio input[type="checkbox"]+label:before,
.input-radio input[type="checkbox"]+label:after,
.input-radio input[type="radio"]+label:before,
.input-radio input[type="radio"]+label:after {
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity .2s
}

.input-radio input[type="checkbox"]+label:before,
.input-radio input[type="radio"]+label:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M9 2a7 7 0 11-7 7 7 7 0 017-7m0-2a9 9 0 109 9 9 9 0 00-9-9z' fill='%23e6e6e6'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 1
}

.input-radio input[type="checkbox"]+label:after,
.input-radio input[type="radio"]+label:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M9 18A9 9 0 019 0a9 9 0 010 18zM9 1.8A7.2 7.2 0 1016.2 9 7.2 7.2 0 009 1.8z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0
}

.input-radio input[type="checkbox"]+label:hover,
.input-radio input[type="radio"]+label:hover {
	color: #3fa1fb
}

.input-radio input[type="checkbox"]+label:hover:before,
.input-radio input[type="radio"]+label:hover:before {
	opacity: 0
}

.input-radio input[type="checkbox"]+label:hover:after,
.input-radio input[type="radio"]+label:hover:after {
	opacity: 1
}

.input-radio input[type="checkbox"]:checked+label,
.input-radio input[type="radio"]:checked+label {
	color: #3fa1fb
}

.input-radio input[type="checkbox"]:checked+label:before,
.input-radio input[type="radio"]:checked+label:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M9 2a7 7 0 11-7 7 7 7 0 017-7m0-2a9 9 0 109 9 9 9 0 00-9-9z' fill='%233fa1fb'/%3E%3Ccircle cx='9' cy='9' r='5' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.input-radio input[type="checkbox"]:checked+label:after,
.input-radio input[type="radio"]:checked+label:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18'%3E%3Cpath d='M9 18A9 9 0 019 0h.001A9 9 0 019 18zM9 1.8a7.201 7.201 0 11-.001 0z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 19px;
	height: 18px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.input-radio_white input[type="checkbox"]+label:after,
.input-radio_white input[type="radio"]+label:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M9 18A9 9 0 019 0a9 9 0 010 18zM9 1.8z' fill='%23fff'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.input-radio_white input[type="checkbox"]+label:hover,
.input-radio_white input[type="radio"]+label:hover {
	color: #fff
}

.input-radio_white input[type="checkbox"]:checked+label,
.input-radio_white input[type="radio"]:checked+label {
	color: #fff
}

.input-radio_white input[type="checkbox"]:checked+label:before,
.input-radio_white input[type="radio"]:checked+label:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M9 2a7 7 0 11-7 7 7 7 0 017-7m0-2a9 9 0 109 9 9 9 0 00-9-9z' fill='%23fff'/%3E%3Ccircle cx='9' cy='9' r='5' fill='%23fff'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.input-radio_white input[type="checkbox"]:checked+label:after,
.input-radio_white input[type="radio"]:checked+label:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M9 18A9 9 0 019 0a9 9 0 010 18z' fill='%23fff'/%3E%3Ccircle cx='9' cy='9' r='5' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.order-backup {
	position: relative;
	text-align: center;
	max-width: 580px;
	margin: auto
}

.order-backup__data-from-server {
	display: none
}

.order-backup-form {
	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: start;
	align-items: flex-start;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	margin: 32px auto
}

@media (max-width: 767px) {
	.order-backup-form {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center
	}
}

.order-backup-form__cloud-wr,
.order-backup-form__result {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block
}

.order-backup-form__cloud-wr {
	position: relative;
	box-sizing: border-box;
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='341' height='194' viewBox='0 0 341 194'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='150' y1='123.538' x2='150' y2='308.154' gradientTransform='matrix(1 0 0 -1 0 308.154)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23bbb5b2'/%3E%3Cstop offset='1' stop-color='%23e6e6e6'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M283.182 78.1a57.703 57.703 0 00-18.904 3.178 59.802 59.802 0 00-78.61-41.25A72.447 72.447 0 0048.443 72.66c0 .426.118.805.118 1.207a60.534 60.534 0 0011.99 119.869h222.632a57.818 57.818 0 000-115.637z' opacity='.28' fill='url(%23a)' style='isolation:isolate'/%3E%3C/svg%3E");
	width: 341px;
	height: 194px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding-top: 75px;
	padding-left: 54px;
	text-align: left
}

.order-backup-form__cloud-wr .headline {
	margin-bottom: 4px;
	margin-left: 18px
}

@media (max-width: 479px) {
	.order-backup-form__cloud-wr {
		transform: scale(0.8)
	}
}

.order-backup-form__cloud-input-wr {
	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: baseline;
	align-items: baseline;
	-ms-flex-line-pack: stretch;
	align-content: stretch
}

.order-backup-form__cloud-input-wr>* {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block
}

.order-backup-form__cloud-btns {
	position: relative;
	width: 18px;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.order-backup-form__cloud-btn {
	position: absolute;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	width: 8px;
	height: 4px;
	display: block;
	left: 0
}

.order-backup-form__cloud-btn:before,
.order-backup-form__cloud-btn:after {
	position: absolute;
	left: 0;
	top: 0
}

.order-backup-form__cloud-btn:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' viewBox='0 0 8 4'%3E%3Cpath fill='%23494949' d='M7.257 0L4 2.748.74 0 0 .625 4 4 8 .625 7.257 0z'/%3E%3C/svg%3E");
	width: 8px;
	height: 4px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.order-backup-form__cloud-btn:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' viewBox='0 0 8 4'%3E%3Cpath fill='%233fa1fb' d='M7.257 0L4 2.748.74 0 0 .625 4 4 8 .625 7.257 0z'/%3E%3C/svg%3E");
	width: 8px;
	height: 4px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.order-backup-form__cloud-btn-up {
	transform: scaleY(-1);
	top: 10px
}

.order-backup-form__cloud-btn-down {
	top: 31px
}

.order-backup-form__cloud-input,
.order-backup-form__cloud-input[type='tel'],
.order-backup-form__cloud-input[type='text'] {
	width: 165px;
	height: 45px;
	margin-right: 9px;
	color: #3fa1fb;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	font: 400 32px/43px "GothamPro", sans-serif
}

.order-backup-form__cloud-unit {
	color: #ccc;
	font: 500 24px "GothamPro", sans-serif;
	text-transform: uppercase
}

.order-backup-form__cloud-add-info {
	margin-left: 18px;
	color: #bbb5b2;
	position: relative
}

.order-backup-form__cloud-add-info-current {
	font: 400 12px/26px "GothamPro", sans-serif;
	text-transform: uppercase
}

.order-backup-form__cloud-add-info-table {
	display: table;
	width: 100%
}

.order-backup-form__cloud-add-info-table dl {
	display: table-row;
	font: 12px/16px "GothamPro", sans-serif;
	white-space: nowrap
}

.order-backup-form__cloud-add-info-table dl dt,
.order-backup-form__cloud-add-info-table dl dd {
	display: table-cell;
	text-transform: uppercase
}

.order-backup-form__cloud-add-info-table dl dt {
	color: #494949;
	font-weight: 500;
	margin-right: 16px;
	padding: 5px
}

.order-backup-form__cloud-add-info-table dl dt span {
	margin-left: 3px
}

.order-backup-form__cloud-add-info-table dl dd {
	padding: 5px 0 5px 5px;
	color: #3fa1fb;
	font-weight: 400;
	text-align: left
}

.order-backup-form__cloud-add-info .add-info-body {
	width: auto;
	max-width: 230px
}

.order-backup-form__result {
	position: relative;
	padding: 94px 0 0 63px;
	width: 240px;
	text-align: left
}

.order-backup-form__result:before {
	position: absolute;
	content: '=';
	color: #3fa1fb;
	font: 400 45px/1 Consolas, monaco, monospace;
	left: 22px;
	top: 94px
}

@media (max-width: 767px) {
	.order-backup-form__result {
		padding: 48px 0 0;
		width: auto
	}

	.order-backup-form__result:before {
		top: 0;
		left: 0;
		right: 0;
		text-align: center
	}
}

.order-backup .form-block {
	margin-right: -40px
}

@media (max-width: 767px) {
	.order-backup .form-block {
		margin-right: 0
	}
}

.order-backup .form-block__item {
	text-align: left
}

.order-backup .form-block__item:last-child {
	margin-bottom: 0
}

.order-backup .form-block__item_full_size {
	text-align: center
}

.order-backup__change-unit {
	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: stretch;
	align-content: stretch
}

.order-backup__change-unit-elem {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block;
	margin: 0 25px
}

.order-backup__text {
	margin: 32px 0
}

.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
}

.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%
	}
}

.backup-descr-cols {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	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
}

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

.backup-descr-cols__elem {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block;
	width: 33.33%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 50px
}

.backup-descr-cols__elem-img {
	height: 64px
}

.backup-descr-cols__elem-title .headline {
	margin-bottom: 0
}

@media (max-width: 1279px) {
	.backup-descr-cols__elem {
		padding: 0 40px
	}
}

@media (max-width: 1023px) {
	.backup-descr-cols__elem {
		padding: 0 20px
	}
}

@media (max-width: 767px) {
	.backup-descr-cols__elem {
		width: 100%
	}

	.backup-descr-cols__elem:not(:last-child) {
		margin-bottom: 32px
	}
}

.cdn-dedicated-profit {
	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;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto
}

.cdn-dedicated-profit>* {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block;
	width: 50%
}

.cdn-dedicated-profit__text .list_check_bl {
	margin: 24px 0
}

.cdn-dedicated-profit__text .list_check_bl .list__item {
	color: #252525
}

.cdn-dedicated-profit__img {
	background: url(../img/circles_map.svg) no-repeat 50% 50%/contain;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center
}

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

.cdn-dedicated-profit__img img {
	display: block;
	margin: 0 auto 24px;
	max-width: 100%
}

@media (max-width: 1023px) {
	.cdn-dedicated-profit {
		max-width: 580px;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.cdn-dedicated-profit>* {
		width: 100%
	}

	.cdn-dedicated-profit__text .headline_h2 {
		text-align: center
	}

	.cdn-dedicated-profit__img {
		padding-top: 24px;
		padding-bottom: 24px
	}
}

@media (max-width: 767px) {
	.cdn-dedicated-profit__img {
		width: auto;
		margin-right: -20px;
		margin-left: -20px;
		padding-left: 20px;
		padding-right: 20px
	}
}

.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%)
	}
}

.remote-backup-header {
	background: url(../img/remote-backup-bg.svg) 100% 50% no-repeat;
	display: block
}

.remote-backup-header__text .headline {
	margin-bottom: 12px
}

.remote-backup-header__headline {
	margin-bottom: 16px
}

@media (max-width: 767px) {
	.remote-backup-header {
		background-image: none;
		padding-top: 24px;
		padding-bottom: 24px
	}

	.remote-backup-header__text {
		text-align: center
	}
}

.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>*:last-child {
	margin-bottom: 0
}

@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%
	}
}

.choice-location-tab__footer {
	-ms-flex-direction: column;
	flex-direction: column
}

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

.choice-location-tab__center {
	margin-bottom: 0
}

.choice-location-tab__center:after {
	display: none !important
}