/*
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 стили */

:root {
	--color-primary: #638c47;
	--color-primary-hover: #62a535;
}

.home #main .post-cards {
	grid-template-columns: 1fr 1fr 1fr;
}

.single #main div.pdfemb-viewer {
	border: 1px solid #ced4da;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.single #main div.pdfemb-pagescontainer,
.single #main div.pdfemb-pagescontainer.grab-to-pan-grab:active {
	cursor: default;
	z-index: 50;
}

@media all and (max-width: 991px) {
	.home #main .post-cards {
		grid-template-columns: 1fr 1fr;
	}
}

@media all and (max-width: 575px) {
	.home #main .post-cards {
		grid-template-columns: 1fr;
	}
}

@media all and (max-width: 375px) {
	#main div.pdfemb-toolbar-bottom {
		display: grid;
		grid-template-columns: 1fr 1fr 6fr;
	}
}

.main-navigation {
	border-bottom: 1px solid rgba(99, 140, 71, 0.12);
}

.site-navigation-fixed {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	right: 0;
}

.main-navigation .nav__link__overall {
	display: flex;
	align-items: center;
}

.main-navigation .nav__link__overall a,
.main-navigation .nav__link__overall .removed-link {
	display: flex;
	justify-content: center;
	border: 2px solid var(--color-primary);
	border-radius: 8px;
	padding: 10px 15px;
	height: max-content;
	transition: 0.3s;
}

.main-navigation .nav__link__overall a:hover,
.mobile-menu-placeholder .main-navigation .nav__link__overall a:hover {
	color: #fff;
}

.main-navigation .nav__link__overall a::before,
.mobile-menu-placeholder .main-navigation .nav__link__overall a:hover {
	background: var(--color-primary);
}

.main-navigation ul li.current-menu-item > span::before {
	background: rgba(0, 0, 0, 0.05);
	transform: scaleY(1);
}

.main-navigation .nav__all__cats a,
.main-navigation .nav__all__cats .removed-link {
	background: var(--color-primary);
	color: #fff;
}

.main-navigation .nav__all__cats a:hover {
	color: #fff;
}

/* Header Button */
.site-header .header__modal__btn__wrapper {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	padding: 0 15px;
}

.site-header .header__modal__btn__wrapper .header__order__btn {
	background-color: #fafafa;
	border: none;
	color: var(--color-primary);
	font-weight: bold;
	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: #e5e5e5;
}

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

.site-header .header__modal__btn__wrapper .header__files__archive__btn {
	border: 2px solid #fafafa;
	border-radius: 5px;
	padding: 5px 20px;
	color: #fafafa;
	text-decoration: none;
	font-weight: bold;
}

.site-header .header__modal__btn__wrapper .header__files__archive__btn:hover {
	background-color: #fafafa;
	color: var(--color-primary);
}

/* .mobile-menu-placeholder .main-navigation ul li.current-menu-item:not(.nav__link__overall) span {
	border-left: 2px solid var(--color-primary);
} */

.mobile-menu-placeholder .main-navigation ul li.current-menu-item.nav__link__overall span {
	background-color: rgba(0, 0, 0, 0.05);
}

.search-icon:before {
	color: #fafafa;
}

.search-icon:hover::before {
	color: #c9c9c9 !important;
}

.humburger span {
	background: #fafafa;
}

.home #main .post-cards .post-card,
.archive #main .post-cards .post-card {
	-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.13);
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.13);
	transition-duration: 0.3s !important;
	border-radius: 8px;
	overflow: hidden;
}

.home #main .post-cards .post-card .post-card__description {
	width: 100%;
}

.home #main .post-cards .post-card .post-card__description,
.archive #main .post-cards .post-card .post-card__body,
.single .related-posts .post-cards .post-card .post-card__description {
	margin-bottom: 0;
}

.home #main .post-cards .post-card:hover,
.archive #main .post-cards .post-card:hover {
	border-color: var(--color-primary);
	transform: translateY(-5px);
}

.home #main .section-block .home__btn__more__wrapper {
	display: flex;
	justify-content: center;
}

.home #main .section-block .home__btn__more__wrapper .home__btn__more {
	padding: 13px 20px;
	background-color: var(--color-primary);
	color: #fff;
	border-radius: 8px;
	transition: 0.3s;
	text-decoration: none;
}

