.li_plus,
.li_plus 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,
.page_menu ul,
.page_menu li,
.page_menu_stat ul,
.page_menu_stat 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
}

.input-btn__wr .input-btn__clear:before,
.server-choice__view-link:before,
.input-btn__wr .input-btn__clear:after,
.server-choice__view-link:after {
	transition: opacity .2s;
	will-change: transform
}

.input-btn__wr .input-btn__clear:before,
.server-choice__view-link:before {
	opacity: 1
}

.input-btn__wr .input-btn__clear:after,
.server-choice__view-link:after {
	opacity: 0
}

.input-btn__wr .input-btn__clear:hover:before,
.server-choice__view-link:hover:before {
	opacity: 0
}

.input-btn__wr .input-btn__clear:hover:after,
.server-choice__view-link: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
	}
}

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

.input-btn {
	position: relative;
	width: 100%;
	height: 58px;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 29px;
	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;
	padding: 4px;
	transition: box-shadow .2s
}

.input-btn__input,
.input-btn__submit {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block
}

.input-btn__input[type='text'],
.input-btn__input[type='password'] {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border: none;
	background: none;
	padding: 0 22px;
	color: #707070;
	font: 500 14px/50px "GothamPro", sans-serif;
	height: 50px;
	width: 100%
}

.input-btn__input[type='text']::-webkit-input-placeholder,
.input-btn__input[type='password']::-webkit-input-placeholder {
	color: #dbdbdb;
	text-transform: uppercase
}

.input-btn__input[type='text']::-moz-placeholder,
.input-btn__input[type='password']::-moz-placeholder {
	color: #dbdbdb;
	text-transform: uppercase
}

.input-btn__input[type='text']:-moz-placeholder,
.input-btn__input[type='password']:-moz-placeholder {
	color: #dbdbdb;
	text-transform: uppercase
}

.input-btn__input[type='text']:-ms-input-placeholder,
.input-btn__input[type='password']:-ms-input-placeholder {
	color: #dbdbdb;
	text-transform: uppercase
}

.input-btn__input[type='text']:focus,
.input-btn__input[type='password']:focus {
	border: none;
	background: none;
	box-shadow: none
}

.input-btn__input[type='text']:focus::-webkit-input-placeholder,
.input-btn__input[type='password']:focus::-webkit-input-placeholder {
	color: transparent
}

.input-btn__input[type='text']:focus::-moz-placeholder,
.input-btn__input[type='password']:focus::-moz-placeholder {
	color: transparent
}

.input-btn__input[type='text']:focus:-moz-placeholder,
.input-btn__input[type='password']:focus:-moz-placeholder {
	color: transparent
}

.input-btn__input[type='text']:focus:-ms-input-placeholder,
.input-btn__input[type='password']:focus:-ms-input-placeholder {
	color: transparent
}

.input-btn__input.empty[type='text']::-webkit-input-placeholder {
	opacity: 1;
	color: #fc611f
}

.input-btn__input.empty[type='text']::-moz-placeholder {
	opacity: 1;
	color: #fc611f
}

.input-btn__input.empty[type='text']:-moz-placeholder {
	opacity: 1;
	color: #fc611f
}

.input-btn__input.empty[type='text']:-ms-input-placeholder {
	opacity: 1;
	color: #fc611f
}

.input-btn__input.empty[type='text']:focus::-webkit-input-placeholder {
	color: transparent
}

.input-btn__input.empty[type='text']:focus::-moz-placeholder {
	color: transparent
}

.input-btn__input.empty[type='text']:focus:-moz-placeholder {
	color: transparent
}

.input-btn__input.empty[type='text']:focus:-ms-input-placeholder {
	color: transparent
}

.input-btn_small {
	height: 48px;
	padding: 4px;
	border-radius: 24px;
	font-size: 12px;
	line-height: 40px
}

.input-btn_small .input-btn__input[type='text'],
.input-btn_small .input-btn__input[type='password'] {
	padding: 0 16px;
	font: 500 14px/40px "GothamPro", sans-serif;
	height: 40px
}

.input-btn_small .input-btn__input[type='text']::-webkit-input-placeholder,
.input-btn_small .input-btn__input[type='password']::-webkit-input-placeholder {
	opacity: .5
}

.input-btn_small .input-btn__input[type='text']::-moz-placeholder,
.input-btn_small .input-btn__input[type='password']::-moz-placeholder {
	opacity: .5
}

.input-btn_small .input-btn__input[type='text']:-moz-placeholder,
.input-btn_small .input-btn__input[type='password']:-moz-placeholder {
	opacity: .5
}

.input-btn_small .input-btn__input[type='text']:-ms-input-placeholder,
.input-btn_small .input-btn__input[type='password']:-ms-input-placeholder {
	opacity: .5
}

.input-btn_small .input-btn__input[type='text']:focus::-webkit-input-placeholder,
.input-btn_small .input-btn__input[type='password']:focus::-webkit-input-placeholder {
	color: transparent
}

.input-btn_small .input-btn__input[type='text']:focus::-moz-placeholder,
.input-btn_small .input-btn__input[type='password']:focus::-moz-placeholder {
	color: transparent
}

.input-btn_small .input-btn__input[type='text']:focus:-moz-placeholder,
.input-btn_small .input-btn__input[type='password']:focus:-moz-placeholder {
	color: transparent
}

.input-btn_small .input-btn__input[type='text']:focus:-ms-input-placeholder,
.input-btn_small .input-btn__input[type='password']:focus:-ms-input-placeholder {
	color: transparent
}

.input-btn__wr {
	position: relative;
	z-index: 10
}

.input-btn__wr .input-btn__clear {
	position: absolute;
	width: 12px;
	height: 12px;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	top: 50%;
	right: 176px;
	transform: translateY(-50%)
}

.input-btn__wr .input-btn__clear:before,
.input-btn__wr .input-btn__clear:after {
	position: absolute;
	left: 0;
	top: 0
}

.input-btn__wr .input-btn__clear:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 5.258L11.196 0 12 .804 6.742 6l5.196 5.196-.742.742L6 6.742.804 11.938l-.742-.742L5.258 6 0 .804.804 0z' fill='%23707070'/%3E%3C/svg%3E");
	width: 12px;
	height: 12px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.input-btn__wr .input-btn__clear:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 5.258L11.196 0 12 .804 6.742 6l5.196 5.196-.742.742L6 6.742.804 11.938l-.742-.742L5.258 6 0 .804.804 0z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 12px;
	height: 12px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

@media (max-width: 767px) {
	.input-btn__wr .input-btn__clear {
		right: 136px
	}
}

.input-btn__wr .input-btn__dropdown {
	position: absolute;
	background-color: #fff;
	box-shadow: 0 0 51px rgba(0, 0, 0, 0.15);
	left: 24px;
	right: 24px;
	top: 100%;
	margin-top: 10px;
	padding: 24px 32px;
	text-align: left;
	z-index: -1
}

@media (max-width: 767px) {
	.input-btn__wr .input-btn__dropdown {
		left: -20px;
		right: -20px
	}
}

.input-btn__wr .input-btn__dropdown-title {
	margin-bottom: 16px
}

.input-btn__wr .input-btn__dropdown-list {
	padding-left: 36px
}

.input-btn__wr .input-btn__dropdown-list .list__item {
	display: block;
	padding-bottom: 16px;
	padding-left: 8px;
	font-size: 12px
}

.input-btn__wr .input-btn__dropdown-list .list__item:last-child {
	padding-bottom: 0
}

.input-btn__wr .input-btn__dropdown-list .list__item:before {
	color: #707070;
	font-size: 12px
}

.input-btn__wr .input-btn__dropdown-list .list__item a {
	color: #707070;
	text-decoration: none
}

.input-btn__wr .input-btn__dropdown-list .list__item a:hover {
	color: #3fa1fb
}

.input-btn_search {
	padding-left: 28px;
	z-index: 100
}

.input-btn_search:before {
	position: absolute;
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M6.961 13.922a6.9 6.9 0 004.17-1.398l.215-.162 3.42 3.418a.638.638 0 00.507.22.728.728 0 00.727-.727.658.658 0 00-.22-.508l-3.416-3.416.16-.217a6.955 6.955 0 10-5.563 2.79m0-12.467A5.506 5.506 0 111.455 6.96 5.513 5.513 0 016.96 1.455' fill='%23707070'/%3E%3C/svg%3E");
	width: 16px;
	height: 16px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	left: 20px;
	top: 50%;
	transform: translateY(-50%)
}

