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

.site-header {
	padding-top: 12px;
	padding-bottom: 12px;
}

.site-header .header-search {
	padding: 0 20px;
	order: 1;
}


.site-header .header-html-1 p {
	margin-bottom: 0;
	background-color: #f4f7f7;
	padding: 5px 10px;
	border-radius: 8px;
	font-weight: bold;
}

.site-header .header__modal__btn__wrapper .header__order__btn {
	background-color: #1eaaf1;
	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: #3bbeff;
}

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

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

.main-navigation .menu .current-menu-item {
	color: #1eaaf1;
}

.footer-widget {
	flex: 0 0 20%;
}

.site-footer--style-gray a {
	text-decoration: none;
	display: inline-block;
	margin: 0.2em 0;
}

.site-footer--style-gray a,
.widget-area .widget_recent_entries ul li a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.site-footer--style-gray a:hover {
	-webkit-transform: translateX(-3px) translateZ(0);
	-moz-transform: translateX(-3px) translateZ(0);
	-ms-transform: translateX(-3px) translateZ(0);
	-o-transform: translateX(-3px) translateZ(0);
	transform: translateX(-3px) translateZ(0);
}

.widget .post-card__meta,
.related-posts .post-cards .post-card .post-card__body .post-card__meta,
.comment-respond .comment-form-url {
	display: none !important;
}

.widget-header {
	margin-bottom: 8px;
}

.widget-area .widget ul {
	border: none;
}

.widget-area .widget ul li {
	background-color: #f4f7f7;
	border-radius: 4px;
}

.widget-area .widget_categories > ul li a {
	padding: 0.3em 1.3em;
	overflow: hidden;
}

.widget-area .widget_categories > ul li a:before {
	top: 1px;
	left: 0;
	height: 100%;
}

.widget-area .widget_recent_entries ul {
	padding: 10px 0;
}

.widget-area .widget_recent_entries ul li a {
	position: relative;
	display: block;
	padding: 0.245em 1.3em;
	font-size: 0.95em;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	overflow: hidden;
}

.widget-area .widget_recent_entries ul li a::before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: #1eaaf1;
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-ms-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-transform: scaleY(0) translateZ(0);
	-moz-transform: scaleY(0) translateZ(0);
	-ms-transform: scaleY(0) translateZ(0);
	-o-transform: scaleY(0) translateZ(0);
	transform: scaleY(0) translateZ(0);
}

.widget-area .widget_recent_entries ul li a:hover::before {
	-webkit-transform: scaleY(1) translateZ(0);
	-moz-transform: scaleY(1) translateZ(0);
	-ms-transform: scaleY(1) translateZ(0);
	-o-transform: scaleY(1) translateZ(0);
	transform: scaleY(1) translateZ(0);
}

.breadcrumb .breadcrumb-item.breadcrumb_last span {
	color: #666;
}

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

.post__author__block__wrapper {
	display: flex;
	margin: 30px 0;
	background: rgba(92, 118, 141, 0.12);
	padding: 40px 25px;
	border-radius: 16px;
}

.post__author__block__wrapper .col__wrap {
	padding: 0 15px;
}

