.p-supportAbout__transition {
	font-size: 18px;
	text-decoration: none !important;
	color: #011734 !important;
	display: flex !important;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	transition: .3s;
	background: none !important
}

.p-supportAbout__transition.is-hover:hover .p-supportAbout__moreTxt {
	text-decoration: underline !important
}

.p-supportAbout__img {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center
}

.p-supportNews__inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px
}

.p-supportNews__title {
	font-size: clamp(1.25rem, calc(0.977rem + 1.36vw), 2rem);
	font-weight: 500;
	line-height: 1.2
}

.p-supportNews .c-btn {
	min-width: inherit;
	padding: 16px
}

.p-guide__scroll {
	height: 600px
}

@media screen and (max-width: 1023px) {
	.p-guide__scroll {
		height: 300px
	}
}

.p-guide__search {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px
}

@media screen and (max-width: 1023px) {
	.p-guide__search {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 8px
	}
}

.p-guide__search p {
	font-size: clamp(1rem, calc(0.962rem + 0.19vw), 1.125rem);
	line-height: 2
}

.p-guide__search .p-formSelect {
	min-width: 300px
}

@media screen and (max-width: 1023px) {
	.p-guide__search .p-formSelect {
		width: 100%;
		min-width: inherit
	}
}

.p-simulation__scroll {
	height: 500px
}

.p-simulation__agree {
	font-size: 20px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center
}

.p-simulationModel {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 24px
}

.p-simulationModel__catalog {
	font-size: 16px
}

.p-simulationModel__transition {
	color: #011734 !important
}

.p-simulation__inactive {
	opacity: 0.3;
	pointer-events: none
}

.p-simulationSelect {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 32px;
	border-top: 4px solid #0058c8;
	background: #edeef1;
	padding: 32px 24px
}

.p-printResult .p-simulationSelect {
	border-top: 4px solid #000;
	background: none;
	padding: 16px 0 0 0;
	gap: 8px
}

.p-simulationSelect__title {
	color: #0058c8;
	font-size: 24px
}

.p-printResult .p-simulationSelect__title {
	color: #000;
	font-size: 32px
}

.p-simulationSelect__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 24px 0;
	flex: 1
}

.p-printResult .p-simulationSelect__list {
	gap: 0;
	flex: none
}

.p-simulationSelectItem {
	width: calc(100% / 3);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	font-size: 16px;
	line-height: 1.5;
	gap: 16px
}

@media screen and (max-width: 1023px) {
	.p-simulationSelectItem {
		width: 100%;
		font-size: 14px
	}
}

.p-printResult .p-simulationSelectItem {
	gap: 0;
	font-size: 12px;
	line-height: 1.2
}

.p-simulationSelectItem__title {
	width: calc(40% - 8px)
}

@media screen and (max-width: 1023px) {
	.p-simulationSelectItem__title {
		width: calc(50% - 8px)
	}
}

.p-printResult .p-simulationSelectItem__title {
	padding: 4px;
	border: 1px solid
}

.p-simulationSelectItem__item {
	width: calc(60% - 8px);
	color: #0058c8;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px
}

@media screen and (max-width: 1023px) {
	.p-simulationSelectItem__item {
		width: calc(50% - 8px)
	}
}

.p-printResult .p-simulationSelectItem__item {
	color: #000;
	padding: 4px;
	border: 1px solid
}