@media (max-width: 767px) {
	.input-btn_search {
		height: 48px;
		padding: 4px 4px 4px 22px;
		border-radius: 24px;
		font-size: 12px;
		line-height: 40px
	}

	.input-btn_search .input-btn__input[type='text'] {
		padding: 0 16px;
		font: 500 14px/40px "GothamPro", sans-serif;
		height: 40px
	}

	.input-btn_search .input-btn__submit {
		height: 40px;
		width: 120px;
		font-size: 13px;
		line-height: 40px
	}

	.input-btn_search:before {
		left: 15px
	}
}

.input-btn_search .input-btn__input[type='text'] {
	padding-right: 32px
}

.input-btn_active {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15)
}

.prebuild-servers__table {
	border-collapse: separate;
	border-spacing: 0;
	border: none;
	width: 100%
}

@media (min-width: 1024px) {
	.prebuild-servers__table {
		border-top: dashed 1px #d3d3d3
	}
}

.prebuild-servers__th {
	color: #bbb5b2;
	font: 300 12px "GothamPro", sans-serif;
	text-transform: uppercase;
	text-align: left;
	padding: 10px 20px
}

.prebuild-servers__th_button {
	text-align: center;
	padding-right: 20px;
	padding-left: 20px
}

.prebuild-servers__th_sale {
	padding: 0;
	width: 0
}

.prebuild-servers__td {
	background-color: #ffffff;
	border-bottom: solid 2px #f7f7f7;
	padding: 9px 20px;
	color: #494949;
	font: 300 12px "GothamPro", sans-serif;
	transition: background .2s, color .2s;
	position: relative
}

.prebuild-servers__td_button {
	text-align: center;
	width: 0
}

.prebuild-servers__td_button .bttn {
	width: auto;
	display: block;
	white-space: nowrap;
	padding-left: 20px;
	padding-right: 20px
}

.prebuild-servers__td_name {
	color: #494949;
	font-weight: 400
}

.prebuild-servers__td_name .button-copy {
	display: none
}

.prebuild-servers__td_price .cost .cost__value {
	font-size: 14px;
	color: #494949;
	font-weight: 400;
	margin-right: 4px;
	transition: color .2s
}

.prebuild-servers__td_price .cost .cost__per {
	font-size: 14px;
	font-family: "GothamPro", sans-serif;
	color: #cccccc;
	transition: color .2s
}

.prebuild-servers__td_button-copy {
	text-align: center
}

.prebuild-servers__td_sale {
	padding: 0;
	text-align: right;
	vertical-align: top;
	width: 0;
	position: static
}

.prebuild-servers__td_char-item-label {
	display: none
}

.prebuild-servers__tr_disabled {
	pointer-events: none !important
}

.prebuild-servers__sale {
	position: relative;
	width: 0px;
	height: 0px;
	z-index: 10;
	margin-left: auto;
	display: none
}

.prebuild-servers__sale:after {
	display: block;
	position: absolute;
	right: 0;
	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;
	top: 21px;
	width: 55px;
	height: 18px;
	font-size: 10px;
	line-height: 18px;
	content: attr(data-sale-text)
}

.prebuild-servers__sale:before {
	position: absolute;
	transform: rotate(45deg);
	transform-origin: 100% 100%;
	right: 0;
	top: 21px;
	width: 55px;
	height: 18px;
	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;
	border-bottom: solid 18px #fc611f;
	border-right: solid 18px transparent;
	border-left: solid 18px transparent
}

.prebuild-servers__tr_sale .prebuild-servers__sale {
	display: block
}

.prebuild-servers__tr_sale .prebuild-servers__td_price .cost .cost__value {
	font-size: 14px;
	color: #fc611f
}

@media (max-width: 1023px) {
	.prebuild-servers__tr_sale .prebuild-servers__td_price .cost .cost__value {
		color: #fc611f !important
	}
}

.prebuild-servers__tr_sale .prebuild-servers__td_price .cost .cost__value s {
	color: #494949;
	transition: color .2s
}

.prebuild-servers__tr_sale .prebuild-servers__td_button .bttn {
	color: #fc611f
}

.prebuild-servers__tr_sale .prebuild-servers__td_button .bttn:before {
	border-color: #fc611f
}

@media (min-width: 1024px) {
	.prebuild-servers__tr:hover .prebuild-servers__td {
		background-color: #3fa1fb;
		color: #ffffff
	}

	.prebuild-servers__tr:hover .prebuild-servers__td .bttn {
		color: #ffffff
	}

	.prebuild-servers__tr:hover .prebuild-servers__td .bttn:before {
		border-color: #fff
	}

	.prebuild-servers__tr:hover .prebuild-servers__td .bttn:hover {
		color: #494949
	}

	.prebuild-servers__tr:hover .prebuild-servers__td .cost .cost__value,
	.prebuild-servers__tr:hover .prebuild-servers__td .cost .cost__value s,
	.prebuild-servers__tr:hover .prebuild-servers__td .cost .cost__per {
		color: #ffffff
	}

	.prebuild-servers__tr:hover .prebuild-servers__td .button-copy span {
		color: #fff
	}

	.prebuild-servers__tr:hover .prebuild-servers__td .button-copy:before {
		background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 14 16'%3E%3Cpath d='M13.227 3.52a.23.23 0 00-.012-.06.207.207 0 00-.034-.052.206.206 0 00-.014-.022l-.002-.003L9.939.07 9.937.069A.22.22 0 009.83.012.19.19 0 009.775 0H3.473a1.159 1.159 0 00-1.157 1.158v1.338a.247.247 0 00-.063-.012H1.158A1.159 1.159 0 000 3.64v11.201A1.159 1.159 0 001.158 16H9.76a1.159 1.159 0 001.157-1.158v-1.094a.232.232 0 00-.23-.232h1.388a1.159 1.159 0 001.158-1.157V3.547c0-.01-.005-.017-.006-.027zM10.004.8l2.449 2.516h-2.449zm.45 12.948v1.094a.695.695 0 01-.694.695H1.158a.695.695 0 01-.695-.695V3.641a.696.696 0 01.695-.695h1.095a.21.21 0 00.063-.012v9.425a1.159 1.159 0 001.157 1.157h7.212a.232.232 0 00-.23.232zm2.315-1.39a.696.696 0 01-.694.695H3.473a.696.696 0 01-.694-.694V1.158a.695.695 0 01.694-.695h6.068v3.084a.231.231 0 00.231.232h2.997z' fill='%23fff'/%3E%3C/svg%3E");
		width: 14px;
		height: 16px;
		display: inline-block;
		content: "";
		background-repeat: no-repeat;
		background-position: 50% 50%
	}

	.prebuild-servers__tr:hover .prebuild-servers__td .button-copy:after {
		background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 14 16'%3E%3Cpath d='M13.227 3.52a.23.23 0 00-.012-.06.207.207 0 00-.034-.052.206.206 0 00-.014-.022l-.002-.003L9.939.07 9.937.069A.22.22 0 009.83.012.19.19 0 009.775 0H3.473a1.159 1.159 0 00-1.157 1.158v1.338a.247.247 0 00-.063-.012H1.158A1.159 1.159 0 000 3.64v11.201A1.159 1.159 0 001.158 16H9.76a1.159 1.159 0 001.157-1.158v-1.094a.232.232 0 00-.23-.232h1.388a1.159 1.159 0 001.158-1.157V3.547c0-.01-.005-.017-.006-.027zM10.004.8l2.449 2.516h-2.449zm.45 12.948v1.094a.695.695 0 01-.694.695H1.158a.695.695 0 01-.695-.695V3.641a.696.696 0 01.695-.695h1.095a.21.21 0 00.063-.012v9.425a1.159 1.159 0 001.157 1.157h7.212a.232.232 0 00-.23.232zm2.315-1.39a.696.696 0 01-.694.695H3.473a.696.696 0 01-.694-.694V1.158a.695.695 0 01.694-.695h6.068v3.084a.231.231 0 00.231.232h2.997z' fill='%23fc611f'/%3E%3C/svg%3E");
		width: 14px;
		height: 16px;
		display: inline-block;
		content: "";
		background-repeat: no-repeat;
		background-position: 50% 50%
	}

	.prebuild-servers__tr_sale .prebuild-servers__td_sale {
		width: 20px
	}

	.prebuild-servers__tr_sale:hover .prebuild-servers__td {
		background-color: #fc611f
	}

	.prebuild-servers__tr_sale:hover .prebuild-servers__td .button-copy:after {
		background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 14 16'%3E%3Cpath d='M13.227 3.52a.23.23 0 00-.012-.06.207.207 0 00-.034-.052.206.206 0 00-.014-.022l-.002-.003L9.939.07 9.937.069A.22.22 0 009.83.012.19.19 0 009.775 0H3.473a1.159 1.159 0 00-1.157 1.158v1.338a.247.247 0 00-.063-.012H1.158A1.159 1.159 0 000 3.64v11.201A1.159 1.159 0 001.158 16H9.76a1.159 1.159 0 001.157-1.158v-1.094a.232.232 0 00-.23-.232h1.388a1.159 1.159 0 001.158-1.157V3.547c0-.01-.005-.017-.006-.027zM10.004.8l2.449 2.516h-2.449zm.45 12.948v1.094a.695.695 0 01-.694.695H1.158a.695.695 0 01-.695-.695V3.641a.696.696 0 01.695-.695h1.095a.21.21 0 00.063-.012v9.425a1.159 1.159 0 001.157 1.157h7.212a.232.232 0 00-.23.232zm2.315-1.39a.696.696 0 01-.694.695H3.473a.696.696 0 01-.694-.694V1.158a.695.695 0 01.694-.695h6.068v3.084a.231.231 0 00.231.232h2.997z' fill='%233fa1fb'/%3E%3C/svg%3E");
		width: 14px;
		height: 16px;
		display: inline-block;
		content: "";
		background-repeat: no-repeat;
		background-position: 50% 50%
	}

	.prebuild-servers__tr_sale:hover .prebuild-servers__sale:before {
		border-bottom-color: #fff
	}

	.prebuild-servers__tr_sale:hover .prebuild-servers__sale:after {
		color: #fc611f
	}
}

