/* Register page */

.u-column2 {
	width: 100% !important;
	max-width: 1028px;
	margin: 0 auto;
	float: none !important;
    padding: 68px 30px 0 30px;
}

.woocommerce-account .woocommerce {
	background: #fbfbfb;
}

.woocommerce form.register {
	padding: 0 !important;
}

.ftnss-tab-payment-options .ftnss-register-products-container {
	display: none;
}

.ftnss-tab-payment-options .test {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ftnss-registration-container .woocommerce-form.woocommerce-form-register {
	border: none;
}

.ftnss-registration-name-training {
	display: none;
}

.without-description .ftnss-register-block-title {
	opacity: 0;
}

.ftnss-register-dual-container {
	width: 100%;
}

.ftnss-register-dual-container:nth-child(1) {
	margin-right: 15px;
}

.ftnss-register-dual-container:nth-child(2) {
	margin-left: 15px;
}

.ftnss-register-tab-goals .ftnss-register-dual-container {
	position: relative;
}

.ftnss-register-tab-goals .ftnss-register-dual-container .ftnss-dimension {
	position: absolute;
	right: 22px;
	bottom: 23px;
	font-family: "Bw Modelica - Regular";
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.42px;
	text-transform: uppercase;
	color: #8b9297;
	pointer-events: none;
}

.ftnss-register-weight,
.ftnss-register-height {
	width: 100%;
}

.ftnss-register-tab-goals input[type=number]::-webkit-inner-spin-button, 
.ftnss-register-tab-goals input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}

.ftnss-register-input {
	height: 73px;
	font-family: "Bw Modelica - Regular";
	font-size: 22px;
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.14);
			box-shadow: 0 0 22px rgba(0, 0, 0, 0.14);
	-webkit-appearance: none;
	padding: 0 22px;
	margin-top: 22px;
}

.ftnss-register-block-title {
	line-height: 30px;
/*	margin: 60px 0 22px 0;*/
	color: #383838;
	font-family: "Bw Modelica - Medium";
	font-size: 21px;
	font-weight: 500;
	letter-spacing: -0.4px;
	display: inline-block;
	max-width: 335px;
}

.full-width {
	max-width: none;
}

.required {
	padding-top: 60px;
}

.ftnss-register-input-container.required,
.ftnss-register-products-container.required {
	padding: 0;
}

.ftnss-registration-textblock {
	font-family: "Bw Modelica - Bold";
}

.ftnss-registration-textblock span {
	color: #ee594e;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: -0.48px;
	margin-bottom: 18px;
}

.ftnss-registration-textblock h2 {
	color: #383838;
	font-size: 45px;
	font-weight: 700;
	letter-spacing: -0.86px;
	display: none;
}

.ftnss-registration-textblock h2.current {
	display: block;
	margin-top: 18px;
}

.ftnss-tab-user-information {
	padding-top: 30px;
}

.ftnss-tab-payment-options {
	padding-top: 60px;
}

/* progress block styles */
.ftnss-progress li.complited {
	border: 3px solid #47b8c8;
}

.ftnss-progress li.complited::before {
	background: #47b8c8;
}

.ftnss-progress {
	margin: 36px 0 20px;
}

.ftnss-progress ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -17px;
}

.ftnss-progress li {
	height: 16px;
	width: 16px;
	border: 3px solid #d7dee3;
	border-radius: 50%;
	margin: 0 17px;
	position: relative;
}

.ftnss-progress li span {
	position: absolute;
	top: 0;
	left: 0;
}

.ftnss-progress li::after {
	position: absolute;
}

.ftnss-progress li:first-child::before {
	display: none;
}

.ftnss-progress li::before {
	position: absolute;
	top: 6px;
	left: -31px;
	content: '';
	width: 22px;
	height: 4px;
	background: #d7dee3;
	border-radius: 3px;
}

/* progress block styles end */

/* checkbox style */
.ftnss-register-checkbox-four {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 22px -10px;
	position: relative;
}

.ftnss-register-checkbox-four.selectively {
	margin-top: 38px;
}

.ftnss-register-checkbox-five {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 22px -10px 0;
	position: relative;
}

