footer#colophon {
	background-color: #13151D;
	padding: 90px 0 30px;
}
a,
a:visited,
a:hover,
a:hover, a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a.project:hover p.project-title {
	color: #93A178;
}

.site-footer .container {
	display: flex;
	flex-direction: column;
	row-gap: 80px;
}

.container-inner.top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.container-inner.top .container-inner-f {
	width: 50%;
}

.site-footer .container-inner:nth-child(2) {
	display: flex;
	justify-content: flex-end;
}

span.copyright {
	color: #494B50;
	display: block;
	font-family: 'avenir';
}

.container-inner.top .container-inner-f:nth-child(2) {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	column-gap: 180px;
}

.container-inner-f-column {
	flex-direction: column;
	display: flex;
	row-gap: 24px;
}

a {
	text-decoration: none;
}

.container-inner-f-column a.list {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: normal;
	font-family: 'Avenir';
}

.container-inner-f-column h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	font-family: 'Avenir';
}

.menu ul,
.mob_menu ul {
	display: flex;
	margin: 0;
	padding: 0;
	column-gap: 20px;
}

.menu ul li,
.mob_menu ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-header {
	padding: 30px 0;
	background-color: #D9D9D9;
	background: linear-gradient(180deg, #24262E 0%, rgba(36, 38, 46, 0.00) 100%);

}

.site-header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.menu li a {
	color: #fff;
	font-family: 'avenir';
	font-weight: 800;
	font-size: 20px;
	transition: 0.3s;
}

.menu li a:hover,
.menu li a:active {
	color: #93A178;
	transition: 0.3s;
}

.language-switcher {
	position: relative;
	display: inline-block;
}

.current-language {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 7px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	line-height: normal;
	padding: 10px 0;
}
.current-language:hover {
	color: #93A178;
}

.language-dropdown {
	display: none;
	position: absolute;
	background-color: white;
	box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.40);
	z-index: 1111;
	padding: 30px;
	left: -145%;
	top: 40px;
}

.language-option {
	cursor: pointer;
	white-space: nowrap;
	font-size: 24px;
	font-weight: 400;
	line-height: 29px;
	font-family: 'avenir';
	color: #000;
	transition: 0.3s;
}

.language-option.active {
	color: #93A178;
	margin-bottom: 30px;
}

.language-option:hover {
	color: #93A178;
	transition: 0.3s;
}

.language-option span {
	text-transform: uppercase;
}

.language-switcher:hover .language-dropdown {
	display: block;
}

a.Contact {
	color: #fff;
	padding: 10px 20px;
	border: 1px solid #fff;
	font-family: 'avenir';
	font-size: 16px;
	font-weight: 800;
	transition: 0.3s;
}
a.Contact:hover {
	transition: 0.3s;
	color: #000;
	background-color: #fff;
}

section.section.first {
	min-height: 900px;
	background: linear-gradient(11deg, rgba(0, 0, 0, 0.40) 20.69%, rgba(0, 0, 0, 0.10) 82%), url(/wp-content/uploads/2024/05/FACE-Service-Website-image-1.jpeg) lightgray -394.627px 0px / 328.43% 100% no-repeat;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

p.first {
	max-width: 630px;
	color: #fff;
	font-size: 32px;
	margin-bottom: 30px;
	font-weight: 350;
}

h1.first {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 14px;
}

p.sec {
	margin-block-end: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
}

#masthead {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
	transition: all 0.3s ease-in-out;
}

#masthead.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #000;
}

/* Toggle button for mobile menu */
.menu-toggle {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.menu-toggle span {
	display: block;
	width: 100%;
	height: 2.5px;
	background: #fff;
}

.menu-toggle span:last-child {
	width: 60%;
}

a#close-menu {
	display: block;
	position: absolute;
	right: 16px;
	top: 17px;
	line-height: 0;
}

/* Mobile menu styles */
.mobile-menu {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
	background: #F4F1EB;
	box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
	z-index: 1100;
	overflow-y: auto;
}

.mobile-menu-inner {
	padding: 17px 16px;
}

#mobile-menu-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1000;
}

#mobile-menu-overlay.show {
	display: block;
}

.mobile-language-switcher {
	display: flex;
	column-gap: 30px;
	margin-bottom: 40px;
}

.mobile-language-switcher .language-option.active {
	margin-bottom: 0;
}

.mobile-language-switcher .language-option {
	font-size: 22px;
	font-weight: 800;
	line-height: 26px;
}

html {
	scroll-behavior: smooth;
}

