@font-face {
	font-family: web_font;
	src: url(../../../fonts/NOH45_AM_0.ttf);
}
body {
    margin: 0;
    font-family: web_font;
    color: #2c2c2c;
    background: #ffffff;
    line-height: 1.5;
	min-width: 320px;
}
/*img {
    pointer-events: none !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}*/
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
}
a:active {
	text-decoration: none;
	outline: none;
}
a:focus {
	text-decoration: none;
	outline: none;
}
.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;	
	background: #F2F2F2;
	z-index: 99999;
}
.rotate_div {
	position: relative;
	background: #3C4B64;
	width: 40px;
	height: 40px;
	background: transparent;
	border-radius: 100%;
	margin-bottom: 40px;
	margin-top: 30px;
	border: 0 solid #FFFFFF;
    left: 50%;
	top: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
} 
.rotate_div:after {
	content: '';
	background: trasparent;
	width: 40px;
	height: 40px;
	position: absolute;
	border-radius: 100%;
	top: -10%;
	left: 0;
	opacity: 1;
	box-shadow: rgba(60,75,100, 1) -4px -5px 3px -3px;
	animation: rotate 2s infinite linear;
}
@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.wrapper {
	position: relative;
	width: 100%;
	height: auto;
	min-height: calc(100vh - 30px);
	background-color: #F2F2F2;
	background-image: url("../images/bg/bg_1.png"), url("../images/bg/bg_2.png");
	background-position: top left, bottom right;
	background-repeat: no-repeat, no-repeat;
	background-size: 40%, 40%;
	padding-top: 10px;
	padding-bottom: 20px;
}
.logo_svg {
    position: relative;
    width: 250px;
    height: 140px;
    display: inline-block;
    margin-top: 0;
}
.logo_svg svg {
    position: relative;
    width: 125px;
    height: 70px;
    left: 50%;
    transform: scale(2) translate(-50%, 0);
    -ms-transform: scale(2) translate(-50%, 0);
    -moz-transform: scale(2) translate(-50%, 0);
    -webkit-transform: scale(2) translate(-50%, 0);
    -o-transform: scale(2) translate(-50%, 0);
}
#SvgjsG1009, 
#SvgjsG1010 {
	fill: #FFFFFF;
}

.hero {
    background: #1f2d3d;
    color: #fff;
    padding: 70px 20px;
    text-align: center;
}
.hero h1 {
    font-size: 44px;
    margin-bottom: 10px;
}
.hero p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.9;
}
.intro {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
    font-size: 18px;
}
.section {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 70px 10%;
}
.section.reverse {
    flex-direction: row-reverse;
}
.section.gray {
	display: inline-block;
    background: #f4f6f8;
    text-align: center;
	width: 80%;
}
.section.gray_1 {
	padding-top: 60px;
	padding-bottom: 30px;
}
.section.gray_2 {
	padding-top: 30px;
	padding-bottom: 60px;
}
.section h2 {
    font-size: 30px;
    margin-bottom: 20px;
	text-transform: uppercase;
}
.section p {
    margin-bottom: 15px;
	font-size: 17px;
}
.text {
    flex: 1;
}
.image {
    flex: 1;
}
.image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
    cursor: zoom-in;
}
.image img.zoomed {
	transform: scale(2);
	cursor: zoom-out;
	z-index: 10;
}
.footer {
    background: #1f2d3d;
    color: #fff;
    text-align: center;
    padding: 25px;
    font-size: 16px;
}
.footer span {
	font-family: Arial, sans-serif;
}
#modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0; 
	top: 0;
	width: 100%; 
	height: 100%;
	background-color: rgba(0,0,0,0.8);
}
#modal img {
	position: absolute;
	display: block;
	max-width: 98%;
	max-height: 98%;
    left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1155px) {
	.hero {
		padding: 30px 20px;
	}
	.intro {
		max-width: initial;
		width: 90%;
		margin: 30px auto;
	}
	.section {
		padding: 30px 5%;
		width: 90%;
	}
	.section h2 {
		font-size: 25px;
	}
	.section.gray {
		width: 90%;
	}
	.section.gray_1 {
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.section.gray_2 {
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.logo_svg {
		width: 187px;
		height: 100px;
	}
	.logo_svg svg {
		left: 50%;
		transform: scale(1.5) translate(-50%, 0);
		-ms-transform: scale(1.5) translate(-50%, 0);
		-moz-transform: scale(1.5) translate(-50%, 0);
		-webkit-transform: scale(1.5) translate(-50%, 0);
		-o-transform: scale(1.5) translate(-50%, 0);
	}
}
@media only screen and (max-width: 840px) {
    .logo_svg {
        width: 125px;
        height: 90px;
    }
    .logo_svg svg {
        left: 50%;
        transform: scale(1) translate(-50%, 0);
        -ms-transform: scale(1) translate(-50%, 0);
        -moz-transform: scale(1) translate(-50%, 0);
        -webkit-transform: scale(1) translate(-50%, 0);
        -o-transform: scale(1) translate(-50%, 0);
    }
    .hero {
        padding: 20px 20px;
    }
	.hero p {
		font-size: 16px;
	}
	.intro {
        margin: 20px auto;
        font-size: 16px;
    }
    .section {
        padding: 15px 5%;
		display: inline-block;
    }
    .section h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
	.section p {
		margin-bottom: 10px;
		font-size: 16px;
	}
    .section.gray_1 {
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .section.gray_2 {
        padding-top: 5px;
        padding-bottom: 15px;
    }
	.footer {
		padding: 15px;
		font-size: 14px;
	}
}