@charset "UTF-8";
.footer{
	display:flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	row-gap: 1px;
	width:calc(100% - 18rem);
	margin: 0 auto;
	margin-left:18rem;
	padding: 0;
	text-align:center;
	font-size:1.8rem;
	font-weight: 400;
	background-color: #FFF;
	color: #444343;
}
.footer .content_footer{
	width:100%;
	margin: 0 auto;
	padding: 0;
	text-align:center;
}
.footer .content_footer .back1{
	width:100%;
	padding: 2rem;
	border-top:1px solid rgb(59, 59, 59, 0.31);
	background: rgb(0, 0, 0, 0.18);
}
.footer .content_footer .Sfooter1{
	width:100%;
	margin: 0 auto;
	padding: 0;
}
.footer .content_footer .Sfooter1 h2{
    font-size: 1.8rem;
    line-height: normal;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
    padding: 0;
	margin-bottom: 0.5rem;
}
.footer .content_footer .Sfooter1 .widget{
	position: relative;
	overflow: hidden;
	width: 90%;
	max-width: 1728px;
	margin:0 auto;
	padding:0 2rem;
	padding-top: 14.625%;
	aspect-ration: 1920/312;
}
.footer .content_footer .Sfooter1 .widget_iframe{
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
}
@media (min-width: 1921px) {
	.footer .content_footer .Sfooter1 .widget{
		padding-top: 0;
		height: 281px;
	}
}

.footer .content_footer .Sfooter2{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	column-gap: 1px;
	width:100%;
	margin: 0 auto;
	padding: 0;
	color: #FFF;
}
.footer .content_footer .Sfooter2 strong{
	font-weight: 400 !important;
}
.footer .content_footer .Sfooter2 a{
	color: #FFF;
	font-weight:100;
}
.footer .content_footer .Sfooter2 .samples{
	flex:1;
	max-width: 374px;
	margin: 0;
	padding:3rem 3rem 3rem 2rem;
	text-align:right;
	background: rgb(0, 0, 0, 0.85);
}
.footer .content_footer .Sfooter2 .Ssamples{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: flex-start;
	column-gap: 1rem;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align:left;
}
.footer .content_footer .Sfooter2 .Ssamples span, .footer .content_footer .Sfooter2 .Sservice_media .service p{
	font-weight:100;
}
.footer .content_footer .Sfooter2 .service_media{
	flex:4;
	margin: 0;
	padding:3rem 2rem 3rem 2rem;
	text-align:left;
	background: rgb(0, 0, 0, 0.75);
}
.footer .content_footer .Sfooter2 .Sservice_media{
	display:flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	column-gap: 1rem;
	margin: 0;
	padding:0;
	text-align:left;
}
.footer .content_footer .Sfooter2 .Sservice_media .service {
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 4rem;
}
.footer .content_footer .Sfooter2 .Sservice_media .media_languages{
	display:flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	row-gap: 1.5rem;
}
.footer .content_footer .Sfooter2 .Sservice_media .media_languages > *{
	display:flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	column-gap: 1rem;
}
.footer .content_footer .Sfooter2 .Sservice_media .media_languages .languages img{
	/*border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;*/
	width:100%;
	height:auto;
}
.footer .content_footer .Sfooter2 .Sservice_media .media_languages .languages img.active{
	border: 8px solid rgba(0, 0, 0, 0.8);
	border-radius: 35%;
	-webkit-border-radius: 35%;
	-moz-border-radius: 35%;
	-o-border-radius: 35%;
}
.footer .content_footer .Sfooter2 .Sservice_media .media_languages .sign_tree{
	font-size: 1.4rem;
	column-gap: 2rem;
}
#tree-nation-tree-counter div{
	max-width:100%;
}