.ftnss-register-checkbox-container-four {
	width: 100%;
	max-width: 25%;
	margin: 0 10px;
	position: relative;
	height: 73px;
	background: #fff;
	-webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.14);
			box-shadow: 0 0 22px rgba(0, 0, 0, 0.14);
	border-radius: 5px;
}

.ftnss-register-checkbox-container-five {
	width: 100%;
	max-width: 20%;
	margin: 0 10px;
	position: relative;
	height: 73px;
	background: #fff;
	-webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.14);
			box-shadow: 0 0 22px rgba(0, 0, 0, 0.14);
	border-radius: 5px;
}

.ftnss-register-checkbox-container input {
	width: 100%;
	position: absolute;
	height: 73px;
	opacity: 0;
	cursor: pointer;
	z-index: 2;
}

.ftnss-register-checkbox-container span {
	margin-left: 69px;
	position: relative;
	top: 20px;
	color: #383838;
	font-family: "Bw Modelica - Medium";
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.38px;
	line-height: 30px;
}

.ftnss-register-checkbox-container span::before {
	position: absolute;
	width: 33px;
	height: 33px;
	border-radius: 5px;
	border: 1px solid #aeb7bd;
	content: "";
	top: -3px;
	left: -49px;
}

.ftnss-register-checkbox-container span::after {
	content: "";
}

.ftnss-register-checkbox-container input:checked ~ span::before {
	background: #47b8c8;
}

.ftnss-register-checkbox-container input:checked ~ span::after {
	position: absolute;
	border: solid #fff;
	border-width: 0 4px 4px 0;
	top: 5px;
	left: -37px;
	width: 5px;
	height: 13px;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}
.ftnss-register-checkbox-container input:checked ~ div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border: 2px solid #47b8c8;
}

/* checkbox style end*/

/* radio buttons style */

.ftnss-register-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 22px -15px 0;
	position: relative;
}

.ftnss-register-radio-container-dual {
	width: 100%;
	max-width: 50%;
	margin: 0 15px;
	background: #fff;
	-webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.14);
	        box-shadow: 0 0 22px rgba(0, 0, 0, 0.14);
	height: 73px;
	position: relative;
	border-radius: 5px;
}

.ftnss-register-radio-container-three {
	width: 100%;
	max-width: 33.3%;
	margin: 22px 15px 0;
	background: #fff;
	-webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.14);
	        box-shadow: 0 0 22px rgba(0, 0, 0, 0.14);
	height: 73px;
	position: relative;
	border-radius: 5px;
}

.ftnss-register-radio-container input {
	width: 100%;
	position: absolute;
	height: 73px;
	opacity: 0;
	cursor: pointer;
	z-index: 2;
}

.ftnss-register-radio-container span {
	position: relative;
	top: 22px;
	color: #383838;
	font-family: "Bw Modelica - Medium";
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -0.4px;
	display: block;
	text-align: center;
}

.ftnss-register-radio-container input:checked ~ span {
	color: #47b8c8;
}

.ftnss-register-radio-container input:checked ~ div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 2px solid #47b8c8;
	border-radius: 5px;
}

/* radio buttons style end*/

/* radio buttons style type 2 */

.ftnss-register-radio-type-2 {
	color: #383838;
	font-family: "Bw Modelica - Regular";
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -0.38px;
	position: relative;
}

.ftnss-register-radio-container-type-2 {
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.14);
	        box-shadow: 0 0 22px rgba(0, 0, 0, 0.14);
	height: 73px;
	position: relative;
	border-radius: 5px;
	padding: 24px 0 15px 69px;
	margin: 22px 0 0;
	min-height: 73px;
}

.ftnss-register-radio-container-type-2 input {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
}

.ftnss-register-radio-container-type-2 span::before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 20px;
	height: 33px;
	width: 33px;
	border: 2px solid #aaa;
	border-radius: 50%;
}

.ftnss-register-radio-container-type-2 input:checked ~ span::after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 31px;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background-color: #47b8c8;
}

.ftnss-register-radio-container-type-2 input:checked ~ div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 2px solid #47b8c8;
	border-radius: 5px;
}


/* radio buttons style type 2 end */

/* product radio buttons */