@media (max-width: 1023px) {
	.prebuild-servers__table {
		display: block
	}

	.prebuild-servers__thead {
		display: none
	}

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

	.prebuild-servers__tbody .prebuild-servers__tr {
		position: relative;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		min-width: 0;
		box-sizing: border-box;
		padding: 40px 10px;
		width: calc((100% - (20px * (2 - 1))) / 2);
		background-color: #fff;
		transition: box-shadow .2s;
		text-align: center;
		margin-bottom: 20px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch
	}

	.prebuild-servers__tbody .prebuild-servers__tr:not(:nth-child(2n-1)) {
		margin-left: 20px
	}

	.prebuild-servers__tbody .prebuild-servers__tr:hover {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
	}
}

@media (max-width: 1023px) and (max-width: 767px) {
	.prebuild-servers__tbody .prebuild-servers__tr {
		width: 100%
	}

	.prebuild-servers__tbody .prebuild-servers__tr:nth-child(1n) {
		margin-left: 0
	}
}

@media (max-width: 1023px) {
	.prebuild-servers__tbody .prebuild-servers__tr .prebuild-servers__td {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		min-width: 0;
		display: block;
		border: none;
		padding: 0
	}

	.prebuild-servers__tbody .prebuild-servers__tr .prebuild-servers__td_name {
		color: #494949;
		font: 700 16px "GothamPro", sans-serif;
		text-transform: uppercase;
		margin-bottom: 16px;
		-ms-flex-order: -20;
		order: -20
	}

	.prebuild-servers__tbody .prebuild-servers__tr .prebuild-servers__td_name .button-copy {
		display: inline-block
	}

	.prebuild-servers__tbody .prebuild-servers__tr .prebuild-servers__td_price {
		-ms-flex-order: -10;
		order: -10;
		margin-bottom: 10px
	}

	.prebuild-servers__tbody .prebuild-servers__tr .prebuild-servers__td_price .cost .cost__value {
		font: 300 45px/1 "GothamPro", sans-serif;
		color: #3fa1fb;
		margin-right: 0
	}

	.prebuild-servers__tbody .prebuild-servers__tr .prebuild-servers__td_price .cost .cost__value s {
		display: none
	}

	.prebuild-servers__tbody .prebuild-servers__tr .prebuild-servers__td_price .cost .cost__per {
		color: #cccccc;
		font-size: 20px;
		font-weight: 500;
		margin-left: 10px
	}

	.prebuild-servers__tbody .prebuild-servers__tr .prebuild-servers__td_char-item {
		font: 700 14px/18px "GothamPro", sans-serif;
		text-transform: uppercase;
		padding: 4px 0;
		color: #636363
	}

	.prebuild-servers__tbody .prebuild-servers__tr .prebuild-servers__td_char-item-label {
		color: #cccccc;
		font-weight: 300;
		display: inline
	}

	.prebuild-servers__tbody .prebuild-servers__tr .prebuild-servers__td_button {
		margin-top: auto;
		width: auto;
		padding-top: 20px
	}

	.prebuild-servers__tbody .prebuild-servers__tr .prebuild-servers__td_button .bttn {
		display: inline-block
	}

	.prebuild-servers__tbody .prebuild-servers__tr .prebuild-servers__td_button .bttn:before {
		transition: border .2s
	}

	.prebuild-servers__tbody .prebuild-servers__tr .prebuild-servers__td_button-copy {
		display: none !important
	}

	.prebuild-servers__tbody .prebuild-servers__tr:hover .prebuild-servers__td_price .cost__value {
		color: #fc611f
	}

	.prebuild-servers__tbody .prebuild-servers__tr:hover .prebuild-servers__td_button .bttn:not(:hover) {
		color: #fc611f
	}

	.prebuild-servers__tbody .prebuild-servers__tr:hover .prebuild-servers__td_button .bttn:hover {
		color: #fff
	}

	.prebuild-servers__tbody .prebuild-servers__tr:hover .prebuild-servers__td_button .bttn:before {
		border: 2px solid #fc611f;
		box-shadow: -0.6px 0.8px 0 rgba(255, 255, 255, 0.95)
	}

	.prebuild-servers__tbody .prebuild-servers__tr:hover .prebuild-servers__td_button .bttn:after {
		background-color: #675f57;
		background-image: linear-gradient(171deg, #fc611f 0%, #f79621 100%)
	}

	.prebuild-servers__tr_sale .prebuild-servers__sale {
		position: absolute;
		right: 0;
		top: 0
	}
}

.prebuild-servers__filters {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	margin: 0 -5px 16px
}

.prebuild-servers__filters-elem {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: block;
	width: 25%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
	padding: 0 5px
}

.prebuild-servers__filters-elem label {
	font-size: 14px;
	color: #252525;
	display: block;
	padding: 4px
}

@media (max-width: 767px) {
	.prebuild-servers__filters-elem {
		width: 50%
	}
}

@media (max-width: 479px) {
	.prebuild-servers__filters-elem {
		width: 100%
	}
}

.prebuild-servers_short .prebuild-servers__tr:nth-child(6)~.prebuild-servers__tr {
	display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page_menu_stat ul li {
	margin: 16px 0
}

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

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

.page_menu_fixed .page_menu ul {
	height: 65px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.headers-with-icons {
	position: relative;
	margin-top: 40px;
	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: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start
}
.headers-with-icons.headers-with-icons_3 {
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
@media (max-width: 767px) {
	.headers-with-icons {
		margin-top: 24px
	}
}

.headers-with-icons__elem {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block;
	width: 16.6666%;
	box-sizing: border-box;
	padding-right: 20px;
	margin-bottom: 40px
}


@media (max-width: 1279px) {
	.headers-with-icons__elem {
		width: 25%
	}
}

@media (max-width: 1023px) {
	.headers-with-icons__elem {
		width: 33.3333%;
		margin-bottom: 32px
	}
}

@media (max-width: 767px) {
	.headers-with-icons__elem {
		width: 50%;
		margin-bottom: 24px
	}
}

.headers-with-icons__icon {
	height: 64px;
	position: relative
}

.headers-with-icons__icon img {
	height: 40px;
	transition: opacity .2s;
	left: 0;
	top: 0;
	position: relative;
	will-change: opacity
}

.headers-with-icons__icon img:first-child {
	opacity: 1
}

.headers-with-icons__icon img:last-child:not(:first-child) {
	opacity: 0;
	position: absolute
}

@media (max-width: 767px) {
	.headers-with-icons__icon {
		height: 45px
	}

	.headers-with-icons__icon img {
		height: 30px
	}
}

.headers-with-icons__header .headline {
	transition: color .2s
}

.headers-with-icons__link:hover .headers-with-icons__icon img:first-child {
	opacity: 0
}

.headers-with-icons__link:hover .headers-with-icons__icon img:last-child {
	opacity: 1
}

.headers-with-icons__link:hover .headers-with-icons__header .headline {
	color: #3fa1fb
}

.headers-with-icons_5 .headers-with-icons__elem {
	width: 20%
}
.headers-with-icons_3 .headers-with-icons__elem {
	width: 33.3333%;
	text-align: center;

}
@media (max-width: 1023px) {
	.headers-with-icons_5 .headers-with-icons__elem {
		width: 33.3333%
	}
	.headers-with-icons_3 .headers-with-icons__elem {
		width: 33.3333%
	}
}

@media (max-width: 767px) {
	.headers-with-icons_5 .headers-with-icons__elem {
		width: 50%
	}
	.headers-with-icons_3 .headers-with-icons__elem {
		width: 50%
	}
}

.server-choice {
	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: 1023px) {
	.server-choice {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.server-choice__sidebar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block;
	width: 280px
}

.server-choice__sidebar .line {
	margin: 24px -15px;
	width: auto
}

.server-choice__sidebar .line__dashed {
	border-color: #e2e2e2
}

@media (max-width: 1279px) {
	.server-choice__sidebar {
		width: 220px
	}
}

@media (max-width: 1023px) {
	.server-choice__sidebar {
		width: 100%
	}
}

.server-choice__filter-list-wr {
	border: 1px solid #f1f1f1;
	box-sizing: border-box;
	padding: 24px 20px;
	margin-bottom: 24px
}

.server-choice__filter-list-wr>:last-child {
	margin-bottom: 0
}

@media (max-width: 1023px) {
	.server-choice__filter-list-wr {
		margin-bottom: 0
	}
}

.server-choice__filter-manage-links {
	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: start;
	align-items: flex-start;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	margin-bottom: 20px
}

.server-choice__filter-manage-links>* {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block
}

.server-choice__filter-head {
	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
}

.server-choice__filter-head>* {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block
}

.server-choice__filter-head .headline_filter {
	position: relative;
	padding-left: 26px
}

.server-choice__filter-head .headline_filter: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='6' height='24' viewBox='0 0 6 24'%3E%3Ccircle cx='3' cy='21' r='3' fill='%233fa1fb'/%3E%3Ccircle cx='3' cy='3' r='3' fill='%233fa1fb'/%3E%3Ccircle cx='3' cy='12' r='3' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 6px;
	height: 24px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.server-choice__filter-head .headline_show-hide-filter-for-mobile {
	display: none;
	position: relative;
	transition: color .2s;
	cursor: pointer;
	padding-right: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.server-choice__filter-head .headline_show-hide-filter-for-mobile:before,
.server-choice__filter-head .headline_show-hide-filter-for-mobile:after {
	position: absolute;
	right: 0;
	top: .5em;
	transition: opacity .2s, transform .2s
}

.server-choice__filter-head .headline_show-hide-filter-for-mobile: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%
}

.server-choice__filter-head .headline_show-hide-filter-for-mobile: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%;
	opacity: 0
}

.server-choice__filter-head .headline_show-hide-filter-for-mobile:hover {
	color: #3fa1fb
}

.server-choice__filter-head .headline_show-hide-filter-for-mobile:hover:before {
	opacity: 0
}

.server-choice__filter-head .headline_show-hide-filter-for-mobile:hover:after {
	opacity: 1
}

.server-choice__filter-head .headline_show-hide-filter-for-mobile span:first-child {
	display: block
}

.server-choice__filter-head .headline_show-hide-filter-for-mobile span:last-child {
	display: none
}

.server-choice__filter-head .headline_show-hide-filter-for-mobile_active:before,
.server-choice__filter-head .headline_show-hide-filter-for-mobile_active:after {
	transform: scaleY(-1)
}

.server-choice__filter-head .headline_show-hide-filter-for-mobile_active span:first-child {
	display: none
}

.server-choice__filter-head .headline_show-hide-filter-for-mobile_active span:last-child {
	display: block
}

@media (max-width: 1023px) {
	.server-choice__filter-head .headline_show-hide-filter-for-mobile {
		display: block
	}
}

@media (max-width: 767px) {
	.server-choice__filter-head .headline_show-hide-filter-for-mobile {
		padding-right: 10px
	}

	.server-choice__filter-head .headline_show-hide-filter-for-mobile span {
		width: 0;
		text-indent: -99in;
		overflow: hidden;
		position: relative
	}
}

.server-choice__filters-wr {
	position: relative
}

@media (max-width: 1023px) {
	.server-choice__filters-wr_hide-for-mobile {
		display: none
	}
}

.server-choice__main {
	margin-left: 20px;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	margin-bottom: 40px;
	width: 100%
}

.server-choice__main-header {
	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: center;
	align-items: center;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	padding: 24px 0
}

.server-choice__main-header>* {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block
}

@media (max-width: 1023px) {
	.server-choice__main {
		width: 100%;
		margin-left: 0;
		margin-bottom: 32px
	}
}

@media (max-width: 767px) {
	.server-choice__main {
		margin-bottom: 24px
	}
}

.server-choice__current-search {
	width: 100%
}

.server-choice__view {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center
}

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

.server-choice__compare-link {
	display: none
}

.server-choice__compare-link_active {
	display: block
}

.server-choice__btns {
	margin-left: 4px;
	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
}

.server-choice__view-link {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block;
	width: 16px;
	height: 16px;
	margin-left: 16px;
	position: relative
}

.server-choice__view-link:before,
.server-choice__view-link:after {
	position: absolute;
	left: 0;
	top: 0
}

.server-choice__view-link_list:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M4 4H0V0h4v4zm0 2H0v4h4V6zm0 6H0v4h4v-4zM16 1H7v2h9V1zm0 6H7v2h9V7zm0 6H7v2h9v-2z' fill='%23252525'/%3E%3C/svg%3E");
	width: 16px;
	height: 16px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.server-choice__view-link_list:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M4 4H0V0h4v4zm0 2H0v4h4V6zm0 6H0v4h4v-4zM16 1H7v2h9V1zm0 6H7v2h9V7zm0 6H7v2h9v-2z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 16px;
	height: 16px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.server-choice__view-link_grid:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M4 4H0V0h4v4zm6-4H6v4h4V0zm6 0h-4v4h4V0zM4 6H0v4h4V6zm6 0H6v4h4V6zm6 0h-4v4h4V6zM4 12H0v4h4v-4zm6 0H6v4h4v-4zm6 0h-4v4h4v-4z' fill='%23252525'/%3E%3C/svg%3E");
	width: 16px;
	height: 16px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.server-choice__view-link_grid:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M4 4H0V0h4v4zm6-4H6v4h4V0zm6 0h-4v4h4V0zM4 6H0v4h4V6zm6 0H6v4h4V6zm6 0h-4v4h4V6zM4 12H0v4h4v-4zm6 0H6v4h4v-4zm6 0h-4v4h4v-4z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 16px;
	height: 16px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.server-choice__view-link_active:before {
	opacity: 0
}

.server-choice__view-link_active:after {
	opacity: 1
}

@media (max-width: 767px) {
	.server-choice__view-link {
		display: none
	}
}

.server-choice__item {
	position: relative
}

.server-choice__item_header {
	color: #bbb5b2;
	font: 300 12px "GothamPro", sans-serif;
	text-transform: uppercase
}

.server-choice__item-action {
	display: none;
	pointer-events: none
}

.server-choice__item-link .bttn {
	display: none
}

.server-choice__item-link .bttn:first-child {
	display: inline-block
}

.server-choice__item:not(.server-choice__item_disabled):hover .server-choice__item-title {
	color: #fff
}

.server-choice__item:not(.server-choice__item_disabled):hover .server-choice__item-char-item {
	color: #fff
}

.server-choice__item:not(.server-choice__item_disabled):hover .server-choice__item-char-item span {
	color: #252525
}

.server-choice__item:not(.server-choice__item_disabled):hover .server-choice__item-char-item:before {
	background-color: #fff
}

.server-choice__item:not(.server-choice__item_disabled):hover .line {
	border-color: #fff
}

.server-choice__item:not(.server-choice__item_disabled):hover .server-choice__item-price s,
.server-choice__item:not(.server-choice__item_disabled):hover .server-choice__item-price strong,
.server-choice__item:not(.server-choice__item_disabled):hover .server-choice__item-price span {
	color: #fff
}

.server-choice__item:not(.server-choice__item_disabled):hover .server-choice__item-link .bttn,
.server-choice__item:not(.server-choice__item_disabled):hover .server-choice__item-check .bttn {
	color: #fff
}

.server-choice__item:not(.server-choice__item_disabled):hover .server-choice__item-link .bttn:before,
.server-choice__item:not(.server-choice__item_disabled):hover .server-choice__item-check .bttn:before {
	border-color: #fff
}

.server-choice__item:not(.server-choice__item_disabled):hover .server-choice__item-link .bttn:hover,
.server-choice__item:not(.server-choice__item_disabled):hover .server-choice__item-check .bttn:hover {
	color: #323232
}

.server-choice__item:not(.server-choice__item_disabled):hover .server-choice__item-link .checkbox input[type='checkbox']+label:before,
.server-choice__item:not(.server-choice__item_disabled):hover .server-choice__item-check .checkbox input[type='checkbox']+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='%23fff'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.server-choice__item:not(.server-choice__item_disabled):hover .server-choice__item-link .checkbox input[type='checkbox']+label:after,
.server-choice__item:not(.server-choice__item_disabled):hover .server-choice__item-check .checkbox input[type='checkbox']+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 0H2a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V2a2 2 0 00-2-2z' fill='%23fff'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.server-choice__item:not(.server-choice__item_disabled):hover .server-choice__item-link .checkbox input[type='checkbox']:checked+label:before,
.server-choice__item:not(.server-choice__item_disabled):hover .server-choice__item-check .checkbox input[type='checkbox']: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='%23fff'/%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.129-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%
}

.server-choice__item:not(.server-choice__item_disabled):hover .server-choice__item-link .checkbox input[type='checkbox']:checked+label:after,
.server-choice__item:not(.server-choice__item_disabled):hover .server-choice__item-check .checkbox input[type='checkbox']: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='%23fff'/%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%
}

.server-choice__item:not(.server-choice__item_disabled):hover .button-copy span {
	color: #fff
}

.server-choice__item:not(.server-choice__item_disabled):hover .button-copy:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 14 16'%3E%3Cpath d='M13.227 3.52a.23.23 0 00-.012-.06.207.207 0 00-.034-.052.206.206 0 00-.014-.022l-.002-.003L9.939.07 9.937.069A.22.22 0 009.83.012.19.19 0 009.775 0H3.473a1.159 1.159 0 00-1.157 1.158v1.338a.247.247 0 00-.063-.012H1.158A1.159 1.159 0 000 3.64v11.201A1.159 1.159 0 001.158 16H9.76a1.159 1.159 0 001.157-1.158v-1.094a.232.232 0 00-.23-.232h1.388a1.159 1.159 0 001.158-1.157V3.547c0-.01-.005-.017-.006-.027zM10.004.8l2.449 2.516h-2.449zm.45 12.948v1.094a.695.695 0 01-.694.695H1.158a.695.695 0 01-.695-.695V3.641a.696.696 0 01.695-.695h1.095a.21.21 0 00.063-.012v9.425a1.159 1.159 0 001.157 1.157h7.212a.232.232 0 00-.23.232zm2.315-1.39a.696.696 0 01-.694.695H3.473a.696.696 0 01-.694-.694V1.158a.695.695 0 01.694-.695h6.068v3.084a.231.231 0 00.231.232h2.997z' fill='%23fff'/%3E%3C/svg%3E");
	width: 14px;
	height: 16px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.server-choice__item:not(.server-choice__item_disabled):hover .button-copy:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 14 16'%3E%3Cpath d='M13.227 3.52a.23.23 0 00-.012-.06.207.207 0 00-.034-.052.206.206 0 00-.014-.022l-.002-.003L9.939.07 9.937.069A.22.22 0 009.83.012.19.19 0 009.775 0H3.473a1.159 1.159 0 00-1.157 1.158v1.338a.247.247 0 00-.063-.012H1.158A1.159 1.159 0 000 3.64v11.201A1.159 1.159 0 001.158 16H9.76a1.159 1.159 0 001.157-1.158v-1.094a.232.232 0 00-.23-.232h1.388a1.159 1.159 0 001.158-1.157V3.547c0-.01-.005-.017-.006-.027zM10.004.8l2.449 2.516h-2.449zm.45 12.948v1.094a.695.695 0 01-.694.695H1.158a.695.695 0 01-.695-.695V3.641a.696.696 0 01.695-.695h1.095a.21.21 0 00.063-.012v9.425a1.159 1.159 0 001.157 1.157h7.212a.232.232 0 00-.23.232zm2.315-1.39a.696.696 0 01-.694.695H3.473a.696.696 0 01-.694-.694V1.158a.695.695 0 01.694-.695h6.068v3.084a.231.231 0 00.231.232h2.997z' fill='%23fc611f'/%3E%3C/svg%3E");
	width: 14px;
	height: 16px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.server-choice__item:not(.server-choice__item_disabled):hover .input-radio input[type="checkbox"]+label:after,
.server-choice__item:not(.server-choice__item_disabled):hover .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.8z' fill='%23fff'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.server-choice__item:not(.server-choice__item_disabled):hover .input-radio input[type="checkbox"]+label:hover,
.server-choice__item:not(.server-choice__item_disabled):hover .input-radio input[type="radio"]+label:hover {
	color: #fff
}

.server-choice__item:not(.server-choice__item_disabled):hover .input-radio input[type="checkbox"]:checked+label,
.server-choice__item:not(.server-choice__item_disabled):hover .input-radio input[type="radio"]:checked+label {
	color: #fff
}

.server-choice__item:not(.server-choice__item_disabled):hover .input-radio input[type="checkbox"]:checked+label:before,
.server-choice__item:not(.server-choice__item_disabled):hover .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='%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%
}

.server-choice__item:not(.server-choice__item_disabled):hover .input-radio input[type="checkbox"]:checked+label:after,
.server-choice__item:not(.server-choice__item_disabled):hover .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='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%
}

