>
$home_page = '';
$other_page = '';
$svg = '';
$arrow = '';
is_front_page() ? $home_page = 'main-nav-header' : $other_page = 'header-bg'. ' ' .'header-fix';
is_front_page() ? $svg = 'path-word' : $svg = 'path-word'. ' '.'other-page';
is_front_page() ? $arrow = '#fff' : $arrow = '#01312d';
?>
get_template_part('template-parts/layouts/content', 'hero');
get_template_part('template-parts/layouts/content', 'services');
get_template_part('template-parts/layouts/content', 'products');
get_template_part('template-parts/layouts/content', 'benefits');
// get_template_part('template-parts/layouts/content', 'press-center');
get_template_part('template-parts/layouts/content', 'vacancies');
get_template_part('template-parts/layouts/content', 'contacts');
?>