.ftnss-register-products-container {
	margin: 22px -15px;
	display: none;
	position: relative;
	width: 100%;
}

.ftnss-register-product {
	width: 100%;
	max-width: 100%;
	position: relative;
	height: 118px;
	background: #fff;
	-webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.14);
	        box-shadow: 0 0 22px rgba(0, 0, 0, 0.14);
	font-family: "Bw Modelica - Bold";
	padding: 25px 25px 25px 83px;
	margin: 0 7px;
	border-radius: 4px;
}

.ftnss-register-product input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
}

.ftnss-register-product .ftnss-product-title::before {
	content: '';
	position: absolute;
	top: 43px;
	left: 25px;
	border: 1px solid #aeb7bd;
	width: 33px;
	height: 33px;
	border-radius: 50%;
}

.ftnss-register-product .ftnss-product-title {
	color: #383838;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.42px;
	display: block;
}

.ftnss-register-product input:checked ~ .ftnss-product-title::after {
	content: "";
	position: absolute;
	top: 53px;
	left: 35px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #47b8c8;
}

.ftnss-register-product .ftnss-product-price {
	color: #47b8c8;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.58px;
}

.ftnss-register-product .ftnss-product-month {
	color: #70797f;
	font-family: "Bw Modelica - Medium";
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.29px;
	margin-left: 7px;
}

/* product radio buttons end */

/*fancyform select */

.ftnss-register-tab .transformSelectDropdown {
	position: relative;
	top: 2px;
}

.ftnss-register-tab > ul.transformSelect {
	max-width: 320px;
	height: 69px;
	border-radius: 4px;
	border: 2px solid #47b8c8;
	position: relative;
	z-index: 5;
	text-align: center;
	font-family: "Bw Modelica - Medium";
}

.ftnss-register-tab > ul.transformSelect li {
	color: #47b8c8;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -0.42px;
	background: #fff;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	height: 69px;
}

.ftnss-register-tab > ul.transformSelect li:hover {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	background: #f9f9f9;
}

.ftnss-register-tab > ul.transformSelect .transformSelectDropdown li {
	color: #383838;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.38px;
}

.ftnss-register-tab > ul.transformSelect span {
	display: block;
	height: 100%;
	cursor: pointer;
	padding: 24px;
}

.ftnss-register-tab > ul.transformSelect > li > span {
	padding: 20px 81px 24px 24px;
	white-space: nowrap;
	position: relative;
}

.ftnss-register-tab > ul.transformSelect > li > span::after {
	font-family: 'icomoon';
	color: #47b8c8;
	content: "\e91d";
	font-size: 17px;
	position: absolute;
	top: 25px;
	right: 22px;
}

/*fancyform select end */

.ftnss-tab-payment-options .ftnss-register-product {
	margin-top: 32px;
}

.ftnss-register-block-wrapper {
	position: relative;
}

.ftnss-register-error {
	float: right;
	color: #ff3838;
	font-family: "Bw Modelica - Medium";
	font-size: 21px;
	font-weight: 500;
	letter-spacing: -0.4px;
	line-height: 30px;
}

.ftnss-register-checkbox-five .ftnss-register-error  {
	right: 35px;
}

.ftnss-register-input-container .ftnss-register-error {
	top: 0px;
}

.ftnss-register-tab {
	display: none;
}

.current {
	display: block;
}

.selectively {
	display: none;
}

.with-dropdown .dropped:checked ~ div::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #47b8c8;
	position: absolute;
	bottom: -10px;
	left: 50%;
	left: calc(50% - 4.5px);
}

.ftnss-register-buttons {
	text-align: right;
	margin-top: 100px;
}

.ftnss-pay-button {
	display: none;
}

.ftnss-next-button,
.ftnss-pay-button {
	height: 73px;
	padding: 0 155px 0 106px;
	color: #ffffff;
	font-family: "Bw Modelica - Bold";
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.42px;
	background: #47b8c8;
	border: none;
	border-radius: 5px;
	position: relative;
	max-width: 100%;
}

.ftnss-next-button::after,
.ftnss-pay-button::after {
	position: absolute;
	right: 102px;
	top: 25px;
	content: "\e90c";
	font-size: 25px;
	font-family: "icomoon";
}

