html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: installmentsspace, installmentsspace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
    border: none;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
* {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
* {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent !important;
}
a {
    text-decoration: none;
}
:focus {
    outline: 0;
}
a,
button {
    -webkit-tap-highlight-color: transparent;
}
a:active,
a:focus,
button:active,
button:focus {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}
a,
button,
img,
video {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.installments-btn {
	width: 22.5vw;
	height: 3.472vw;
	font-size: 1.25vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #000 !important;
	border-radius: 0.556vw;
	transition: .25s;
}
.installments-btn:active {
	transition: .1s;
	background: #757575 !important;
}
@media (min-width: 1600px) {
	.installments-btn {
		width: 360px;
		height: 55px;
		font-size: 20px;
		border-radius: 8.8px;
	}
}
.installments__wrap {
    font-weight: 400;
    overflow: hidden;
    background: #141414;
    padding: 3.194vw 0 3.819vw;
}
@media (min-width: 1600px) {
	.installments__wrap {
		padding: 51px 0 61px;
	}	
}
.installments__wrap * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.installments__wrap--inner {
    padding: 0;
}
.installments__row {
    display: flex;
	flex-direction: column;
    justify-content: center;
	align-items: center;
	padding: 4.167vw 0 1.389vw;
}
@media (min-width: 1600px) {
	.installments__row {
		padding: 66.7px 0 22.2px;
	}
}
.installments__row.hidden {
	display: none;
}
.installments__content {
	margin-top: 2.778vw;
}
@media (min-width: 1600px) {
	.installments__content {
		margin-top: 44.4px;
	}
}
.installments__content--title {
    color: #FFF;
	text-align: center;
	font-family: Megogo;
	font-size: 3.333vw;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 0.017vw;
}
@media (min-width: 1600px) {
	.installments__content--title {
		font-size: 53.3px;
		letter-spacing: 0.3px;
	}
}



/* installments Sub Cards */
.installments__subs {
	margin-top: 4.861vw;
}
@media (min-width: 1600px) {
	.installments__subs {
		margin-top: 77.8px;
	}
}
.installments__subs--headline, .installments__row--headline {
	color: #FFF;
	font-size: 2.5vw;
	font-weight: 500;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.01vw;
}
@media (min-width: 1600px) {
	.installments__subs--headline, .installments__row--headline {
		font-size: 40px;
		letter-spacing: 0.2px;
	}	
}
.installments__subs--content {
	display: flex;
	justify-content: center;
	column-gap: 2.708vw;
	margin-top: 2.778vw;
}
@media (min-width: 1600px) {
	.installments__subs--content {
		column-gap: 43px;
		margin-top: 44px;
	}
}
.installments__subs--card {
	outline: 1px solid rgba(255, 255, 255, 0.20);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) -9.58%, rgba(255, 255, 255, 0.05) 100%);
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 10px 10px 0px rgba(0, 0, 0, 0.10), 0px 20px 50px 0px rgba(255, 255, 255, 0.15) inset;
	backdrop-filter: blur(0.694vw);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	transition: .25s;
	width: 23.958vw;
	padding: 2.083vw 1.736vw 4.167vw;
	border-radius: 0.972vw;
}
@media (min-width: 1600px) {
	.installments__subs--card {
		width: 383px;
		backdrop-filter: blur(11.1px);
		padding: 33px 27px 66px;
		border-radius: 15px;
	}	
}
.installments__subs--card:hover {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) -9.58%, rgba(255, 255, 255, 0.18) 100%);
}
@media (min-width: 1600px) {
	.installments__subs--card:hover {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) -9.58%, rgba(255, 255, 255, 0.18) 100%);
	}
}
.installments__subs--card:hover .installments__subs--btn {
	background-color: #fff;
}
.installments__subs--label {
	color: #fff;
	background-color: #EE3C21;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5.556vw;
	height: 2.222vw;
	font-size: 1.25vw;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.01vw;
	border-radius: 0.208vw;
	text-align: center;
	margin: 0 auto;
}
@media (min-width: 1600px) {
	.installments__subs--label {
		width: 88px;
		height: 35px;
		font-size: 20px;
		letter-spacing: 0.16px;
		border-radius: 3.3px;
	}	
}
.installments__subs--title {
	color: #fff;
	font-size: 1.944vw;
	font-weight: 500;
	line-height: 120%;
	text-align: center;
	margin-top: 1.389vw;
}
@media (min-width: 1600px) {
	.installments__subs--title {
		font-size: 31px;
		margin-top: 22px;
	}	
}
.installments__subs--dt {
	color: #fff;
	display: flex;
	justify-content: center;
	column-gap: 0.972vw;
	margin-top: 1.389vw;
}
@media (min-width: 1600px) {
	.installments__subs--dt {
		column-gap: 15px;
		margin-top: 17px;
	}	
}
.installments__subs--dt-old {
	text-decoration: line-through;
	opacity: .5;
}
.installments__subs--price {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: start;
	column-gap: 0.556vw;
}
@media (min-width: 1600px) {
	.installments__subs--price {
		column-gap: 8.8px;
	}	
}
.installments__subs--price-value {
	font-size: 4.444vw;
	font-weight: 500;
	line-height: 120%;
	text-align: right;
}
@media (min-width: 1600px) {
	.installments__subs--price-value {
		font-size: 71px;
	}	
}
.installments__subs--price-term {
	font-size: 1.25vw;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.007vw;
	text-align: left;
	padding-top: 0.903vw;
}
@media (min-width: 1600px) {
	.installments__subs--price-term {
		font-size: 20px;
		letter-spacing: 0.112px;
		padding-top: 14.45px;
	}	
}
.installments__subs--hr {
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: .2;
	margin-top: 0.347vw;
}
@media (min-width: 1600px) {
	.installments__subs--hr {
		margin-top: 5.5px;
	}	
}
.installments__subs--info {
	display: flex;
	flex-direction: column;
	row-gap: 1.007vw;
	padding: 1.389vw 0 1.597vw;
}
@media (min-width: 1600px) {
	.installments__subs--info {
		row-gap: 16px;
		padding: 22px 0 25px;
	}	
}
.installments__subs--point {
	color: #fff;
	position: relative;
	font-size: 1.111vw;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0.01vw;
	text-align: left;
	padding-left: 2.361vw;
}
@media (min-width: 1600px) {
	.installments__subs--point {
		font-size: 17px;
		letter-spacing: 0.16px;
		padding-left: 37px;
	}	
}
.installments__subs--point::before {
	content: '';
	width: 1.667vw;
	height: 1.667vw;
	position: absolute;
	background: center / contain no-repeat url('//s1.vcdn.biz/static/190780101/check.svg');
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
@media (min-width: 1600px) {
	.installments__subs--point::before {
		width: 26.6px;
		height: 26.6px;
	}	
}
.installments__subs--btn {
	width: 15.417vw;
	height: 3.264vw;
	font-size: 1.111vw;
	margin: 0 auto;
}
@media (min-width: 1600px) {
	.installments__subs--btn {
		width: 246px;
		height: 52px;
		font-size: 17.8px;
	}	
}
.installments__subs--card.active {
	outline: 2px solid #FFF;
	cursor: default;
}
.installments__subs--card.active:hover {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) -9.58%, rgba(255, 255, 255, 0.05) 100%);
}
.installments__subs--card.active .installments__subs--btn {
	cursor: default;
	background-color: #757575;
}
.installments__subs--card.active:hover .installments__subs--btn {
	cursor: default;
	background-color: #757575;
}
.installments__subs--card .installments__subs--btn span:first-child{
	display: inline;
}
.installments__subs--card .installments__subs--btn span:last-child{
	display: none;
}
.installments__subs--card.active .installments__subs--btn span:first-child{
	display: none;
}
.installments__subs--card.active .installments__subs--btn span:last-child{
	display: inline;
}