section.page-section {
	padding: 160px 0;
}

h2.block_header {
	font-size: 26px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: 'avenir';
	margin-bottom: 30px;
	color: #000;
}

h2.block_header::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 36px;
	margin-right: 12px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='28' viewBox='0 0 18 28' fill='none'%3E%3Cmask id='mask0_313_48' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='18' height='28'%3E%3Cpath d='M17.3741 0H0V28H17.3741V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_313_48)'%3E%3Cpath d='M0.0789404 27.7693C0.124366 27.84 0.186793 27.8981 0.260508 27.9384C0.334223 27.9787 0.41687 27.9999 0.500882 28H4.5451C4.64123 28.0002 4.73539 27.9727 4.81639 27.921C4.89739 27.8692 4.96184 27.7953 5.00208 27.708L17.3289 0.709564C17.3636 0.633101 17.3785 0.549171 17.3724 0.465448C17.3662 0.381725 17.3392 0.300878 17.2937 0.2303C17.2483 0.159722 17.1858 0.101663 17.1122 0.0614319C17.0385 0.0212005 16.9559 7.98174e-05 16.8719 7.38449e-07H12.8277C12.7316 -0.000164072 12.6374 0.0272618 12.5564 0.0790216C12.4754 0.130781 12.411 0.204701 12.3707 0.292002L0.0453603 27.2904C0.0105361 27.3667 -0.00463518 27.4505 0.00123036 27.5342C0.00709591 27.6178 0.0338116 27.6986 0.0789404 27.7693Z' fill='black'/%3E%3C/g%3E%3C/svg%3E");
	background-size: cover;
	background-repeat: no-repeat;
}

.page-section .container_inner {
	display: flex;
	justify-content: space-between;
	column-gap: 108px;
}

.page-section .container_inner>* {
	flex-grow: 1;
}

h2.block_title {
	color: #000;
	font-size: 45px;
	font-weight: 300;
	text-transform: uppercase;
	
}

#projects h2.block_title {
	max-width: 300px;
}

body {
	color: #000;
}

p.\32 4 {
	font-size: 24px;
	font-weight: 300;
	line-height: 48px;
}

section#core .container_inner_block:nth-child(2) {
	max-width: 793px;
}

.projects {
	display: flex;
	justify-content: flex-end;
	max-width: 1178px;
}

  .project:last-child {
	margin-right: 0;
  }
  
  .project {
	display: flex;
	flex-direction: column;
	margin-right: -80px;
	height: 350px;
  }
  .project img {
	clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
  }


#projects .container_inner {
	column-gap: 40px;
}
.project img {
	clip-path: polygon(38% 0, 100% 0, 62% 100%, 0 100%);
	min-width: 446px;
  }

p.project-title {
	margin: 16px 0 0 0;
	font-size: 20px;
	font-weight: 800;
	font-family: 'avenir';
}

section#projects,
section#expertise {
	background-color: #F4F1EB;
}

#services .container_inner {
	column-gap: 100px;
}

.container_inner_block.grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 30px;
}

span.border {
	font-family: 'avenir';
	font-size: 24px;
	font-weight: 800;
	padding: 30px 0;
	line-height: normal;
	border-bottom: 1px solid #000;
}

span.border:first-child,
span.border:nth-child(2) {
	border-top: 1px solid #000;
}

#promises .container_inner .container_inner_block:first-child {
	min-width: 50%;
}

#expertise .projects {
	column-gap: 30px;
}

.expertise-block {
	display: flex;
	justify-content: space-between;
}

.expertise {
	width: calc(100% / 3);
	min-width: 382px;
}

p.expertise-title {
	font-size: 20px;
	font-weight: 800;
	font-family: 'avenir';
}

.expertise img {
	margin-bottom: 10px;
	clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
}

p.expertise-desc {
	margin: 0;
	font-size: 18px;
	font-weight: 340;
	line-height: 29px;
	max-width: 360px;
}

.expertise:not(:last-child) {
	margin-right: 0px;
}

#metodology h2.block_title {
	margin-bottom: 60px;
}

.container_inner.grid {
	align-items: center;
	margin-bottom: 40px;
}

#metodology.page-section .container_inner>* {
	flex-grow: 0;
}

span.container_inner_icon {
	flex-direction: column;
	display: flex;
}

