/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */


.main-navigation {
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
	z-index: 10;
}

.top__bar__col__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 70px;
}

/* Header Button */
.site-header .header__modal__btn__wrapper .header__order__btn {
	background-color: #005baa;
	border: none;
	color: #fff;
	border-radius: 5px;
	padding: 10px 20px;
	line-height: normal;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}

.site-header .header__modal__btn__wrapper .header__order__btn:hover {
	background-color: #0099cc;
}

.site-header .header__modal__btn__wrapper .header__order__btn:focus {
	outline: none;
}

/* HOME PAGE */
.top__bar__col__contacts {
	display: flex;
	flex-direction: column;
	gap: 3px;
	align-items: flex-start;
	justify-content: center;
	background-color: #f4f7f7;
	padding: 10px 15px;
	border-radius: 8px;
}

.top__bar__col__contacts a {
	color: #000;
	text-decoration: none;
	position: relative;
	padding-left: 23px;
	font-size: 16px;
	transition: 0.3s;
	line-height: normal;
}

.top__bar__col__contacts .phone {
	font-weight: bold;
	font-size: 19px
}

.top__bar__col__contacts a:hover {
	color: #005baa;
}

.top__bar__col__contacts a.phone::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(/wp-content/uploads/2025/10/phone-outline.svg) no-repeat center / contain;
	width: 16px;
	height: 100%;
}

.top__bar__col__contacts a.email::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(/wp-content/uploads/2025/10/email-outline.svg) no-repeat center / contain;
	width: 18px;
	height: 100%;
}

.top__bar__col__social {
	display: flex;
	gap: 10px;
}

.top__bar__col__social .social__icon img {
	width: 25px;
	height: 25px;
	object-fit: contain;
	transition: 0.3s;
}

.top__bar__col__social .social__icon img:hover {
	transform: translateY(-3px);
}

.header-search {
	border-left: 1px solid #dbdbdb;
	padding-left: 15px;
}

/* Hero */
.home .home__hero::before {
	content: '';
	background: url("/wp-content/uploads/2025/10/decor-3.svg") no-repeat center / contain;
	width: 247px;
	height: 257px;
	position: absolute;
	top: 3rem;
	left: -14rem;
}

.home .hero {
	background: linear-gradient(135deg, #005baa, #0099cc);
	color: #fff;
	text-align: center;
	padding: 120px 20px;
	border-radius: 16px;
}

.home .hero h1 {
	font-size: 42px;
	margin-bottom: 20px;
	font-weight: 700;
}

.home .hero p {
	font-size: 18px;
	margin-bottom: 30px;
}

.home .btn {
	background-color: #ff6b35;
	color: #fff;
	padding: 14px 32px;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: .3s;
}

.home .btn:hover {
	background: #ff4c00;
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
}

/* Заголовки секций */
.home h2 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 40px;
	position: relative;
}

.home h2:not(.home .home__steps h2, .home .home__cta h2)::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #005baa;
	margin: 12px auto 0;
	border-radius: 2px;
}

/* Карточки */
.home .home__cards::after {
	content: '';
	background: url("/wp-content/uploads/2025/10/decor-2.svg") no-repeat center / contain;
	width: 247px;
	height: 257px;
	position: absolute;
	bottom: 3rem;
	right: -14rem;
}

.home .cards {
	display: grid;
	grid-template-columns:repeat(4, 1fr);
	gap: 25px;
}

.home .card {
	background: #fff;
	padding: 25px;
	border-radius: 16px;
	text-align: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: .3s;
}

.home .card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.home .card span {
	font-size: 36px;
	display: block;
	margin-bottom: 12px;
	color: #005baa;
}

/* Преимущества */
.home .home__features::before {
	background: url("/wp-content/uploads/2025/10/bg_light-051.jpg");
}

.home .features {
	display: grid;
	grid-template-columns:repeat(3, 1fr);
	gap: 25px;
}