.home #main .section-block .home__btn__more__wrapper .home__btn__more:hover {
	color: #fff;
	background-color: var(--color-primary-hover);
}

.home .home__seo__desc {
	background-color: #f4f7f7;
	border-radius: 8px;
	padding: 35px;
	margin: 0 0 50px;
}

.archive #main .post-cards .post-card {
	padding: 20px;
	border: 1px solid #ced4da;
	margin: 0 auto 25px;
}

.archive.category-files .child-categories ul {
	justify-content: center;
}

.archive.category-files .child-categories ul li a {
	border-radius: 4px;
	box-shadow: 0 0 12px 0 rgba(99, 140, 71, 0.23);
}

.archive.category-files .child-categories ul li a:hover {
	background-color: #638c47;
	color: #fff;
}

/* Sidebar - fixed position */
.widget-area .sticky-sidebar {
	margin-top: 64px;
}

/* Sidebar - Bitrix Form */
.widget-area .sidebar__block__form,
.single .entry-content .mainblock {
	-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.13);
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.13);
	border-radius: 8px;
	overflow: hidden;
}

.page__cats__wrapper {
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.page__cats__wrapper li {
	list-style: none;
	flex: 0 0 32.5%;
	margin-bottom: 16px;
}

.page__cats__wrapper li a {
	display: block;
	padding: 15px;
	background-color: #f4f7f7;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: normal;
	text-decoration: none;
	color: var(--color-primary);
	font-weight: 600;
	border-radius: 8px;
	transition: 0.3s;
}

.entry-content .page__cats__wrapper li a:hover {
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.13);
	color: var(--color-primary-hover);
}

.page__cats__wrapper .cat-item.cat-item-1,
.page__cats__wrapper .cat-item.cat-item-395,
.page__cats__wrapper .cat-item.cat-item-448 {
	display: none;
}

.post__short__desc {
	background-color: #f4f7f7;
	padding: 20px;
	border-radius: 8px;
	margin-top: 32px;
}

.post__short__desc p {
	margin-bottom: 0;
}

/* Misc */

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
}

.breadcrumb .breadcrumb_last {
	color: #888;
}

.single .entry-content .mainblock {
	margin-top: 30px;
}

.archive .post-cards {
	margin-bottom: 40px;
}

.home .post-cards .post-card .post-card__title,
.archive .post-cards .post-card .post-card__title {
	font-size: 16px;
	line-height: 120%;
	text-transform: uppercase;
}

.archive .post-cards .post-card .post-card__title a {
	display: block;
	width: 100%;
}

.pum .pum-content + .pum-close,
.pum-theme-lightbox .pum-content + .pum-close {
	outline: none;
	transition: 0.3s;
}

.pum .pum-content + .pum-close:hover {
	transform: rotate(180deg);
}

.site-footer .footer-widgets {
	justify-content: center;
}

.site-footer .footer-widgets .footer-widget {
	flex: 0 0 100%;
	margin-bottom: 0;
}

.site-footer .footer-widgets .footer-widget .menu {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 25px;
}

.site-footer .footer-widgets .footer-widget .menu .menu-item a,
.site-footer .footer-widgets .footer-widget .menu .menu-item .removed-link {
	padding: 10px 15px;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 0.12);
	text-align: center;
}

.site-footer .footer-widgets .footer-widget .menu .menu-item a:hover {
	background-color: #fafafa;
}

.site-footer .footer-widgets .footer-widget .menu .menu-item .removed-link {
	color: #b7b7b7;
}

.site-footer .footer__block__email {
	margin-top: 40px;
	text-align: center;
}

.site-footer .footer__block__email .custom-html-widget {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
}

.site-footer .footer__block__email .custom-html-widget a {
	color: var(--color-primary-hover);
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	background-color: rgba(99, 140, 71, 0.13);
	padding: 5px 15px;
	border-radius: 8px;
	transition: 0.3s;
}

.site-footer .footer__block__email .custom-html-widget a:hover {
	color: var(--color-primary);
}

.site-footer .footer__block__social .social-links {
	text-align: center;
}

