.img-section {
	margin-top: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.pscb-button {
	height: 50px;
	line-height: 50px;
	padding: 0 2.5rem;
	font-size: 1rem;
	font-family: "Roboto-Regular", -apple-system, Segoe UI, Helvetica, Arial, "sans-serif";
	border: 0;
	border-radius: 5px;
	outline: none !important;
	box-shadow: none !important;
	transition: 0.2s linear;
}

.pscb-button_green {
	background-color: #58f804;
	color: #4d4f53 !important;
	transition-property: background-color;
}

.pscb-button_green:hover {
	color: #4d4f53 !important;
	background-color: #4fd700 !important;
}
.pscb-button_light {
	background-color: #efefef;
	color: #444 !important;
}
.pscb-button_light:hover {
	background-color: #4d4f53;
	color: #fff !important;
}

.separator {
	margin-top: 85px;
	margin-bottom: 85px;
}

.separator__line {
	height: 1px;
	border-top: 1px solid #dcdcdc;
	display: block;
	position: relative;
	top: 1px;
	width: 100%;
}

.preheader {
	font-family: "Roboto-Bold";
	font-size: 0.95rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.page-section__content {
	/*margin-top: 60px;*/
}

/* .page-header__wrapper {
	padding: 0;
	border-radius: 12px;
	background-color: #4d4f53;
	background-repeat: no-repeat;
	background-size: 100%;
} */

.page-header__wrapper_ac {
	background-image: url(https://online.pscb.ru/bitrix/templates/pscb.ru-RESP/images/backgrounds/BG14.jpg);
	background-position: 75% 50%;
}

.page-header__wrapper_sol {
	background-image: url(https://online.pscb.ru/bitrix/templates/pscb.ru-RESP/images/backgrounds/BG21.jpg);
}

/* .page-header__shadow {
	padding: 0;
	margin: 0 !important;
	max-width: unset !important;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 12px;
} */

.page-header__wrapper_sol .page-header__shadow {
	background-color: rgba(0, 0, 0, 0.6);
}

.page-header__preheader {
	margin: 0;
	padding: 0 0 15px 0;
}

.page-header__header {
	margin: 0;
}

.page-header__container>* {
	color: #fff;
}

.page-header__buttons {
	padding-top: 75px;
}



.section-item__icon {
	width: 50px;
	height: 50px;
	background-image: url(https://online.pscb.ru/bitrix/templates/pscb.ru-RESP/images/items-pictures/solutions-07.svg);
	background-repeat: no-repeat;
	background-size: 50px;
	margin-bottom: 15px;
}
.header {
	position: absolute;
	/* position: sticky; */
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 1);
	z-index: 999;
	/* -webkit-box-shadow: 0 10px 10px -5px rgb(0 0 0 / 10%);
			  box-shadow: 0 10px 10px -5px rgb(0 0 0 / 10%); */
}
.header, .header-mobile {
  transition: transform 0.3s ease-in-out;
}
.header._visible, .header-mobile._visible {
  transform: translateY(0); 
}
.header._hidden, .header-mobile._hidden {
  transform: translateY(-100%); 
}
.header.floating {
	display:none;
	position: fixed;
	top: 0;
	animation: 300ms floatingHeader linear;
}

.header__wrapper {
	display: none !important;
}

.header__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 85px;
	*padding: 0;
	overflow: visible;
}

.header__logo {
	margin-right: 30px;
}

.header__navigation {
	display: flex;
	align-items: center;
}

.header__menu {
	display: block;
}

@keyframes floatingHeader {
	0% {
		 opacity: 0;
	}
	to {
		 opacity: 1;
	}
}

.header-menu__list {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-menu__item {
	position: relative;
	padding: 23px 23px 23px 0;
}

.header-menu__item:last-child {
	padding-right: 0;
}

.header-menu__item_has_sublist:focus .header__box, .header-menu__item_has_sublist:hover .header__box {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
	transform: translateX(0) translateY(20px);
	transition: opacity .3s .05s, transform .3s .05s, visibility .05s;
}

.header-menu__item_register {
	display: none;
}

.header-menu__callback {
	margin-left: 10px;
}

.header-menu__item_login,
.header-menu__item_callback {
	margin-left: 10px;
}

.header-menu__item_phone a {
	color: #4dc30c;
}
.header.floating .header-menu__item_register {
	display: block;
}

.header-menu__link, .header:not(.floating) .header-menu__button_login, .header__button_login {
	font-size: 16px;
	font-family: 'Roboto-Regular', -apple-system, Segoe UI, Helvetica, 'Arial', 'sans-serif';
}

.header-menu__link {
	color: #333;
	margin-right: 10px;
	transition: 0.2s;
	cursor: pointer;
}

.header-menu__link:last-child {
	margin-right: 0;
}

.header-menu__item_has_sublist .header-menu__link {
	padding-top: 32px;
	padding-right: 12px;
	padding-bottom: 32px;
}

.header-menu__item_login .header-menu__link,
.header-menu__item_callback .header-menu__link {
	margin-right: 0;
}

.header-menu__item_has_sublist .header-menu__link:after {
	position: absolute;
	top: calc(50% - 4px);
	content: "";
	width: 6px;
	height: 6px;
	margin-left: 10px;
	border-color: #1a1a1a;
	border-top: 1px solid rgba(0, 0, 0, 0.8);
	border-right: 1px solid rgba(0, 0, 0, 0.8);
	transform: rotate(135deg);
}

.header-menu__item_phone .header-menu__link {
	*font-family: 'Roboto-Medium', -apple-system, Segoe UI, Helvetica, 'Arial', 'sans-serif';
}

.header-menu__link.active, .header-menu__link:hover {
	color: #4dc30c;
}

.header__button {
	min-width: unset;
	height: auto;
	line-height: 12px;
	padding: 10px 14px;
}

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

.header__box {
	display: flex;
	position: absolute;
	*top: 40px;
  top: 50px;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #ddd;
	box-sizing: content-box;
	margin-left: 0 !important;
	transform: translateX(0) translateY(40px);
	transition: opacity .3s, transform .3s, visibility .1s .3s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
    /* box-shadow: 0 45.34px 54px rgb(29 30 33 / 5%); */
	/* box-shadow: rgba(29, 30, 33, 0.05) 0px 45.34px 54px 0px; */
    box-shadow: 0 5px 15px 0 #d6d8db;
	cursor: default;
	z-index: 1000;

}

.header__box_sectioned {
	border-radius: 6px 6px 0 0;
}

.sublist__item {
	line-height: 220%;
}

.sublist__item_left, .sublist__item_right {
	padding: 24px 34px;
}

.sublist__item_header {
	font-family: Roboto-Medium;
	color: #000;
}

.header__box_sectioned .sublist__item_left {
	*border-right: 1px solid #dedede;
}

.header__box_developers .sublist__item_right {
	width: 235px;
}

.sublist__item, .sublist__link {
	font-size: 17px;
}

.sublist__item_bottom {
	display: flex;
	position: absolute;
	bottom: 0;
	left: -1px;
	line-height: unset;
	width: calc(100% + 2px);
	padding: 20px 34px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0 0 6px 6px;
	transform: translateY(100%);
}

.sublist__item_bottom .sublist__link {
	*height: 1.5rem;
	display: flex;
	align-items: center;
	white-space: normal;
}

.sublist__item_bottom .sublist__link .pi {
	font-size: 2rem;
	padding-right: 0.5rem;
}

.sublist__link {
	font-family: 'Roboto-Regular', -apple-system, Segoe UI, Helvetica, 'Arial', 'sans-serif';
	color: rgba(0, 0, 0, 0.8);
	white-space: nowrap;
}

.sublist__link:hover {
	color: #51d10d;
}