* {
	margin: 0 auto;
}

img {
	max-width: 100%;
}

body {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	color: #393939;
	line-height: 1.3;
	overflow-x: hidden;
}

.container {
	width: 1400px;
	max-width: 100%;
}

#header {
	padding: 23px 0 19px;
	box-shadow: 3px 0 3px rgba(157, 157, 157, 0.7);
	position: fixed;
	z-index: 9;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

#header.header-fixed {
	padding: 15px 0 11px;
}
#header .read-progress-wrapper {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	background: rgba(255, 255, 255, 0.3);
	pointer-events: none;
}
/*.read-progress-wrapper {
    position: fixed;
    width: 100%;
    background: rgba(255,255,255,.3);
    z-index: 306;
    top: 70px;
    pointer-events: none;
}*/

.read-progress-wrapper .read-progress-bar {
	width: 100%;
	height: 6px;
	position: relative;
	background: 0 0;
}
.read-progress-wrapper .read-progress-bar .read-progress {
	left: 0;
	bottom: 0;
	top: 0;
	width: 0%;
	position: absolute;
	transition: width 0.1s;
	border-radius: 0 2px 2px 0;
}
.reading-progress-bar-bg {
	background: #f7a717 !important;
	color: #f7a717 !important;
}
.logo-image {
	display: inline-block;
}

.logo-icon {
	display: none;
}

.header-fixed .logo-icon {
	display: inline-block;
}

.header-fixed .logo-image {
	display: none;
}

.col-header-right {
	display: flex;
	justify-content: space-between;
}

.col-menu ul li a {
	font-size: 19px;
	color: #272727;
	font-weight: 600;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.col-menu ul li a:hover,
.col-menu ul li.active a {
	color: #d60b52;
	text-decoration: none;
}
#mc-embedded-subscribe {
	display: inline-block;
	width: 150px;
	max-width: 100%;
	line-height: 46px;
	border: 1px solid #f7a717;
	background: #f7a717;
	color: #fff;
	text-decoration: none;
	border-radius: 30px;
	font-weight: 600;
	font-size: 19px;
	text-align: center;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	padding: 0;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}
.rsform .formResponsive .rsform-submit-button,
.btn-nok {
	display: inline-block;
	width: 150px;
	max-width: 100%;
	line-height: 51px;
	border: 1px solid #f7a717;
	background: #f7a717;
	color: #fff;
	text-decoration: none;
	border-radius: 30px;
	font-weight: 600;
	font-size: 19px;
	text-align: center;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	padding: 0;
	box-shadow: none;
	text-shadow: none;
}

.btn-nok:first-child {
	margin-left: 0;
}

.btn-nok:last-child {
	margin-right: 0;
}
#mc-embedded-subscribe:hover,
#mc-embedded-subscribe:focus,
.rsform .formResponsive .rsform-submit-button:hover,
.rsform .formResponsive .rsform-submit-button:focus,
.btn-nok:hover,
.btn-nok:focus {
	color: #fff;
	background: #d60b52;
	text-decoration: none;
	border-color: #d60b52;
}

.top-banner {
	position: relative;
	height: 715px;
	color: #fff;
	padding-top: 270px;
}

.img-banner-cover {
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	object-fit: cover;
}

.top-banner h1 {
	/*font-size: 72px;
	color: #fff;
	line-height: 1;
	font-weight: 700;
	text-shadow: 3px 3px 6px rgba(104, 104, 104, 0.7);
	margin-bottom: 30px;*/
}

.top-banner p {
	/*font-size: 27px;
	color: #fff;
	text-shadow: 3px 3px 6px rgba(104, 104, 104, 0.7);
	font-weight: 400;
	margin-bottom: 25px;*/
}

.has-txt-shadown {
	text-shadow: 3px 3px 6px rgba(104, 104, 104, 0.7);
}

