#header.landing-page #header-logo {
	margin-top: 37px;
	margin-left: 32px;
	width: 210px;
	height: 44px;
}

.landing-page-title {
	margin-top: 180px;
	margin-bottom: 40px;
}
.landing-page-title h1 {
	margin: 0;
	line-height: 47px;
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-transform: initial;
}
.landing-page-text {
	margin-bottom: 40px;
	line-height: 24px;
	text-align: center;	
	font-size: 20px;
	font-weight: 500;
}
.landing-page-btn .btn {
	margin-bottom: 10px;
}
.landing-page-btn .text {
	font-size: 13px;
}
#header.landing-page {
	position: relative;
	background: transparent;
	height: auto;
	max-height: 700px;
	overflow: hidden;
}
.landing-page-scroll-down {
    text-align: center;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 30px;
	left: 0;
	pointer-events: none;
}
.landing-page-scroll-down .text {
	font-size: 10px;
	font-weight: 300;
	margin-top: 15px;
}
.landing-page-scroll-down .icon-arrow-down {
	-webkit-animation-name: scrollAnim;
    animation-name: scrollAnim;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.landing-page-scroll-down .icon-arrow-down::before {
	color: #fff;
	font-size: 9px;
}

#header.landing-page .image-background {
	width: 100%;
	height: auto;
}
#header.landing-page .header-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

#count-block {
	display: flex;
}
#countdown {
	display: flex;
	text-align: center;
	margin: auto;
}

#countdown .counter {
	display: inline-block;
	/*width: 56px;*/
}
#countdown .counter:last-child {
	width: 50px;
}
#countdown .counter {
	line-height: 50px;
	text-align: center;
	font-weight: 300;
	font-size: 40px;
	color: #FFFFFF;
}
#countdown .counter-label {
	line-height: 13px;
	text-align: center;
	font-size: 10px;
	font-weight: 300;
	color: #fff;
}
#countdown .separator-dot {
	margin: 0 5px;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: 300;
	color: #fff;
}

#header .btn-action {
	position: absolute;
	top: 16px;
	right: 32px;
}

#header .btn.btn-default {
	margin-top: 20px;
	margin-right: 15px;
	color: #fff;
	border-color: rgb(255 255 255 / .2);
}
#header .label-indicator {
	color: #fff;
	font-size: 9px;
}

#header .btn-action.btn-mobile {
	color: #fff;
	right: 12px;
}
#header .btn-mobile .btn-ico {
	color: #fff;
}
#header .btn-mobile .btn-icon .ico {
	display: block;
	margin-bottom: 10px;
	line-height: 24px;
	font-size: 22px;
}
#header .btn-mobile .btn-text {
	display: block;
	font-size: 10px;
	line-height: 13px;
	color: #fff;
	text-transform: capitalize;
}

