/*
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 стили */

/* Header */
.main-navigation {
	border-radius: 8px;
}

.main-navigation.site-navigation-fixed {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.site-logotype img {
	object-fit: contain;
}

/* Header Contacts */
.header__contacts {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px;
	line-height: 120%;
	background-color: #1a2260;
	padding: 8px 15px;
	border-radius: 8px;
	-ms-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}

.header__contacts .col__l,
.header__contacts .col__r {
	display: flex;
	flex-direction: column;
}

.header__contacts .col__r a {
	padding-left: 0;
}

.header__contacts .col__r a img {
	width: 28x;
	height: 28px;
	object-fit: contain;
	transition: 0.3s;
}

.header__contacts .col__r a img:hover {
	transform: translateY(-3px);
}

.site-header .header__contacts a {
	position: relative;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s;
	padding-left: 25px;
	color: #fff;
}

.header__contacts a:hover {
	color: #ff0000;
}

.header__contacts .email {
	font-size: 16px;
}

.header__contacts .phone::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(/wp-content/uploads/2023/08/phone.svg) no-repeat center / contain;
	width: 16px;
	height: 100%;
}

.header__contacts .email::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(/wp-content/uploads/2023/08/email.svg) no-repeat center / contain;
	width: 16px;
	height: 100%;
}

/* Header Button */
.site-header .header__modal__btn__wrapper .header__order__btn {
	background-color: #ff0000;
	border: none;
	color: #fff;
	border-radius: 5px;
	padding: 10px 20px;
	line-height: 120%;
	-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: #ff0000;
	box-shadow: rgba(255, 0, 0, 0.55) 0 0 45px;
}

.site-header .header__modal__btn__wrapper .header__order__btn:focus {
	outline: none;
}

.top-menu ul .nav__order__item a, .main-navigation ul .nav__order__item a {
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
	padding: .7em 2em;
}

.top-menu ul .nav__order__item a:hover {
	background-color: #ffffff;
	border-color: #ff0000;
	color: #ff0000;
}

.top-menu ul .nav__order__item a::before {
	content: none;
}

.main-navigation ul li a:hover,
.main-navigation ul li .removed-link:hover {
	color: #fff;
}

/* Sidebar - Bitrix Form */
.sticky-sidebar.is_stuck {
	top: 80px !important;
}

.widget-area .mainblock .wrapper_form {
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.21);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.21);
	border-radius: 8px;
}

.pum .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
	outline: none;
}

/* Past CSS */
.expert-review-expert-header, .expert-review-expert-bio-name {
	color: #ff0000 !important;
}

.expert-review-expert-bio__avatar, .expert-review-button {
	background-color: #ff0000 !important;
}

.expert-review-qa-header {
	color: #ff0000 !important;
}

.expert-review-qa__avatar {
	background-color: #ff0000 !important;
}

.expert-review-qa__text {
	background: #bfbfbf !important;
}

.expert-review--color-green-2 {
	background: #ffffff !important;
}

.header-contacts {
	gap: 16px;
	display: flex;
	justify-content: center;
}

.header-contacts a {
	font-size: 24px;
}

.header-contacts a i {
	font-weight: bold;
}

.header-contacts a:hover {
	color: #ff0000;
}

.header-contacts a.email:hover {
	color: #3E6993;
}

.header-contacts a.whatsapp:hover {
	color: #25D366;
}

.swiper-works-slider-otzyvy .swiper-slide {
	width: 50%;
}

.swiper-works-slider-otzyvy .swiper-slide:first-child {
	width: 100%;
}

@media (max-width: 768px) {
	.swiper-works-slider-otzyvy .swiper-slide {
		width: 100%;
	}
}

img {
	max-width: 100%;
	height: auto;
}

.post-card--small .post-card__thumbnail {
	width: 80px
}

.post-card--small .post-card__body {
	width: calc(100% - 100px);
}

.audio-card {
	flex-flow: wrap;
	gap: 1rem 0.5rem;
}

