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

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

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

.contact-header {
	padding-right: 100px;
	position: relative;
	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
}

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

.contact-header__text .headline.headline_h1 {
	margin-bottom: 12px
}

@media (max-width: 1279px) {
	.contact-header {
		padding-right: 80px
	}
}

@media (max-width: 1023px) {
	.contact-header {
		padding-right: 60px
	}
}

@media (max-width: 767px) {
	.contact-header {
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 36px 0
	}

	.contact-header__text,
	.contact-header__btns {
		text-align: center
	}

	.contact-header__btns {
		margin-top: 24px
	}
}

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

.contact_type__elem {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	width: 33%;
	position: relative;
	box-sizing: border-box;
	padding: 0 32px 0;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	margin-bottom: 50px
}

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

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

.contact_type__elem:before {
	right: 100%;
	background: url(../img/config_bg_l.png) no-repeat 50% 50%/100% 100%
}

.contact_type__elem:after {
	left: 100%;
	background: url(../img/config_bg_r.png) no-repeat 50% 50%/100% 100%
}

.contact_type__elem:last-child .contact_type__elem-text:before {
	display: none
}

.contact_type__elem-text {
	margin-bottom: 24px
}

.contact_type__elem-text:last-child {
	margin-bottom: 0
}

.contact_type__elem-text:before {
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	border-right: dashed 1px #e2e2e2;
	content: ''
}

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

.contact_type__elem-text p a:hover {
	color: #fc611f
}

.contact_type__elem-text p b {
	display: block;
	margin-bottom: 8px;
	font-weight: 400;
	color: #252525
}

.contact_type__elem-img {
	height: 66px;
	margin-bottom: 6px;
	box-sizing: border-box;
	position: relative
}

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

.contact_type__elem-img img:first-child {
	opacity: 1
}

.contact_type__elem-img img:last-child {
	opacity: 0
}

.contact_type__elem-title {
	margin-bottom: 32px
}

.contact_type__elem-title .headline {
	transition: color .2s
}

.contact_type__elem-add-text {
	min-height: 36px;
	margin-top: auto
}

.contact_type__elem-add-text p {
	margin: 0
}

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

.contact_type__elem:hover .contact_type__elem-title .headline {
	color: #3fa1fb
}

.contact_type__elem:hover .contact_type__elem-img img:first-child {
	opacity: 0
}

.contact_type__elem:hover .contact_type__elem-img img:last-child {
	opacity: 1
}

@media (max-width: 1023px) {
	.contact_type__elem {
		width: 50%
	}

	.contact_type__elem:before,
	.contact_type__elem:after {
		width: 34px
	}

	.contact_type__elem:nth-child(even) .contact_type__elem-text:before {
		display: none
	}
}

@media (max-width: 767px) {
	.contact_type__elem {
		width: 100%;
		margin-bottom: 16px;
		padding-bottom: 24px;
		border-bottom: dashed 1px #e2e2e2
	}

	.contact_type__elem-add-text {
		min-height: 0
	}

	.contact_type__elem:before,
	.contact_type__elem:after {
		width: 20px
	}

	.contact_type__elem .contact_type__elem-text:before {
		display: none
	}

	.contact_type__elem:last-child {
		border-bottom: none
	}
}

.contact_type__elem_chat-btn {
	margin-top: 4px
}