.btn-nok-pink {
	display: inline-block;
	width: auto;
	padding-left: 40px;
	padding-right: 40px;
	max-width: 100%;
	line-height: 53px;
	border: 1px solid #fff;
	background: #d60b52;
	color: #fff;
	text-decoration: none;
	border-radius: 30px;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-nok-pink:hover,
.btn-nok-pink:focus {
	color: #d60b52;
	background: #fff;
	text-decoration: none;
}

.section-intro {
	padding: 100px 0;
}

.title-block {
	font-size: 45px;
	color: #d60b52;
	font-weight: 700;
	margin-bottom: 35px;
}

.item-intro {
	text-align: center;
	background: #fff;
	border-radius: 20px;
	padding: 70px 20px 50px;
	position: relative;
	margin-top: 70px;
	min-height: 280px;
}

.custom-intro .sppb-addon-image-layout-image,
.item-intro .thumb-item {
	min-height: 145px;
	position: absolute;
	top: -72px;
	left: 0;
	width: 100%;
	z-index: 9;
	display: flex;
	align-items: center;
}

.item-intro h3 {
	font-size: 30px;
	color: #393939;
	font-weight: 700;
	margin-bottom: 25px;
}

.item-intro .short-desc {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	color: #393939;
}

.item-intro .short-desc p {
	margin: 0;
}

#footer .top-footer {
	border-top: 1px solid #c8c8c8;
	padding: 35px 0;
}

.col-footer h3 {
	font-size: 25px;
	font-weight: 700;
	color: #393939;
	margin-bottom: 20px;
}

.col-footer .nav {
	display: block;
}

.col-footer .nav li a {
	font-size: 16px;
	color: #3a3939;
	line-height: 24px;
	display: block;
}

.col-footer .list-social {
	list-style: none;
	padding: 0;
	margin: 0;
}

.col-footer .list-social li {
	display: inline-block;
	margin-right: 5px;
}

.col-footer .list-social li:last-child {
	margin-right: 0;
}

.bottom-footer {
	padding: 35px 0 35px;
}

.bottom-footer p {
	margin: 0;
	font-size: 17px;
	font-weight: 500;
	color: #393939;
}

.bottom-footer p a {
	color: #393939;
}

.banner-image-absolute img.sppb-img-responsive {
	max-width: unset;
	margin-top: 150px;
}

.row-referenties .custom-intro .sppb-addon-image-layout-image {
	top: -80px;
}

.sppb-addon-video iframe {
	border-radius: 10px;
}

.custom-box-blue {
	position: relative;
	height: 110px;
	display: flex;
	align-items: center;
}

.rsform h2 {
	font-size: 38px;
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	color: #393939;
	margin-bottom: 30px;
}

.rsform {
	font-family: "Poppins", sans-serif;
	font-size: 19px;
	font-weight: 400;
}

.rsform .formResponsive .rsform-input-box {
	width: 720px;
	max-width: 100%;
	height: 60px;
	box-sizing: border-box;
	padding: 0 15px;
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	font-size: 19px;
	outline: none;
	box-shadow: none;
}

.rsform .formResponsive .rsform-select-box {
	width: 720px;
	max-width: 100%;
	height: 60px;
	box-sizing: border-box;
	padding: 0 15px;
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	font-size: 19px;
	outline: none;
	box-shadow: none;
}

.rsform .formResponsive .rsform-text-box {
	width: 720px;
	max-width: 100%;
	height: 200px;
	box-sizing: border-box;
	padding: 0 15px;
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	font-size: 19px;
	resize: none;
	padding-top: 10px;
	outline: none;
	box-shadow: none;
}

.rsform .formResponsive .formValidation,
.rsform .formResponsive .formDescription,
.rsform .formResponsive .formControlLabel {
	display: none !important;
}

.rsform-block-header {
	margin-bottom: 30px;
}

.custom-article .sppb-article-img-wrap .sppb-img-responsive {
	margin: 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	width: 100%;
}

.custom-article .sppb-addon-article {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background: #e7fafd;
	text-align: center;
}

.custom-article .sppb-addon-article .sppb-article-info-wrap {
	padding: 20px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #393939;
}