.container_inner_icon span {
	margin-top: 18px;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: 'avenir';
}
.container_inner_text {
	max-width: 1130px;
	margin-bottom: 80px;
  }
  .container_inner_text p {
	font-size: 18px;
	font-weight: 350;
	line-height: 32px;
	
	margin-bottom: 16px;
  }
  .container_inner_text p:last-child {
margin-bottom: 0;
  }
  .container_inner.color.grid .container_inner_icon img {
	max-width: 60px;
  }
  .container_inner.color.grid {
	column-gap: 80px;
	margin-bottom: 0;
  }
  .container_inner.color.grid p {
	font-size: 18px;
	font-weight: 350;
	line-height: 29px;
	margin: 18px 0 0;
	max-width: 320px;
  }
  /* ///////slider//// */
  section.slider {
	position: relative;
  }
  .team-slider {
    display: flex!important;
    align-items: center;
    position: relative;
    background-color: #F4F1EB;
}
section#after-team {
	background-color: #F4F1EB;
}

.team-slider .slide {
	display: flex !important;
	align-items: center;
  }

.team-slider .content {
    flex: 1;
    padding: 0 0 0 150px;
}

.team-slider .content .subtitle {
    font-weight: bold;
    margin-bottom: 10px;
}

.team-slider .content .name {
    font-size: 45px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 30px;
  font-family: 'avenir';
  text-transform: uppercase;
}

.team-slider .content .position {
	font-size: 18px;
	font-weight: 350;
	line-height: 29px;
	margin: 0;
  }

.team-slider .content .navigation button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.5em;
}

.team-slider .image {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.team-slider .image img {
    max-width: 100%;
    height: auto;
	clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
	min-width: 970px;
}

.slick-next:before,
.slick-prev:before {
	content: ''!important;
  }
  .slick-next, .slick-prev {
	top: 81% !important;
	left: 150px;
  }
  
  .slick-next {
	left: 214px !important; 
  }
  .slick-prev {
	left: 150px !important;
  }
  .content h2.block_header {
	margin-bottom: 70px;
  }

  .container_inner_block p.\32 4:last-child {
	margin-bottom: 0;
  }
  section#after-team {
	display: flex;
	align-items: center;
  }
  .after-team-image,
  .after-team-text.content {
	width: 50%;
	display: flex;
  }
  .after-team-image img {
	max-width: 100%;
	height: auto;
	clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
	min-width: 950px;
  }
  .after-team-text.content {
	display: flex;
	flex-direction: column;
	padding: 0 150px;
  }
  .after-team-text.content img {
	max-width: 574px;
	margin-bottom: 50px;
  }
  .after-team-text.content span {
	font-size: 38px;
	font-weight: 350;
	line-height: normal;
	max-width: 530px;
  }
  .current-language:hover .icon svg path {
	fill: #93A178;
  }
  section#promises {
	display: none;
  }
  .header-right {
	display: flex;
	align-items: center;
	column-gap: 30px;
  }



