/*!
Theme Name: aba
Theme URI: http://underscores.me/
Author: bfd
Author URI: http://bfd.su/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aba
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

aba is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.news-single__img {
	margin-bottom: 15px;
}
.news-single__content h3,
.material-single__content h3 {
	margin-bottom: 50px;
}
.news-single__content h2,
.material-single__content h2 {
	margin-bottom: 20px;
}
.news-single__content p,
.material-single__content p {
	margin-bottom: 20px;
}

.news-single__content ul,
.material-single__content ul {
	margin-bottom: 20px;
}

@media (max-width: 90.0613rem) {
	.news-single__content h3,
	.material-single__content h3 {
		margin-bottom: 40px;
	}
	.news-single__content h2,
	.material-single__content h2 {
		margin-bottom: 15px;
	}
	.news-single__content p,
	.material-single__content p {
		margin-bottom: 15px;
	}
	.news-single__content ul,
	.material-single__content ul {
		margin-bottom: 15px;
	}
}

.swiper-button-lock {
	display: none;
}

.material-card--hidden {
	display: none;
}

.materials__left {
	width: 100%;
}

.input,
.textarea {
	width: 100%;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}

.modal-form .wpcf7-acceptance .wpcf7-list-item {
	margin-bottom: 0.3125rem;
	margin-top: 1.5625rem;
}

@media (max-width: 90.0613rem) {
	.modal-form .wpcf7-acceptance .wpcf7-list-item {
		margin-bottom: 0.625rem;
		margin-top: 0.9375rem;
	}
}

.wpcf7-acceptance span.wpcf7-list-item-label {
	display: inline-block;
	padding-left: 1.875rem;
	position: relative;
	font-size: 0.875rem;
	letter-spacing: -0.00875rem;
	line-height: 1.25;
}

.wpcf7-acceptance span.wpcf7-list-item-label:after,
.wpcf7-acceptance span.wpcf7-list-item-label:before {
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 1.25rem;
}

@media (max-width: 90.0613rem) {
	.wpcf7-acceptance span.wpcf7-list-item-label {
		font-size: 0.875rem;
		letter-spacing: -0.00875rem;
		line-height: 1.25;
	}
}

.wpcf7-acceptance span.wpcf7-list-item-label:before {
	border: 0.0625rem solid rgb(var(--color-dark));
	border-radius: 0.0625rem;
}

.wpcf7-acceptance span.wpcf7-list-item-label:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' fill='none' viewBox='0 0 11 9'%3E%3Cpath fill='%23353638' d='M3.437 6.637 9.853 0 11 1.185 3.437 9 0 5.448l1.146-1.185z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 60% 60%;
	transform: scale(0);
	transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
}

.wpcf7-acceptance input:checked + span.wpcf7-list-item-label:after {
	transform: scale(1);
}

.wpcf7-acceptance .wpcf7-list-item input {
	display: none;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
	font-size: 0.9375rem;
	letter-spacing: -0.009375rem;
	line-height: 1.25;
}

.wpcf7 form .wpcf7-response-output {
	margin-inline: 0 !important;
}

@media (max-width: 90.0613rem) {
	.wpcf7-not-valid-tip,
	.wpcf7-response-output {
		font-size: 0.875rem;
		letter-spacing: -0.00875rem;
		line-height: 1.25;
	}
}

.feedback-form .wpcf7-form-control-wrap {
	width: 100%;
	max-width: 66.25rem;
}

@media (max-width: 90.0613rem) {
	.feedback-form .wpcf7-form-control-wrap {
		max-width: 49.0625rem;
	}
}

.offer__logo img {
	width: 29px;
	height: 29px;
}
.hidden-data-box {
	display: none;
}
input.hidden-data {
	display: none;
}
.modal[data-modal="modal-calculator"] .wpcf7-response-output:empty {
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}

.news-single__content ul, .material-single__content ul {
	list-style: disc;
}
.news-single__content ol, .material-single__content ol {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	padding-left: 1.875rem;
	margin-bottom: 20px;
}

@media (max-width: 90.0613rem) {
	.news-single__content ol, .material-single__content ol {
		gap: 0.625rem;
		padding-left: 1.5625rem;
		margin-bottom: 15px;
	}
}

@media (max-width: 63.9988rem) {
	.news-single__content ol, .material-single__content ol {
        gap: 0.3125rem;
    }
}