.custom-article .sppb-addon-article .sppb-article-info-wrap h3 {
	font-size: 26px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

.custom-article .sppb-addon-article .sppb-article-info-wrap h3 a {
	color: #393939;
	text-decoration: none !important;
}

.sppb-addon-content h4 {
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: 700;
}

.custom-box-price .sppb-btn-custom {
	background-color: #f7a717 !important;
	border-radius: 8px;
}

.custom-box-price .sppb-btn-custom:hover {
	background-color: #d60b52 !important;
}

.custom-box-price .sppb-pricing-box .sppb-pricing-features > ul {
	text-align: left;
	padding-top: 20px;
	border-top: 1px solid #e7e7e7;
}

.custom-box-price .sppb-pricing-duration {
	display: block;
	margin-top: 10px;
}

.custom-box-price .sppb-pricing-box .sppb-pricing-features > ul > li {
	position: relative;
	padding-left: 30px;
	background: url("../images/icon-check.png") no-repeat left center;
}

.sppb-pricing-price .sale-price {
	display: inline-block;
	position: relative;
	font-weight: 400;
}

.sppb-pricing-price .sale-price:after {
	position: absolute;
	content: "";
	width: 148px;
	height: 3px;
	background: #ff0000;
	top: 39%;
	left: -9px;
	transform: rotateZ(-12deg);
}

.sppb-nav-tabs {
	border-bottom: none;
	display: flex;
}

.sppb-nav-tabs > li:first-child {
	margin-left: 0;
}

.sppb-nav-tabs > li:last-child {
	margin-right: 0;
}

.sppb-nav-tabs > li > a {
	border: none;
	background: transparent;
	font-size: 25px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	color: #393939;
	padding: 0;
}

.sppb-nav-tabs > li > a:hover,
.sppb-nav-tabs > li.active a {
	color: #f7a717;
	background: transparent;
}

.sp-accordion.sp-accordion-style1 .sp-accordion-item {
	margin-bottom: 14px;
	background: #e7fafd;
	border-radius: 10px;
	box-shadow: 1px 1px 3px 0px rgba(157, 157, 157, 0.7);
	width: 720px;
	margin-left: 0;
	max-width: 100%;
}

.sp-accordion.sp-accordion-style1 {
	border: none;
	margin-top: 50px;
}

.sp-accordion.sp-accordion-style1 .toggler {
	background: transparent;
	height: auto;
	line-height: 1.3;
}

/*.sp-accordion.sp-accordion-style1 .sp-accordion-item .toggler span{
	height: auto;
	line-height: 1.3;
}*/
.sp-accordion.sp-accordion-style1 .sp-accordion-item .toggler span {
	font-size: 19px;
	font-weight: 700;
	color: #393939;
	font-family: "Montserrat", sans-serif;
	padding: 25px 40px;
	height: auto;
	line-height: 1.3;
	background: url(../images/icon-arr-down.svg) no-repeat left 15px center;
	position: relative;
}

.sp-accordion.sp-accordion-style1 .sp-accordion-item .toggler.active span {
	background: url(../images/icon-arr-up.svg) no-repeat left 15px center;
}

.sp-accordion.sp-accordion-style1 .sp-accordion-inner {
	background: transparent;
	padding: 0 40px 25px 40px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
}

.sp-accordion.sp-accordion-style1 .sp-accordion-inner p:last-child {
	margin-bottom: 0;
}

#page-fiyat #footer,
#page-404 #footer {
	background: #e7fafd;
}

#mobile-menu-btn {
	display: none;
}

#k2Container,
#k2Container div.itemBody {
	padding: 0;
}

div.itemBackToTop {
	display: none;
}

/*.btn-banner-home{
	border-color: #fff;
}*/
.btn-banner-home:hover {
	/*transform: scale(1.05);*/
}

.home-banner .sppb-column * {
	transition: all 0.15s ease-in-out;
}

/* .home-banner .sppb-column:hover * {
	text-shadow: none !important;
} */

.mm-menu.mm-hasheader > .mm-panel {
	padding-left: 0;
	padding-top: 60px;
}

.mm-list > li > a,
.mm-list > li > span {
	font-size: 19px;
	color: #272727;
	font-weight: 600;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.mm-list > li.active > a,
.mm-list > li.active > span {
	color: #d60b52;
}

/* new layout */
#page-profilim .section-page,
#page-giris-yap .section-page {
	background: url("../images/login-bg.png") center no-repeat;
	padding: 150px 15px 265px;
	position: relative;
	background-size: cover;
}
#page-profilim .section-page .reset label,
#page-profilim .section-page .remind label,
#page-giris-yap .section-page .login label {
	font-size: 20px;
	font-family: "Poppins", sans-serif;
	color: rgb(57, 57, 57);
	line-height: 1.4;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 3px;
}
#page-profilim .section-page .reset input,
#page-profilim .section-page .remind input,
#page-giris-yap .section-page .login input {
	border-style: solid;
	padding-left: 10px;
	border-width: 1px;
	border-color: rgb(200, 200, 200);
	margin-bottom: 30px;
	border-radius: 3px;
	background-color: rgb(255, 255, 255);
	height: 70px;
	width: 100%;
}

