/*
Theme Name: NHC Live
Author: Slava Khripushin
Author URI: https://t.me/chupagraper
Version: 1.1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.section-preorder-01__card {
	min-height: 420px;
}
.section-preorder-01__buttons {
	margin-top: auto;
}
.section-hero-01__spec li {
	text-align: center;
}
.section-hero-01__spec li p,
.section-hero-01__mob-spec li p{
	margin: 0;
}

.section-hero-01__mob-spec li p br {
	display: none;
}

@media (min-width: 575px) {
	.btn {
		height: 70px;
		width: 298px;
	}
}

.section-title {
	max-width: 100%;
	width: 100%;
	text-align: left;
}

.section-hero-01 .btn {
	background: #fff !important;
	color: var(--color-text);
}

@media (max-width: 576px) {
	.section-hero-01__title {
		font-size: 32px;
	}
    .section-text-02__item {
        flex: initial;
        width: 100%;
    }
	.section-preorder-01__card {
		min-height: 360px;
	}
}