.hidden{
    display: none !important;
}
@media (max-width: 768px){
    .banner-main__title br{
        display: none !important
    }
	.page-info__code {
		font-size: 36px;
	}
}


.mb-16 {
    margin-bottom: 16px;
}
.wrapper-title h1 {
    text-align: center;
}
.pack-request-form br {
    display: none;
}
.wpcf7-list-item {
    margin: 0 !important;
}
.form-submit .btn {
    width: 100%;
    text-align: center;
}
.wpcf7-list-item-label {pointer-events: none}
.nice-select {
    width: 100%;
    height: 40px;
    border-color: #ACACACFF !important;

}
.nice-select .nice-select-dropdown {
    min-width: 100%;
}
.card__icon {
    height: 89px;
    display: flex;
    justify-content: center;
    max-width: 100% !important;
    margin: auto;
}
.card:not(.card--white-color) .card__inner {
    padding-top: 0;
}
.card.card--gradient.card--white-color  .card__inner {
    padding-top: 0;
}
.card.card--gradient.card--white-color  .card__text {
    margin-top: 0;
}
.card:not(.card--white-color)  .card__text {
    margin-top: 0;
}
#getaddress_button {
    padding-top: 14px;
    padding-bottom: 14px;
}
.price-item__text {
    font-size: 30px;
    font-weight: 600;
}
.price-item__cur {
    width: 32px;
    height: 32px;
}
.price-item__title {
    font-size: 30px;
    font-weight: 600;
}
@media (max-width: 960px){
    .header__logo {
        max-width: 220px;
        flex: 1;
        min-width: 0;
    }
}
@media (max-width: 768px){
	 .price-item__text {
		font-size: 22px;
		font-weight: 600;
	}
	.price-item__cur {
		width: 24px;
		height: 24px;
	}
    .page-info__description div h1 {
        margin: 0;
    }
    .price-item__title {
        font-weight: 600;
        font-size: 30px !important;
    }


}