.p-simulationSelectItem__transition {
	color: #011734;
	display: inline;
	transition: .3s;
	background: linear-gradient(transparent calc(100% - 1px), #011734 0%)
}

.p-simulationSelectItem__transition.is-hover:hover {
	background: none
}

.p-simulationSelect__result {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	gap: 24px 48px
}

.p-printResult .p-simulationSelect__result {
	gap: 24px 16px
}

@media screen and (max-width: 1023px) {
	.p-simulationSelect__result {
		flex-wrap: wrap
	}
}

.p-simulationSelect__result .p-simulationSelect {
	width: calc(50% - 24px)
}

@media screen and (max-width: 1023px) {
	.p-simulationSelect__result .p-simulationSelect {
		width: 100%
	}
}

.p-printResult .p-simulationSelect__result .p-simulationSelect {
	width: calc(50% - 8px)
}

.p-simulationSelect__result .p-simulationSelect__title {
	color: #011734
}

.p-printResult .p-simulationSelect__result .p-simulationSelect__title {
	color: #000
}

.p-simulationSelect__result .p-simulationSelect__list {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch
}

.p-simulationSelect__result .p-simulationSelectItem {
	width: 100%
}

.p-simulationSelect__result .p-simulationSelectItem__title,
.p-simulationSelect__result .p-simulationSelectItem__item {
	width: calc(50% - 8px)
}

.p-printResult .p-simulationSelect__result .p-simulationSelectItem__title,
.p-printResult .p-simulationSelect__result .p-simulationSelectItem__item {
	width: 50%;
	font-size: 20px
}

.p-simulationTable th {
	width: 20%
}

@media screen and (max-width: 1023px) {
	.p-simulationTable th {
		width: 100%
	}
}

@media screen and (max-width: 1023px) {
	.p-simulationResultTable thead {
		display: none
	}
}

.p-simulationResultTable th {
	font-size: 14px;
	padding: 12px;
	text-align: center
}

@media screen and (max-width: 1023px) {
	.p-simulationResultTable th {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%
	}
}

.p-printResult .p-simulationResultTable th {
	padding: 4px;
	border-color: #000;
	background: none;
	font-size: 20px;
	line-height: 1
}

.p-simulationResultTable th:first-child {
	text-align: left
}

.p-simulationResultTable td {
	font-size: 14px;
	padding: 12px;
	width: 10%;
	text-align: right;
	word-break: keep-all
}

@media screen and (max-width: 1023px) {
	.p-simulationResultTable td {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%
	}
}

.p-printResult .p-simulationResultTable td {
	padding: 4px;
	border-color: #000;
	font-size: 20px;
	line-height: 1
}

@media screen and (max-width: 1023px) {
	.p-simulationResultTable td::before {
		content: attr(data-label);
		font-size: 14px;
		width: 50%;
		text-align: left
	}
}

.p-simulationResultTable caption {
	color: #6b6f7b;
	font-size: 16px;
	margin-bottom: 16px;
	text-align: left
}

.p-printResult .p-simulationResultTable caption {
	color: #000;
	font-size: 24px;
	margin-bottom: 0
}

.p-simulationResultTable__num {
	text-align: right !important
}

.p-simulationResultTableUnit {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 24px
}

.p-printResult .p-simulationResultTableUnit {
	display: table-cell
}

.p-simulationResultTable__unit {
	color: #6b6f7b;
	word-break: keep-all
}

.p-printResult .p-simulationResultTable__unit {
	color: #000;
	margin-left: 24px
}

.p-simulationResultTable__emphasis td {
	background: #eaf2fb !important
}

.p-printResult .p-simulationResultTable__emphasis td {
	background: none !important
}

.p-bimcaddlTable {
	font-size: 14px;
	width: 100%;
	border-left: 4px solid #0058c8
}

@media screen and (max-width: 1365px) {
	.p-bimcaddlTable {
		overflow-x: scroll;
		position: relative;
		background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
		background-repeat: no-repeat;
		background-attachment: scroll
	}
}

.p-bimcaddlTable__title {
	color: #011734 !important
}

.p-bimcaddlTable table {
	width: 100%
}

@media screen and (max-width: 1365px) {
	.p-bimcaddlTable table {
		min-width: 1200px;
		background: linear-gradient(to left, rgba(255, 255, 255, 0), white 15px) 0 0/50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), white 15px) right/50px 100%;
		background-repeat: no-repeat;
		background-attachment: local
	}
}

.p-bimcaddlTable thead {
	font-size: 14px
}

.p-bimcaddlTable tbody {
	font-size: 16px
}

.p-bimcaddlTable th {
	background: rgba(0, 0, 0, 0.1)
}

.p-bimcaddlTable th,
.p-bimcaddlTable td {
	padding: 16px 8px;
	text-align: center;
	border-bottom: 1px solid #cbcbcb
}

.p-bimcaddlTable th:first-child,
.p-bimcaddlTable td:first-child {
	text-align: left
}

.p-bimcaddlTable th {
	vertical-align: middle;
	line-height: 1.2
}

.p-bimcaddlTable td {
	line-height: 1.5
}

.p-bimcaddlTable__model {
	font-size: 20px;
	display: inline;
	transition: .3s;
	background: linear-gradient(transparent calc(100% - 1px), #0058c8 0%)
}

.p-bimcaddlTable__model.is-hover:hover {
	background: none
}

.p-bimcaddlTable__models {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px
}

.p-bimcaddlTable__model--note {
	font-size: 14px
}

.p-bimcaddlTable__catalog {
	display: inline;
	transition: .3s;
	background: linear-gradient(transparent calc(100% - 1px), #0058c8 0%)
}

.p-bimcaddlTable__catalog.is-hover:hover {
	background: none
}

.p-bimcaddlTable__specs {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 24px
}

.p-bimcaddlTableModels {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 24px
}

.p-bimcaddlTableModel {
	width: 15%
}

.p-bimcaddlTableLifting {
	width: 15%
}

.p-bimcaddlTableDlc {
	width: calc(70% / 5)
}

.p-systemChart {
	width: 100%;
	max-width: 1028px;
	margin: auto;
	background: url(../img/support/imgSystem01_bg.jpg) no-repeat;
	background-size: contain;
	background-position: center
}

.p-systemChart__list {
	display: flex;
	justify-content: center;
	align-items: flex-start
}

.p-systemChart__list2 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 29%
}

.p-systemChart__item {
	width: 29%;
	max-width: 300px
}

.p-systemChart__itemTitle {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 88, 200, 0.6)
}

