/*!
Theme Name: main
Theme URI: https://wordpress-inc.ru
Author: SEO-inc.
Author URI: https://wordpress-inc.ru
Description: Description
Version: 1.0.0
Tested up to: 8.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
*/
.offer .button {
	color: #fff;
}
ul.no-list li:after {
	display: none;
}
.content h3, .content h2, .content h4 {
	display: flex;
	align-items: center;
}
.content h3 img, .content h2 img, .content h4 img {
	width: 40px;
	height: 40px;
	margin-right: 15px;
	object-fit: contain;
}
ul.no-list li {
	position: static;
	padding-left: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
ul.no-list li img {
	width: 40px;
	height: 40px;
	margin-right: 15px;
	object-fit: contain;
}

.hero__button2 {
    gap: 20px;
    display: flex;
}
.form-text p {
    color: #333;
}
.form-text {
    text-align: center;
    margin: 0 auto;
    padding: 0 40px;
}

@media (min-width: 992px) and (max-width: 1945px) {
    .popup.rem-pay {
        max-width: 740px;
        height: 770px;
        overflow: hidden;
    }
}
@media (max-width: 992px) {
	.content h3 {
		font-size: 24px;
	}
}
@media screen and (max-width: 767px){
	.hero__button2 {
		gap: 20px;
		display: flex;
		flex-direction: column;
	}
}