#page-profilim .section-page .remind label[for="remember"],
#page-profilim .section-page .remind input#remember,
#page-giris-yap .section-page .login label[for="remember"],
#page-giris-yap .section-page .login input#remember {
	display: none;
}
#page-profilim .section-page .reset .btn-primary,
#page-profilim .section-page .remind .btn-primary,
#page-giris-yap .section-page .login .btn-primary {
	font-size: 20px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1;
	text-align: center;
	border-radius: 10px;
	background-color: rgb(247, 167, 23);
	border-color: rgb(247, 167, 23);
	min-width: 250px;
	padding: 24px 0;
	margin-top: 20px;
}

.login-description {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8;
	overflow-x: hidden;
}
#page-profilim .section-page .reset form,
#page-profilim .section-page .remind form,
#page-giris-yap .section-page .login form {
	margin-top: 40px;
}

.be-title {
	font-size: 50px;
	color: rgb(214, 11, 82);
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	line-height: 1;
}
#page-profilim .section-page .reset .btn-primary:hover,
#page-profilim .section-page .remind .btn-primary:hover,
#page-giris-yap .section-page .login .btn-primary:hover {
	background: #d60b52;
	text-decoration: none;
	border-color: #d60b52;
}
#page-profilim #system-message,
.login-box {
	max-width: 850px;
}
#page-profilim #system-message .alert {
	padding: 0;
}
#page-profilim .section-page .reset + div,
#page-profilim .section-page .remind + div,
#page-giris-yap .section-page .login + div {
	position: static;
	margin-top: 30px;
}

#page-profilim .section-page .nav-tabs,
#page-giris-yap .section-page .nav-tabs {
	border: none;
}

#page-profilim .section-page .nav-tabs li:first-child {
	display: none;
}
#page-giris-yap .section-page .nav-tabs li:first-child {
	/*display: none;*/
}

#page-profilim .section-page .nav-tabs li,
#page-giris-yap .section-page .nav-tabs li {
	margin: 0;
}
#page-giris-yap .section-page .nav-tabs li {
	width: 100%;
	margin-bottom: 5px;
}
#page-profilim .section-page .nav-tabs li a,
#page-giris-yap .section-page .nav-tabs li a {
	font-size: 19px;
	color: rgb(57, 57, 57);
	font-weight: bold;
	text-decoration: underline;
}

#page-profilim .section-page .nav-tabs li a:hover,
#page-giris-yap .section-page .nav-tabs li a:hover {
	color: #d60b52;
}

#page-giris-yap .section-page fieldset > p,
#page-profilim .section-page fieldset > p {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
}

.checkbox .checked {
	background: #d60b52 !important;
	color: white;
}

@media screen and (max-width: 991px) {
	#page-profilim .section-page .reset + div,
	#page-profilim .section-page .remind + div,
	#page-giris-yap .section-page .login + div {
		position: static;
		margin-top: 15px;
	}

	#page-profilim .section-page,
	#page-giris-yap .section-page {
		background: url(../images/login-bg.png) center no-repeat;
		padding: 150px 15px;
		position: relative;
	}

	.be-title {
		font-size: 35px;
	}

	.login-description {
		font-size: 16px;
	}
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.controls {
	position: relative;
}

.controls #toggle-eye {
	position: absolute;
	font-size: 30px;
	right: 20px;
	top: 20px;
	z-index: 1;
	cursor: pointer;
}

#back_to_top {
	position: fixed;
	right: 40px;
	bottom: 40px;
	background-color: #d60b52;
	color: #ffffff;
	padding: 0;
	font-size: 30px;
	display: none;
	z-index: 999;
	width: 55px;
	height: 55px;
	text-align: center;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 50%;
	text-decoration: none !important;
}
#back_to_top.on {
	display: flex;
}
#mc-embedded-subscribe-form label {
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}
#mc-embedded-subscribe-form input.email {
	width: 420px;
	max-width: 100%;
	height: 60px;
	box-sizing: border-box;
	padding: 0 15px;
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	font-size: 19px;
	outline: none;
	box-shadow: none;
}
#section-freelesson {
	padding: 80px 0 80px;
}