.audio-card .specialty-item-icon {
	width: 50px;
	height: 50px;
	margin-left: 20px;
}

.audio-card .specialty-item-icon img {
	width: 100%;
	height: auto;
}

.audio-card .specialty-item-content {
	width: calc(100% - 70px - 1rem);
}

.audio-card .specialty-item-content .review-item-date {
	font-size: 0.75rem;
}

.audio-card .review-item-file {
	width: 100%;
}

/* Misc */
.breadcrumb .breadcrumb_last span {
	color: #888;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
}

.related-posts .post-card .post-card__body .post-card__meta,
.search.search-results .post-cards .post-card__body .post-card__meta,
.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%;
}

.comment-list .comment .comment-body .comment-author {
	pointer-events: none;
	user-select: none;
	text-decoration: none;
}

.b24-form-sign {
	display: none !important;
}

.single .article-post .mainblock .wrapper_form {
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.21);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.21);
	border-radius: 8px;
}

.expert-review-poll.js-expert-review-poll {
	color: #000;
	background: #f4f7f7;
}

.expert-review-poll.js-expert-review-poll .expert-review-poll-item {
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.expert-review-poll.js-expert-review-poll .expert-review-poll-item .expert-review-poll-item__progress {
	background: rgba(157, 157, 157, 0.30);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.btn_new_form_2212[data-name="max"] span:before {
	background-image: url(/wp-content/uploads/2025/11/max_logo.png);
}

.mainblock .wrapper_form,
.modaldip .modal-contentdip {
	padding-bottom: 15px !important;
}

.pum-theme-3502 .pum-container,
.pum-theme-lightbox .pum-container {
	background-color: rgba( 255, 255, 255, 1.00 );
}

/* NextGEN Gallery Plugin */
.ngg__gallery__reviews__global {
	position: relative;
	background: url(/wp-content/uploads/2025/04/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 */

/* 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 */

/* Media Query */
@media (min-width: 992px) and (max-width: 1199px) {
	.site-header .site-header-inner {
		flex-direction: column;
		gap: 20px;
	}
}

@media (max-width: 1199px) {
	html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal=true]) {
		padding-right: 0 !important;
	}
}

@media (max-width: 991px) {
	.site-header {
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
	}
}

@media (min-width: 992px) {
	.main-navigation ul li.current-menu-item::before,
	.main-navigation ul li.current-menu-parent::before,
	.main-navigation ul li:hover::before {
		content: '';
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .05);
	}
}

@media (max-width: 991px) {
	.search-screen {
		z-index: 1000;
	}
}

@media (max-width: 767px) {
	.mobile-menu-placeholder .main-navigation {
		width: 98%;
	}

	.header__contacts {
		justify-content: center;
		width: max-content;
		margin: auto;
	}

	.comments-area .comment-respond .comment-form-author,
	.comments-area .comment-respond .comment-form-email {
		width: 100%;
	}
}

/* materialy (import) */
.category-materialy .entry-excerpt {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	background-color: #1a2260;
	padding: 10px 20px;
	border-radius: 8px;
	margin-bottom: 1rem;
}

.materialy__text {
	margin-bottom: 2rem;
}

.materialy__images__desc {
	margin-bottom: 15px;
	font-weight: bold;
}

.materialy__images {
	display: flex;
	flex-flow: row wrap;
	gap: 15px;
}

.materialy__images a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	text-decoration: none;
	position: relative;
	background-color: #f4f7f7;
	color: #1a2260;
	padding: 10px;
	border-radius: 8px;
	transition: 0.3s;
}

.materialy__images a:hover {
	transform: translateY(-5px);
}

.materialy__images a::before {
	content: '';
	background: url(/wp-content/uploads/2025/09/icon-image.svg) no-repeat center / cover;
	width: 100px;
	height: 78px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: block;
}

@media all and (max-width: 575px) {
	.materialy__images {
		justify-content: center;
	}
}

/* materialy (import) : END */

.category-materialy .mainblock__post__ads-pc-content,
.category-materialy .mainblock__post__ads-mob-content {
	display: none;
}