.server-choice__item_has-action .server-choice__item-action-elem {
	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
}

.server-choice__item_has-action .server-choice__item-action-elem: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
}

.server-choice__item_has-action .server-choice__item-char-item:before {
	background-color: #fc611f !important
}

.server-choice__item_has-action .server-choice__item-price strong {
	color: #fc611f !important
}

.server-choice__item_has-action .server-choice__item-link .bttn {
	color: #fc611f
}

.server-choice__item_has-action .server-choice__item-link .bttn:before {
	border-color: #fc611f
}

.server-choice__item_has-action:hover {
	background-color: #fc611f !important
}

.server-choice__item_has-action:hover .server-choice__item-action-elem {
	color: #fc611f
}

.server-choice__item_has-action:hover .server-choice__item-action-elem:before {
	border-bottom: solid 22px #fff
}

.server-choice__item_has-action:hover .server-choice__item-char-item:before {
	background-color: #fff !important
}

.server-choice__item_has-action:hover .server-choice__item-price strong {
	color: #fff !important
}

.server-choice__item_has-action:hover .server-choice__item-link .checkbox input[type='checkbox']:checked+label:after,
.server-choice__item_has-action:hover .server-choice__item-check .checkbox input[type='checkbox']: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='%23fff'/%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='%23fc611f'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.server-choice__item_has-action:hover .button-copy:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 14 16'%3E%3Cpath d='M13.227 3.52a.23.23 0 00-.012-.06.207.207 0 00-.034-.052.206.206 0 00-.014-.022l-.002-.003L9.939.07 9.937.069A.22.22 0 009.83.012.19.19 0 009.775 0H3.473a1.159 1.159 0 00-1.157 1.158v1.338a.247.247 0 00-.063-.012H1.158A1.159 1.159 0 000 3.64v11.201A1.159 1.159 0 001.158 16H9.76a1.159 1.159 0 001.157-1.158v-1.094a.232.232 0 00-.23-.232h1.388a1.159 1.159 0 001.158-1.157V3.547c0-.01-.005-.017-.006-.027zM10.004.8l2.449 2.516h-2.449zm.45 12.948v1.094a.695.695 0 01-.694.695H1.158a.695.695 0 01-.695-.695V3.641a.696.696 0 01.695-.695h1.095a.21.21 0 00.063-.012v9.425a1.159 1.159 0 001.157 1.157h7.212a.232.232 0 00-.23.232zm2.315-1.39a.696.696 0 01-.694.695H3.473a.696.696 0 01-.694-.694V1.158a.695.695 0 01.694-.695h6.068v3.084a.231.231 0 00.231.232h2.997z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 14px;
	height: 16px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.server-choice__item_active .server-choice__item-link .bttn {
	display: inline-block !important
}

