@media screen and (max-width:1000px) {
	.header_zone {
		position: fixed;
		width: 100%;
		border: 0px solid;
		background-color: #ffffff;
		z-index: 9;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}



	.header_zone_welcome {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 60px;
		top: 0px;
		background-color: #0a64a3;
		z-index: 1;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}



	.header_zone_logo {
		position: relative;
		display: inline-block;
		height: 150px;
		width: 100%;
		top: 0px;
		z-index: 1;
		background: #0a64a3;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}



	.header_zone_menu {
		position: relative;
		display: none;
		width: 100%;
		min-height: 50px;
		border: 0px #333333 solid;
		z-index: 1;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}



	.header_langs {
		position: relative;
		vertical-align: top;
		width: 50%;
		height: 50px;
		margin: 5px 0;
		border: 0px #ffffff solid;
		z-index: 1;
		top: 0px;
		text-align: center;
		animation-name: animation_bottom_to_top;
		animation-duration: 2s;
		animation-iteration-count: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.header_langs .link_langs {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 25px;
		font-family: regular;
		font-size: 14px;
		color: #FFFFFF;
		line-height: 25px;
		padding: 0px;
		border-radius: 0px;
		border: 0px #ffffff solid;
		place-content: center;
		z-index: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.header_langs .link_langs:hover {
		font-family: regular;
		color: #e5d42f;
	}
	.header_langs .link_langs_active {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 25px;
		font-family: regular;
		font-size: 14px;
		color: #e5d42f;
		line-height: 25px;
		padding: 0px;
		border-radius: 0px;
		border: 0px #000000 solid;
		place-content: center;
		z-index: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.header_langs .link_langs_active:hover {
		font-family: regular;
		color: #e5d42f;
	}
	.header_langs_separator {
		display: none;
	}



	.header_menu_icon {
		position: absolute;
		height: 20px;
		margin: 20px 0px;
		float: left;
		z-index: 1;
		cursor: pointer;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}



	.header_logo {
		position: relative;
        height: 100px;
        width: calc(100% - 100px);
        top: 0px;
        left: 0px;
        right: 0px;
        margin: 25px auto;
        border: 0px #333333 solid;
        z-index: 1;
	}
	.header_logo img {
		height: 100%;
	}



	.header_menu {
		display: none;
	}



	.header_zone.shrink {
		position: fixed;
		width: 100%;
		height: 70px;
		background-color: transparent;
		box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
		z-index: 9999;
	}
	.header_zone.shrink .header_zone_welcome {
		margin-top: -120px;
	}
	.header_zone.shrink .header_zone_logo {
		height: 70px;
		box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	}
	.header_zone.shrink .header_menu_icon {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.header_zone.shrink .header_logo {
		top: -15px;
        height: 50px;
	}



	.slider_homepage_caixa {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 100vh;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px #e81a1c solid;
		z-index: 1;
		overflow: hidden;
	}
	.slider_homepage {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 100vh;
		margin-top: 0px;
		padding: 0px;
		border: 0px #333333 solid;
		overflow: hidden;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.slider_background {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 100vh;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 0px;
		margin: 0px;
		border: 0px #333333 solid;
		overflow: hidden;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.slider_content_area {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 100vh;
		border: 0px #ffffff solid;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.slider_content_area_box {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 90%;
        height: 100vh;
        max-width: 1480px;
        margin-top: 210px;
        text-align: left;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.slider_content_area h1 {
		position: relative;
        display: inline-block;
        font-family: bold;
        color: #ffffff;
        width: calc(100% - 50px);
        font-size: 24px;
        line-height: 30px;
		margin: 50px 0;
        text-transform: uppercase;
	}
	.slider_content_area h2 {
		position: relative;
        display: inline-block;
        font-family: bold;
        color: #ffffff;
        width: 100%;
        margin: 20px 0;
        font-size: 20px;
        line-height: 24px;
	}
	.slider_content_area h3 {
		position: relative;
        display: inline-block;
        font-family: light;
        color: #ffffff;
        width: 100%;
        margin-bottom: 50px;
        font-size: 16px;
        line-height: 20px;
	}
	.slider_content_area_separator_1 {
		position: relative;
        display: inline-block;
        top: -5px;
        margin-right: 10px;
        height: 50px;
        width: 20px;
        color: #ffffff;
        font-family: light;
        font-size: 50px;
        line-height: 50px;
        font-style: italic;
	}
	.slider_content_area_separator_2 {
		position: relative;
        display: inline-block;
        top: -5px;
        margin-left: -10px;
        height: 50px;
        width: 20px;
        color: #ffffff;
        font-family: light;
        font-size: 50px;
        line-height: 50px;
        font-style: italic;
	}
	.slider_content_area_box .button {
		width: calc(100% - 50px);
	}
	.plusslider-arrows-wrapper {
		margin-top: -18px;
	}
	


	.sub_header {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		/* height: 100vh; */
		border: 0px #333333 solid;
		z-index: 1;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.sub_header_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		min-height: 100vh;
		/* height: 100vh; */
		background-color: #777777;
		background-size: cover;
		background-position: left;
		background-repeat: repeat;
		border: 0px #333333 solid;
		z-index: 1;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.sub_header_mask {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 100vh;
		background-color: #000000;
		border: 0px #333333 solid;
		z-index: 1;
		opacity: 0.2;
	}



	.box_about_us {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 450px;
		margin-top: 20vh;
		background-color: rgb(68, 86, 106,0.5);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_about_us_text_left {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 90%;
		height: 350px;
		top: 100px;
		text-align: center;
		border: 0px solid;
		overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_about_us_text_left h3 {
		font-family: light;
        font-size: 16px;
        line-height: 24px;
        color: #ffffff;
		text-align: center;
	}
	.box_about_us_text_right {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 90%;
		height: 100px;
		top: -350px;
		text-align: left;
		place-content: center;
		border: 0px solid;
		overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_about_us_text_right h1 {
		position: relative;
        display: inline-block;
        height: 100px;
        width: 100%;
        font-family: bold;
        font-size: 50px;
        line-height: 100px;
        color: #ffffff;
        place-content: center;
        text-align: center;
        text-transform: uppercase;
	}
	.box_about_us_text_right_separator {
        display: none;
	}



	.box_what_we_do_title {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 150px;
		margin-top: 60px;
		background-color: rgb(68, 86, 106,0.5);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_what_we_do_title_left {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 65px;
		margin-top: 10px;
		place-content: center;
		text-align: center;
		border: 0px solid;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_what_we_do_title_left h1 {
		position: relative;
        display: inline-block;
        height: 40px;
        width: 100%;
        font-family: bold;
        font-size: 40px;
        line-height: 40px;
        color: #ffffff;
        place-content: center;
        text-align: center;
        text-transform: uppercase;
		overflow: hidden;
	}
	.box_what_we_do_title_right {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 75px;
		text-align: center;
		place-content: center;
		border: 0px solid;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_what_we_do_title_right h3 {
		font-family: light;
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        text-align: center;
        height: 75px;
        width: 70%;
        margin: 0px 15%;
        text-transform: uppercase;
        overflow: hidden;
	}
	.box_what_we_do_title_right_separator {
        display: none;
	}
	.box_what_we_do {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 90%;
		border-bottom: 1px solid #ffffff;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_what_we_do_image {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 30px;
        height: 30px;
        padding: 10px;
        margin-top: 10px;
		float: left;
        border: 1px solid #ffffff;
        border-radius: 100%;
        background-size: 30px;
        background-position: center;
        background-repeat: no-repeat;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_what_we_do_subtitle{
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 60px);
        height: 50px;
        margin-top: 10px;
        margin-left: 0px;
		place-content: center;
        border: 0px solid;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_what_we_do_subtitle h1 {
		font-family: bold;
		font-size: 24px;
		line-height: 25px;
		color: #ffffff;
		text-align: left;
		text-transform: uppercase;
	}
	.box_what_we_do_separator {
        display: none;
	}
	.box_what_we_do_text {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 40px);
        margin-top: 10px;
        float: left;
        margin-bottom: 5px;
        border: 0px solid;
        overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_what_we_do_text h3 {
		font-family: regular;
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        text-align: left;
        text-transform: uppercase;
	}



	.box_products {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 350px;
		margin-top: 300px;
		background-color: rgb(68, 86, 106,0.5);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_products_text_left {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 90%;
		height: 250px;
		top: 100px;
		text-align: right;
		border: 0px solid;
		overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_products_text_left h3 {
		font-family: regular;
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        text-align: center;
		margin-top: 25px;
	}
	.box_products_text_right {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 90%;
        height: 100px;
        top: -250px;
        text-align: center;
        place-content: center;
        border: 0px solid;
        overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_products_text_right h1 {
		position: relative;
        display: inline-block;
        height: 50px;
        width: 100%;
        font-family: bold;
        font-size: 50px;
        line-height: 50px;
		margin-top: 10px;
        color: #ffffff;
        place-content: end;
        text-align: center;
        text-transform: uppercase;
	}
	.box_products_text_right h2 {
		position: relative;
        display: inline-block;
        height: 40px;
        width: 100%;
        font-family: regular;
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
        overflow: hidden;
	}
	.box_products_text_separator {
        display: none;
	}



	.box_products_gelgurte {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 350px;
		margin-top: 300px;
		background-color: rgb(68, 86, 106,0.5);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_products_gelgurte_text_right {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 90%;
        height: 200px;
        top: 0px;
        text-align: right;
        border: 0px solid;
        overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_products_gelgurte_text_right h3 {
		font-family: regular;
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        text-align: center;
        margin-top: 25px;
	}
	.box_products_gelgurte_text_left {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 150px;
		text-align: center;
		place-content: center;
		border: 0px solid;
		overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_products_gelgurte_text_left h1 {
		position: relative;
        display: inline-block;
        height: 100px;
        width: 100%;
        font-family: bold;
        font-size: 50px;
        line-height: 50px;
        margin-top: 10px;
        color: #ffffff;
        place-content: end;
        text-align: center;
        text-transform: uppercase;
	}
	.box_products_gelgurte_text_left h2 {
		position: relative;
        display: inline-block;
        height: 30px;
        width: 100%;
        font-family: regular;
        font-size: 24px;
        line-height: 30px;
        margin-top: 10px;
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
        overflow: hidden;
	}
	.box_products_gelgurte_text_separator {
        display: none;
	}



	.banner_marcas {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		background-color: #ffffff;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.banner_marcas_button {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 100px;
		width: 100%;
		text-align: center;
		place-content: center;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.banner_marcas_button .button {
        line-height: 50px;
        width: calc(90% - 50px);
        font-size: 12px;
        text-align: center;
        border: none;
        background-color: rgb(68, 86, 106, 0.4);
	}
	.banner_marcas_images {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 100px;
		width: 100%;
		border: 0px solid;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.banner_marcas_images img {
		width: calc(25% - 50px);
        margin: 25px;
        border: 0px solid;
	}
	.banner_marcas_images_100 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		text-align: center;
		border: 0px solid;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.banner_marcas_images_100 img {
		height: 50px;
		margin: 25px;
		border: 0px solid;
	}
	.banner_marcas_images_separator {
        display: none;
	}



	.box_products_partners {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 250px;
		margin-top: 300px;
		background-color: rgb(68, 86, 106,0.5);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_products_partners_title {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 90%;
        height: 80px;
        margin: 10px 5%;
        text-align: left;
        place-content: center;
        border: 0px solid;
        overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_products_partners_title h1 {
		position: relative;
        display: inline-block;
        height: 80px;
        width: 100%;
        font-family: bold;
        font-size: 30px;
        line-height: 40px;
        color: #ffffff;
        text-transform: uppercase;
	}
	.box_products_partners_text {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        height: 150px;
        place-content: top;
        text-align: left;
        border: 0px solid;
        overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_products_partners_text h3 {
		font-family: regular;
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        text-align: left;
	}



	.box_clients {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 400px;
        margin-top: 200px;
		background-color: rgb(68, 86, 106,0.5);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_clients_text_left {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 90%;
		height: 250px;
		margin-top: 150px;
		place-content: center;
		text-align: right;
		border: 0px solid;
		overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_clients_text_left h3 {
		font-family: regular;
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        text-align: center;
	}
	.box_clients_text_separator {
        display: none;
	}
	.box_clients_text_right {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 90%;
		height: 150px;
		margin-top: -400px;
		text-align: center;
		place-content: center;
		border: 0px solid;
		overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_clients_text_right h1 {
		position: relative;
        display: inline-block;
        height: 50px;
        width: 100%;
        font-family: bold;
        font-size: 50px;
        line-height: 50px;
        color: #ffffff;
        margin-top: 10px;
        place-content: end;
        text-align: center;
        text-transform: uppercase;
	}
	.box_clients_text_right h2 {
		position: relative;
        display: inline-block;
        height: 80px;
        width: 100%;
        font-family: regular;
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        text-align: center;
        margin-top: 10px;
	}



	.box_where_we_are {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 200px;
        margin-top: 100px;
		background-color: rgb(68, 86, 106,0.5);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_where_we_are_text_left {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 140px;
		margin-top: 60px;
		text-align: center;
		border: 0px solid;
		overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_where_we_are_text_left h3 {
		font-family: regular;
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        text-align: center;
        width: 400px;
		margin-top: 0px;
	}
	.box_where_we_are_text_separator {
        display: none;
	}
	.box_where_we_are_text_right {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 90%;
		height: 60px;
		margin-top: -200px;
		text-align: center;
		place-content: center;
		border: 0px solid;
		overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_where_we_are_text_right h1 {
		position: relative;
        display: inline-block;
        height: 50px;
		margin-top: 10px;
        width: 100%;
        font-family: bold;
        font-size: 40px;
        line-height: 50px;
        color: #ffffff;
        place-content: center;
        text-align: center;
        text-transform: uppercase;
	}



	.box_contacts {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 90%;
        margin-top: 25px;
        border: 0px #cccccc solid;
        text-align: left;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_contacts_title {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 60px;
		margin-bottom: 25px;
		border: 0px #cccccc solid;
		text-align: left;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_contacts_title h1 {
		font-family: bold;
        font-size: 30px;
        line-height: 30px;
        color: #ffffff;
        text-transform: uppercase;
	}
	.box_contacts_title h2 {
		font-family: light;
        font-size: 18px;
        line-height: 30px;
        color: #ffffff;
        text-transform: uppercase;
	}
	.box_contacts_text_left {
		position: relative;
		display: inline-block;
		vertical-align: top;
        width: 50%;
		border: 0px #cccccc solid;
		text-align: left;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_contacts_text_left h3 {
		padding: 0;
        font-family: 'light';
        font-size: 16px;
        font-weight: normal;
        letter-spacing: 0px;
        text-decoration: none;
        line-height: 20px;
        color: #ffffff;
	}
	.box_contacts_text_right {
		position: relative;
		display: inline-block;
		vertical-align: top;
        width: 50%;
		border: 0px #cccccc solid;
		text-align: left;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_contacts_text_right h3 {
		padding: 0;
        font-family: 'light';
        font-size: 16px;
        font-weight: normal;
        letter-spacing: 0px;
        text-decoration: none;
        line-height: 20px;
        color: #ffffff;
	}



	.box_contacts_banner {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 100px;
		margin-top: 75px;
		background-color: rgb(68, 86, 106,0.5);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_contacts_banner_title {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 90%;
        height: 100px;
        margin-left: 5%;
        margin-right: 5%;
        text-align: center;
        place-content: center;
        border: 0px solid;
        overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_contacts_banner_title h1 {
		position: relative;
        display: inline-block;
        height: 40px;
        top: -50px;
        margin-top: 10px;
        width: 100%;
        font-family: bold;
        font-size: 40px;
        line-height: 40px;
        color: #ffffff;
        text-transform: uppercase;
	}
	.box_contacts_banner_title h2 {
		position: relative;
        display: inline-block;
        height: 40px;
        top: 50px;
        margin-top: 5px;
        margin-bottom: 5px;
        width: 100%;
        font-family: 'regular';
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        place-content: end;
        text-transform: uppercase;
	}



	.box_home_contacts_address {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		border: 0px #cccccc solid;
		margin-top: 25px;
		margin-bottom: 25px;
		float: left;
		text-align: left;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_home_contacts_address h1 {
		color: #000000;
	}
	.box_home_contacts_address b {
		color: #ffffff;
	}
	.box_home_contacts_address_image {
		position: relative;
		display: inline-block;
		width: 90%;
		height: 500px;
		margin-top: 0px;
		border-radius: 20px;
		overflow: hidden;
		background-size: cover;
		background-position: left;
	}
	.box_home_contacts_address_image_text {
		position: absolute;
		width: calc(100% - 80px);
		left: 0px;
		bottom: 0px;
		background: rgba(101, 99, 102, 0.8);
		padding: 40px 40px;
		text-align: left;
	}
	.box_home_contacts_address_image_text h2 {
		color: #ffffff;
		font-family: bold;
		font-size: 30px;
		line-height: 30px;
	}
	.box_home_contacts_address_image img {
		display: none;
		width: 100%;
		max-height: 400px;
		border-radius: 20px;
	}
	.box_home_contacts_form {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 90%;
        height: 500px;
        border: 0px #cccccc solid;
        margin-top: 25px;
        margin-left: 5%;
        margin-right: 5%;
        text-align: left;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_home_contacts_form h1 {
		display: inline-block;
        font-family: bold;
        font-size: 24px;
        line-height: 24px;
        color: #253179;
        text-transform: uppercase;
	}
	.box_home_contacts_address h2 {
		display: inline-block;
        font-family: bold;
        font-size: 20px;
        line-height: 30px;
        color: #253179;
        text-transform: uppercase;
		width: 120px;
	}
	.box_home_contacts_address h3 {
		display: inline-block;
        font-family: bold;
        font-size: 16px;
        line-height: 30px;
        color: #253179;
		width: auto;
	}
	.box_home_contacts_form a {
		display: inline-block;
		font-family: regular;
		font-size: 14px;
		line-height: 14px;
		text-decoration: underline;
		margin-top: 0px;
		border: 0px #333333 solid;
	}
	.box_home_contacts_form a:hover {
		text-decoration: none;
	}
	.box_home_contacts_form .button {}
	.box_home_contacts_form .button img {
		margin-left: 75px;
		width: 20px;
		height: 20px;
		margin-top: -5px;
	}
	.box_home_contacts_form .input[type="text"],
	.box_home_contacts_form .input[type="email"],
	.box_home_contacts_form .textarea {
		background: transparent;
        border: 2px solid #253179;
        font-family: regular;
        color: #253179;
        border-radius: 0;
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 30px;
        height: 30px;
        padding: 0;
        padding-left: 20px;
        width: calc(100% - 145px);
		min-width: 0%;
	}
	.box_home_contacts_form .textarea {
		height: 125px;
		width: calc(100% - 25px);
		margin: 0;
	}
	.box_home_contacts_form .input::placeholder {
		color: #253179;
        font-size: 20px;
	}
	.contacts_box {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 40px;
	}
	.contacts_button {
		position: relative;
        display: inline-block;
        height: 40px;
        float: left;
	}
	.contacts_button .button{
		height: 40px;
        width: 150px;
        background-color: rgb(68, 86, 106, 0.5);
        padding: 0;
        border: 0;
        line-height: 40px;
        font-family: bold;
	}
	.contacts_label {
		position: relative;
        display: inline-block;
        height: 40px;
        float: right;
	}
	.contacts_label h3 {
		display: inline-block;
        font-family: bold;
        font-size: 16px;
        line-height: 20px;
        color: #253179;
		width: auto;
		text-transform: uppercase;
	}



	.box_banner_title {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 80px;
		margin-top: 100px;
		background-color: rgb(68, 86, 106,0.5);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_title {
		position: relative;
        display: inline-block;
        vertical-align: top;
        width: 90%;
        height: 80px;
        margin-left: 5%;
        margin-right: 5%;
        text-align: center;
        place-content: center;
        border: 0px solid;
        overflow: hidden;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.box_title h1 {
		position: relative;
        display: inline-block;
        height: 40px;
        width: 100%;
        font-family: bold;
        font-size: 24px;
        line-height: 40px;
        color: #ffffff;
        text-transform: uppercase;
	}
	.box_title h2 {
		position: relative;
        display: inline-block;
        height: 40px;
        width: 100%;
        font-family: 'regular';
        font-size: 16px;
        line-height: 40px;
        color: #ffffff;
        place-content: end;
        text-transform: uppercase;
	}



	.footer_copyright {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 40px;
		width: 100%;
		margin: 10px 0px;
		border: 0px #ffffff solid;
		text-align: center;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.footer_copyright h3 {
		font-family: regular;
		font-size: 16px;
		line-height: 20px;
		color: #000000;
		text-align: center;
	}



	.footer_menu {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 60px;
		width: 100%;
		border: 0px #ffffff solid;
		text-align: center;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.footer_menu a {
		position: relative;
		display: inline-block;
		font-family: regular;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
		color: #000000;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
	}
	.footer_menu_separator {
		display: none;
	}
}