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

.checkout-white-block__headline-edit:before,
.checkout-blue-block__headline-edit:before,
.checkout-white-block__headline-edit:after,
.checkout-blue-block__headline-edit:after {
	transition: opacity .2s;
	will-change: transform
}

.checkout-white-block__headline-edit:before,
.checkout-blue-block__headline-edit:before {
	opacity: 1
}

.checkout-white-block__headline-edit:after,
.checkout-blue-block__headline-edit:after {
	opacity: 0
}

.checkout-white-block__headline-edit:hover:before,
.checkout-blue-block__headline-edit:hover:before {
	opacity: 0
}

.checkout-white-block__headline-edit:hover:after,
.checkout-blue-block__headline-edit: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
	}
}

.sign-up {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #fff;
	padding: 24px 16px;
	border-radius: 5px;
	box-sizing: border-box
}

.sign-up__headline .headline_h1 {
	margin-bottom: 24px
}

@media (max-width: 767px) {
	.sign-up__form {
		max-width: 280px;
		margin-left: auto;
		margin-right: auto
	}
}

.sign-up__field:not(:last-child) {
	margin-bottom: 30px
}

.sign-up__field input[type='text'],
.sign-up__field input[type='password'] {
	max-width: 280px;
	height: 50px;
	color: #707070;
	font: 300 14px/50px "GothamPro", sans-serif;
	padding: 0 20px
}

.sign-up__field input[type='text']:focus,
.sign-up__field input[type='password']:focus {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}

.sign-up__field input[type='text'].error,
.sign-up__field input[type='password'].error {
	border: 1px solid #fc611f !important;
	color: #fc611f !important
}

.sign-up__field select.select {
	width: 280px
}

.sign-up__field .select.jq-selectbox {
	max-width: 280px;
	height: 50px;
	line-height: 48px;
	text-align: left
}

.sign-up__field .select.jq-selectbox.error {
	border: 1px solid #fc611f;
	color: #fc611f !important
}

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

.sign-up__field .select.jq-selectbox .jq-selectbox__dropdown ul {
	max-height: 160px
}

.sign-up__field .select.jq-selectbox .jq-selectbox__dropdown ul li {
	padding-left: 20px
}

.sign-up__field a {
	font: 300 14px "GothamPro", sans-serif;
	text-transform: uppercase
}

@media (max-width: 767px) {
	.sign-up__field .checkbox {
		text-align: left
	}
}

.sign-up__field-error-container {
	display: block;
	background-color: #fc611f;
	max-width: 280px;
	margin: 0 auto;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	box-sizing: border-box;
	letter-spacing: 0.34px;
	text-align: left;
	opacity: 0;
	padding: 0 6px;
	transform: scaleY(0);
	transform-origin: 0 0;
	transition: all .2s
}

.sign-up__field-error-container.has-error {
	opacity: 1;
	transform: scaleY(1);
	padding: 5px 6px
}

.sign-up__or {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 0 4px;
	color: #ccc;
	font: italic 300 14px "GothamPro", sans-serif
}

.sign-up__or:before,
.sign-up__or:after {
	position: absolute;
	content: '';
	width: 80px;
	height: 1px;
	background-color: #dbdbdb;
	top: 50%
}

.sign-up__or:before {
	right: 100%
}

.sign-up__or:after {
	left: 100%
}

.sign-up-footer {
	font-size: 16px;
	text-align: center
}

.sign-up-footer a {
	color: #fff
}

.sign-up-footer.margin {
	margin-top: 24px
}

.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 .jq-selectbox__dropdown li.disabled,
.select.jq-selectbox .jq-selectbox__dropdown li.disabled:hover,
.select.jq-selectbox .jq-selectbox__dropdown li.disabled.selected {
	opacity: 0.5;
	background-color: #fff;
	color: #707070;
}

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

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

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

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

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

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

.form-block__body {
	position: relative
}

.form-block__body-tpl {
	display: none
}

.form-block__body-tpl_active {
	display: block
}

.form-block__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	margin-left: -40px
}

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

.form-block__item_full_size {
	width: 100%
}

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

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

.form-block__item_center {
	text-align: center
}

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