.ftnss-register-inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}

.ftnss-register-input-container {
	width: 100%;
	max-width: 50%;
	margin: 30px 15px 0;
	position: relative;
}

.ftnss-register-input-container label {
	color: #383838;
	font-family: "Bw Modelica - Medium";
	font-size: 21px;
	font-weight: 500;
	letter-spacing: -0.4px;
	line-height: 30px;
}

.ftnss-register-input-container input{
	width: 100%;
	height: 73px;
	font-family: "Bw Modelica - Regular";
	font-size: 22px;
	padding: 0 22px;
	-webkit-appearance: none;
	-webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.14);
		box-shadow: 0 0 22px rgba(0, 0, 0, 0.14);
	border: none;
	margin-top: 22px;
}

.ftnss-tab-lifestyle {
	-webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.04);
	        box-shadow: 0 0 22px rgba(0, 0, 0, 0.04);
	background: #fff;
}

.ftnss-register-textfield textarea {
	display: block;
	height: 188px;
	padding: 22px;
	color: #000;
	font-family: "Bw Modelica - Regular";
	font-size: 22px;
	font-weight: 400;
	letter-spacing: -0.42px;
	margin-top: 38px;
	width: 100%;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	-webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.14);
		box-shadow: 0 0 22px rgba(0, 0, 0, 0.14);
	border: none;
}

.ftnss-register-textfield textarea:placeholder {
	color: #80808e;
}
.ftnss-register-tab .form-row.place-order {
	display: none;
}
.ftnss-register-tab .payment_box {
	background-color: #fff; 
	border-radius: 5px; 
	padding: 30px 30px 40px 30px; 
	-webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.14);
	box-shadow: 0 0 22px rgba(0, 0, 0, 0.14);
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	margin: 0 20px 0 -5px; 
}
.ftnss-tab-payment-options .woocommerce {
	overflow: visible;
}
.ftnss-tab-payment-options #payment_method_borgun_rpg {
	display: none;
}
.ftnss-tab-payment-options #payment ul.payment_methods li {
    color: #383838;
    font-family: "Bw Modelica - Medium";
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -0.4px;
    line-height: 30px;
}
.ftnss-tab-payment-options .wc_payment_method > p {
	padding: 60px 0 30px;
}
@media screen and (max-width: 936px) {

	.ftnss-register-products-container {
		max-width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}

/*	.ftnss-register-block-title {
		margin: 20px 0 22px 0;
	}*/

	.ftnss-register-product {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.ftnss-register-checkbox-four {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}

	.ftnss-register-checkbox-container-four {
		width: auto;
		max-width: 100%;
		margin-bottom: 20px;
	}
	
	.ftnss-register-inputs-full-width,
	.ftnss-register-radio-three,
	.ftnss-register-checkbox-five {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}

	.ftnss-register-checkbox-container-five {
		max-width: 98%;
		margin-bottom: 20px;
	}

	.ftnss-flex-none,
	.ftnss-register-checkbox-five {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}

	.ftnss-register-checkbox-container-five {
		max-width: 96%;
		margin-bottom: 20px;
	}

	.ftnss-register-checkbox-four.selectively .ftnss-d-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}

	.ftnss-register-buttons {
		width: 100%;
		margin-bottom: 25px;
		text-align: center;
	}

	.ftnss-register-radio-container-type-2 {
		height: auto;
	}

	.ftnss-register-dual-container:nth-child(2) {
		margin-left: 0; 
	}
	
	.ftnss-register-input-container,
	.ftnss-register-radio-container-three {
		width: auto;
		max-width: 100%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 603px) {

	.ftnss-progress ul {
		width: auto;
	}

	.ftnss-progress {
		margin: 42px 0 24px;
	}

	.ftnss-progress li {
		height: 12px;
		width: 12px;
	}

	.ftnss-progress li::before {
		top: 4px;
		height: 3px;
	}
	
	.ftnss-progress li {
		margin: 0 12px;
	}

	.ftnss-progress li::before {
		width: 14px;
		left: -22px;
	}
}

@media screen and (max-width: 400px) {
	.ftnss-next-button::after,
	.ftnss-pay-button::after {
		right: 50px;
	}
}