.home .feature {
	background: #f9f9f9;
	padding: 25px;
	border-radius: 16px;
	text-align: center;
	transition: .3s;
	border: 1px solid #eee;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.home .feature:hover {
	background: #eaf7ff;
	transform: translateY(-4px);
}

.home .feature span {
	font-size: 30px;
	color: #ff6b35;
	margin-bottom: 10px;
	display: block;
}

/* Этапы */
.home .home__steps::before {
	background: linear-gradient(135deg, #005baa, #0099cc);
}

.home .steps {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}

.home .step {
	flex: 1 1 220px;
	background: #f0f7ff;
	padding: 25px;
	border-radius: 16px;
	position: relative;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
}

.home .home__steps h2 {
	color: white;
}

.home .step h3 {
	margin-bottom: 10px;
	font-size: 20px;
	color: #005baa;
}

.home .step::before {
	content: attr(data-step);
	position: absolute;
	top: -15px;
	left: -15px;
	background: #ff6b35;
	color: #fff;
	font-weight: bold;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
}

/* Стоимость */
.home .home__pricing::before {
	background: url("/wp-content/uploads/2025/10/bg_light-054.png");
}

.home .pricing {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 25px;
	align-items: stretch;
}

.home .price-card {
	background: #fff;
	/*border: 2px solid #eee;*/
	border-radius: 18px;
	padding: 30px;
	text-align: center;
	transition: .3s;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between; /* кнопка будет снизу */
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.home .price-card:hover {
	border-color: #005baa;
	transform: translateY(-5px);
}

/* убираем лишние стили для кнопки, оставляем твою */
.home .price-card a.btn {
	margin-top: 20px; /* немного пространства от текста */
	align-self: center; /* по центру */
}

.home .home__pricing #show-more.btn {
	background: #005baa;
}

.home .home__pricing #show-more.btn:hover {
	background: #0099cc;
}

.accordion-content {
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 25px;
}

/* FAQ */
.home .home__faq__answer {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.home .home__faq__answer::before {
	content: '';
	background: url("/wp-content/uploads/2025/10/decor-3.svg") no-repeat center / contain;
	width: 247px;
	height: 257px;
	position: absolute;
	top: 3rem;
	left: -14rem;
}

.home .home__faq__answer::after {
	content: '';
	background: url("/wp-content/uploads/2025/10/decor-2.svg") no-repeat center / contain;
	width: 247px;
	height: 257px;
	position: absolute;
	bottom: 3rem;
	right: -14rem;
}

.home .home__faq__answer .faq {
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
	padding: 20px;
	border-radius: 16px;
}

.home .faq-item {
	border-bottom: 1px solid #ddd;
}

.home .faq-question {
	background: #f9f9f9;
	padding: 18px 22px;
	cursor: pointer;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: .2s;
}

.home .faq-question:hover {
	background: #f0f0f0;
}

.home .faq-answer {
	display: none;
	padding: 15px 22px;
	font-size: 15px;
	color: #444;
	line-height: 1.5;
}

.home .faq-item.active .faq-answer {
	display: block;
	animation: fadeIn .3s ease;
}

.home .faq-question span {
	transition: transform .3s;
}

.home .faq-item.active .faq-question span {
	transform: rotate(90deg);
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* CTA */
.home .home__cta .cta {
	background: linear-gradient(135deg, #005baa, #0099cc);
	color: #fff;
	text-align: center;
	padding: 70px 20px;
	border-radius: 16px;
}

.home .home__cta .cta h2 {
	color: #fff;
	margin-bottom: 20px;
}

.home .home__cta .cta p {
	margin-bottom: 25px;
}

/* HOME PAGE : END */

/* NextGEN Gallery Plugin */
.ngg__gallery__reviews__global {
	position: relative;
	background: url(/wp-content/uploads/2025/10/bg-reviews-global-min.jpg) no-repeat center / cover;
	padding: 35px 35px;
	border-radius: 16px;
	margin-bottom: 50px;
}

.ngg__gallery__reviews__global .ngg-galleryoverview {
	margin-top: 0;
	margin-bottom: 0;
}

.site-header-fixed,
.site-navigation-fixed {
	z-index: 999;
}

@media all and (max-width: 767px) {
	.ngg__gallery__reviews__global {
		margin: 50px 0;
	}
}

@media all and (max-width: 375px) {
	.ngg__gallery__reviews__global {
		padding: 35px 15px;
	}
}

/* NextGEN Gallery Plugin : END */

/* Форма Bitrix */
.b24-form-sign {
	display: none !important;
}

.mainblock {
	background: #fff;
}

.mainblock.btn_new_form_mainblock {
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.13);
	border-radius: 8px;
	overflow: hidden;
	padding: 15px;
}

.mainblock .wrapper_form {
	padding: 3px 3px 15px;
}

.mainblock.btn_new_form_mainblock .b24-form-padding-side {
	padding-left: 0;
	padding-right: 0;
}

.b24-form-control {
	width: 100% !important;
}

.b24-form-control-container input {
	width: 100% !important;
}

.btn_new_form_2212_wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 1rem;
}

.btn_new_form_2212_wrapper .btn_new_form_2212_item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.btn_new_form_2212_wrapper .btn_new_form_2212_item .btn_new_form_2212 {
	font-size: 14px;
	font-weight: 600;
	color: #5a5a5a;
	text-decoration: underline;
	padding-left: 23px;
	transition: 0.3s;
}

.btn_new_form_2212_wrapper .btn_new_form_2212_item:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 18px;
	height: 18px;
}

