.price-title {
	padding: 60px 0;
	text-align: center;
}

.price-title h1 {
	font-size: 42px;
	padding: 0;
	margin: 0;
}

.price-title p {
	margin: 0;
	padding: 0;
}

.price-blcok {
	background: #fff;
	border-radius: 16px;
	padding: 30px;
	height: 100%;
	margin: 10px;
}

.best-price {
	border: 4px #000 solid;
	background: linear-gradient(180deg, #FFF3F0, #fff) no-repeat;
	position: relative;
}

.best-price::before {
	content: '';
	display: block;
	width: 107px;
	height: 100px;
	background: url(../images/ic-best-choice.svg) no-repeat 5px -2px;
	position: absolute;
	right: 0;
	top: 0;
}

.price-blcok-title {
	text-align: center;
}

.price-blcok-title h3 {
	font-size: 24px;
}

.price-blcok-title p {
	color: #545454;
	margin: 0;
}

.price-num-free {
	text-align: center;
	padding: 26px 0 54px 0;
	margin: 0;
}

.price-num-free p {
	margin: 0;
	padding: 0;
}

.price-num-free b {
	font-size: 42px;
}

.price-num {
	text-align: center;
	padding: 0 0 20px 0;
	margin: 0;
}

.price-num p {
	margin: 0;
	padding: 0;
}

.price-num b {
	font-size: 42px;
}

.price-num-go {
	text-align: center;
	padding: 0 0 11px 0;
	margin: 0;
}

.price-num-go p {
	margin: 0;
	padding: 0;
}

.price-num-go p b {
	font-size: 42px;
}

.price-num-go p span::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	background-size: 18px 18px;
	right: 8px;
	top: 6px;
}

.price-btn {
	display: block;
	border: 1px #333 solid;
	text-align: center;
	padding: 8px 0;
	border-radius: 8px;
	color: #333;
	font-size: 20px;
}

.price-btn:hover {
	color: #333;
	text-decoration: none;
}

.price-btn2 {
	display: block;
	text-align: center;
	padding: 12px 0;
	border-radius: 8px;
	color: #fff;
	background: linear-gradient(120deg, #FF9A26, #FF4218) no-repeat;
	font-size: 20px;
	width: 100%;
	border: 0;
	cursor: pointer;
}

.price-btn2:hover {
	color: #fff;
	text-decoration: none;
}

.price-btn3 {
	display: block;
	text-align: center;
	padding: 12px 0;
	border-radius: 8px;
	color: #fff;
	background: linear-gradient(120deg, #474747, #333333) no-repeat;
	font-size: 20px;
	width: 100%;
	border: 0;
	cursor: pointer;
}

.price-btn3:hover {
	color: #fff;
	text-decoration: none;
}

.price-blcok ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0 16px;
}

.price-blcok ul li {
	padding: 8px 0 8px 24px;
	font-size: 16px;
	position: relative;
	color: #333333;
}

.price-blcok ul li::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/ic-price-sel.svg) no-repeat;
	position: absolute;
	left: 0;
	top: 12px;
}
.price-sel-credits{
	padding: 0 0 5px 0;
}
.price-sel-credits span {
	display: inline-block;
	font-size: 16px;
	border: 1px #333 solid;
	border-radius: 30px;
	padding: 4px 32px 4px 22px;
	cursor: pointer;
	position: relative;
	font-weight: 500;
}
.price-sel-credits span::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/price-sel.svg) no-repeat;
	position: absolute;
	background-size: 18px 18px;
	right: 8px;
	top: 6px;
}
.price-sel-credits ol {
	position: absolute;
	background: #fff;
	border-radius: 16px;
	padding: 16px;
	list-style: none;
	margin: 2px 0 0 -50px;
	z-index: 100;
	box-shadow: 0 0 8px rgb(0, 0, 0, 0.2);
	width: 450px;
	border: 2px #000 solid;
	display: none;
}
.price-sel-credits ol li {
	cursor: pointer;
	padding: 8px;
	margin: 0;
	display: flex;
	font-size: 16px;
	border-radius: 4px;
}

.price-sel-credits ol li:hover {
	background: #FFF3F0;
	color: var(--color-orange);
	cursor: pointer;
}

.price-sel-credits ol li label {
	display: block;
	width: 70%;
	text-align: left;
	cursor: pointer;
}
.price-sel-credits ol li label i{
	font-style: normal;
}

.price-sel-credits ol li label b{
	font-weight: 400;
	
}

.price-sel-credits ol li strong {
	width: 30%;
	text-align: center;
}

.price-num-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.price-num-btn span {
	display: inline-block;
	margin: 0 4px;
	font-weight: 500;
	color: #333333;
}

.price-save {
	position: relative;
}

.price-save::after {
	content: '';
	display: block;
	width: 86px;
	height: 52px;
	background: url(../images/ic-save30.svg) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	margin: -30px -70px 0 0;
}