.sppb-row-container.custom-sppb-row-container {
	max-width: 1400px;
}
#section-freelesson .n2n_keyboard {
	width: 70%;
	margin: 0 0 30px;
}
#section-freelesson .n2n_keyboard img {
	width: 100%;
}
#section-freelesson #hidekeyboard,
#section-freelesson #showkeyboard {
	font-size: 17px;
	font-family: "Poppins";
	color: rgb(214, 11, 82);
	font-weight: bold;
	text-decoration: underline;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 80px;
	background: none;
	border: none;
	cursor: pointer;
}
#section-freelesson #hidekeyboard:hover,
#section-freelesson #showkeyboard:hover {
	color: rgb(247, 167, 23);
}
#section-freelesson input#startall,
#section-freelesson .more a {
	border-radius: 10px;
	background-color: rgb(247, 167, 23);
	font-size: 20px;
	font-family: "Montserrat";
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 2.097;
	padding: 15px 0;
	text-align: center;
	width: 250px;
	display: inline-block;
	transition: all 0.4s ease-out 0s;
	text-decoration: none;
	border: none;
	cursor: pointer;
}
#section-freelesson #showhidedivsa,
#section-freelesson #startlessondiv {
	display: inline-block;
}
#section-freelesson div#timer {
	display: none;
}
#section-freelesson div#current-lesson {
	background: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(200, 200, 200);
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	padding: 25px;
	margin-top: 30px;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8;
}
#section-freelesson .currentnew {
	background-color: transparent;
	color: #d60b52;
}
#section-freelesson textarea#test1 {
	/*display: none !important;*/
}
#section-freelesson .lesson_timeline {
	display: none !important;
}
#section-freelesson .my-account-block a {
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
}
#section-freelesson #scoreboard_main {
	color: #393939;
	font-family: "Montserrat", sans-serif;
	border: 2px solid #d60b52;
	font-size: 18px;
	max-width: 940px;
	margin: 0px auto;
	padding-bottom: 20px;
}
#section-freelesson #scoreboard_main .scoreboard_main_title {
	font-weight: bold;
	color: #393939;
	font-size: 38px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	padding: 15px;
	text-align: center;
}
#section-freelesson .scoreboard_main_heading {
	text-align: center;
}
#section-freelesson #scoreboard_main .scoreboard_table {
	width: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
}
#section-freelesson .scoreboard_table tr td {
	padding: 2px 10px;
	font-size: 18px;
	width: 150px;
}
#section-freelesson .rank_result_title {
	font-weight: bold;
}
#section-freelesson #calculateresultback_scorbord {
	/* width: 592px; */
	max-width: 783px;
	margin: 0 auto;
	padding-bottom: 11px;
}
#section-freelesson .score_nextlesson_btn {
	float: right;
}
#section-freelesson #calculateresultback_scorbord input {
	display: inline-block;
	width: 150px;
	max-width: 100%;
	line-height: 46px;
	border: 1px solid #f7a717;
	background: #f7a717;
	color: #fff;
	text-decoration: none;
	border-radius: 30px;
	font-weight: 600;
	font-size: 19px;
	text-align: center;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	padding: 0;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}
#section-freelesson #calculateresultback_scorbord input:hover,
#section-freelesson #calculateresultback_scorbord input:focus {
	color: #fff;
	background: #d60b52;
	text-decoration: none;
	border-color: #d60b52;
}
body span.currentold {
	color: #c9c9c9;
}
body.-singleresult #section-freelesson .my-account-block {
	display: none;
}
.custom-support-message {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	-webkit-transform: translate(-50%, 50%);
	width: 320px;
	max-width: 100%;
	padding: 15px;
	background: #f7f8f9;
	border-radius: 4px;
	box-shadow: 0px 1px 1px 0px rgb(157 157 157 / 70%);
	z-index: 99999;
	display: none;
}
.bg_overflow_message {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgb(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}
.custom-support-message.show,
.bg_overflow_message.show {
	display: block;
}
.btn-close-modal-message {
	display: block;
	position: absolute;
	right: -15px;
	top: -15px;
	color: #fff;
}
.btn-close-modal-message i {
	font-size: 30px;
	background: #000;
	line-height: 1;
	border-radius: 50%;
}
.inner-mod p:last-child {
	margin-bottom: 0;
}
.comp-com_osmembership.view-register .section-page .os-custom-page {
	padding-top: 140px;
	padding-right: 0px;
	padding-bottom: 140px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #e7fafd;
	box-shadow: 0 0 0 0 #ffffff;
}
#osm-singup-page {
	max-width: 1400px;
}
#osm-singup-page .osm-page-title {
	font-family: "Montserrat";
	font-size: 50px;
	font-weight: 700;
	margin: 0px 0px 30px 0px !important;
	text-transform: none;
	padding: 0px 0px 0px 0px;
}