.btn_new_form_2212_wrapper .btn_new_form_2212_item.item__1:before {
	background: url(/wp-content/uploads/2025/10/whatsapp_logo.svg) no-repeat center / contain;
}

.btn_new_form_2212_wrapper .btn_new_form_2212_item.item__2:before {
	background: url(/wp-content/uploads/2025/10/telegram_logo.svg) no-repeat center / contain;
}

/* КОНЕЦ: Форма Bitrix */

/* Пульсирующая форма Bitrix */
.b24-form-sign {
	display: none !important;
}

.modal-bodydip2 {
	padding: 0 20px 10px 20px;
}

.modal-bodydip-beg-s-mar {
	overflow: hidden;
	white-space: nowrap;
	animation: marquee 10s linear infinite alternate;
	padding: 5px;
	font-size: 13px;
}

.b24-form-padding-side {
	padding-left: 10px;
	padding-right: 10px;
}

.b24-form-control {
	width: 100% !important;
}

.b24-form-control-container input {
	width: 100% !important;
}

.btn_new_form_2212_wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
}

.btn_new_form_2212_wrapper .btn_new_form_2212_item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.btn_new_form_2212_wrapper .btn_new_form_2212_item .btn_new_form_2212 {
	font-size: 14px;
	font-weight: 600;
	color: #5a5a5a;
	text-decoration: underline;
	padding-left: 23px;
	transition: 0.3s;
}

.btn_new_form_2212_wrapper .btn_new_form_2212_item:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 18px;
	height: 18px;
}

.btn_new_form_2212_wrapper .btn_new_form_2212_item.item__1:before {
	background: url(/wp-content/uploads/2025/10/whatsapp_logo.svg) no-repeat center / contain;
}

.btn_new_form_2212_wrapper .btn_new_form_2212_item.item__2:before {
	background: url(/wp-content/uploads/2025/10/telegram_logo.svg) no-repeat center / contain;
}

@keyframes marquee {
	from {
		text-indent: 100%;
	}
	to {
		text-indent: 0;
	}
}

.dip-bottom-b {
	color: #fff;
}

.modal-header-h {
	font-size: 1.1em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}

.modaldip {
	display: none;
	position: fixed;
	z-index: 99999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.7);
}

.modal-contentdip {
	position: relative;
	background-color: #fff;
	margin: auto;
	padding: 15px 15px 30px;
	border: 0 solid #fff;
	border-radius: 8px;
	overflow: hidden;
	width: 40%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}