.site-footer .footer__block__social .social-links .social-button {
	background: rgba(0, 0, 0, 0.5);
}

.site-footer .footer__block__social .social-links .social-button:hover {
	transform: translateY(-5px);
	background: rgba(255, 255, 255, 0.08);
}

.site-footer .footer__block__payment {
	text-align: center;
}

.site-footer .footer__block__payment .custom-html-widget {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
	padding: 10px;
	background-color: rgba(250, 250, 250, 0.85);
	border-radius: 8px;
	width: max-content;
	max-width: 100%;
	margin: auto;
}

.site-footer .footer__block__payment .custom-html-widget img {
	max-height: 25px;
}

.page.page-id-1342 .content-area .site-main .entry-content figure {
	padding: 15px;
	border: 1px solid rgba(36, 74, 127, 0.1);
	margin: 0 auto 25px;
	border-radius: 8px;
}

.single .category-baza-znanij .expert-review .expert-review-expert-bio-name {
	font-style: italic;
	font-weight: bold;
}

.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%;
}

.files__archive__block {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	border: 1px solid rgba(99, 140, 71, 0.12);
	padding: 15px;
	border-radius: 8px;
}

.files__archive__block li.cat-item a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-decoration: none;
	box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.1);
	padding: 30px 15px;
	border-radius: 8px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: var(--color-primary);
	transition: 0.3s;
}

.files__archive__block li.cat-item a:hover {
	transform: translateY(-5px);
	background-color: var(--color-primary);
	color: #fff;
}

.files__archive__block__desc {
	margin: 1rem 0;
	background-color: rgba(99, 140, 71, 0.12);
	padding: 15px 20px;
	border-radius: 8px;
	/* color: #fff; */
	text-align: center;
}

.reboot__search__form {
	background: url(/wp-content/uploads/2024/09/reboot__search__form__bg.svg) no-repeat center / cover;
	padding: 50px;
	border-radius: 8px;
}

.reboot__search__form .search-form {
	max-width: 730px;
	margin: auto;
}

.reboot__search__form .search-form label {
	margin-bottom: 0;
}

.reboot__search__form .search-form .search-field {
	margin-bottom: 0;
	border-radius: 8px;
	border: none;
	padding: 0.7em 2em;
}

.archive .reboot__search__form {
	margin-bottom: 2rem;
}

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

.mainblock {
	background: #fff;
}

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

.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;
}

.btn_new_form_2212 {
	font-size: 14px;
	font-weight: 600;
	color: #5a5a5a;
	text-decoration: underline;
	padding: 5px 10px;
	font-family: 'Roboto', Arial, sans-serif;
	display: inline-block;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FFFFFF;
	cursor: pointer;
	margin-right: -1px;
	position: relative;
	overflow: hidden;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}

.btn_new_form_2212[data-name="whatsapp"] span:before {
	background-image: url(/wp-content/uploads/2024/01/whatsapp.svg);
}

.btn_new_form_2212[data-name="telegram"] span:before {
	background-image: url(/wp-content/uploads/2024/01/telegram_logo.svg);
}