.server-choice__item_active .server-choice__item-link .bttn:first-child {
	display: none !important
}

.server-choice__items {
	position: relative;
	font-family: "GothamPro", sans-serif
}

.server-choice__items_grid {
	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;
	width: calc(100% + 20px);
	margin-right: -20px;
	margin-bottom: -20px
}

.server-choice__items_grid .server-choice__item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	width: calc(33.3333% - 20px);
	margin: 0 20px 20px 0;
	background-color: #f7f7f7;
	transition: background .2s;
	padding: 24px 30px;
	box-sizing: border-box;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch
}

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

@media (max-width: 767px) {
	.server-choice__items_grid .server-choice__item {
		width: calc(50% - 20px)
	}
}

@media (max-width: 479px) {
	.server-choice__items_grid .server-choice__item {
		width: 100%;
		margin-right: 0
	}
}

.server-choice__items_grid .server-choice__item-title {
	color: #323232;
	text-transform: uppercase;
	font: 700 18px/20px "GothamPro", sans-serif;
	margin-bottom: 0;
	height: 98px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	transition: color .2s
}

.server-choice__items_grid .server-choice__item-title>* {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block
}

.server-choice__items_grid .server-choice__item-title strong {
	font-weight: 400;
	width: 100%;
	max-width: 100%
}

