.flex {
	display: flex;
	flex-wrap: wrap;
}
.port-overlay-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.stitle {
	font-size: 24px;
	line-height: normal;
	font-weight: 600;
	color: #fff;
}
.sect-title {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.3;
	color: #fff;
}
.sect-subtitle {
	color: #8e8e8e;
	font-size: 24px;
	line-height: 1.35;
	margin-top: 10px;
}
.pad-50 {
	padding: 50px 0;
}
.pad-100 {
	padding: 100px 0;
}
.pad-t-100 {
	padding-top: 100px;
}
.pad-b-100 {
	padding-bottom: 100px;
}
.pad-t-none {
	padding-top: 0!important;
}
.input-class {
	display: block;
	width: 100%;
	height: 59px;
	font-style: italic;
	padding: 0 10px;
	font-size: 14px;
	color: #000;
	border-bottom: 1px solid #515151;
	transition: 300ms;
}
.input-class:focus {
	border-color: #F8D500;
}
.input-class::placeholder {
	color: #515151;
	transition: 300ms;
}
.input-class:focus::placeholder {
	font-size: 0;
}
.xbtn {
	background: #F8D500;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	padding: 18.5px 22px;
}
.xbtn:hover {
	opacity: 1;
	background: #000;
	color: #fff;
}


.serv-items {
	margin: -15px -19px;
}
.serv-item {
	width: calc(100% / 2);
	padding: 15px 19px;
}
.serv-item-cont {
	padding-top: 30px;
}
.serv-item-title a {
	color: #fff;
	transition: 300ms;
}
.serv-item-title a:hover {
	color: #F8D500;
}
.serv-item-text {
	color: #8E8E8E;
	margin-top: 15px;
}
.pre-subtitle {
	margin-bottom: 45px;
}
.pre-items {
	margin: -25px;
}
.pre-item {
	width: calc(100% / 2);
	padding: 25px;
}
.pre-item-col-1 {
	width: 81px;
}
.pre-item-col-2 {
	width: calc(100% - 81px);
}
.pre-item-ico {
	width: 46px;
	height: 46px;
	background: no-repeat center / contain;
}
.pre-item-ico-1 {
	background-image: url('/view/images/new/pre-ico-1.svg');
}
.pre-item-ico-2 {
	background-image: url('/view/images/new/pre-ico-2.svg');
}
.pre-item-ico-3 {
	background-image: url('/view/images/new/pre-ico-3.svg');
}
.pre-item-ico-4 {
	background-image: url('/view/images/new/pre-ico-4.svg');
}
.pre-item-ico-5 {
	background-image: url('/view/images/new/pre-ico-5.svg');
}
.pre-item-ico-6 {
	background-image: url('/view/images/new/pre-ico-6.svg');
}
.pre-item-text {
	color: #8e8e8e;
	margin-top: 24px;
}
.help-items {
	margin-top: 30px;
}
.help-item {
	border-bottom: 1px solid #434444;
}
.help-item:last-child {
	border-bottom: none;
}
.help-item-top {
	min-height: 95px;
	padding: 15px 0;
	cursor: pointer;
	align-items: center;
}
.help-item-title {
	width: calc(100% - 40px);
	color: #fff;
	font-size: 23px;
	line-height: 1.35;
}
.help-item-arrow {
	width: 23px;
	height: 15px;
	margin-left: auto;
	transition: 300ms;
}
.help-item-top.open .help-item-arrow {
	transform: rotate(180deg);
}
.help-item-answer {
	font-size: 18px;
	line-height: 1.25;
	color: #8e8e8e;
	padding-bottom: 20px;
	display: none;
}
.rev-title {
	margin-bottom: 40px;
}
.mslider {
	position: relative;
	margin: 0 -16px;
}
.mslider-item {
	padding: 0 16px;
}
.slider-arrow {
	width: 20px;
	height: 32px;
	position: absolute;
	top: 50%;
	margin: -16px 0 0 0;
	cursor: pointer;
}
.slider-arrow svg path {
	transition: 300ms;
}
.slider-prev-arrow {
	right: calc(100% + 50px);
}
.slider-next-arrow {
	left: calc(100% + 50px);
}
.slider-arrow:hover svg path {
	fill: #F8D500;
}
.rev-item-in {
	color: #fff;
}
.rev-item-top {
	align-items: center;
}
.rev-item-photo img {
	width: 70px;
	height: 70px;
	border-radius: 50px;
	display: block;
	object-fit: cover;
}
.rev-item-cont {
	width: calc(100% - 91px);
	margin-left: auto;
}
.rev-item-name {
	font-size: 18px;
	line-height: 1.35;
	margin-bottom: 10px;
}
.rev-item-stars {
	margin: -1.5px;
}
.rev-item-stars > * {
	margin: 1.5px;
}
.rev-item-text {
	border-top: 1px solid #434444;
	margin-top: 20px;
	padding-top: 20px;
}
.vex-title {
	margin-bottom: 40px;
}
.vex-video {
	position: relative;
}
.vex-video-image img {
	width: 100%;
	display: block;
}
.vex-video-play {
	background: #fff;
	width: 64px;
	height: 64px;
	border-radius: 50px;
	transition: 300ms;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -32px 0 0 -32px;
	padding-left: 5px;
}
.vex-video-play:hover {
	transform: scale(0.89);
}
.talk-section {
	background: url('/view/images/new/talk-bg.png') no-repeat top right #fff;
}
.talk-in {
	min-height: 474px;
	padding: 88px 0;
	color: #000;
}
.talk-title {
	text-transform: uppercase;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 18px;
}
.talk-subtitle {
	margin: 0 0 40px 0;
	color: #000;
	max-width: 720px;
}
.talk-form-items {
	margin: -12px;
	justify-content: space-between;
}
.talk-form-item {
	width: calc(29% + 24px);
	padding: 12px;
}
.talk-form-btn {
	width: 100%;
}
.talk-form-policy {
	color: #8e8e8e;
	margin-top: 15px;
}
.talk-form-policy a {
	color: #8e8e8e;
}

