.terms-content__item .default-wave::after {
	background-size: contain;
	width: 300%;
}

@media (max-width: 480px) {
	.terms-content__item .default-wave::after {
		background-size: cover;
		width: 100%;
	}
}

.default-wave {
	position: relative;
}


.terms-content__installment-item .terms-content__faq {
    position: absolute;
    right: 15px;
    top: 25px;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Neris';
    background: #FFAF3A;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
	line-height: 1px;
	color: #fff;
}

.faq__content {
	opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
    position: absolute;
    bottom: 37px;
    font-size: 14px;
    line-height: 18px;
    padding: 15px 18px;
    background: #FFAF3A;
    width: 257px;
	left: -139px;
	z-index: 1;
}

.faq__content::after {
	position: absolute;
    content: '';
    background: #FFAF3A;
    width: 20px;
    height: 20px;
    bottom: -10px;
    left: 141px;
    transform: rotate(45deg);
}

.terms-content__installment-item .terms-content__faq:hover .faq__content {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 480px) {
	.faq__content {
		left: -218px;
	}
	.faq__content::after {
		right: 18px;
		left: unset;
	}
}

@media (min-width: 700px) {
	.terms__item+.terms__item {
		margin-left: 35px!important;
	}
}