html {
	scroll-behavior: smooth;
}

.payment_form form {
	float: left;
	margin-right: auto;
	margin-top: 20px;
}

.landing-page .landing-page-nav .container {
	height: 70px !important;
	z-index: 99;
}

.landing-page .landing-page-nav.headroom--not-top.headroom--pinned .navbar-logo .dark {
	width: 100% !important;
}

.landing-page .landing-page-nav .navbar-logo .white {
	width: 100% !important;
}

.landing-page .landing-page-nav .navbar-logo {
	width: 100px !important;
}

.landing-page .landing-page-nav .navbar-nav .nav-item .dropdown a,
.landing-page .landing-page-nav .navbar-nav .nav-item a {
	margin-top: 37px !important;
	z-index: 100;
}

.landing-page .landing-page-nav .container {
	border-bottom: 1px solid #ffffff5c;
}

.landing-page .landing-page-nav .navbar-nav .nav-item .dropdown a,
.landing-page .landing-page-nav .navbar-nav .nav-item a {
	font-weight: bold !important;
	letter-spacing: 1px !important;
}

.faq_content_link {
	margin-bottom: 20px;
	display: block;
}

.faq_content_link i {
	margin-right: 10px;
}

.faq_content_link:hover {
	text-decoration: underline;
}

.faq_content_icon {
	margin-right: 10px;
}

.landing-page .landing-page-nav.headroom--not-top.headroom--pinned .navbar-nav .btn-outline-semi-light {
	color: #ffffff !important;
}

.faq_content hr {
	margin-top: 50px;
	margin-bottom: 80px;
}

.faq_content_col_9 .col-12.mb-3 {
	padding: 0 !important;
}

.upgrade_new_btn {
	margin-bottom: 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid #8080803b;
	border-radius: 0;
}

.plans_new_card .price-top-part {
	border-bottom: 1px solid #8080803b;
	border-radius: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.plans_new_card .price-top-part h5 {
	font-size: 35px;
	font-weight: 900;
	margin-bottom: 0 !important;
	color: #007ce4;
}

.plans_new_card ul {
	text-align: left;
	display: block;
	position: relative;
	margin: 0;
	color: black !important;
	top: auto;
	margin-top: 0;
	position: relative;
}

.plans_new_card li {
	text-align: left;
	color: black !important;
	opacity: 1;
	position: relative;
	display: block;
	cursor: pointer;
}

.plans_new_card svg {
	min-width: 16px;
	margin-right: 9px;
	display: inline-block;
	top: 5px;
	position: relative;
	vertical-align: top;
	max-width: 8%;
	max-height: 20px;
	cursor: pointer;
}

.plans_new_card li span {
	font-size: 14px;
	color: black;
	max-width: 85%;
	display: inline-block;
	top: 2px;
	position: relative;
}

.plans_new_card .hover_plan_info svg {
	position: absolute;
	left: 0;
	top: 100%;
	display: block;
	margin-top: -10px;
	max-width: 5px;
	margin-left: 4px;
}

.hover_plan_info {
	position: absolute;
	top: -30px;
	display: block;
	background: #007ce4;
	padding: 10px;
	color: white;
	font-size: 13px;
	height: 0;
	transition: all 0.1s ease-out;
	opacity: 0;
	z-index: 99;
}

.hover_plan_table {
	display: table;
	vertical-align: middle;
	height: 100%;
	z-index: 9999;
	position: relative;
}

.download_slider_btn:hover .hover_plan_info {
	top: 40px !important;
	opacity: 1;
	width: 600px !important;
}

.hover_plan_table_cell {
	display: table-cell;
	vertical-align: middle;
	line-height: 12px;
	font-size: 12px;
}

.hover_text_transcription {
	height: 150px;
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;
	display: block;
}

.hover_text_transcription:hover .gradient_hover_transcription {
	height: 0px;
}

.hover_text_transcription:hover {
	height: auto;
}

.gradient_hover_transcription {
	background: rgb(248, 248, 248);
	background: -moz-linear-gradient(0deg, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 0) 100%);
	background: linear-gradient(0deg, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f8f8",endColorstr="#f8f8f8",GradientType=1);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.plan_new_info_block li:hover .hover_plan_info {
	display: block;
	opacity: 1;
	height: 71px;
	top: -71px;
}

@media (min-width: 1360px) {
	.plans_new_container {
		padding: 0 80px;
	}
}

.plans_new_card .price-top-part .plan_new_title.color-theme-1 {
	color: #145388 !important;
	font-weight: 600 !important;
	font-size: 1.25rem !important;
	margin-bottom: 1.5rem !important;
}

.format_slides_info:hover .hover_plan_info {
	display: block;
	opacity: 1;
	height: 71px;
	top: 20px;
}