@media (max-width: 1720px) {
	.language-option.active {
		margin-bottom: 20px;
	}
	.header-right {
		column-gap: 24px;
	  }
	.expertise img {
		max-height: 126px;
	  }
	#metodology h2.block_title.two {
		max-width: 100%;
	  }
	.container_inner_text p {
		font-size: 16px;
		line-height: 29px;
	}
	#core h2.block_title {
		max-width: 500px;
	  }
	h2.block_title {
		font-size: 35px;
	}
	.language-option {
		font-size: 20px;
	}
	span.icon {
		height: 18px;
	  }
	.current-language {
		font-size: 16px;
	}
	span.icon svg {
		height: 18px;
		width: 18px;
	  }
	.menu li a {
		font-size: 16px; 
	}
	.after-team-text.content span {
		font-size: 28px;
		max-width: 422px;
	  }
	.after-team-text.content {
		padding: 0 140px;
	}
	.after-team-text.content img {
		max-width: 348px;
		margin-bottom: 30px;
	  }
	.after-team-image img {
		min-width: 714px;
	  }
	.slick-next {
		left: 152px !important; 
	  }
	.slick-prev {
		left: 100px !important;
	  }
	.team-slider .content {
		padding: 0 0 0 100px;
	}
	.slick-next, .slick-prev {
		top: 77% !important;
		left: 50px;
	}
	.slick-arrow svg {
		max-width: 40px;
	  }
	.team-slider .content .position {
		font-size: 16px;
		line-height: 26px;
	  }
	.team-slider .content .name {
		font-size: 35px;
		margin-bottom: 18px;
	  }
	.content h2.block_header {
		margin-bottom: 30px;
	  }
	.team-slider .image img {
		min-width: 720px;
	}
	.container_inner.color.grid p {
		font-size: 16px;
		line-height: 26px;
		margin: 14px 0 0;
		max-width: 263px;
	  }
	.container_inner.color.grid {
		column-gap: 30px;
	  }
	.container_inner_text {
		max-width: 820px;
		margin-bottom: 50px;
	  }
	#metodology h2.block_title {
		margin-bottom: 50px;
		max-width: 400px;
		font-size: 35px;
	}

	.container_inner_icon img {
		max-width: 115px;
	}

	.container_inner_icon span {
		font-size: 16px;
		margin-top: 16px;
	}

	.expertise {
		min-width: 290px;
	}

	p.expertise-desc {
		font-size: 15px;
		line-height: 24px;
		max-width: 285px;
	}

	p.expertise-title {
		font-size: 18px;
	}

	#services h2.block_title {
		max-width: 514px;
	}

	.container_inner_block.grid {
		gap: 0 20px;
	}

	span.border {
		font-size: 20px;
		padding: 28px 0;
	}

	p.project-title {
		margin: 16px 0 0 0;
		font-size: 19px;
	}

	#projects h2.block_title {
		max-width: 255px;
	}

	.projects {
		justify-content: flex-end;
		max-width: 850px;
	}
	.project img {
		min-width: 318px;
	}

	#projects .container_inner_block {
		max-width: 40%;
	}

	.image-container {
		width: 200px;
		height: 250px;
	}

	.page-section .container_inner {
		column-gap: 30px;
	}

	section#core .container_inner_block:nth-child(2) {
		max-width: 555px;
	}

	p.\32 4 {
		font-size: 20px;
		line-height: 32px;
	}

	h2.block_header::before {
		width: 17px;
		height: 28px;
	}

	h2.block_header {
		font-size: 24px;
	}

	section.page-section {
		padding: 140px 0;
	}

	p.first {
		font-size: 25px;
		max-width: 403px;
	}

	section.section.first {
		max-height: 675px;
	}

	.menu-item a {
		font-size: 18px;
	}

	img.custom-logo {
		max-width: 255px;
	}

	.container-inner-f-column h3 {
		font-size: 18px;
	}

	.container-inner-f-column a.list {
		font-size: 18px;
	}

	.container-inner.top .container-inner-f:nth-child(2) {
		column-gap: 150px;
	}

	footer#colophon {
		padding: 70px 0 20px;
	}

	.site-footer .container {
		row-gap: 70px;
	}

	.site-header {
		padding: 22px 0;
	}
}