.closedip {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.closedip:hover,
.closedip:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-headerdip {
	padding: 2px 16px;
	background-color: #d9d9d9;
	color: #000;
	border-bottom: 1px solid #d1caca;
}

.modal-bodydip {
	font-size: 12px;
	padding: 0 0;
}

.modal-footerdip {
	padding-bottom: 5px;
	background-color: #fff;
	color: #000;
	text-align: center;
	font-size: 13px;
}

.callback-bt {
	background: #38a3fd;
	border: 2px solid #38a3fd;
	border-radius: 50%;
	box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
	cursor: pointer;
	height: 90px;
	text-align: center;
	width: 90px;
	position: fixed;
	left: 5%;
	bottom: 5%;
	z-index: 1000;
	transition: .3s;
	-webkit-animation: hoverWave linear 1.3s infinite;
	animation: hoverWave linear 1.3s infinite;
}

.callback-bt .text-call {
	height: 90px;
	width: 90px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

.callback-bt .text-call span {
	text-align: center;
	color: #fff;
	opacity: 1;
	font-size: 9px;
	position: absolute;
	right: 0;
	top: 24px;
	line-height: 14px;
	font-weight: 600;
	text-transform: uppercase;
	transition: opacity .3s linear;
	font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

@-webkit-keyframes hoverWave {
	0% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
	}
	40% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
	}
	80% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
	}
	100% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
	}
}

@keyframes hoverWave {
	0% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
	}
	40% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
	}
	80% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
	}
	100% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
	}
}

@keyframes shake {
	0% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
	10% {
		transform: rotateZ(-30deg);
		-ms-transform: rotateZ(-30deg);
		-webkit-transform: rotateZ(-30deg);
	}
	20% {
		transform: rotateZ(15deg);
		-ms-transform: rotateZ(15deg);
		-webkit-transform: rotateZ(15deg);
	}
	30% {
		transform: rotateZ(-10deg);
		-ms-transform: rotateZ(-10deg);
		-webkit-transform: rotateZ(-10deg);
	}
	40% {
		transform: rotateZ(7.5deg);
		-ms-transform: rotateZ(7.5deg);
		-webkit-transform: rotateZ(7.5deg);
	}
	50% {
		transform: rotateZ(-6deg);
		-ms-transform: rotateZ(-6deg);
		-webkit-transform: rotateZ(-6deg);
	}
	60% {
		transform: rotateZ(5deg);
		-ms-transform: rotateZ(5deg);
		-webkit-transform: rotateZ(5deg);
	}
	70% {
		transform: rotateZ(-4.28571deg);
		-ms-transform: rotateZ(-4.28571deg);
		-webkit-transform: rotateZ(-4.28571deg);
	}
	80% {
		transform: rotateZ(3.75deg);
		-ms-transform: rotateZ(3.75deg);
		-webkit-transform: rotateZ(3.75deg);
	}
	90% {
		transform: rotateZ(-3.33333deg);
		-ms-transform: rotateZ(-3.33333deg);
		-webkit-transform: rotateZ(-3.33333deg);
	}
	100% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
}

@-webkit-keyframes shake {
	0% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
	10% {
		transform: rotateZ(-30deg);
		-ms-transform: rotateZ(-30deg);
		-webkit-transform: rotateZ(-30deg);
	}
	20% {
		transform: rotateZ(15deg);
		-ms-transform: rotateZ(15deg);
		-webkit-transform: rotateZ(15deg);
	}
	30% {
		transform: rotateZ(-10deg);
		-ms-transform: rotateZ(-10deg);
		-webkit-transform: rotateZ(-10deg);
	}
	40% {
		transform: rotateZ(7.5deg);
		-ms-transform: rotateZ(7.5deg);
		-webkit-transform: rotateZ(7.5deg);
	}
	50% {
		transform: rotateZ(-6deg);
		-ms-transform: rotateZ(-6deg);
		-webkit-transform: rotateZ(-6deg);
	}
	60% {
		transform: rotateZ(5deg);
		-ms-transform: rotateZ(5deg);
		-webkit-transform: rotateZ(5deg);
	}
	70% {
		transform: rotateZ(-4.28571deg);
		-ms-transform: rotateZ(-4.28571deg);
		-webkit-transform: rotateZ(-4.28571deg);
	}
	80% {
		transform: rotateZ(3.75deg);
		-ms-transform: rotateZ(3.75deg);
		-webkit-transform: rotateZ(3.75deg);
	}
	90% {
		transform: rotateZ(-3.33333deg);
		-ms-transform: rotateZ(-3.33333deg);
		-webkit-transform: rotateZ(-3.33333deg);
	}
	100% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
}

