.new-color-popup {    
	z-index: 300;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Manrope,sans-serif;

}
.new-color-popup .popup__content {
	background-color: transparent;
    border: 1px solid transparent;
}    
.new-color-popup .popup__close {
	position: static;
}

.new-color-popup .content-popup__title {
	font-family: "Bebas Neue Cyrillic",Arial,Helvetica,sans-serif;
    font-weight: 400;
}

@media (min-width: 375.1px) {
.new-color-popup .content-popup__circle-illustration {
		aspect-ratio: 390/400;
		width: auto;
	}
}

.new-color-popup .content-popup .content-popup-form__wrap-field {
	line-height: 0.8;
}

.new-color-popup .content-popup .content-popup-form__wrap-field.message {
	line-height: 0.97;
}
.new-color-popup .content-popup .content-popup-form__wrap-field label {
    font-family: Manrope,sans-serif;
}

.new-color-popup  .content-popup .content-popup-form__submit {
	font-family: Manrope,sans-serif;	
}

@media (any-hover: hover) {
	.new-color-popup  .content-popup .content-popup-form__submit:hover {
		background-color: #21c677;
		cursor: pointer;
	}
}