.server-choice__items_grid .server-choice__item-title:after {
	max-width: 100%;
	background-size: contain !important;
	margin: auto 0
}

.server-choice__items_grid .server-choice__item-title.server-unit_1:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='71' height='21' viewBox='0 0 71 21'%3E%3Crect width='71' height='21' rx='2' ry='2' fill='%232d2d2d'/%3E%3Cpath fill='%236e6e6e' d='M13 6h3v9h-3zM6 6h3v9H6zM20 6h3v9h-3zM27 6h3v9h-3zM34 6h3v9h-3z'/%3E%3Ccircle cx='51' cy='8' r='2' fill='%2300c7f9'/%3E%3Ccircle cx='44' cy='8' r='2' fill='%237feaf6'/%3E%3Ccircle cx='60.5' cy='10.5' r='4.5' fill='%23f7f7f7'/%3E%3C/svg%3E");
	width: 71px;
	height: 21px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.server-choice__items_grid .server-choice__item-title.server-unit_2:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='146' height='21' viewBox='0 0 146 21'%3E%3Crect width='71' height='21' rx='2' ry='2' fill='%232d2d2d'/%3E%3Cpath fill='%236e6e6e' d='M13 6h3v9h-3zM6 6h3v9H6zM20 6h3v9h-3zM27 6h3v9h-3zM34 6h3v9h-3z'/%3E%3Ccircle cx='51' cy='8' r='2' fill='%2300c7f9'/%3E%3Ccircle cx='44' cy='8' r='2' fill='%237feaf6'/%3E%3Ccircle cx='60.5' cy='10.5' r='4.5' fill='%23f7f7f7'/%3E%3Crect x='74.005' width='71' height='21' rx='2' ry='2' fill='%232d2d2d'/%3E%3Cpath fill='%236e6e6e' d='M87.005 6h3v9h-3zM80.005 6h3v9h-3zM94.005 6h3v9h-3zM101.005 6h3v9h-3zM108.005 6h3v9h-3z'/%3E%3Ccircle cx='125.005' cy='8' r='2' fill='%2300c7f9'/%3E%3Ccircle cx='118.005' cy='8' r='2' fill='%237feaf6'/%3E%3Ccircle cx='134.505' cy='10.5' r='4.5' fill='%23f7f7f7'/%3E%3C/svg%3E");
	width: 146px;
	height: 21px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.server-choice__items_grid .server-choice__item-title.server-unit_3:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='22' viewBox='0 0 220 22'%3E%3Crect y='.001' width='71' height='21' rx='2' ry='2' fill='%232d2d2d'/%3E%3Cpath fill='%236e6e6e' d='M13 6.001h3v9h-3zM6 6.001h3v9H6zM20 6.001h3v9h-3zM27 6.001h3v9h-3zM34 6.001h3v9h-3z'/%3E%3Ccircle cx='51' cy='8.001' r='2' fill='%2300c7f9'/%3E%3Ccircle cx='44' cy='8.001' r='2' fill='%237feaf6'/%3E%3Ccircle cx='60.5' cy='10.501' r='4.5' fill='%23f7f7f7'/%3E%3Crect x='74.005' y='.001' width='71' height='21' rx='2' ry='2' fill='%232d2d2d'/%3E%3Cpath fill='%236e6e6e' d='M87.005 6.001h3v9h-3zM80.005 6.001h3v9h-3zM94.005 6.001h3v9h-3zM101.005 6.001h3v9h-3zM108.005 6.001h3v9h-3z'/%3E%3Ccircle cx='125.005' cy='8.001' r='2' fill='%2300c7f9'/%3E%3Ccircle cx='118.005' cy='8.001' r='2' fill='%237feaf6'/%3E%3Ccircle cx='134.505' cy='10.501' r='4.5' fill='%23f7f7f7'/%3E%3Crect x='148.008' width='71' height='21' rx='2' ry='2' fill='%232d2d2d'/%3E%3Cpath fill='%236e6e6e' d='M161.008 6h3v9h-3zM154.008 6h3v9h-3zM168.008 6h3v9h-3zM175.008 6h3v9h-3zM182.008 6h3v9h-3z'/%3E%3Ccircle cx='199.008' cy='8' r='2' fill='%2300c7f9'/%3E%3Ccircle cx='192.008' cy='8' r='2' fill='%237feaf6'/%3E%3Ccircle cx='208.508' cy='10.5' r='4.5' fill='%23f7f7f7'/%3E%3C/svg%3E");
	width: 220px;
	height: 22px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.server-choice__items_grid .server-choice__item-title.server-unit_4:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='217' height='21' viewBox='0 0 217 21'%3E%3Crect width='52' height='21' rx='1.712' ry='1.712' fill='%232d2d2d'/%3E%3Cpath fill='%236e6e6e' d='M13 6h3v9h-3zM6 6h3v9H6z'/%3E%3Ccircle cx='32' cy='8' r='2' fill='%2300c7f9'/%3E%3Ccircle cx='25' cy='8' r='2' fill='%237feaf6'/%3E%3Ccircle cx='41.5' cy='10.5' r='4.5' fill='%23f7f7f7'/%3E%3Crect x='55' width='52' height='21' rx='1.712' ry='1.712' fill='%232d2d2d'/%3E%3Cpath fill='%236e6e6e' d='M68 6h3v9h-3zM61 6h3v9h-3z'/%3E%3Ccircle cx='87' cy='8' r='2' fill='%2300c7f9'/%3E%3Ccircle cx='80' cy='8' r='2' fill='%237feaf6'/%3E%3Ccircle cx='96.5' cy='10.5' r='4.5' fill='%23f7f7f7'/%3E%3Crect x='110' width='52' height='21' rx='1.712' ry='1.712' fill='%232d2d2d'/%3E%3Cpath fill='%236e6e6e' d='M123 6h3v9h-3zM116 6h3v9h-3z'/%3E%3Ccircle cx='142' cy='8' r='2' fill='%2300c7f9'/%3E%3Ccircle cx='135' cy='8' r='2' fill='%237feaf6'/%3E%3Ccircle cx='151.5' cy='10.5' r='4.5' fill='%23f7f7f7'/%3E%3Crect x='165' width='52' height='21' rx='1.712' ry='1.712' fill='%232d2d2d'/%3E%3Cpath fill='%236e6e6e' d='M178 6h3v9h-3zM171 6h3v9h-3z'/%3E%3Ccircle cx='197' cy='8' r='2' fill='%2300c7f9'/%3E%3Ccircle cx='190' cy='8' r='2' fill='%237feaf6'/%3E%3Ccircle cx='206.5' cy='10.5' r='4.5' fill='%23f7f7f7'/%3E%3C/svg%3E");
	width: 217px;
	height: 21px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.server-choice__items_grid .server-choice__item-title.server-unit_5:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='217' height='21' viewBox='0 0 217 21'%3E%3Crect width='41' height='21' rx='1.52' ry='1.52' fill='%232d2d2d'/%3E%3Cpath fill='%236e6e6e' d='M13 6h3v9h-3zM6 6h3v9H6z'/%3E%3Ccircle cx='21' cy='8' r='2' fill='%2300c7f9'/%3E%3Ccircle cx='30.5' cy='10.5' r='4.5' fill='%23f7f7f7'/%3E%3Crect x='44' width='41' height='21' rx='1.52' ry='1.52' fill='%232d2d2d'/%3E%3Cpath fill='%236e6e6e' d='M57 6h3v9h-3zM50 6h3v9h-3z'/%3E%3Ccircle cx='65' cy='8' r='2' fill='%2300c7f9'/%3E%3Ccircle cx='74.5' cy='10.5' r='4.5' fill='%23f7f7f7'/%3E%3Crect x='88' width='41' height='21' rx='1.52' ry='1.52' fill='%232d2d2d'/%3E%3Cpath fill='%236e6e6e' d='M101 6h3v9h-3zM94 6h3v9h-3z'/%3E%3Ccircle cx='109' cy='8' r='2' fill='%2300c7f9'/%3E%3Ccircle cx='118.5' cy='10.5' r='4.5' fill='%23f7f7f7'/%3E%3Crect x='132' width='41' height='21' rx='1.52' ry='1.52' fill='%232d2d2d'/%3E%3Cpath fill='%236e6e6e' d='M145 6h3v9h-3zM138 6h3v9h-3z'/%3E%3Ccircle cx='153' cy='8' r='2' fill='%2300c7f9'/%3E%3Ccircle cx='162.5' cy='10.5' r='4.5' fill='%23f7f7f7'/%3E%3Crect x='176' width='41' height='21' rx='1.52' ry='1.52' fill='%232d2d2d'/%3E%3Cpath fill='%236e6e6e' d='M189 6h3v9h-3zM182 6h3v9h-3z'/%3E%3Ccircle cx='197' cy='8' r='2' fill='%2300c7f9'/%3E%3Ccircle cx='206.5' cy='10.5' r='4.5' fill='%23f7f7f7'/%3E%3C/svg%3E");
	width: 217px;
	height: 21px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.server-choice__items_grid .server-choice__item-title-add-info {
	display: none
}