.p-systemChart__transition {
	position: relative;
	display: block;
	height: 100%;
	transition: .3s;
	border-radius: 50vh;
	overflow: hidden
}

.p-systemChart__transition.is-hover:hover .p-systemChart__img img {
	transform: scale(1.05);
	transform-origin: center center
}

.p-systemChart__img {
	overflow: hidden
}

.p-systemChart__img img {
	width: 100%;
	transition: .3s
}

.p-systemLead {
	text-align: center;
	font-size: clamp(1.25rem, calc(1.159rem + 0.45vw), 1.5rem);
	line-height: 1.5;
	margin-bottom: 24px
}

.p-systemTitle {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 24px
}

.p-systemTitle__point {
	color: #0058c8;
	font-size: 64px;
	word-break: keep-all
}

@media screen and (max-width: 1023px) {
	.p-systemTitle__point {
		font-size: 32px
	}
}

.p-system__caption {
	color: #6b6f7b;
	font-size: 18px;
	line-height: 1.5;
	text-align: center
}

@media screen and (max-width: 1023px) {
	.p-system__caption {
		text-align: left
	}
}

.p-systemHuman__item {
	margin: 0 32px
}

@media screen and (max-width: 1023px) {
	.p-systemHuman__item {
		margin: 0 16px
	}
}

.p-systemHuman__item img {
	width: 100%;
	height: auto
}

.p-systemParts {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 48px
}

@media screen and (max-width: 1023px) {
	.p-systemParts {
		gap: 24px
	}
}

.p-systemParts__item {
	width: calc(100% / 2 - 24px)
}

@media screen and (max-width: 1023px) {
	.p-systemParts__item {
		width: 100%
	}
}

.p-systemParts__title {
	font-size: clamp(1.25rem, calc(1.159rem + 0.45vw), 1.5rem)
}

.p-systemParts__summary {
	margin-top: 24px;
	font-size: 16px;
	line-height: 1.7
}

.p-systemBnr__transition {
	padding: 24px 48px;
	display: flex !important;
	justify-content: flex-start;
	align-items: center;
	background: #fff !important;
	border: 6px solid #edeef1;
	text-decoration: none !important;
	gap: 24px;
	transition: .3s
}

@media screen and (max-width: 1023px) {
	.p-systemBnr__transition {
		padding: 16px;
		flex-wrap: wrap
	}
}

.p-systemBnr__transition.is-hover:hover {
	opacity: 0.5
}

@media screen and (max-width: 1023px) {
	.p-systemBnr__item {
		width: 100%
	}
}

.p-systemBnr__title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	font-size: 24px
}

.p-systemBnr__summary {
	display: block;
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.5;
	color: #011734
}

.p-kv {
	margin: auto;
	width: 100%;
	max-width: 600px
}

.p-kv.slick-slider {
	padding: 0 !important
}

.p-kv .slide-arrow {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	font-size: 24px;
	color: #fff;
	background: #0058c8;
	z-index: 2
}

@media screen and (max-width: 1023px) {
	.p-kv .slide-arrow {
		width: 48px;
		height: 48px
	}
}

.p-kv .prev-arrow {
	left: 0
}

.p-kv .next-arrow {
	right: 0
}

.p-kv button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0
}

.p-kv__item img {
	width: 100%
}

.p-ownersBnr__transition {
	transition: .3s
}

.p-ownersBnr__transition:hover {
	opacity: 0.5
}

.p-cremotePoint{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 48px;
	border: 4px solid #0099db;
}

.p-cremoteKv{
	display: flex;
}

.p-cremoteKv__img{
	width: 50%;
	padding: 48px;
	background: url(../img/support/cremoteKvBg@2x.png) no-repeat;
	background-position: center bottom;
}

.p-cremoteKv__img img{
 opacity: 0;
 transform: translateX(-40px);
 animation: fadeInLeft 1s ease forwards;
}

@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.p-cremoteKv__txt{
	flex: 2;
	width: 50%;
	padding: 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 16px;
	background: #d9f0fa;
}