.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 28px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--color-orange);
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 19px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #FF9A26;
}

input:focus+.slider {
	box-shadow: var(--color-orange);
}

input:checked+.slider:before {
	-webkit-transform: translateX(-15px);
	-ms-transform: translateX(-15px);
	transform: translateX(-15px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.pice-model {
	background: #fff url(../images/im-price-moddel.webp) no-repeat left center;
	background-size: cover;
	border-radius: 16px;
	padding: 60px 30px;
	margin: 30px 0;
}

.pice-model-title h3 {
	font-size: 32px;
	padding: 0;
	margin: 0;
}

.pice-model-title p {
	margin: 0;
	padding: 8px 0;
}

.pice-model-title p b {
	font-size: 42px;
}


.pice-model-list ul {
	list-style: none;
	margin: 0 0 0 62px;
	padding: 0;
}

.pice-model-list ul li {
	text-align: left;
	font-size: 16px;
	padding: 6px 24px;
	position: relative;
}

.pice-model-list ul li::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/ic-price-sel.svg) no-repeat;
	position: absolute;
	left: 0;
	top: 12px;
}

.prcie-safe {
	text-align: center;
}

.prcie-safe p {
	margin: 0;
	padding: 0 16px;
}

.prcie-safe p b {
	font-size: 20px;
	display: block;
	padding: 0 0 10px 0;
}

.prcie-safe p span {
	font-size: 16px;
	color: #4B4B4B;
}

.faq-block {
	border-bottom: 1px #e3e3e3 solid;
}

.faq-title {
	font-size: 22px;
	padding: 20px 0;
	cursor: pointer;
	position: relative;
	color: #333;
}

.faq-title::after {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/ic-faq-add.svg) no-repeat;
	background-size: 20px 20px;
	right: 0;
	margin: -30px 0 0 0;
	transition: transform 0.3s linear;
	font-weight: bold;
	font-size: 18px;
}

.faq-title:hover {
	color: #FF4218;
}

.sel {
	color: #FF4218;
}

.sel::after {
	transform: rotate(45deg);
}

.faq-content {
	font-size: 18px;
	padding: 16px 0;
	display: none;
}

.faq-content a {
	color: #FF4218;
}

.faq-content a:hover {
	color: #FF4218;
	text-decoration: underline;
}

.acitve {
	display: block !important;
}

.price-win {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	right: 0;
	z-index: 200;
	display: none;
}

.price-win-main {
	display: flex;
	height: 100%;
}

.price-win-left {
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F5F5F7;
}
.price-win-right{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.checkout-box{
	width: 500px;
}

.price-win-list {
	width: 450px;
	margin: 0;
}

.price-win-list h2 {
	font-size: 32px;
}

.price-win-total {
	margin: 30px 0;
	background: #fff;
	padding: 16px;
	border-radius: 8px;
}

.price-win-total p {
	display: flex;
	margin: 0;
	padding: 8px 0;
	font-size: 16px;
}

.price-win-total p span {
	display: block;
	width: 90%;
	text-align: left;
	color: #474747;
}

.price-win-total p b {
	font-size: 32px;
}

.price-win-list ul {
	list-style: none;
	margin: 0 0 0 16px;
	padding: 0;
}

.price-win-list ul li {
	font-size: 18px;
	position: relative;
	padding: 10px 16px 10px 32px;
	color: #474747;
}
.price-win-list ul li:before{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/ic-checkout-tips.svg) no-repeat;
	position: absolute;
	top: 10px;
	left: 0;
}
.close-checkout{
	cursor: pointer;
	position: relative;
	padding: 0 0 0 32px;
}
.close-checkout:before{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/ic-back.svg) no-repeat;
	position: absolute;
	top: 10px;
	left: 0;
}
.checked-year{
	font-size: 14px;
	font-style: normal;
	display: none;	
}

@media (max-width: 768px) {
	.price-win-main {
		display: block;
		height: 100%;
	}
	.price-win-list h2{
		display: none;
	}
	.price-win-list ul{
		display: none;
	}
	.price-win-left{
		width: 100%;
		height: auto;
		padding: 0 16px 0 0;
		background: none;
		margin: 0;
	}
	.price-win-right{
		width: 100%;
		padding: 16px 30px 16px 16px;
	}
	.price-win-list{
		width: 100%;
	}
	.close-checkout{
		padding: 0 0 0 32px;
		margin: 8px;
	}
	.price-win-total{
		margin: 8px 0;
		padding: 0 16px;
	}
	.price-title{
		padding: 30px 0 16px 0;
	}
	.price-title h1{
		font-size: 32px;
		font-weight: 600;
		line-height: 32px;
		padding:  0 0 16px 0;
	}
	
	.fslogo{
		display: none!important;
	}
	.ant-row {
	    display: block!important;
	}
	.free-block{
		  display: none;
	}
	.pice-model {
		background: #fff ;
	}
	.mb-img{
		width: 100%;
		height: auto;
	}
}