.form-block__label_disabled {
	color: #bbb5b2
}

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

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

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

	.form-block__list {
		margin-left: 0
	}

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

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

.form-block_3-cols {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto
}

.form-block_3-cols .form-block__item {
	width: 33.3333%
}

@media (max-width: 1023px) {
	.form-block_3-cols .form-block__item {
		width: 50%
	}
}

@media (max-width: 767px) {
	.form-block_3-cols .form-block__item {
		width: 100%
	}
}

.form-block_3-cols .form-block__item_full_size {
	width: 100% !important
}

.form-block_3-cols .form-block__item_2-3 {
	width: 66.6666%
}

@media (max-width: 1023px) {
	.form-block_3-cols .form-block__item_2-3 {
		width: 100%
	}
}

@media (max-width: 767px) {
	.form-block_3-cols .form-block__item_2-3 {
		width: 100%
	}
}

.form-block_3-cols .form-block__item_1-2 {
	width: 50%
}

@media (max-width: 1023px) {
	.form-block_3-cols .form-block__item_1-2 {
		width: 50%
	}
}

@media (max-width: 767px) {
	.form-block_3-cols .form-block__item_1-2 {
		width: 100%
	}
}

.registration-block {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto
}

.registration-block__headline {
	text-align: center
}

.registration-block__body .form-block__list {
	margin-bottom: -16px
}

.registration-block__body .form-block__item .input-radio:not(:last-of-type) {
	margin-right: 32px
}

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

.checkout__main {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	display: block
}

.checkout__main-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin: 40px 0
}

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

@media (min-width: 1024px) {
	.checkout__sidebar-head {
		text-align: center;
		height: 50px;
		margin-top: -50px
	}
}

@media (max-width: 1023px) {
	.checkout__sidebar-head {
		margin: 24px 0
	}
}

@media (min-width: 1024px) {
	.checkout__sidebar {
		width: 280px;
		will-change: transform
	}
}

.checkout__sidebar-wr {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block;
	position: relative
}

@media (min-width: 1024px) {
	.checkout__sidebar-wr {
		width: 280px;
		margin-left: 20px
	}
}