.admin_body table th {
	font-weight: bold;
	color: #000;
	padding-bottom: 10px;
}

.sinfo-content {
	font-size: 24px;
	line-height: 1.35;
	color: #fff;
}
.sinfo-image {
	margin-top: 60px;
}
.sinfo-image img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.sinfo-content > *:not(:last-child) {
	margin-bottom: 30px;
}
.star-item {
	margin-bottom: 60px;
}
.star-item:last-child {
	margin-bottom: 0;
}
.star-item-title {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.3;
	color: #fff;
	margin-bottom: 5px;
}
.star-item-deadline {
	font-size: 13px;
	line-height: 1.95;
	color: #8e8e8e;
	margin-bottom: 10px;
}
.star-item-info {
	align-items: center;
	margin-bottom: 20px;
}
.star-item-text {
	line-height: 1.8;
	width: calc(100% - 300px);
	color: #fff;
}
.star-item-price {
	width: 260px;
	text-align: right;
	color: #fff;
	align-items: center;
	margin-left: auto;
	justify-content: flex-end;
}
.star-item-price > span {
	font-size: 60px;
	font-weight: 600;
	margin-right: 10px;
}
.star-item-order-btn {
	width: 250px;
	padding: 10.5px 20px;
	font-size: 19px;
	font-weight: 400;
}
.tar-item {
	width: 100%;
	margin-bottom: 25px;
}
.tar-item:last-child {
	margin-bottom: 0;
}
.tar-item td:first-child {
	width: 100px;
}
.tar-add {
	margin-top: 20px;
	justify-content: flex-end;
}
.tar-add-btn {
	padding: 10.5px 20px;
}
.tar-del-btn {
	padding: 4px 8px;
	background: red;
	font-size: 12px;
	color: #fff;
}

.height {
	display: block;
}
.height-30 {
	height: 30px;
}
.height-60 {
	height: 60px;
}
.image-responsive {
	height: 0;
	position: relative;
	padding-bottom: 87%;
}
.image-responsive img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	transition: 300ms;
}
.image-loop {
	position: relative;
	font-size: 26px;
	overflow: hidden;
}
.image-loop a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.image-loop a:after {
	content: '';
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: 300ms;
}
.image-loop .icon_search {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 4;
	opacity: 0;
	transition: 300ms;
}
.image-responsive:hover img {
	transform: scale(1.1);
}
.image-responsive:hover  a:after {
	opacity: 1;
}
.image-responsive:hover .icon_search {
	opacity: 1;
}