@media (max-width: 1199px) {
	.modaldip {
		padding-top: 20px;
	}

	.modal-contentdip {
		width: 60%;
	}
}

@media (max-width: 767px) {
	.modal-contentdip {
		width: 93%;
	}

	.modal-footerdip {
		padding-bottom: 15px;
	}

	.bottom_text {
		font-size: 11px;
		margin-top: 5px;
	}
}

/* КОНЕЦ: Пульсирующая форма Bitrix */

/* antiplagiat (wp gallery) */
.antiplagiat__images {
	border: 1px solid #ced4da;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	padding: 15px;
}

.antiplagiat__images .antiplagiat__desc {
	background-color: rgba(206, 212, 218, 0.3);
	border-radius: 8px;
	padding: 10px 15px;
	line-height: normal;
	margin-bottom: 15px;
}

.antiplagiat__images .gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-bottom: 0;
}

.antiplagiat__images .gallery .gallery-item {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.21);
	margin: 0;
	transition: 0.2s;
}

.antiplagiat__images .gallery .gallery-item:hover {
	transform: translateY(-5px);
}

@media (max-width: 1023px) {
	.antiplagiat__images .gallery {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 575px) {
	.antiplagiat__images .gallery {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* antiplagiat : END */

/* MISC */
.pum .pum-content + .pum-close,
.pum-theme-lightbox .pum-content + .pum-close {
	outline: none;
}

.expert-review .expert-review-expert-bio__avatar img {
	height: 100%;
	object-fit: cover;
}

.comments-area .comment-form-url,
.acf-comment-fields {
	display: none !important;
}

.comments-area .comment-respond .comment-form-author,
.comments-area .comment-respond .comment-form-email {
	width: 49%;
}

.rating-box .rating-box__header {
	font-weight: bold;
}

.comment-list .comment-avatar img:not(.children .comment-avatar img) {
	width: 60px;
	height: 60px;
	object-fit: cover;
}

.comment-list .children .comment-avatar img {
	width: 30px;
	height: 30px;
	object-fit: cover;
}

/* Media Query */
@media (max-width: 1190px) {
	.home .cards,
	.home .features,
	.home .pricing {
		grid-template-columns: repeat(2, 1fr);
	}

	.home .step {
		flex: 1 1 420px;
	}

	html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal=true]) {
		padding-right: 0 !important;
	}
}

@media (min-width: 992px) {
	.main-navigation ul {
		justify-content: center;
	}
}

@media (max-width: 991px) {
	.top__bar__col__wrapper {
		gap: 40px;
	}

	.comment-list .comment-avatar img:not(.children .comment-avatar img) {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 767px) {
	.site-header {
		box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
	}

	/*	.site-header .header-html-1 {
			display: flex;
			justify-content: center;
		}

		.site-header .header-html-1 .top__bar__col__contacts {
			align-items: center;
		}*/
	.site-header .header-html-1 {
		display: none;
	}

	.home .section-block,
	.home .section-html {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.home .home__hero {
		padding-top: 0;
	}

	.comments-area .comment-respond .comment-form-author,
	.comments-area .comment-respond .comment-form-email {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.home .cards,
	.home .features,
	.home .pricing {
		grid-template-columns: repeat(1, 1fr);
	}

	.home .hero {
		padding: 70px 20px;
	}

	.home .hero h1 {
		font-size: 30px;
	}
}