.post__author__block__wrapper .img__wrap {
	flex: 0 0 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.post__author__block__wrapper .img__wrap img {
	width: 100px;
	border-radius: 50%;
	height: 100px;
	-o-object-fit: cover;
	object-fit: cover;
}

.post__author__block__wrapper .img__wrap .img__lable {
	text-align: center;
	font-size: 13px;
	width: 100%;
	background: rgba(92, 118, 141, 0.12);
	color: #5e5e5e;
	padding: 5px 10px;
	border-radius: 20px;
	line-height: 120%;
	margin-top: 8px;
}

.post__author__block__wrapper .info__wrap {
	flex: 0 0 75%;
}

.post__author__block__wrapper .info__wrap .info__wrap__role {
	font-size: 13px;
	width: fit-content;
	background: #1eaaf1;
	color: #fff;
	padding: 5px 20px;
	border-radius: 20px;
	line-height: 120%;
}

.post__author__block__wrapper .info__wrap .info__wrap__name {
	margin: 15px 0;
	font-size: 22px;
	font-weight: 600;
}

.post__author__block__wrapper .info__wrap .info__wrap__desc {
	font-size: 14px;
}

.expert-review-popup-holder {
	display: none !important;
	visibility: hidden !important;
}

.callback-bt {
	bottom: 7rem !important;
}

body .b24-widget-button-position-bottom-right {
	right: 5.2%;
	bottom: 15rem;
}

@media all and (max-width: 575px) {
	body .callback-bt {
		bottom: 8rem;
	}

	body .b24-widget-button-position-bottom-right {
		right: 6.2%;
		bottom: 15rem;
	}
}

/* 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: 99900;
		right: 0;
		left: 0;
		top: 10px;
		width: 100%;
		cursor: pointer;
	}

	.header-fixed-banner {
		position: fixed;
		left: 0;
		right: 0;
		background: rgba(30, 170, 241, 0.95);
		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 {
		background: #fff;
		width: 40px;
		height: 40px;
		padding: 5px;
		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) */

.site-header .header__modal__subdomain__wrapper {
	display: flex;
	align-items: baseline;
	gap: 5px;
	padding: 0 15px;
}

.site-header .header__modal__subdomain__wrapper i {
	color: #1eaaf1;
}

.site-header .header__modal__subdomain__wrapper .header__modal__subdomain__link {
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	max-width: 162px;
	font-weight: bold;
	border-bottom: solid 2px #1eaaf1;
}

/* Subdomains Search Block */
.subdomains__list .dataTables_wrapper .dataTables_filter {
	float: none;
}

.subdomains__list .dataTables_wrapper .dataTables_filter label {
	background-color: #f4f7f7;
	padding: 10px;
	border-radius: 8px;
}

.subdomains__list .dataTables_wrapper .dataTables_filter label input[type=search] {
	border-radius: 8px;
}

.subdomains__list .dataTables_wrapper .dataTables_filter label input[type=search]:focus {
	border-color: #1eaaf1;
}

.subdomains__list .dataTables_wrapper .tablepress thead th {
	background-color: #f9f9f9;
	font-weight: normal;
	font-weight: bold;
}

.subdomains__list .dataTables_wrapper .tablepress thead th,
.subdomains__list .dataTables_wrapper .tablepress tbody td {
	text-align: center;
}

.subdomains__list .dataTables_wrapper .tablepress tr a {
	text-decoration: none;
}

.subdomains__list .dataTables_wrapper .dataTables_paginate {
	display: none;
}

/* MEDIA QUERY */

@media (min-width: 1200px) {
	.hide-el-min-width {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.hide-el-max-width {
		display: none !important;
	}

	.post__author__block__wrapper {
		padding: 30px 15px;
	}

	.post__author__block__wrapper .img__wrap {
		flex: 0 0 30%;
	}

	.post__author__block__wrapper .info__wrap {
		flex: 0 0 70%;
	}

	.footer-widgets {
		flex-wrap: wrap;
	}

	.footer-widgets .footer-widget {
		margin-bottom: 3em;
		flex: 0 0 25%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header-html-1 {
		display: none;
	}
}

@media (max-width: 991px) {
	.site-header .site-branding {
		padding-right: 0;
		padding-left: 0;
	}

	.site-header .site-branding .site-logotype {
		margin-right: 0;
	}

	.site-header .site-header-inner {
		flex-direction: column;
		gap: 15px;
	}

	.post__author__block__wrapper .img__wrap {
		flex: 0 0 25%;
	}

	.post__author__block__wrapper .info__wrap {
		flex: 0 0 75%;
	}
}

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

@media (max-width: 767px) {
	.site-header .header-search {
		padding: 0;
	}

	.site-header .header__modal__btn__wrapper {
		margin: 15px 0 0 0;
		text-align: center;
	}

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

@media all and (max-width: 575px) {
	.post__author__block__wrapper {
		flex-direction: column;
		gap: 30px;
	}

	.post__author__block__wrapper .img__wrap .img__lable {
		width: auto;
		padding: 5px 15px;
	}

	.post__author__block__wrapper .info__wrap .info__wrap__name {
		margin: 5px 0 15px;
	}

	.subdomains__list .dataTables_wrapper .dataTables_filter label input[type=search] {
		width: 70%;
	}
}

@media all and (max-width: 375px) {
	.post__author__block__wrapper {
		padding: 25px 5px;
	}

}