body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.2;
	font-family: 'Loos Condensed', sans-serif;
	overflow-x: hidden;
	margin:0;
	color: #1C2125;
}
#wrapper{
	overflow: hidden;
	width: 100%;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
a,:after,:before, .owl-nav> div, input, svg path, svg rect{transition: ease 0.3s all;}
::-webkit-input-placeholder {
color:#000;}
:-moz-placeholder {
color:#000;}
::-moz-placeholder {
color:#000;}
:-ms-input-placeholder {  
color:#000;}
input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
.overlay {
	position:fixed;
	background:rgba(255,255,255,0.7);
	height:100%;
	left:0;
	top:0;
	width:100%;
	z-index:10;
  filter: blur(5px);
	backdrop-filter: blur(5px);
	display: none;
}
.popup {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: fixed;
	z-index: 11;
	width: calc((960 / 1920) * 100vw);
	background: #F85300;
	padding: calc((30 / 1920) * 100vw);
	display: none;
}
.popup-close {
	position:absolute;
	top: calc((-50 / 1920) * 100vw);
	right: calc((-50 / 1920) * 100vw);
	z-index: 3;
}
.popup-close img {
	width: calc((50 / 1920) * 100vw);
}
.popup-close:hover {
	cursor:pointer;
}
.popup-title {
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((75 / 1920) * 100vw); 
	line-height: 92%; 
	text-align: center;
	text-transform: uppercase;
	color: #DEED7C;
	margin-bottom: calc((20 / 1920) * 100vw);
}
.popup-title-en {
	font-size: calc((55 / 1920) * 100vw); 
}
.popup-form .wr {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: calc((30 / 1920) * 100vw);
}
.popup-form .lbl {
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((16 / 1920) * 100vw); 
	line-height: 92%;  
	text-transform: uppercase;
	color: #F8F3EA;
	margin-bottom: calc((5 / 1920) * 100vw);
	padding-left: calc((10 / 1920) * 100vw);
}
.popup-form input[type=text],
.popup-form textarea {
	display: block;
	width: 100%;
	margin-bottom: calc((10 / 1920) * 100vw);
	padding:0 calc((10 / 1920) * 100vw);
	height: calc((58 / 1920) * 100vw);
	background: #fff;
	border: 0;
	font-family: 'Loos Condensed';
	font-weight: 400; 
	font-size: calc((24 / 1920) * 100vw);  
	color: #151515;
}
.popup-form textarea { 
	padding: calc((10 / 1920) * 100vw);
	height: calc((233 / 1920) * 100vw);
	overflow: auto;
	resize: none;
}
.popup-form .btn {
	position: static;
	width: 100%;
	margin-top: calc((30 / 1920) * 100vw);
	border: 0;
	cursor: pointer;
} 
.toggle_mnu {
	display: none;
	width: 40px;
	height: 40px;
	position: relative;
	z-index: 10;
	border: none;}
.sandwich {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 8px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 200; }
.sw-topper {
	position: relative;
	top: 0;
	width: 28px;
	height: 3px;
	background: white;
	border: none;
	border-radius: 4px 4px 4px 4px;
	-webkit-transition: -webkit-transform 0.5s, top 0.2s;
					transition: transform 0.5s, top 0.2s;
	display: block; }
.sw-bottom {
	display: block;
	position: relative;
	width: 28px;
	height: 3px;
	top: 6.6px;
	background: white;
	border: none;
	border-radius: 4px 4px 4px 4px;
	-webkit-transition: -webkit-transform 0.5s, top 0.2s;
					transition: transform 0.5s, top 0.2s;
	-webkit-transition-delay: 0.2s, 0s;
					transition-delay: 0.2s, 0s; }
.sw-footer {
	display: block;
	position: relative;
	width: 28px;
	height: 3px;
	top: 13.5px;
	background: white;
	border: none;
	border-radius: 4px 4px 4px 4px;
	-webkit-transition: all 0.5s;
					transition: all 0.5s;
	-webkit-transition-delay: 0.1s;
					transition-delay: 0.1s; }
.sandwich.active .sw-topper {
	top: 9px;
	-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
					transform: rotate(-45deg); }
.sandwich.active .sw-bottom {
	top: 6px;
	-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
					transform: rotate(45deg); }
.sandwich.active .sw-footer {
	opacity: 0;
	top: 0;
	-webkit-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
					transform: rotate(180deg); }
.lang img {
	display: block;
	width: calc((80 / 1920) * 100vw);
}
.lang {
	display: flex;
	justify-content: center;
	width: calc((236 / 1920) * 100vw);
}
.active .lang {
	width: auto;
}
.top-screen {
	height: calc((1200 / 1920) * 100vw);
	background: url(../img/bg-scr1.jpg) 50% 0 / auto 100% no-repeat;
	position: relative;
}
* {box-sizing: border-box;}
.header {
	position: fixed;
	height: calc((240 / 1920) * 100vw);
	display: flex;
	align-items: center;
	justify-content: space-between; 
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	transition: .3s ease all;
	background: transparent;
}
.header.active {
	background: #F85300;
	height: calc((120 / 1920) * 100vw);
	padding:0 calc((50 / 1920) * 100vw);
}
.logo img {
	width: calc((131 / 1920) * 100vw);
	transition: .3s ease all;
	display: block;
}
.logo a {display: flex;justify-content: center;}
.active .logo {
	width: auto;
}
.active .logo img {
	width: calc((106 / 1920) * 100vw);
}
.nav {
	display: flex; 
}
.active .nav a {
	width: auto;
}
.active .nav {
	gap: calc((80 / 1920) * 100vw);
}
.nav a {
	width: calc((237 / 1920) * 100vw);
	text-align: center;
	font-family: Loos Extended;
	font-weight: 700; 
	font-size: calc((22 / 1920) * 100vw); 
	line-height: 1;  
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}
.nav a:hover {
	text-decoration: underline;
}
.active .nav a:hover {
	text-decoration: none;
	color: #151515;
}
.logo {
	text-align: center;
	width: calc((240 / 1920) * 100vw);
}
.top-screen .t {
	font-family: Loos Extended;
	font-weight: 700; 
	font-size: calc((16 / 1920) * 100vw); 
	line-height: 1.1; 
	text-transform: uppercase;
	color: #fff;
	position: absolute;
}
.top-screen .t1 {
	top: calc((260 / 1920) * 100vw);
	left: calc((260 / 1920) * 100vw);
}
.top-screen .t2 {
	top: calc((738 / 1920) * 100vw);
	left: calc((1456 / 1920) * 100vw);
}
.service {
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc((960 / 1920) * 100vw);
	background: url(../img/bg-serv.jpg) 50% 0 / auto 100% no-repeat;
	position: relative;
}
.service_wrap {
	width: calc((1440 / 1920) * 100vw); 
	height: calc((480 / 1920) * 100vw);
	display: grid;
	grid-template-columns: calc((480 / 1920) * 100vw) 1fr;
}
.tab-menu {
	background: #F85300;
	padding: calc((40 / 1920) * 100vw);
}
.tab-content {
	padding: calc((40 / 1920) * 100vw);
}
.tab-menu a {
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((24 / 1920) * 100vw); 
	line-height: 1; 
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}
.tab-menu li {
	margin-bottom: calc((20 / 1920) * 100vw);
}
.tab-menu li:last-child {
	margin-bottom: 0;
}
.tab-menu .active a,
.tab-menu a:hover {
	color: #DEED7C;
}
.tab-content .t1 {
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((20 / 1920) * 100vw); 
	line-height: 100%; 
	text-transform: uppercase;
	color: #151515;
	margin-bottom: calc((5 / 1920) * 100vw);
}
.tab-content .t2 {
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((82 / 1920) * 100vw); 
	line-height: 1; 
	text-transform: uppercase;
	color: #151515;
	margin-bottom: calc((40 / 1920) * 100vw);
	margin-left: calc((-4 / 1920) * 100vw);
}
.tab-content .t3 {
	color: #151515;
	font-family: 'Loos Condensed'; 
	font-size: calc((24 / 1920) * 100vw); 
	line-height: 100%;
}
.tags .tag {
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((16 / 1920) * 100vw); 
	line-height: 100%; 
	text-transform: uppercase;
	color: #F8F3EA;
	padding: calc((8 / 1920) * 100vw);
	background: #041762;
	position: absolute;
}
@keyframes lavitation {
	0% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(calc((15 / 1920) * 100vw));
	}
}
.tab1 .tag1 {
	left: calc((600 / 1920) * 100vw);
	top: calc((100 / 1920) * 100vw);
	animation: lavitation 2s .5s ease-in-out alternate infinite;
}
.tab1 .tag2 {
	left: calc((1270 / 1920) * 100vw);
	top: calc((173 / 1920) * 100vw);
	animation: lavitation 1.3s .3s ease-in-out alternate infinite;
}
.tab1 .tag3 {
	top: calc((750 / 1920) * 100vw);
	left: calc((120 / 1920) * 100vw);
	animation: lavitation 2s .7s ease-in-out alternate infinite;
}
.tab1 .tag4 {
	top: calc((856 / 1920) * 100vw);
	left: calc((600 / 1920) * 100vw);
	animation: lavitation 1.7s 1s ease-in-out alternate infinite;
}
.tab1 .tag5 {
	top: calc((762 / 1920) * 100vw);
	left: calc((1127 / 1920) * 100vw);
	animation: lavitation 1.5s .2s ease-in-out alternate infinite;
}

.tab2 .tag1 {
	left: calc((793 / 1920) * 100vw);
	top: calc((100 / 1920) * 100vw);
	animation: lavitation 2s .5s ease-in-out alternate infinite;
}
.tab2 .tag2 {
	left: calc((1327 / 1920) * 100vw);
	top: calc((173 / 1920) * 100vw);
	animation: lavitation 1.4s .3s ease-in-out alternate infinite;
}
.tab2 .tag3 {
	left: calc((146 / 1920) * 100vw);
	top: calc((770 / 1920) * 100vw);
	animation: lavitation 1.6s .7s ease-in-out alternate infinite;
}
.tab2 .tag4 {
	left: calc((770 / 1920) * 100vw);
	top: calc((839 / 1920) * 100vw);
	animation: lavitation 1.6s .1s ease-in-out alternate infinite;
}

.tab3 .tag1 {
	left: calc((194 / 1920) * 100vw);
	top: calc((111 / 1920) * 100vw);
	animation: lavitation 1.6s .8s ease-in-out alternate infinite;
}
.tab3 .tag2 {
	left: calc((860 / 1920) * 100vw);
	top: calc((150 / 1920) * 100vw);
	animation: lavitation 2s .3s ease-in-out alternate infinite;
}
.tab3 .tag3 {
	left: calc((1330 / 1920) * 100vw);
	top: calc((111 / 1920) * 100vw);
	animation: lavitation 1.3s .6s ease-in-out alternate infinite;
}
.tab3 .tag4 {
	left: calc((333 / 1920) * 100vw);
	top: calc((788 / 1920) * 100vw);
	animation: lavitation 1.5s .4s ease-in-out alternate infinite;
}
.tab3 .tag5 {
	left: calc((930 / 1920) * 100vw);
	top: calc((872 / 1920) * 100vw);
	animation: lavitation 1.7s 1s ease-in-out alternate infinite;
}
.tab3 .tag6 {
	left: calc((1337 / 1920) * 100vw);
	top: calc((770 / 1920) * 100vw);
	animation: lavitation 1.3s .5s ease-in-out alternate infinite;
}

.tab4 .tag1 {
	left: calc((437 / 1920) * 100vw);
	top: calc((86 / 1920) * 100vw);
	animation: lavitation 1.3s .5s ease-in-out alternate infinite;
}
.tab4 .tag2 {
	left: calc((1059 / 1920) * 100vw);
	top: calc((152 / 1920) * 100vw);
	animation: lavitation 2s .3s ease-in-out alternate infinite;
}
.tab4 .tag3 {
	left: calc((1414 / 1920) * 100vw);
	top: calc((92 / 1920) * 100vw);
	animation: lavitation 1.7s .2s ease-in-out alternate infinite;
}
.tab4 .tag4 {
	left: calc((333 / 1920) * 100vw);
	top: calc((788 / 1920) * 100vw);
	animation: lavitation 1.7s .9s ease-in-out alternate infinite;
}
.tab4 .tag5 {
	left: calc((969 / 1920) * 100vw);
	top: calc((823 / 1920) * 100vw);
	animation: lavitation 1.4s .3s ease-in-out alternate infinite;
}
.tab4 .tag6 {
	left: calc((1367 / 1920) * 100vw);
	top: calc((754 / 1920) * 100vw);
	animation: lavitation 1.8s .5s ease-in-out alternate infinite;
}

.tab5 .tag1 {
	left: calc((600 / 1920) * 100vw);
	top: calc((140 / 1920) * 100vw);
	animation: lavitation 1.7s .9s ease-in-out alternate infinite;
}
.tab5 .tag2 {
	left: calc((1111 / 1920) * 100vw);
	top: calc((87 / 1920) * 100vw);
	animation: lavitation 1.4s .3s ease-in-out alternate infinite;
}
.tab5 .tag3 {
	left: calc((333 / 1920) * 100vw);
	top: calc((800 / 1920) * 100vw);
	animation: lavitation 1.5s .8s ease-in-out alternate infinite;
}
.tab5 .tag4 {
	left: calc((1111 / 1920) * 100vw);
	top: calc((743 / 1920) * 100vw);
	animation: lavitation 1.4s .3s ease-in-out alternate infinite;
}
.tab5 .tag5 {
	left: calc((1414 / 1920) * 100vw);
	top: calc((784 / 1920) * 100vw);
	animation: lavitation 2s .5s ease-in-out alternate infinite;
}

.tab6 .tag1 {
	left: calc((757 / 1920) * 100vw);
	top: calc((153 / 1920) * 100vw);
	animation: lavitation 1.7s .7s ease-in-out alternate infinite;
}
.tab6 .tag2 {
	left: calc((1313 / 1920) * 100vw);
	top: calc((136 / 1920) * 100vw);
	animation: lavitation 1.9s .2s ease-in-out alternate infinite;
}
.tab6 .tag3 {
	left: calc((287 / 1920) * 100vw);
	top: calc((772 / 1920) * 100vw);
	animation: lavitation 2s .1s ease-in-out alternate infinite;
}
.tab6 .tag4 {
	left: calc((667 / 1920) * 100vw);
	top: calc((840 / 1920) * 100vw);
	animation: lavitation 1.4s .3s ease-in-out alternate infinite;
}
.tab6 .tag5 {
	left: calc((1515 / 1920) * 100vw);
	top: calc((780 / 1920) * 100vw);
	animation: lavitation 1.7s .4s ease-in-out alternate infinite;
}

.tab7 .tag1 {
	left: calc((642 / 1920) * 100vw);
	top: calc((153 / 1920) * 100vw);
	animation: lavitation 2s .3s ease-in-out alternate infinite;
}
.tab7 .tag2 {
	left: calc((1040 / 1920) * 100vw);
	top: calc((133 / 1920) * 100vw);
	animation: lavitation 2.3s .7s ease-in-out alternate infinite;
}
.tab7 .tag3 {
	left: calc((1400 / 1920) * 100vw);
	top: calc((103 / 1920) * 100vw);
	animation: lavitation 1.6s .2s ease-in-out alternate infinite;
}
.tab7 .tag4 {
	left: calc((458 / 1920) * 100vw);
	top: calc((750 / 1920) * 100vw);
	animation: lavitation 1.4s .3s ease-in-out alternate infinite;
}
.tab7 .tag5 {
	left: calc((1111 / 1920) * 100vw);
	top: calc((764 / 1920) * 100vw);
	animation: lavitation 1.5s .7s ease-in-out alternate infinite;
}
.tab7 .tag6 {
	left: calc((1400 / 1920) * 100vw);
	top: calc((800 / 1920) * 100vw);
	animation: lavitation 2s .2s ease-in-out alternate infinite;
}

.tab8 .tag1 {
	left: calc((800 / 1920) * 100vw);
	top: calc((103 / 1920) * 100vw);
	animation: lavitation 2s .7s ease-in-out alternate infinite;
}
.tab8 .tag2 {
	left: calc((1383 / 1920) * 100vw);
	top: calc((153 / 1920) * 100vw);
	animation: lavitation 1.6s .2s ease-in-out alternate infinite;
}
.tab8 .tag3 {
	left: calc((530 / 1920) * 100vw);
	top: calc((780 / 1920) * 100vw);
	animation: lavitation 2.3s .6s ease-in-out alternate infinite;
}
.tab8 .tag4 {
	left: calc((1313 / 1920) * 100vw);
	top: calc((750 / 1920) * 100vw);
	animation: lavitation 1.8s .2s ease-in-out alternate infinite;
}

.tab9 .tag1 {
	left: calc((577 / 1920) * 100vw);
	top: calc((120 / 1920) * 100vw);
	animation: lavitation 1.8s .2s ease-in-out alternate infinite;
}
.tab9 .tag2 {
	left: calc((1060 / 1920) * 100vw);
	top: calc((157 / 1920) * 100vw);
	animation: lavitation 1.6s .9s ease-in-out alternate infinite;
}
.tab9 .tag3 {
	left: calc((1400 / 1920) * 100vw);
	top: calc((70 / 1920) * 100vw);
	animation: lavitation 2.4s .2s ease-in-out alternate infinite;
}
.tab9 .tag4 {
	left: calc((313 / 1920) * 100vw);
	top: calc((780 / 1920) * 100vw);
	animation: lavitation 1.8s .2s ease-in-out alternate infinite;
}
.tab9 .tag5 {
	left: calc((1020 / 1920) * 100vw);
	top: calc((755 / 1920) * 100vw);
	animation: lavitation 1.6s 1.4s ease-in-out alternate infinite;
}
.tab9 .tag6 {
	left: calc((1400 / 1920) * 100vw);
	top: calc((820 / 1920) * 100vw);
	animation: lavitation 2.5s .3s ease-in-out alternate infinite;
}
.service_title {
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((20 / 1920) * 100vw); 
	line-height: 100%; 
	text-transform: uppercase;
	color: #151515;
	position: absolute;
	top: calc((207 / 1920) * 100vw);
	left: calc((276 / 1920) * 100vw);
}
.about {
	height: calc((1200 / 1920) * 100vw);
	background: url(../img/bg-about.jpg) 50% 0 / auto 100% no-repeat;
	position: relative;
}
.about_title {
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((20 / 1920) * 100vw); 
	line-height: 100%; 
	text-transform: uppercase;
	color: #F8F3EA;
	position: absolute;
	top: calc((202 / 1920) * 100vw);
	left: calc((505 / 1920) * 100vw);
}
.about_title2 {
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((92 / 1920) * 100vw); 
	line-height: 100%; 
	text-transform: uppercase;
	color: #DEED7C;
	position: absolute;
	top: calc((250 / 1920) * 100vw);
	left: calc((505 / 1920) * 100vw);
}
.about_title3 {
	font-family: 'Loos Condensed';
	font-weight: 400; 
	font-size: calc((24 / 1920) * 100vw); 
	line-height: 100%;  
	color: #F8F3EA;
	position: absolute;
	top: calc((345 / 1920) * 100vw);
	left: calc((1040 / 1920) * 100vw);
}
.about_bx .t1 {
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((32 / 1920) * 100vw); 
	line-height: 100%;  
	color: #DEED7C;
	margin-bottom: calc((11 / 1920) * 100vw);
}
.about_bx .t2 {
	font-family: 'Loos Condensed';
	font-weight: 400; 
	font-size: calc((24 / 1920) * 100vw); 
	line-height: 100%;  
	color: #F8F3EA; 
}
.about_bx {
	position: absolute;
	top: calc((497 / 1920) * 100vw);
}
.about_bx.bx1 {
	left: calc((505 / 1920) * 100vw); 
}
.about_bx.bx2 {
	left: calc((970 / 1920) * 100vw); 
}
.about_bx.bx3 {
	left: calc((1453 / 1920) * 100vw); 
}
.about_bx-t {
	position: absolute;
	top: calc((5 / 1920) * 100vw);
	left: calc((1453 / 1920) * 100vw);
}
.about_bx-t .t1 {
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((92 / 1920) * 100vw); 
	line-height: 100%;  
	color: #041762; 
}
.about_bx-t .t2 {
	font-family: 'Loos Condensed';
	font-weight: 400; 
	font-size: calc((24 / 1920) * 100vw); 
	line-height: 100%;  
	color: #151515; 
}
.about_more {
	display: flex;
	padding: calc((9 / 1920) * 100vw) calc((11 / 1920) * 100vw);
	align-items: center;
	gap: calc((10 / 1920) * 100vw);
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((20 / 1920) * 100vw); 
	line-height: 90%; 
	text-transform: uppercase; 
	text-decoration: none;
	color: #F8F3EA;
	background: #F85300;
	position: absolute;
	top: calc((923 / 1920) * 100vw);
	left: calc((1203 / 1920) * 100vw);
}
.about_more:hover {
	background: #151515;
}
.about_more-t {
	font-family: 'Loos Extended';
	font-weight: 400; 
	font-size: calc((24 / 1920) * 100vw); 
	line-height: 100%; 
	color: #041762;
	position: absolute;
	top: calc((971 / 1920) * 100vw);
	left: calc((971 / 1920) * 100vw);
}
.inform {
	height: calc((960 / 1920) * 100vw);
	background: url(../img/bg-info.jpg) 50% 0 / auto 100% no-repeat;
	position: relative;
	overflow: hidden;
}
.inform_title {
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((20 / 1920) * 100vw); 
	line-height: 100%; 
	text-transform: uppercase;
	color: #151515;
	position: absolute;
	top: calc((89 / 1920) * 100vw);
	left: calc((511 / 1920) * 100vw);
}
.inform_slide {
	position: absolute;
	transition: .5s ease all;
	transform: translateY(calc((480 / 1920) * 100vw));
}
.inform_slide img {
	display: block;
	width: 100%;
}
.inform_slide.slide1 {
	left: calc((479 / 1920) * 100vw);
	top: calc((113 / 1920) * 100vw);
	z-index: 1;
	width: calc((960 / 1920) * 100vw);
}
.inform_slide.slide2 {
	left: calc((470 / 1920) * 100vw);
	top: calc((165 / 1920) * 100vw);
	z-index: 2;
	width: calc((981 / 1920) * 100vw); 
}
.inform_slide.slide3 {
	left: calc((460 / 1920) * 100vw);
	top: calc((215 / 1920) * 100vw);
	z-index: 3;
	width: calc((1001 / 1920) * 100vw); 
}
.inform_slide.slide4 {
	left: calc((450 / 1920) * 100vw);
	top: calc((265 / 1920) * 100vw);
	z-index: 4;
	width: calc((1020 / 1920) * 100vw); 
}
.inform_slide.active {
	transform: translateY(0);
}
.inform_bot {
	left: calc((240 / 1920) * 100vw);
	bottom: 0;
	z-index: 5;
	position: absolute;
	width: calc((1441 / 1920) * 100vw);
}
.inform_bot img {
	display: block;
	width: 100%;
}
.partner {
	height: calc((1200 / 1920) * 100vw);
	background: url(../img/bg-partner.jpg) 50% 0 / auto 100% no-repeat;
	position: relative;
}
.partner_title {
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((20 / 1920) * 100vw); 
	line-height: 100%; 
	text-transform: uppercase;
	color: #F8F3EA;
	position: absolute;
	top: calc((202 / 1920) * 100vw);
	left: calc((728 / 1920) * 100vw);
}
.partner_bx {
	position: absolute;
}
.partner_bx .t1 {
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((42 / 1920) * 100vw); 
	line-height: 100%; 
	text-transform: uppercase;
	color:#151515;
	margin-bottom: calc((6 / 1920) * 100vw);
}
.partner_bx .t2 {
	font-family: 'Loos Condensed';
	font-weight: 400; 
	font-size: calc((24 / 1920) * 100vw); 
	line-height: 100%;  
	color:#151515;
}
.partner_bx.bx1 {
	left: calc((255 / 1920) * 100vw);
	top: calc((293 / 1920) * 100vw);
}
.partner_bx.bx2 {
	left: calc((743 / 1920) * 100vw);
	top: calc((526 / 1920) * 100vw);
}
.partner_bx.bx3 {
	left: calc((500 / 1920) * 100vw);
	top: calc((764 / 1920) * 100vw);
}
.partner_bx.bx3 .t1 {
	color: #DEED7C;
}
.partner_bx.bx3 .t2 {
	color: #F8F3EA;
}
.partner_link {
	display: flex;
	padding: calc((9 / 1920) * 100vw) calc((19 / 1920) * 100vw);
	align-items: center;
	gap: calc((10 / 1920) * 100vw);
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((20 / 1920) * 100vw); 
	line-height: 90%; 
	text-transform: uppercase; 
	text-decoration: none;
	color: #F8F3EA;
	background: #041762;
	position: absolute;
	top: calc((960 / 1920) * 100vw);
	left: calc((710 / 1920) * 100vw);
}
.partner_link:hover {
	background: #151515;
}
.cases {
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc((960 / 1920) * 100vw);
	background: url(../img/bg-cases.jpg) 50% 0 / auto 100% no-repeat;
	position: relative;
}
.cases_wrap {
	width: calc((1440 / 1920) * 100vw);
	display: flex;
	position: relative;
	height: calc((480 / 1920) * 100vw);
	background: #F8F3EA;
}
.tab-menu2 {
	position: absolute;
	top:calc((-40 / 1920) * 100vw);
	left: 0;
	display: flex;
	gap: calc((13 / 1920) * 100vw);
}
.tab-menu2 a {
	display: flex;
	align-items: center;
	height: calc((40 / 1920) * 100vw);
	padding: 0 calc((10 / 1920) * 100vw);
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((16 / 1920) * 100vw); 
	line-height: 100%; 
	text-transform: uppercase;
	color: #041762;
	background: #DEED7C;
	text-decoration: none;
}
.tab-menu2 .active a {
	background: #F8F3EA;
}
.tab-content2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.tab-content2 .img {
	position: relative;
	overflow: hidden;
	order:2;
}
.tab-content2 .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tab-content2 .text {
	padding: calc((30 / 1920) * 100vw);
	position: relative;
}
.tab-content2 .t1 {
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((42 / 1920) * 100vw); 
	line-height: 100%; 
	text-transform: uppercase;
	color: #151515;
	margin-bottom: calc((18 / 1920) * 100vw);
}
.tab-content2 .t2 {
	font-family: 'Loos Condensed';
	font-weight: 400; 
	font-size: calc((32 / 1920) * 100vw); 
	line-height: 100%;  
	color: #151515;
	margin-bottom: calc((38 / 1920) * 100vw);
}
.tab-content2 .t3 {
	font-family: 'Loos Condensed';
	font-weight: 400; 
	font-size: calc((16 / 1920) * 100vw); 
	line-height: 100%;  
	color: #151515; 
}
.tab-content2 .about_more {
	top: auto;
	bottom: calc((30 / 1920) * 100vw);
	left: calc((30 / 1920) * 100vw);
}
.cases_title {
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((20 / 1920) * 100vw); 
	line-height: 100%; 
	text-transform: uppercase;
	color: #F8F3EA;
	position: absolute;
	top: calc((732 / 1920) * 100vw);
	left: calc((1564 / 1920) * 100vw);
}
.footer { 
	height: calc((960 / 1920) * 100vw);
	background: url(../img/bg-footer.jpg) 50% 0 / auto 100% no-repeat;
	position: relative;
}
.footer_title {
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((92 / 1920) * 100vw); 
	line-height: 100%; 
	text-transform: uppercase;
	color: #151515;
	position: absolute;
	top: calc((268 / 1920) * 100vw);
	left: calc((262 / 1920) * 100vw);
}
.footer_title span {
	color: #F85300;
}
.footer_loc {
	position: absolute;
	color: #F8F3EA;
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((22 / 1920) * 100vw); 
	line-height: 100%; 
	padding: calc((13 / 1920) * 100vw) calc((24 / 1920) * 100vw);
	background: #F85300;
	right: calc((231 / 1920) * 100vw);
	top: calc((191 / 1920) * 100vw);
}
.footer_bx1 {
	position: absolute;
	top: calc((504 / 1920) * 100vw);
	left: calc((262 / 1920) * 100vw);
}
.footer_bx2 {
	position: absolute;
	top: calc((504 / 1920) * 100vw);
	left: calc((985 / 1920) * 100vw);
}
.footer_bx1 .t1 {
	font-family: 'Loos Condensed';
	font-weight: 400; 
	font-size: calc((24 / 1920) * 100vw); 
	line-height: 100%;  
	color: #151515;
	margin-bottom: calc((5 / 1920) * 100vw);
}
.footer_bx1 .t2 {
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((32 / 1920) * 100vw); 
	line-height: 100%;  
	color: #151515;
	margin-bottom: calc((43 / 1920) * 100vw);
}
.footer_bx1 .t2 a{
	text-decoration: none;
	color: #151515;
}
.footer_bx1 .t2 a:hover {
	color: #F85300;
}
.sc a {
	display: flex;
	align-items: center;
	margin-bottom: calc((16 / 1920) * 100vw);
	gap: calc((25 / 1920) * 100vw);
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((32 / 1920) * 100vw); 
	line-height: 100%;  
	color: #151515;
	text-decoration: none;
}
.sc a:hover {
	color: #F85300;
}
.sc a img {
	width: calc((53 / 1920) * 100vw);
}
.about_more svg {
	width: calc((25 / 1920) * 100vw);
	height: calc((15 / 1920) * 100vw);
}
.partner_link svg {
	width: calc((100 / 1920) * 100vw);
	height: calc((15 / 1920) * 100vw);
}
.popup-thx {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	gap: 5px;
	display: none;
}
.popup-thx .t1 {
	font-family: 'Loos Extended';
	font-weight: 700;
	font-size: calc((59 / 1920) * 100vw); 
	line-height: 92%;
	text-align: center;
	text-transform: uppercase;
	color: #DEED7C; 
}
.popup-thx .t2 {
	font-family: 'Loos Extended';
	font-weight: 700;
	font-size: calc((16 / 1920) * 100vw); 
	line-height: 92%;
	text-align: center; 
	color: #F8F3EA; 
}
.active .popup-form {
	opacity: 0;
}
.active .popup-thx {
	display: flex;
}
.page-inner {
	padding-top: calc((120 / 1920) * 100vw);
}
.case-box { 
	height: calc((2640 / 1920) * 100vw);
	background: url(../img/bg-case1.jpg) 50% 0 / auto 100% no-repeat;
	position: relative;
}
.case-box_wrap {
	padding: calc((240 / 1920) * 100vw) 0;
	height: 100%;
}
.case-box_frame {
	position: relative;
	height: 100%;
	max-width: calc((1440 / 1920) * 100vw);
	margin: 0 auto;
}
.cb_btns {
	width: 100%;
	position: absolute;
	left: 0;
	display: flex;
	justify-content: space-between;
}
.cb_btns_top {
	top: calc((-40 / 1920) * 100vw);
}
.cb_btns_bot {
	bottom: calc((-40 / 1920) * 100vw);
}
.back-btn {
	width: calc((480 / 1920) * 100vw);
	height: calc((40 / 1920) * 100vw);
	justify-content: space-between;
	position: static;
}
.back-btn:first-child {
	text-align: right;
}
.cb-tb {
	height: calc((480 / 1920) * 100vw);
	display: flex;
}
.cb-tb1 .img {
	width: 50%;
	height: 100%;
	position: relative;
}
.cb-tb1 .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cb-tb1 .t {
	width: 50%;
	padding: calc((20 / 1920) * 100vw) calc((30 / 1920) * 100vw);
}
.cb-tb1 .t1 {
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((42 / 1920) * 100vw); 
	line-height: 92%; 
	color: #151515;
	margin-bottom: calc((10 / 1920) * 100vw);
}
.cb-tb1 .t2 {
	font-family: 'Loos Condensed';
	font-weight: 400; 
	font-size: calc((32 / 1920) * 100vw); 
	line-height: 100%; 
	color: #151515;
}
.cb-heading { 
	height: calc((240 / 1920) * 100vw);
	padding: calc((20 / 1920) * 100vw) calc((30 / 1920) * 100vw);
}
.cb-heading .t1 {
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((88 / 1920) * 100vw); 
	line-height: 92%; 
	text-transform: uppercase;
	color: #151515;
	margin-bottom: calc((20 / 1920) * 100vw);
}
.cb-tb .t1 {
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((32 / 1920) * 100vw); 
	line-height: 92%; 
	color: #151515;
	margin-bottom: calc((20 / 1920) * 100vw);
}
.cb-tb .t2 {
	font-family: 'Loos Condensed';
	font-weight: 400; 
	font-size: calc((32 / 1920) * 100vw); 
	line-height: 100%; 
	color: #151515;
}
.cb-heading .t2 {
	font-family: 'Loos Extended';
	font-weight: 700; 
	text-transform: uppercase;
	font-size: calc((42 / 1920) * 100vw); 
	line-height: 100%; 
	color: #151515; 
} 
.cb-tb2 .img {
	width: calc((480 / 1920) * 100vw);
	order: 2;
	height: 100%;
	position: relative;
}
.cb-tb2 .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cb-tb2 .t {
	width: calc((960 / 1920) * 100vw);
	position: relative;
}
.cb-tb2 .tt { 
	height: calc((240 / 1920) * 100vw);
	padding: 30px;
}
.cb-tb2 .tt2 {
	margin-left: 240px;
	background: #F85300;
} 
.cb-tb2 .pic {
	height: calc((240 / 1920) * 100vw);
	width: calc((240 / 1920) * 100vw);
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cb-tb2 .pic img {
	width: calc((207 / 1920) * 100vw);
}
.cb-tb2 .tt .t1 {
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((42 / 1920) * 100vw); 
	line-height: 92%; 
	color: #151515;
	margin-bottom: calc((10 / 1920) * 100vw);
}
.cb-tb2 .tt .t2 {
	font-family: 'Loos Condensed';
	font-weight: 400; 
	font-size: calc((32 / 1920) * 100vw); 
	line-height: 100%; 
	color: #151515;
}
.cb-tb2 .tt2 .t1 , .cb-tb2 .tt2 .t2 {
	color: #fff;
}
.cb-tb3 {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.cb-tb3 .bx {
	padding: calc((20 / 1920) * 100vw) calc((30 / 1920) * 100vw);
}
.cb-tb3 .t1 {
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((32 / 1920) * 100vw); 
	line-height: 92%; 
	color: #151515;
	margin-bottom: calc((20 / 1920) * 100vw);
}
.cb-tb3 .t2 {
	font-family: 'Loos Condensed';
	font-weight: 400; 
	font-size: calc((32 / 1920) * 100vw); 
	line-height: 100%; 
	color: #151515;
}
.cb-tb4 {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.cb-tb4 .bx {
	padding: calc((30 / 1920) * 100vw);
}
.cb-tb4 .t1 {
	font-family: 'Loos Extended';
	font-weight: 700; 
	font-size: calc((42 / 1920) * 100vw); 
	line-height: 92%; 
	color: #151515;
	margin-bottom: calc((20 / 1920) * 100vw);
}
.cb-tb4 .t2 {
	font-family: 'Loos Condensed';
	font-weight: 400; 
	font-size: calc((32 / 1920) * 100vw); 
	line-height: 100%; 
	color: #151515;
}
.cb-tb4 .bx2 .t {
	margin-bottom: calc((50 / 1920) * 100vw);
}
.cb-tb4 .bx2 .t:last-child {
	margin-bottom: 0px;
}
.cb-tb4 .bx2 .t1 {
	font-size: calc((62 / 1920) * 100vw); 
	margin-bottom: 0;
}
.cb-tb4 .bx2 .t2 {
	font-size: calc((24 / 1920) * 100vw); 
}
.case-box2 {
	height: calc((2400 / 1920) * 100vw);
	background: url(../img/bg-case2.jpg) 50% 0 / auto 100% no-repeat;
}
.case-box2 .cb-tb1 .img {
	order:2;
}
.case-box3 .cb-tb1 .img {
	order:initial;
}
.case-box2 .cb-tb2 {
	padding: calc((30 / 1920) * 100vw);
	background: #F85300;
	height: calc((240 / 1920) * 100vw);
}
.case-box2 .cb-tb2 .t1, .case-box2 .cb-tb2 .t2 {
	color: #fff;
}
.case-box2 .cb-tb2 {
	display: block;
}
.cb-tb5 {
	padding: calc((30 / 1920) * 100vw);
	background: #DEED7C;
	display: block;
}
.cb-tb5 .h { 
	font-size: calc((42 / 1920) * 100vw);  
	margin-bottom: calc((30 / 1920) * 100vw);
}
.cb-tb5 .wr {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.cb-tb5 .t .t1 {
	font-size: calc((62 / 1920) * 100vw); 
	margin-bottom: 0;
}
.cb-tb5 .t .t2 {
	margin-bottom: calc((30 / 1920) * 100vw); 
	font-size: calc((24 / 1920) * 100vw);  
}
.cb-tb6 {
	height: calc((240 / 1920) * 100vw);
}
.case-box3 {
	height: calc((2160 / 1920) * 100vw);
	background: url(../img/bg-case3.jpg) 50% 0 / auto 100% no-repeat;
}
.cb-tb6 {
	max-width: 50%;
}
.cb-tb6 .wr {
	display: block;
}
.case-box4 {
	height: calc((2400 / 1920) * 100vw);
	background: url(../img/bg-case4.jpg) 50% 0 / auto 100% no-repeat;
}
.cb-tb7 {
	height: calc((720 / 1920) * 100vw);
}
.case-box4 .cb-tb1 .img {
	order: initial;
}
.popup-title-en {
	text-align: left;
}
.popup-title-en span {
	display: block;
	font-size: calc((25 / 1920) * 100vw);
	line-height: 1;
}












@media (max-width: 767px) {
	.popup {
		width: 100%;
		height: 100%;
		overflow: auto;
		left: 0;
		top: 0;
		transform: none;
		padding: calc((20 / 375) * 100vw);
	}
	.popup-title { 
    font-size: calc((25 / 375) * 100vw); 
    margin-bottom: calc((20 / 375) * 100vw);
	}
	.popup-form .wr {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.popup-close {
		top: 0;
		right: 0;
	}
	.popup-close img {
		width: calc((25 / 375) * 100vw);
	}
	.popup-form .lbl { 
    font-size: calc((14 / 375) * 100vw); 
    margin-bottom: calc((5 / 375) * 100vw);
    padding-left: calc((10 / 375) * 100vw);
	}
	.popup-form input[type=text], 
	.popup-form textarea { 
    margin-bottom: calc((10 / 375) * 100vw);
    padding: 0 calc((10 / 375) * 100vw);
    height: calc((40 / 375) * 100vw); 
    font-size: calc((16 / 375) * 100vw); 
	}
	.popup-form textarea { 
		height: calc((200 / 375) * 100vw); 
		padding: calc((10 / 375) * 100vw);
	}
	.popup-form .btn {
		padding: calc((9 / 375) * 100vw) calc((19 / 1920) * 100vw); 
    gap: calc((10 / 375) * 100vw); 
    font-size: calc((14 / 375) * 100vw); 
	}
	.popup-form .btn svg {
    width: calc((100 / 375) * 100vw);
    height: calc((15 / 375) * 100vw);
	}
	.nav {
		z-index: 12;
		position: fixed;
		top:0px;
		height: 100%;
		overflow-y: auto;
		left:0;
		width: calc((250 / 375) * 100vw);
		padding: calc((20 / 375) * 100vw);
		background: #fff;
		box-shadow: 2px 0 15px 0 rgba(0,0,0,0.3);
		display: none;
	}
	.nav a {
    width: 100%;
    text-align: left; 
    font-size: calc((18 / 375) * 100vw); 
		display: block;
		color: #151515;
		margin-bottom: calc((20 / 375) * 100vw);
	}
	.header, .header.active {
		height: calc((50 / 375) * 100vw);
		padding: 0 calc((15 / 375) * 100vw);
		background: #F85300;
	}
	.logo {
		width: auto;
	}
	.toggle_mnu {
		display: block;
		position: relative;
	}
	.logo img, .active .logo img {
    width: auto;
		height: calc((40 / 375) * 100vw);
	} 
	#wrapper {
		padding-top: calc((50 / 375) * 100vw);
	}
	.top-screen {
		height: calc((470 / 375) * 100vw);
		margin-top: calc((-94 / 375) * 100vw);
		background: url(../img/bg-scr1.jpg) 50% 0 / auto 100% no-repeat;
	}
	.top-screen .t1 {
    top: calc((125 / 375) * 100vw);
    left: calc((9 / 375) * 100vw);
	}
	.top-screen .t2 {
    top: calc((384 / 375 * 100vw));
    left: calc((194 / 375) * 100vw);
	}
	.top-screen .t { 
    font-size: calc((14 / 375) * 100vw);
	}
	.service {
		padding: calc((40 / 375) * 100vw) calc((15 / 375) * 100vw);
		background: #F8F3EA;
		height: auto;
	}
	.tags {display: none;}
	.service_wrap {
    width: auto;
    height: auto; 
    grid-template-columns: 1fr;
	}
	.service_title {
		font-size: calc((20 / 375) * 100vw);
		position: static;
		margin-bottom: calc((20 / 375) * 100vw);
	}
	.tab-menu {
		padding: 10px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: calc((15 / 375) * 100vw) calc((5 / 375) * 100vw);
		background: none;
		padding: 0 0 calc((15 / 375) * 100vw);
		border-bottom: 1px solid #151515;
	}
	.tab-menu li {
		margin-bottom: 0;
	}
	.tab-menu a {
		font-size: calc((10 / 375) * 100vw);
		line-height: 1; 
		display: block;
		color: #F85300;
	}
	.tab-menu .active a {
		color: #151515;
	}
	.tab-content {
		padding: calc((15 / 375) * 100vw) 0 0;
	}
	.tab-content .t1 {
		font-size: calc((12 / 375) * 100vw);
		margin-bottom: calc((10 / 375) * 100vw);
	}
	.tab-content .t2 {
		font-size: calc((30 / 375) * 100vw);
		margin-bottom: calc((10 / 375) * 100vw);
	}
	.tab-content .t3 {
		font-size: calc((16 / 375) * 100vw);
	}
	.about {
		padding: calc((40 / 375) * 100vw) calc((15 / 375) * 100vw);
		background: #041762;
		height: auto;
	}
	.about_title {
		font-size: calc((20 / 375) * 100vw);
		position: static;
		margin-bottom: calc((20 / 375) * 100vw);
	}
	.about_title2 {
		position: static;
		font-size: calc((40 / 375) * 100vw);
		margin-bottom: calc((10 / 375) * 100vw);
	}
	.about_title3 {
		position: static;
		font-size: calc((18 / 375) * 100vw);
		margin-bottom: calc((30 / 375) * 100vw);
	}
	.about_bx {
		position: static;
		margin-bottom: calc((20 / 375) * 100vw);
	}
	.about_more {
		position: static;
	}
	.about_more-t {
		position: static;
		color: #F8F3EA;
	}
	.about_bx .t1 {
		margin-bottom: calc((10 / 375) * 100vw);
		font-size: calc((22 / 375) * 100vw);
	}
	.about_bx .t2 {
		font-size: calc((18 / 375) * 100vw);
	}
	.about_more {
		height: calc((40 / 375) * 100vw);
		font-size: calc((16 / 375) * 100vw);
		text-align: center;
		justify-content: center;
		gap: calc((10 / 375) * 100vw);
	}
	.about_more svg {
    width: calc((25 / 375) * 100vw);
    height: calc((15 / 375) * 100vw);
	}
	.about_more-t {
		margin-top: calc((20 / 375) * 100vw);
		font-size: calc((18 / 375) * 100vw);
		display: none;
	}
	.about_bx-t {
		margin-bottom: calc((20 / 375) * 100vw);
		position: static;
	}
	.about_bx-t .t1 {
		font-size: calc((50 / 375) * 100vw);
		color: #F8F3EA;
	}
	.about_bx-t .t2 br {display: none;}
	.about_bx-t .t2 {
		font-size: calc((18 / 375) * 100vw);
		color: #F8F3EA;
	}
	.inform {display: none;}
	.partner {
		padding: calc((40 / 375) * 100vw) calc((15 / 375) * 100vw);
		background: #F8F3EA;
		height: auto;
	}
	.partner_title {
		font-size: calc((20 / 375) * 100vw);
		position: static;
		color: #151515;
		margin-bottom: calc((20 / 375) * 100vw);
	}
	.partner_bx {
		position: static;
	}
	.partner .partner_link svg {
    width: calc((100 / 375) * 100vw);
    height: calc((15 / 375) * 100vw);
		display: none;
	}
	.partner .partner_link {
		position: static;
		height: calc((40 / 375) * 100vw);
		font-size: calc((16 / 375) * 100vw);
		text-align: center;
		justify-content: center;
		gap: calc((10 / 375) * 100vw);
	}
	.partner_bx .t1 {
		font-size: 24px;
		margin-bottom: 10px;
		color: #F85300;
	}
	.partner_bx.bx3 .t1 {
		color: #F85300;
	}
	.partner_bx .t2 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.partner_bx .t2 br {display: none;}
	.partner_bx.bx3 .t2 {color: #151515;}
	.cases {
		padding: calc((40 / 375) * 100vw) calc((15 / 375) * 100vw);
		background: #041762;
		height: auto;
		display: block;
	}
	.cases_title {
		font-size: calc((20 / 375) * 100vw);
		position: static;
		color: #151515;
		margin-bottom: calc((20 / 375) * 100vw);
		color: #F8F3EA;
	}
	.cases_wrap {
		width: auto;
		height: auto;
		display: block;
	}
	.tab-menu2 {
		gap: 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		position: static;
	}
	.tab-menu2 a {
    display: flex; 
    height: calc((40 / 375) * 100vw);
    padding: 0 ;
		text-align: center;
		justify-content: center;
    font-size: calc((12 / 375) * 100vw);
		border: 1px solid #000;
	}
	.tab-content2 {
		grid-template-columns: 1fr;
	}
	.tab-content2 .img {
		order: initial;
		height: calc((220 / 375) * 100vw);
	}
	.tab-content2 .text {
		padding: calc((15 / 375) * 100vw);
	}
	.tab-content2 .t1 {
		font-size: calc((24 / 375) * 100vw);
		margin-bottom: calc((10 / 375) * 100vw);
	}
	.tab-content2 .t2 {
		font-size: calc((18 / 375) * 100vw);
		margin-bottom: calc((10 / 375) * 100vw);
	}
	.tab-content2 .t3 {
		font-size: calc((14 / 375) * 100vw);
		margin-bottom: calc((20 / 375) * 100vw);
	}
	.footer {
		padding: calc((40 / 375) * 100vw) calc((15 / 375) * 100vw);
		background: #F8F3EA;
		height: auto;
	}
	.footer_title {
		font-size: calc((20 / 375) * 100vw);
		position: static; 
		margin-bottom: calc((20 / 375) * 100vw);
		color: #151515; 
	}
	.footer_bx1 {
		position: static;
		margin-bottom: calc((20 / 375) * 100vw);
	}
	.footer_bx2 {
		position: static;
	}
	.footer_bx1 .t1 { 
    font-size: calc((16 / 375) * 100vw); 
    margin-bottom: calc((5 / 375) * 100vw);
	}
	.footer_bx1 .t2 { 
    font-size: calc((18 / 375) * 100vw); 
    margin-bottom: calc((20 / 375) * 100vw);
	}
	.sc a { 
    margin-bottom: calc((20 / 375) * 100vw);
    gap: calc((10 / 375) * 100vw); 
    font-size: calc((18 / 375) * 100vw); 
	}
	.sc a img {
    width: calc((40 / 375) * 100vw);
	}
	.footer_loc {
		position: static;
		margin: 0 0 calc((20 / 375) * 100vw);
		width: auto;
		display: inline-block;
		font-size: calc((18 / 375) * 100vw);
		padding: calc((10 / 375) * 100vw);
		width: calc((240 / 375) * 100vw);
	}
	.lang img { 
		width: calc((50 / 375) * 100vw);
	}
	.lang { 
		width: auto;
	}
	.popup-thx .t1 { 
		font-size: calc((32 / 375) * 100vw);  
	}
	.popup-thx .t2 { 
		font-size: calc((16 / 375) * 100vw);  
	}
	.case-box {
		padding: calc((40 / 375) * 100vw) calc((15 / 375) * 100vw);
		background: #F8F3EA;
		height: auto;
	}
	.case-box_wrap {
		padding: 0;
	}
	.back-btn {
		width: 48%;
		font-size: calc((12 / 375) * 100vw);
	}
	.cb_btns {
		position: static;
	}
	.cb_btns_bot {
		margin-top: calc((30 / 375) * 100vw);
	}
	.cb_btns_top {
		margin-bottom: calc((30 / 375) * 100vw);
	}
	.cb-heading {
		height: auto;
		padding: 0;
		margin-bottom: calc((20 / 375) * 100vw);
	}
	.cb-heading .t1 {
		font-size: calc((30 / 375) * 100vw);
		margin-bottom: calc((10 / 375) * 100vw);
	}
	.cb-heading .t2 {
		font-size: calc((16 / 375) * 100vw);
	}
	.cb-heading .t2 br {display: none;}
	.cb-tb {
		display: block;
		height: auto;
		margin-bottom: calc((30 / 375) * 100vw);
	}
	.cb-tb .img {
		width: auto;
		margin-bottom: calc((10 / 375) * 100vw);
	}
	.cb-tb .img img {
		position: static;
		display: block;
	}
	.cb-tb .t {
		width: auto;
		padding: 0;
	}
	.cb-tb .t1, .cb-tb .tt .t1 {
		font-size: calc((20 / 375) * 100vw);
		margin-bottom: calc((10 / 375) * 100vw);
		color: #151515;
	}
	.cb-tb .t2, .cb-tb .tt .t2 {
		font-size: calc((16 / 375) * 100vw);
		color: #151515;
	}
	.cb-tb .tt {
		width: auto;
		height: auto;
		padding: 0;
		margin-bottom: calc((10 / 375) * 100vw);
		margin-left: 0;
		background: none;
	}
	.cb-tb .pic {display: none;}
	.cb-tb .bx {
		padding: 0;
		margin-bottom: calc((10 / 375) * 100vw);
	}
	.cb-tb4 .bx2 .t {
		margin-bottom: calc((10 / 375) * 100vw);
	}
	.cb-tb4 .bx2 .t1 {
    font-size: calc((20 / 375) * 100vw);
	}
	.cb-tb4 .bx2 .t2 {
    font-size: calc((16 / 375) * 100vw);
	}
	.footer-inner {
		border-top: 1px solid #F85300;
	}
	.case-box2 .cb-tb2, .case-box1 .cb-tb3 {
    padding: calc((15 / 375) * 100vw); 
    height: auto;
	}
	.case-box1 .cb-tb3 {
		background: #F85300;
	}
	.case-box1 .cb-tb3 .t1,
	.case-box1 .cb-tb3 .t2 {
		color: #fff;
	}
	.cb-tb5 {
		padding: calc((15 / 375) * 100vw);
		max-width: 100%;
	}
	.cb-tb5 .wr {
		display: block;
	}
	.cb-tb5 .t .t1 {
		font-size: calc((20 / 375) * 100vw);
	}
	.cb-tb5 .t .t2 {
		font-size: calc((14 / 375) * 100vw);
		margin-bottom: calc((10 / 375) * 100vw);
	}
	.case-box_frame {max-width: 100%;}
	.popup-title-en span {
		font-size: calc((16 / 375) * 100vw);
	}
}