.p-cremoteKv__title{
	font-size: clamp(1.25rem, calc(1.159rem + 0.45vw), 1.5rem);
	font-weight: 500;
}

.p-cremoteKv__lead{
	font-size: clamp(1rem, calc(0.962rem + 0.19vw), 1.125rem);
	line-height: 1.5;
}

.p-cremoteAbout{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 48px;
	border-top: 8px solid #edeef1;
	margin-top: 48px;
	padding-top: 48px;
}

.p-cremoteAbout__wrapper{
	display: flex;
	flex-direction: column;
	width: calc(100% / 3 - 32px);
}

.p-cremoteAbout__title{
	font-size: clamp(1.25rem, calc(1.021rem + 1.15vw), 2rem);
 font-weight: 500;
 line-height: 1.2;
 color: #0058c8;
	margin-bottom: 16px;
}

.p-cremoteAbout__summary{
	flex: 2;
	font-size: clamp(1rem, calc(0.962rem + 0.19vw), 1.125rem);
	line-height: 2;
	margin-bottom: 16px;
}

.p-cremoteAbout__img{
	flex: 2;
}

.p-cremoteAbout__note{
	width: 100%;
	text-align: right;
	font-size: 0.875rem;
	line-height: 2;
	margin-top: 16px;
	margin-bottom: 48px;
}

.p-cremotePoint__wrapper{
	position: relative;
	width: calc(100% / 2);
	border: 4px solid #0099db;
	background: #d9f0fa;
	padding: 32px;
}

.p-cremotePoint__title{
	font-size: clamp(1.25rem, calc(1.021rem + 1.15vw), 2rem);
	line-height: 1.5;
	font-weight: 500;
}

.p-cremotePoint__summary{
	margin-top: 16px;
	font-size: clamp(1rem, calc(0.962rem + 0.19vw), 1.125rem);
	line-height: 1.5;
}

.p-cremotePoint__list{
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 16px;
}

.p-cremotePoint__item{
	position: relative;
	font-size: clamp(1rem, calc(0.962rem + 0.19vw), 1.125rem);
	font-weight: 500;
	padding-left: 1em;
	line-height: 1.5;
	color: #0058c8;
}

.p-cremotePoint__item::after{
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	left: 4px;
	width: 8px;
	height: 8px;
	background: #0058c8;
}

.p-cremotePoint__img{
	position: absolute;
	right: 24px;
	bottom: 24px;
}

.p-cremotePointBnr{
	display: inline-flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	gap: 16px;
	margin-top: 48px;
}

.p-cremotePointBnr__transition{
	border: 8px solid #edeef1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	padding: 16px 64px;
	background: #0099db;
	color: #fff;
	transition: .3s;
	margin: auto;
}

.p-cremotePointBnr__transition:hover{
	opacity: 0.6;
}

.p-cremotePointBnr__txt{
	width: 300px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 24px;
}

.p-cremotePointBnr__title{
	font-size: 3rem;
	font-weight: 500;
	text-align: center;
}

.p-cremotePointBnr__login{
	padding: 16px;
	color: #0058c8;
	font-weight: 500;
	text-align: center;
	background: #fff;
	border-radius: 6px;
}

.p-cremotePointBnr__summary{
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5;
}

.p-cremotePointBnr__summary a{
	text-decoration: underline;
}

.p-cremotePointBnr__summary a:hover{
	text-decoration: none;
}

@media screen and (max-width: 1023px) {
	.p-cremoteKv__txt{
		padding: 24px;
	}
}

@media screen and (max-width: 767px) {
	.p-cremoteKv{
		flex-direction: column;
	}
	.p-cremoteKv__img{
		padding: 24px;
	}
	.p-cremoteKv__img,
	.p-cremoteKv__txt{
		width: 100%;
	}
	.p-cremoteAbout__wrapper{
		width: 100%;
	}
	.p-cremotePoint__wrapper{
		width: 100%;
		padding: 24px;
	}
	.p-cremotePointBnr__title{
		font-size: 1.5rem;
	}
	.p-cremotePointBnr__transition{
		padding: 16px 32px;
	}
}

@media screen and (max-width: 479px) {
	.p-cremotePoint{
		margin: 24px auto;
		width: 100%;
	}
	.p-cremotePointBnr__transition{
		padding: 8px 24px;
	}
	.p-cremotePointBnr__txt{
		width: auto;
	}
	.p-cremotePointBnr__img{
		flex: 2;
	}
	.p-cremotePointBnr__login{
		padding: 8px 24px;
	}
}

/*# sourceMappingURL=../Maps/css/support.css.map */