/* /////////// */
section.error-404.not-found {
	padding: 180px 0 140px;
  }
  h1.error {
	text-align: center;
	font-family: 'Avenir';
	font-size: 140px;
	font-weight: 800;
	margin-bottom: 10px;
	line-height: normal;
  }
  section.error-404.not-found .container {
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  .error-404 h2 {
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: normal;
  }
  .error-404 span {
	font-size: 24px;
	font-weight: 300;
	line-height: 38px;
	margin: 0 auto 30px;
	max-width: 555px;
	  text-align:center;
  }
  a.errorbtn {
	font-size: 20px;
	font-weight: 800;
	line-height: normal;
	color: #000;
	font-family: 'Avenir';
	border: 1px solid #000;
	padding: 15px 115px;
	  background-color:#fff;
	  transition:0.3s;
	  display:block;
  }
a.errorbtn:hover {
	color:#fff;
	transition:0.3s;
	background-color:#000;
}
/* ////////// */


@media (max-width: 520px) {
	/* /////// */
	.error-404 span {
		font-size: 16px;
		line-height: 26px;
	  }
	.error-404 h2 {
		font-size: 26px;
		margin-bottom: 20px;
	  }
	h1.error {
		font-size: 80px;
	  }
	section.error-404.not-found {
		padding: 120px 0 60px;
		text-align: center;
	  }
	/* ////// */
	.after-team-image, .after-team-text.content,
	.team-slider .image {
        width: 100%;
      }
	.expertise img {
		max-height: none;
		width: 100%;
	  }
	.after-team-text.content span {
		font-size: 20px;
		max-width: 100%;
	  }
	.after-team-text.content img {
		max-width: 272px;
		margin-bottom: 20px;
	  }
	.after-team-text.content {
		padding: 60px 16px;
	  }
	section#after-team {
		flex-direction: column;
	  }

	.slick-arrow svg {
		max-width: 40px;
		max-height: 24px;
	  }
	.slick-next, .slick-prev {
		width: 40px!important;
		height: 24px!important;
	}
	.navigation {
		display: flex;
		position: absolute;
		bottom: 43px;
		left: 14%; 
	  }
	.team-slider .content .name {
		font-size: 28px;
	  }
	.team-slider .content {
		padding: 40px 16px 70px; 
		width: 100%;
	  }
	.team-slider .image img,
	.after-team-image img {
		min-width: 100%;
		clip-path: none;
	  }
	.team-slider .slide {
		flex-direction: column-reverse;
	}
	.content h2.block_header {
		margin-bottom: 20px;
	  }
	.container_inner.color.grid {
		align-items: flex-start;
	  }
	.container_inner.color.grid span.container_inner_icon {
		max-width: 45%;
	  }
	.container_inner_text {
		max-width: 100%;
		margin-bottom: 30px;
	  }
	#metodology .container_inner.grid {
		position: relative;
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: 30px;
		margin-bottom: 30px;
	}

	.container_inner.one.grid .container_inner_icon:nth-child(even) {
		display: none;
	}

	.container_inner.one.grid .container_inner_icon:nth-child(2) {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#metodology h2.block_title {
		font-size: 28px;
		margin-bottom: 30px;
	}

	p.expertise-desc {
		max-width: 100%;
	}

	p.expertise-title {
		margin-bottom: 12px;
	}

	.expertise {
		width: 100%;
	}

	.expertise-block {
		flex-direction: column;
		row-gap: 30px;
	}

	#projects h2.block_title {
		max-width: 100%;
	}

	section.section.first {
		min-height: 600px;
		align-items: flex-end;
		padding-bottom: 50px;
	}

	span.border {
		padding: 24px 0;
	}

	span.border:nth-child(2) {
		border-top: 0;
	}

	.container_inner_block.grid {
		grid-template-columns: repeat(1, 1fr);
	}

	p.project-title {
		margin: 16px 0 0 0;
	}

	.image-container {
		width: 245px;
		height: 300px;
	}

	.projects {
		flex-direction: column;
		gap: 30px 0;
		align-items: center;
	}
		.project {
    margin-right: 0;
    height: auto;
  }

	#projects .container_inner_block,
	#projects h2.block_title {
		max-width: 100%;
	}

	h2.block_title {
		font-size: 28px;
		line-height: normal;
	}

	.page-section .container_inner {
		flex-direction: column;
		row-gap: 30px;
	}

	p.\32 4 {
		font-size: 16px;
		line-height: 26px;
	}

	h2.block_header::before {
		width: 15px;
		height: 24px;
	}

	h2.block_header {
		font-size: 20px;
		margin-bottom: 20px;
	}

	section.page-section {
		padding: 60px 0;
	}

	a.mob_contact {
		display: block;
		color: #000;
		text-align: center;
		font-size: 18px;
		font-family: 'avenir';
		font-weight: 800;
		border: 1px solid #000;
		padding: 15px;
	}

	.mob_menu li a {
		color: #000;
		font-size: 22px;
		font-weight: 500;
	}

	.mob_menu ul {
		flex-direction: column;
		row-gap: 22px;
		margin-bottom: 40px;
	}

	.mob_logo {
		margin-bottom: 40px;
	}

	.menu-toggle {
		display: flex;
	}

	.site-header .menu {
		display: none;
	}

	.mobile-menu {
		display: block;
	}

	a.Contact,
	.language-switcher {
		display: none;
	}

	p.sec {
		font-size: 15px;
	}

	h1.first {
		font-size: 20px;
		margin-bottom: 12px;
	}

	p.first {
		font-size: 18px;
		max-width: 290px;
	}

	img.custom-logo {
		max-width: 215px;
	}

	.site-header {
		padding: 18px 0;
	}

	.site-footer .container-inner:nth-child(2) {
		justify-content: flex-start;
	}

	.container-inner-f .container-inner-f-column:nth-child(2) {
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
		align-items: center;
	}

	.container-inner.top {
		flex-direction: column;
		row-gap: 30px;
	}

	.container-inner-f-column h3 {
		font-size: 16px;
	}

	.container-inner.top .container-inner-f:nth-child(2) {
		flex-direction: column;
		row-gap: 40px;
		width: 100%;
	}

	footer#colophon {
		padding: 40px 0 30px;
	}

	.site-footer .container {
		row-gap: 40px;
	}

	.container-inner.top .container-inner-f {
		width: 100%;
	}

	.container-inner.top {
		flex-direction: column;
	}
}