/* Instalments Choose */
.installments__choose {
	display: flex;
	justify-content: center;
	align-items: end;
	column-gap: 3.333vw;
}
@media (min-width: 1600px) {
	.installments__choose {
		column-gap: 53.3px;
	}
}
.installments__choose--item {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 1.806vw;
}
@media (min-width: 1600px) {
	.installments__choose--item {
		row-gap: 28.9px;
	}
}
.installments__choose--logo {
	display: block;
}
.installments__choose .installments__choose--item:first-child .installments__choose--logo {
	width: 13.889vw;
}
@media (min-width: 1600px) {
	.installments__choose .installments__choose--item:first-child .installments__choose--logo {
		width: 222.2px;
	}
}
.installments__choose .installments__choose--item:last-child .installments__choose--logo {
	width: 17.083vw;
}
@media (min-width: 1600px) {
	.installments__choose .installments__choose--item:last-child .installments__choose--logo {
		width: 273.3px;
	}
}
.installments__choose--btn {
	width: 19.167vw;
	height: 3.889vw;
}
@media (min-width: 1600px) {
	.installments__choose--btn {
		width: 306.7px;
		height: 62.2px;
	}
}
.installments__choose .installments__choose--item:first-child .installments__choose--btn:hover {
	background: #A55FFF;
}
.installments__choose .installments__choose--item:last-child .installments__choose--btn:hover {
	background: #9CE13F;
}