@media (max-width: 1023px) {
	.checkout__sidebar {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		position: relative
	}

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

@media (min-width: 1024px) {
	.checkout__main-header {
		margin-right: 300px
	}
}

.checkout-white-block,
.checkout-blue-block {
	background-color: #fff;
	padding: 32px 20px;
	margin-bottom: 20px
}

@media (max-width: 767px) {

	.checkout-white-block,
	.checkout-blue-block {
		padding: 24px 20px
	}
}

.checkout-white-block>*:not(:last-child),
.checkout-blue-block>*:not(:last-child) {
	margin-bottom: 24px
}

@media (max-width: 767px) {

	.checkout-white-block>*:not(:last-child),
	.checkout-blue-block>*:not(:last-child) {
		margin-bottom: 16px
	}
}

.checkout-white-block__headline,
.checkout-blue-block__headline {
	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;
	position: relative
}

.checkout-white-block__headline>*,
.checkout-blue-block__headline>* {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block
}

@media (max-width: 767px) {

	.checkout-white-block__headline,
	.checkout-blue-block__headline {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.checkout-white-block__headline-edit,
.checkout-blue-block__headline-edit {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 24px;
	height: 24px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

.checkout-white-block__headline-edit:before,
.checkout-white-block__headline-edit:after,
.checkout-blue-block__headline-edit:before,
.checkout-blue-block__headline-edit:after {
	position: absolute;
	content: '';
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%)
}

.checkout-white-block__headline-edit:after,
.checkout-blue-block__headline-edit:after {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' viewBox='0 0 18 19'%3E%3Cpath d='M9.299 3.087L.628 11.76l-.46.46a.576.576 0 00-.168.405v4.806a.574.574 0 00.574.573H5.38a.57.57 0 00.406-.168L16.839 6.782a3.972 3.972 0 10-5.617-5.617.573.573 0 000 .812.277.277 0 01.039.024.183.183 0 01.032.043l1.927 1.93-9.762 9.761-1.592-1.591 8.244-8.245a.576.576 0 000-.812.587.587 0 00-.811 0zm3.18-1.477l.08-.049a2.82 2.82 0 013.877 3.877l-.05.081zm1.55 3.175l1.592 1.592-9.761 9.762-1.59-1.592zm-9.073 12.07H1.148v-3.807z' fill='%233fa1fb'/%3E%3C/svg%3E");
	width: 18px;
	height: 19px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.checkout-white-block__headline-edit:before,
.checkout-blue-block__headline-edit:before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 2A10 10 0 112 12 10.011 10.011 0 0112 2m0-2a12 12 0 1012 12A12 12 0 0012 0z' fill='%233fa1fb'/%3E%3Cpath d='M10.029 17a.69.69 0 01-.5-.23c-.569-.57-1.138-1.16-1.707-1.73-.569-.59-1.154-1.18-1.723-1.77a.723.723 0 01-.162-.8.765.765 0 01.682-.5.639.639 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='%233fa1fb'/%3E%3C/svg%3E");
	width: 24px;
	height: 24px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.checkout-white-block__body-2-cols,
.checkout-blue-block__body-2-cols {
	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;
	margin-top: 32px
}

@media (max-width: 1023px) {

	.checkout-white-block__body-2-cols,
	.checkout-blue-block__body-2-cols {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.checkout-white-block__body-2-cols>*,
.checkout-blue-block__body-2-cols>* {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	display: block;
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px
}

@media (max-width: 1023px) {

	.checkout-white-block__body-2-cols>*,
	.checkout-blue-block__body-2-cols>* {
		width: 100%;
		padding-right: 0
	}

	.checkout-white-block__body-2-cols>*:not(:last-child),
	.checkout-blue-block__body-2-cols>*:not(:last-child) {
		margin-bottom: 10px
	}
}

.checkout-blue-block {
	background: #3fa1fb url("../img/checkout-blue-block-bg.svg") 50% 50%;
	padding: 40px
}

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

.checkout__headline {
	margin-bottom: 20px;
	padding: 24px 30px;
	background-color: #3fa1fb;
	color: #fff;
	font: 400 20px "GothamPro", sans-serif;
	text-transform: uppercase
}

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

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

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

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

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

.add-info_active {
	z-index: 100
}

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

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

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

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

.default_header_wr_sign-up {
	background: #3fa1fb url(../img/sign-up-bg-2.svg) 50% 100% repeat-x;
	background: #f7f7f7
}

.default_header_sign-up {
	padding: 0;
	display: block;
	z-index: 100
}

.default_header_sign-up .bttn.bttn_disabled {
	color: inherit;
	opacity: .5
}

.default_header_sign-up .bttn.bttn_disabled:before,
.default_header_sign-up .bttn.bttn_disabled:after {
	border: none
}

.new-customer {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

@media (max-width: 767px) {
	.new-customer {
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

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

.new-customer__img {
	width: 100%;
	max-width: 300px;
	text-align: right;
}

@media (max-width: 767px) {
	.new-customer__img {
		text-align: center;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 24px;
	}
}

.new-customer__descr {
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.new-customer__headline {
	margin-bottom: 32px;
}

@media (max-width: 767px) {
	.new-customer__headline {
		margin-bottom: 16px;
	}
}

.new-customer__text {
	margin-bottom: 32px;
}

@media (max-width: 767px) {
	.new-customer__text {
		margin-bottom: 24px;
	}
}

.request-sent {
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

[name="billing_email"]~.add-info,
[name="p1"]~.add-info {
	display: block;
	width: 100%;
}

@media (max-width: 767px) {

	[name="billing_email"]~.add-info,
	[name="p1"]~.add-info {
		position: relative;
	}

	[name="billing_email"]~.add-info .add-info-body,
	[name="p1"]~.add-info .add-info-body {
		transform: none;
		right: auto;
	}
}

[name="billing_email"]~.add-info .add-info-body,
[name="p1"]~.add-info .add-info-body {

	left: 0;
	width: 100%;
}

[name="billing_email"]:focus~.add-info,
[name="p1"]:focus~.add-info {
	z-index: 100;
}

[name="billing_email"]:focus~.add-info .add-info-body,
[name="p1"]:focus~.add-info .add-info-body {
	display: block;
}