/* LOGIN */
.login-container {
	color: #fff;
	background: #012342;
}
.login-container.page-signup {
	min-height: 750px!important;
}
.login-block {
	width: 320px;
}
.login-block h1 {
	margin-top: 0;
}
.login-block .subtitle {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.login-block .form-control {
	border-radius: 1px;
}

.login-block a {
	color: #FFB100;
	text-decoration: underline;
}
.login-block a:hover {
	text-decoration: none;
}

/* FEATURES */
.landing-page-content {
	overflow-x: hidden;
}
.container-landing-page {
	position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1360px;
}
.container-landing-page .page-header {
	color: #012342;
	margin-bottom: 60px;
}
.container-landing-page .page-title {
    font-weight: 700;
	font-size: 32px;
	margin-top: 60px;
	margin-bottom: 10px;
}
.container-landing-page .page-text {
	text-align: center;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
}
.landing-page-feature {
	margin-bottom: 50px;
}
.landing-page-feature .text-wrapper {
	position: relative;
	z-index: 1;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 240px;
}
.landing-page-feature .text-wrapper::after,
.landing-page-feature .img-wrapper::after {
	content: "";
    position: absolute;
	z-index: -1;
	width: 100%;
}
.landing-page-feature .text-wrapper::after {
	top: 0;
	bottom: 0;
	background: transparent linear-gradient(71deg, #FFDC00 0%, #FF5584 100%) 0% 0% no-repeat padding-box;
}
.landing-page-feature-title {
    font-size: 18px;
    line-height: 22px;
	margin-bottom: 20px;
}
.landing-page-feature-title,
.landing-page-feature-text,
.landing-page-feature-img {
	max-width: 83.333333%;
}
.landing-page-feature .img-wrapper {
	min-height: 270px;
}
.landing-page-feature .img-wrapper::after {
	top: 30px;
	height: 240px;
	background-color: #DDDDDD;
}

/* row even */
.landing-page-feature:nth-child(even) .landing-page-feature-title,
.landing-page-feature:nth-child(even) .landing-page-feature-text {
	margin-left: 16.666667%;
}
.landing-page-feature:nth-child(even) .text-wrapper::after {
    left: -3px;
}
.landing-page-feature:nth-child(even) .img-wrapper::after {
	right: -3px;
}

/* row odd */
.landing-page-feature:nth-child(odd) .text-wrapper::after {
    right: -3px;
}
.landing-page-feature:nth-child(odd) .img-wrapper {
	-ms-flex-pack: end;
    justify-content: flex-end;
}
.landing-page-feature:nth-child(odd) .img-wrapper::after {
	left: -3px;
}

/* PRICES */
.landing-page-prices-wrapper {
	text-align: center;
	font-size: 13px;
	color: #012342; 
	padding-bottom: 60px;
}
.landing-page-prices-header {
	font-size: 20px;
	margin-bottom: 30px;
}
.landing-page-prices-title {
    font-weight: 700;
    font-size: 32px;
    margin-top: 60px;
    margin-bottom: 30px;
}
.landing-page-prices-header small {
	font-size: 13px;
	margin-top: 10px;
}
.landing-page-prices-cards {
	margin-bottom: 30px;
}
.landing-page-prices-cards .price-card strong {
    font-weight: 700;
    font-size: 20px;
	line-height: 24px;
	text-align: left;
}
.landing-page-prices-cards .price-card small {
	font-size: 13px;
	text-align: left;
}
.price-ball-check {
    line-height: 24px;
    color: #fff;
	height: 24px;
    width: 24px;
    background: transparent linear-gradient(45deg, #FFDC00 0%, #FF5584 100%) 0% 0% no-repeat padding-box;
    border-radius: 100%;
    margin-right: 15px;
}
.landing-page-payments {
	width: 210px;
	height: 30px;
	margin-bottom: 30px;
}
.landing-page-info-title {
	font-size: 20px;
}
.landing-page-info-list {
	line-height: 20px;
	list-style-type: none;
    padding-left: 0;
    margin-bottom: 30px;
    margin-top: 10px;
}
.landing-page-info-list li::before {
	content: "- ";
}

/* - scroll animation - */
@-webkit-keyframes scrollAnim {
	0%{-webkit-transform:translateY(10px);transform:translateY(10px)}
	25%{-webkit-transform:translateY(0px);transform:translateY(0px)}
	50%{-webkit-transform:translateY(5px);transform:translateY(5px)}
	75%{-webkit-transform:translateY(0);transform:translateY(0)}
	100%{-webkit-transform:translateY(10px);transform:translateY(10px)}
}
@keyframes scrollAnim {
	0%{-webkit-transform:translateY(10px);transform:translateY(10px)}
	25%{-webkit-transform:translateY(0px);transform:translateY(0px)}
	50%{-webkit-transform:translateY(5px);transform:translateY(5px)}
	75%{-webkit-transform:translateY(0);transform:translateY(0)}
	100%{-webkit-transform:translateY(10px);transform:translateY(10px)}
}