.pt-title,
.creat-title,
.real-title,
.result-title,
.revo-title {
	margin-bottom: 30px;
}
.pt-row {
	margin: -25px;
	align-items: center;
	justify-content: space-between;
}
.pt-col {
	width: calc(100% / 2);
	padding: 25px;
}
.pt-col-3 {
	width: 100%;
}
.pt-text {
	color: #fff;
	line-height: 1.85;
}
.pt-image img {
	display: block;
	width: 100%;
}
.pt-stats {
	margin: -10px;
}
.pt-stats-item {
	width: calc(100% / 3);
	color: #fff;
	padding: 10px;
}
.pt-stats-item-in > span {
	display: block;
	margin-bottom: 20px;
}
.creat-row {
	margin: -12px -18px;
	align-items: center;
	justify-content: space-between;
}
.creat-col {
	width: calc(100% / 2);
	padding: 12px 18px;
}
.creat-image img {
	display: block;
	width: 100%;
}
.creat-text {
	color: #fff;
}
.creat-items,
.proj-items {
	margin: -10px;
	justify-content: flex-end;
}
.proj-items {
	justify-content: flex-start;
}
.creat-item,
.proj-item {
	width: calc(100% / 3);
	padding: 10px;
}
.creat-team {
	margin-top: 30px;
	color: #fff;
}
.creat-team-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
.creat-team-items {
	margin: -10px;
	justify-content: flex-end;
}
.creat-team-item {
	width: calc(100% / 3);
	padding: 10px;
}
.creat-team-item-photo img {
	display: block;
	width: 52px;
	height: 52px;
	object-fit: cover;
	border-radius: 50px;
}
.creat-team-item-info {
	width: calc(100% - 67px);
	margin-left: auto;
}
.creat-team-item-box {
	align-items: center;
}
.creat-team-item-name {
	margin-bottom: 5px;
}
.creat-team-item-job {
	color: #8e8e8e;
}
.real-slider {
	margin: 20px 0 0 0;
}
.real-slider-item {
	padding: 0;
}
.real-slider-item-image {
	padding-bottom: 56.2%;
}
.real-slider-item img {
	display: block;
	width: 100%;
}
.revo-box {
	border-radius: 30px;
	border: 1px solid #515151;
	padding: 60px 34px;
	color: #fff;
}
.revo-photo img {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	display: block;
	object-fit: cover;
}
.revo-col-2 {
	width: calc(100% - 140px);
	margin-left: auto;
}
.revo-name {
	margin-bottom: 10px;
}
.revo-stars {
	margin: -1.5px;
}
.revo-stars > * {
	margin: 1.5px;
}
.revo-text {
	margin-top: 10px;
}
.pp-row {
	align-items: center;
	margin: -12px -25px;
	color: #fff;
}
.pp-col {
	width: 50%;
	padding: 12px 25px;
}
.pp-image img {
	display: block;
}
.pp-title {
	font-size: 60px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: 30px;
}
.pp-subtitle {
	color: #fff;
}
.pcats-items {
	margin: -10px -20px;
	padding: 0;
}
.pcats-items > li {
	padding: 0;
	list-style: none;
	margin: 10px 20px;
	position: relative;
}
.pcats-items > li > a {
	display: block;
	color: #fff;
	transition: 300ms;
}
.pcats-items > li > a > svg {
	display: inline-block;
	margin-left: 8px;
	position: relative;
	top: -5px;
	transition: 300ms;
}
.pcats-items > li > ul {
	background: #252626;
	width: 360px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	padding: 0;
	margin: 0;
	transform: scaleY(0);
	opacity: 0;
  visibility: hidden;
  transform-origin: 50% 0;
  transition: 300ms;
}
.pcats-items > li > ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pcats-items > li > ul > li > a {
	display: block;
	color: #fff;
	padding: 6px 10px;
	transition: 300ms;
}
.pcats-items > li > ul > li > a:hover {
	background: rgba(255,255,255,0.1);
}
.pcats-items > li > ul > li.active > a {
	background: #515151;
	color: #F8D500;
}
.pcats-items > li:hover > ul {
opacity: 1;
  transform: scaleY(100%);
  visibility: visible;
}
.pcats-items > li:hover > a {
	color: #F8D500;
}
.pj-items {
	margin: -10px -15px;
}
.pj-item {
	width: calc(100% / 4);
	padding: 10px 15px;
}
.pj-item-box {
	position: relative;
	color: #fff;
}
.pj-item-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.pj-item-top {
	position: relative;
	overflow: hidden;
}
.pj-item-info {
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 23px 17px;
	transform: scale(0);
	transition: 300ms;
}
.pj-item-info-address {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 1.25;
}
.pj-item-info-style {
	margin-bottom: 8px;
}
.pj-item-cont {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.6;
}
.pj-item-style {
	font-size: 16px;
	margin-top: 10px;
	color: #F8D500;
}
.pj-item-box:hover .pj-item-info {
	transform: scale(1);
}
.bg-projects + .talk-section {
	margin: 50px 0;
}
.pj-items-2 .pj-item {
	display: none;
}
.pj-items-2 .pj-item:nth-child(-n+12) {
	display: block;
}
.pj-more {
	margin-top: 50px;
}
.pj-more-btn {
	background: #fff;
	border-radius: 0;
	width: 100%;
}
.otz-section {
	color: #fff;
}
.otz-item-in {
	color: #fff;
}
.otz-item-top {
	align-items: center;
}
.otz-item-photo img {
	width: 32px;
	height: 32px;
	border-radius: 50px;
	display: block;
	object-fit: cover;
}
.otz-item-cont {
	width: calc(100% - 43px);
	margin-left: auto;
}
.otz-item-name {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.9;
}
.otz-item-text {
	margin-top: 14px;
	line-height: 1.4;
}
.otz-item-info {
	align-items: center;
}
.otz-item-st {
	align-items: center;
}
.otz-item-st > span {
	font-weight: 600;
	font-size: 14px;
	margin-left: 4px;
	line-height: 1;
}
.otz-item-date {
	margin-left: 6px;
	font-size: 12px;
	color: #c5c5c5;
	align-items: center;
}
.otz-item-date > svg {
	margin-right: 6px;
}
.otz-top {
	align-items: center;
	margin-bottom: 10px;
}
.otz-title {
	line-height: 1.3;
}
.otz-ico {
	margin-left: 15px;
	transform: translate(0, 3px);
}
.otz-info {
	align-items: center;
	margin: -3px -5px 27px -5px;
}
.otz-info-item {
	margin: 3px 5px;
	color: #c5c5c5;
	line-height: 1.9;
}
.otz-info-ball {
	background: #32BA43;
	border-radius: 5px;
	padding: 3px 8px;
	font-weight: bold;
	color: #fff;
}
.otz-info-divider {
	transform: translate(0, -3px);
}
.otz-col-1 {
	width: 297px;
}
.otz-image img {
	display: block;
}
.otz-col-2 {
	width: calc(100% - 339px);
	margin-left: auto;
}
.otz-stitle {
	font-size: 18px;
	font-weight: 600;
}
.otz-stitle > span {
	font-size: 23px;
	line-height: 1.15;
}
.otz-stitle > svg {
	transform: translate(0, -3px);
}
.otz-checked {
	color: #c5c5c5;
	margin: 5px 0 20px 0;
}
.otz-st {
	margin-bottom: 20px;
}
.otz-st-items {
	margin: -5px -12.5px;
}
.otz-st-item {
	padding: 5px 12px;
}
.otz-st-item-box {
	background: #323232;
	border-radius: 10px;
	width: 148px;
	padding: 8px 15px;
	text-align: center;
	font-size: 12px;
	color: #c5c5c5;
	display: block;
	transition: 300ms;
}
.otz-st-item-box:hover {
	background: rgba(255,255,255,0.1);
}
.otz-st-item-box > span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}
.otz-items {
	margin: -10px -15px;
}
.otz-item {
	width: calc(100% / 3);
	padding: 10px 15px;
}
.otz-all {
	margin-top: 15px;
}
.otz-all-link {
	color: #8BB4DD;
}
.creat-text p:last-child,
.sinfo-content p:last-child,
.help-item-answer p:last-child {
	margin: 0;
}
html {
	width: 100%;
	overflow-x: hidden;
}
.item-hidden {
	display: none;
}
@media(max-width: 1500px) {
	.talk-section {
		background-position: right -300px top;
	}
}
@media(max-width: 1300px) {
	.slider-arrow {
		z-index: 10;
	}
	.slider-next-arrow {
		left: auto;
		right: 35px;
	}
	.slider-prev-arrow {
		right: auto;
		left: 35px;
	}
	.slider-arrow svg path {
		fill: #fff;
	}
	.rev-items {
		padding: 0 80px;
	}
}
@media(max-width: 1200px) {
	.pp-title,
	.talk-title {
		font-size: 40px;
	}
	.stitle {
		font-size: 18px;
	}
	.sect-title {
		font-size: 24px;
	}
	.sect-subtitle {
		font-size: 17px;
	}
	.pj-item-cont {
		font-size: 14px;
	}
	.star-item-title {
		font-size: 24px;
	}
	.pad-50  {
		padding: 30px 0;
	}
	.pad-t-50 {
		padding-top: 30px;
	}
	.pad-b-50 {
		padding-bottom: 30px;
	}
	.talk-section {
		background-position: right -500px top;
	}
	.sinfo-content {
		font-size: 18px;
	}
	.help-item-title {
		font-size: 20px;
	}
}
@media(max-width: 991px) {
	.pj-item {
		width: calc(100% / 3);
	}
	.pp-title,
	.talk-title {
		font-size: 34px;
	}
	.otz-item {
		width: 100%;
	}
	.bg-projects + .talk-section {
		margin: 0;
	}
	.revo-box {
		border: none;
		padding: 0;
	}
	.pt-title, .creat-title, .real-title, .result-title, .revo-title, .vex-title {
		margin-bottom: 24px;
	}
	.rev-items {
		margin: -12px;
		padding: 0;
	}
	.rev-item {
		margin: 0;
		padding: 12px;
	}
}
@media(max-width: 767px) {
	.sect-subtitle {
		font-size: 16px;
	}
	.pad-50  {
		padding: 20px 0;
	}
	.pad-t-50 {
		padding-top: 20px;
	}
	.pad-b-50 {
		padding-bottom: 20px;
	}
	.pj-more {
		margin-top: 25px;
	}
	.pp-col {
		width: 100%;
	}
	.pp-title {
		margin-bottom: 14px;
	}
	.pcats-items {
		margin: 0;
	}
	.pcats-items > li {
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #434444;
		padding: 12px 0;
	}
	.pcats-items > li > ul {
		width: 100%;
	}
	.pcats-items > li > a {
		position: relative;
	}
	.pcats-items > li > a > svg {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(0, -50%);
	}
	.pj-items {
		margin: -12px -7px;
	}
	.pj-item {
		width: calc(100% / 2);
		padding: 12px 7px;
	}
	.talk-section {
		background: url('/view/images/new/talk-mbg.png') no-repeat bottom center / contain #fff;
	}
	.talk-form-item {
		width: 100%;
	}
	.talk-subtitle {
		margin-bottom: 12px;
	}
	.talk-form-policy {
		background: #f2f2f2;
		border-radius: 5px;
		color: #000;
		padding: 8px;
		font-size: 12px;
	}
	.otz-col {
		width: 100%;
	}
	.otz-image img {
		width: 100%;
	}
	.otz-cont {
		padding-top: 24px;
	}
	.otz-st-item {
		width: calc(100% / 2);
	}
	.pt-row {
		margin: -12px;
	}
	.pt-col {
		width: 100%;
		padding: 12px;
	}
	.pt-col-1 {
		order: 10;
	}
	.pt-col-2 {
		order: 30;
	}
	.pt-col-3 {
		order: 20;
	}
	.pt-stats-item {
		width: 100%;
	}
	.pt-stats-item-in > span {
		margin-bottom: 12px;
	}
	.creat-col {
		width: 100%;
	}
	.creat-col-1 {
		display: none;
	}
	.item-hidden {
		display: block;
	}
	.creat-items,
	.proj-items {
		margin: -4px;
		justify-content: flex-start;
	}
	.creat-item,
	.proj-item {
		padding: 4px;
	}
	.creat-item:nth-child(1) {
		width: 100%;
	}
	.creat-team-item {
		width: 100%;
	}
	.real-slider {
		margin: 0 0 8px 0;
	}
	.real-flex {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.real-flex > div {
		width: 100%;
	}
	.real-flex > .real-items {
		width: calc(100% + 8px);
	}
	.result-row + .height {
		display: none;
	}
	.result-items .proj-item:first-child {
		width: 100%;
	}
	.revo-photo img {
		width: 52px;
		height: 52px;
	}
	.revo-col-2 {
		width: calc(100% - 67px);
	}
	.revo-name {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.revo-text {
		margin: 35px 0 0 -67px;
	}
	.page-title2 {
		font-size: 32px;
		line-height: 1.1;
	}
	.sinfo-image {
		margin-top: 24px;
	}
	.star-item-text,
	.star-item-price {
		width: 100%;
	}
	.star-item-text {
		margin-bottom: 20px;
	}
	.star-item-price {
		justify-content: flex-start;
		text-align: left;
	}
	.star-item-price > span {
		font-size: 36px;
		line-height: 1;
	}
	.modal-body.p-40 {
		padding: 20px!important;
	}
	.serv-item {
		width: 100%;
	}
	.serv-item-cont {
		padding-top: 16px;
	}
	.pre-items {
		margin: -12px;
	}
	.pre-item {
		width: 100%;
		padding: 12px;
	}
	.pre-item-col-2 {
		width: 100%;
		margin-top: 12px;
	}
	.pre-item-text {
		margin-top: 10px;
	}
	.help-item-title {
		font-size: 18px;
	}
	.help-item-answer {
		font-size: 16px;
	}
}