.server-choice__items_grid .server-choice__item-char-item {
	font-size: 14px;
	color: #494949;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 4px;
	position: relative;
	padding-left: 15px;
	transition: color .2s;
	word-wrap: break-word
}

.server-choice__items_grid .server-choice__item-char-item span {
	color: #bbb5b2;
	font-weight: 300;
	display: block;
	transition: color .2s
}

.server-choice__items_grid .server-choice__item-char-item u {
	text-decoration: none
}

.server-choice__items_grid .server-choice__item-char-item:before {
	position: absolute;
	content: '';
	left: 0;
	top: 7px;
	width: 5px;
	height: 5px;
	background-color: #3fa1fb;
	transition: background .2s
}

.server-choice__items_grid .server-choice__item .line {
	margin: 16px 0
}

.server-choice__items_grid .server-choice__item-price {
	margin-top: auto;
	margin-bottom: 16px
}

.server-choice__items_grid .server-choice__item-price s {
	color: #494949;
	font-size: 14px;
	font-weight: 300;
	text-decoration: line-through;
	transition: color .2s
}

.server-choice__items_grid .server-choice__item-price strong {
	color: #494949;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	transition: color .2s
}

.server-choice__items_grid .server-choice__item-price strong sup {
	font-size: 15px;
	line-height: 15px;
	font-weight: 300;
	position: relative;
	top: -1px
}

.server-choice__items_grid .server-choice__item-price span {
	color: #ccc;
	font: 500 18px "GothamPro", sans-serif;
	transition: color .2s
}

.server-choice__items_grid .server-choice__item-link,
.server-choice__items_grid .server-choice__item-check {
	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
}

.server-choice__items_grid .server-choice__item-link>*,
.server-choice__items_grid .server-choice__item-check>* {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block
}

.server-choice__items_grid .server-choice__item-link .checkbox,
.server-choice__items_grid .server-choice__item-check .checkbox {
	height: 18px
}

.server-choice__items_grid .server-choice__item-link .checkbox label,
.server-choice__items_grid .server-choice__item-check .checkbox label {
	height: 18px;
	padding-left: 18px
}

.server-choice__items_grid .server-choice__item-link .bttn,
.server-choice__items_grid .server-choice__item-check .bttn {
	margin-right: 20px
}

.server-choice__items_grid .server-choice__item-link .bttn,
.server-choice__items_grid .server-choice__item-check .bttn {
	display: none
}

.server-choice__items_grid .server-choice__item-link .bttn:first-child,
.server-choice__items_grid .server-choice__item-check .bttn:first-child {
	display: inline-block
}

.server-choice__items_grid .server-choice__item:not(.server-choice__item_disabled):hover {
	background-color: #3fa1fb
}

.server-choice__items_grid .server-choice__item_header {
	display: none
}

@media (max-width: 767px) {
	.server-choice__items_grid {
		width: 100%;
		margin-right: 0
	}
}

.server-choice__items_list {
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: none;
	border-top: dashed 1px #d3d3d3
}

.server-choice__items_list .server-choice__item {
	display: table-row;
	background: none
}

.server-choice__items_list .server-choice__item>* {
	display: table-cell;
	background-color: #f7f7f7;
	border-bottom: solid 2px #fff;
	vertical-align: middle;
	padding: 9px 20px 9px 0;
	transition: background .2s
}

.server-choice__items_list .server-choice__item>*:first-child {
	padding-left: 20px
}

.server-choice__items_list .server-choice__item:not(.server-choice__item_disabled):hover>* {
	background-color: #3fa1fb
}

.server-choice__items_list .server-choice__item:not(.server-choice__item_disabled):hover .server-choice__item-title-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='%23fff'/%3E%3Ccircle cx='6.839' cy='3.724' r='.744' transform='rotate(-76.064 6.839 3.724)' fill='%23fff'/%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='%23fff'/%3E%3C/svg%3E");
	width: 13px;
	height: 13px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.server-choice__items_list .server-choice__item.server-choice__item_has-action:hover>* {
	background-color: #fc611f
}

.server-choice__items_list .server-choice__item.server-choice__item_has-action:hover .server-choice__item-action-elem:before {
	border-bottom: solid 18px #fff !important
}

.server-choice__items_list .server-choice__item_header {
	display: table-row
}

.server-choice__items_list .server-choice__item_header .server-choice__th,
.server-choice__items_list .server-choice__item_header:hover .server-choice__th {
	background: none
}

.server-choice__items_list .server-choice__item_header .server-choice__th {
	padding: 10px 20px 10px 0
}

.server-choice__items_list .server-choice__item_header .server-choice__th_1 {
	padding-left: 20px
}

.server-choice__items_list .server-choice__item_header .server-choice__th_6 {
	text-align: center;
	padding-right: 60px
}

.server-choice__items_list .server-choice__item_header .server-choice__th_7 {
	padding: 0
}

.server-choice__items_list .server-choice__item-title {
	text-transform: uppercase;
	font: 400 12px/15px "GothamPro", sans-serif;
	color: #494949;
	margin-bottom: 0
}

.server-choice__items_list .server-choice__item-title strong {
	font-weight: 400
}

.server-choice__items_list .server-choice__item-title-add-info {
	position: relative;
	display: inline-block;
	bottom: -2px
}

.server-choice__items_list .server-choice__item-title-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
}

.server-choice__items_list .server-choice__item-title-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: #494949;
	text-transform: none;
	line-height: 16px
}