.btn_new_form_2212 span:before {
	content: "";
	position: relative;
	top: 3px;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.btn_new_form_2212 span {
	display: inline-block;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
	z-index: 2;
}

/* КОНЕЦ: Форма 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;
}

.btn_new_form_2212 {
	font-size: 14px;
	font-weight: 600;
	color: #2e302f;
	text-decoration: underline;
	padding: 5px 10px;
	font-family: 'Roboto', Arial, sans-serif;
	display: inline-block;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FFFFFF;
	cursor: pointer;
	margin-right: -1px;
	position: relative;
	overflow: hidden;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}

.btn_new_form_2212[data-name="whatsapp"] div:before {
	background-image: url(/wp-content/uploads/2024/01/whatsapp.svg);
}

.btn_new_form_2212[data-name="telegram"] div:before {
	background-image: url(/wp-content/uploads/2024/01/telegram_logo.svg);
}

.btn_new_form_2212 div:before {
	content: "";
	position: relative;
	top: 3px;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.btn_new_form_2212 div {
	display: inline-block;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
	z-index: 2;
}

@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: 0 0 15px 0;
	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: 9999;
	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: 767px) {
	.modal-contentdip {
		width: 93%;
	}

	.modaldip {
		padding-top: 20px;
	}

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

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

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

/* Mobile - Top fixed banner (Modal Form) */
.header-fixed-banner-ob {
	display: none;
	animation: fade-in-fixed-mobile-banner 0.5s forwards;
	opacity: 0;
}

@keyframes fade-in-fixed-mobile-banner {
	100% {
		opacity: 1;
	}
}

@media (max-width: 991px) {
	.fixed-mobile-banner .header-fixed-banner-ob {
		display: block;
	}

	.header-fixed-banner-ob {
		position: absolute;
		z-index: 999;
		right: 0;
		left: 0;
		top: 10px;
		width: 100%;
		cursor: pointer;
	}

	.header-fixed-banner {
		position: fixed;
		left: 0;
		right: 0;
		background: var(--color-primary);
		margin: 0 15px;
		border-radius: 15px;
		padding: 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-shadow: rgba(0, 0, 0, 0.3) 0 5px 20px;
	}

	.header-fixed-banner-l {
		width: 40px;
		height: 40px;
		padding: 3px;
		border-radius: 5px;
	}

	.header-fixed-banner-c {
		width: 76%;
		margin-left: 10px;
	}

	.header-fixed-banner-c-h {
		font-weight: 600;
		color: #fff;
		font-size: 17px;
		line-height: 1;
	}

	.header-fixed-banner-c-sub {
		font-size: 11px;
		line-height: 1.2;
		font-weight: normal;
		color: #fff;
		margin-top: 5px;
	}

	.header-fixed-banner-r-arrow {
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		margin-right: 0px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.search-screen {
		z-index: 111000;
	}
}

/* END Mobile - Top fixed banner (Modal Form) */

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

.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 */

/* Media query */

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

@media all and (min-width: 992px) {
	.main-navigation .nav__link__overall {
		margin-right: 10px;
	}

	.main-navigation ul li {
		position: relative;
	}

/* 	.site-header .header-html-1 {
		flex-grow: 1;
		text-align: right;
	} */
}

@media all and (max-width: 991px) {
	.main-navigation + .mobile-menu-placeholder.open {
		margin-top: 0;
	}

	.mobile-menu-placeholder .main-navigation-inner {
		padding-bottom: 15px;
	}

/* 	.main-navigation .nav__link__overall {
		margin-bottom: 20px;
	} */

	.main-navigation .nav__link__overall a,
	.main-navigation .nav__link__overall .removed-link {
		width: 100%;
	}

	.main-navigation .nav__all__cats a,
	.main-navigation .nav__all__cats .removed-link {
		z-index: 100;
	}

	.section-block:first-child {
		margin-top: 0;
	}

	.reboot__search__form {
		background-position-x: left;
	}
}

@media all and (min-width: 768px) {
	.home #main .section-block .home__btn__more__wrapper {
		margin-top: -30px;
	}

	.single .category-baza-znanij .entry-title,
	.single .category-files .entry-title {
		font-size: 30px;
	}
}

@media all and (max-width: 767px) {
	.site-header .header__modal__btn__wrapper {
		justify-content: center;
	}

	.site-branding {
		flex-direction: column;
		gap: 10px;
	}

	.home #main .section-block .home__btn__more__wrapper {
		padding-bottom: 20px;
	}

	.search-screen {
		padding-top: 5vh;
		padding-bottom: 5vh;
	}

	.home .home__seo__desc {
		margin: 0 0 50px;
	}

	.page__cats__wrapper li {
		flex: 0 0 49%;
	}

	.site-footer .footer__block__email {
		margin-bottom: 0;
	}

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

@media all and (max-width: 575px) {
	.home .home__seo__desc {
		padding: 20px 15px;
	}

	.page__cats__wrapper li {
		flex: 0 0 100%;
	}

	.site-footer .footer__block__payment .custom-html-widget {
		padding: 20px 10px;
	}

	.site-footer .footer__block__payment .custom-html-widget img {
		max-height: 30px;
	}

	.files__archive__block {
		grid-template-columns: 1fr;
	}

	.reboot__search__form {
		padding: 30px 20px;
	}
}

@media all and (max-width: 310px) {
	max-height: 12px;
}