.server-choice__items_list .server-choice__item-title-add-info-body span {
	color: #bbb5b2;
	font-weight: 300;
	display: block
}

.server-choice__items_list .server-choice__item-title-add-info_active .server-choice__item-title-add-info-body {
	display: block
}

.server-choice__items_list .server-choice__item-char-item {
	color: #494949;
	font: 300 12px/15px "GothamPro", sans-serif
}

.server-choice__items_list .server-choice__item-char-item span,
.server-choice__items_list .server-choice__item-char-item:before,
.server-choice__items_list .server-choice__item-char-item u,
.server-choice__items_list .server-choice__item-char-item_processor {
	display: none
}

.server-choice__items_list .server-choice__item .line {
	display: none
}

.server-choice__items_list .server-choice__item-price {
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap
}

.server-choice__items_list .server-choice__item-price s {
	color: #494949;
	text-decoration: line-through;
	transition: color .2s
}

.server-choice__items_list .server-choice__item-price strong {
	color: #494949;
	font-weight: 400;
	transition: color .2s
}

.server-choice__items_list .server-choice__item-price strong sup {
	font-size: 10px;
	line-height: 10px;
	position: relative;
	top: 1px
}

.server-choice__items_list .server-choice__item-price span {
	color: #ccc;
	font: 500 14px "GothamPro", sans-serif;
	transition: color .2s
}

.server-choice__items_list .server-choice__item-link,
.server-choice__items_list .server-choice__item-check {
	white-space: nowrap
}

.server-choice__items_list .server-choice__item-link .checkbox,
.server-choice__items_list .server-choice__item-check .checkbox {
	height: 18px;
	vertical-align: middle
}

.server-choice__items_list .server-choice__item-link .checkbox label,
.server-choice__items_list .server-choice__item-check .checkbox label {
	height: 18px;
	padding-left: 18px
}

.server-choice__items_list .server-choice__item-link .bttn,
.server-choice__items_list .server-choice__item-check .bttn {
	vertical-align: middle;
	margin-right: 20px
}

.server-choice__items_list .server-choice__item-action {
	width: 0;
	padding: 0;
	vertical-align: top
}

.server-choice__items_list .server-choice__item-action-wr {
	display: block;
	position: relative
}

.server-choice__items_list .server-choice__item-action-elem {
	top: 20px;
	width: 55px;
	height: 18px;
	font-size: 10px;
	line-height: 18px;
	color: #fff
}

.server-choice__items_list .server-choice__item-action-elem:before {
	border-bottom: solid 18px #fc611f;
	border-right: solid 18px transparent;
	border-left: solid 18px transparent
}

.server-choice__items_short .server-choice__item:nth-child(7)~.server-choice__item {
	display: none
}

.server-choice__show-all {
	text-align: center;
	margin: 40px 0 0
}

@media (max-width: 1023px) {
	.server-choice__show-all {
		margin: 32px 0 0
	}
}

@media (max-width: 767px) {
	.server-choice__show-all {
		margin: 24px 0 0
	}
}

.community-slider {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch
}

@media (max-width: 1023px) {
	.community-slider {
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.community-slider-wr {
	position: relative;
	width: 100%;
	overflow: hidden
}

.community-slider__elem {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block;
	position: relative;
	width: 33.33333%;
	font-style: italic;
	text-align: center
}

@media (max-width: 1023px) {
	.community-slider__elem {
		width: 100%
	}
}

@media (min-width: 1024px) {
	.community-slider__elem:not(:last-child):after {
		position: absolute;
		left: 100%;
		bottom: -32px;
		background: url(../img/community-slider-shadow.png) no-repeat 0 100%;
		width: 83px;
		height: 295px;
		content: '';
		margin-left: -16px
	}
}

.community-slider__elem-title {
	color: #002e76;
	font-family: "GothamPro", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	height: 32px;
	margin: 0 0 16px;
	font-style: italic;
	text-transform: uppercase
}

.community-slider__elem-price {
	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: baseline;
	align-items: baseline;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	margin-bottom: 24px
}

.community-slider__elem-price>* {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block
}

.community-slider__elem-price big {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 65px;
	line-height: 1;
	font-weight: 700;
	position: relative;
	margin-right: 14px
}

.community-slider__elem-price big small {
	font-size: 30px;
	line-height: 1;
	position: relative;
	top: 4px;
	vertical-align: top;
	margin-right: -14px;
	display: inline-block
}

.community-slider__elem-price-unit {
	color: #fff;
	font-family: "GothamPro", sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1
}

.community-slider__elem-price-unit strong {
	text-align: left;
	font-weight: 700;
	display: inline-block;
	margin-top: -1em;
	transform: skewX(-15deg);
	font-style: normal
}

.community-slider__elem-bttn {
	text-align: center
}

.community-slider_mini .community-slider__elem:not(:last-child):after {
	height: 190px;
	transform: scale(0.75);
	transform-origin: 0 100%
}

.community-slider_mini .community-slider__elem-title {
	height: auto;
	margin: 0 0 8px
}

.community-slider_mini .community-slider__elem-price {
	margin-bottom: 8px
}

.community-slider_mini .community-slider__elem-price big {
	font-size: 30px
}

.community-slider_mini .community-slider__elem-price big small {
	font-size: 20px
}

.community-slider_mini .community-slider__elem-price-unit {
	font-size: 18px
}

.community-slider_mini .community-slider__elem-text {
	margin-bottom: 8px;
	color: #fff;
	font-family: "GothamPro", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px
}

.domains-header {
	display: block;
	position: relative;
	padding: 40px 0
}

.domains-header_wr {
	position: relative;
	z-index: 80
}

.domains-header>.headline_h1,
.domains-header>.headline_h6 {
	margin-bottom: 32px
}

@media (max-width: 767px) {

	.domains-header>.headline_h1,
	.domains-header>.headline_h6 {
		margin-bottom: 24px
	}
}

.domains-header .input-btn__wr {
	max-width: 780px;
	margin: 0 auto
}

@media (max-width: 1023px) {
	.domains-header .input-btn__wr {
		max-width: 580px
	}
}

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

.prebuild-servers_domains-price {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto
}

.prebuild-servers_domains-price .prebuild-servers__td_name {
	font-size: 16px;
	text-transform: uppercase
}

.prebuild-servers_domains-price .prebuild-servers__td_char-item {
	font-size: 14px;
	font-weight: 500
}

.prebuild-servers_domains-price_5-rows .prebuild-servers__tbody .prebuild-servers__tr:nth-child(5)~.prebuild-servers__tr {
	display: none
}

.server-choice_domains {
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	margin-left: auto;
	margin-right: auto;
	display: block
}

.server-choice_domains .server-choice__items_list .checkbox {
	vertical-align: middle
}

.server-choice_domains .server-choice__items_list .checkbox label {
	min-height: 18px;
	display: block
}

.server-choice_domains .server-choice__items_list .server-choice__item-check {
	vertical-align: middle
}

.server-choice_domains .server-choice__items_list .server-choice__item-title {
	width: 100%
}

.server-choice_domains .server-choice__items_grid .server-choice__item {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width: 767px) {
	.server-choice_domains .server-choice__items_grid .server-choice__item {
		padding: 20px 16px
	}
}

.server-choice_domains .server-choice__items_grid .server-choice__item>* {
	max-width: 100%
}

.server-choice_domains .server-choice__items_grid .server-choice__item-check {
	vertical-align: middle;
	-ms-flex-order: 200;
	order: 200
}

.server-choice_domains .server-choice__items_grid .server-choice__item-title {
	height: auto;
	word-wrap: break-word
}

.server-choice_domains .server-choice__items_grid .server-choice__item-price {
	width: 100%
}

.server-choice_domains .unavailable-domain {
	display: block;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border: 2px solid #e6e6e6;
	border-radius: 50%;
	position: relative
}

.server-choice_domains .unavailable-domain:before,
.server-choice_domains .unavailable-domain:after {
	position: absolute;
	content: '';
	border-top: 2px solid #e6e6e6;
	height: 0;
	width: 20px;
	transform: translate(50%, 50%) rotate(45deg);
	bottom: 50%;
	right: 50%
}

.server-choice_domains .unavailable-domain:after {
	transform: translate(50%, 50%) rotate(-45deg)
}